2018-02-22 15:59:40 +00:00
|
|
|
title: Exploit for CVE-2015-1641
|
|
|
|
status: experimental
|
|
|
|
description: Detects Winword starting uncommon sub process MicroScMgmt.exe as used in exploits for CVE-2015-1641
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://www.virustotal.com/en/file/5567408950b744c4e846ba8ae726883cb15268a539f3bb21758a466e47021ae8/analysis/
|
|
|
|
- https://www.hybrid-analysis.com/sample/5567408950b744c4e846ba8ae726883cb15268a539f3bb21758a466e47021ae8?environmentId=100
|
2018-02-22 15:59:40 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/02/22
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
2019-03-06 05:18:38 +00:00
|
|
|
- attack.t1036
|
2018-02-22 15:59:40 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2018-02-22 15:59:40 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
ParentImage: '*\WINWORD.EXE'
|
|
|
|
Image: '*\MicroScMgmt.exe '
|
|
|
|
condition: selection
|
2018-02-22 15:59:40 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown
|
2018-02-22 15:59:40 +00:00
|
|
|
level: critical
|