SigmaHQ/rules/windows/process_creation/win_exploit_cve_2015_1641.yml

25 lines
841 B
YAML
Raw Normal View History

2018-02-22 15:59:40 +00:00
title: Exploit for CVE-2015-1641
2019-11-12 22:12:27 +00:00
id: 7993792c-5ce2-4475-a3db-a3a5539827ef
2018-02-22 15:59:40 +00:00
status: experimental
description: Detects Winword starting uncommon sub process MicroScMgmt.exe as used in exploits for CVE-2015-1641
references:
- 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
tags:
- attack.defense_evasion
- attack.t1036.005
- attack.t1036 # an old one
2018-02-22 15:59:40 +00:00
logsource:
category: process_creation
product: windows
2018-02-22 15:59:40 +00:00
detection:
selection:
2020-10-15 20:50:55 +00:00
ParentImage|endswith: '\WINWORD.EXE'
Image|endswith: '\MicroScMgmt.exe'
condition: selection
2018-02-22 15:59:40 +00:00
falsepositives:
- Unknown
2018-02-22 15:59:40 +00:00
level: critical