SigmaHQ/rules/windows/process_creation/win_exploit_cve_2017_8759.yml

22 lines
707 B
YAML
Raw Normal View History

title: Exploit for CVE-2017-8759
2017-09-15 13:49:05 +00:00
description: Detects Winword starting uncommon sub process csc.exe as used in exploits for CVE-2017-8759
references:
- https://www.hybrid-analysis.com/sample/0b4ef455e385b750d9f90749f1467eaf00e46e8d6c2885c260e1b78211a51684?environmentId=100
- https://www.reverse.it/sample/0b4ef455e385b750d9f90749f1467eaf00e46e8d6c2885c260e1b78211a51684?environmentId=100
2019-03-06 04:25:12 +00:00
tags:
- attack.execution
- attack.t1203
2017-09-15 13:49:05 +00:00
author: Florian Roth
2019-03-07 21:52:11 +00:00
date: 2017/09/15
2017-09-15 13:49:05 +00:00
logsource:
category: process_creation
product: windows
2017-09-15 13:49:05 +00:00
detection:
selection:
ParentImage: '*\WINWORD.EXE'
Image: '*\csc.exe'
condition: selection
2017-09-15 13:49:05 +00:00
falsepositives:
- Unknown
2017-09-15 13:49:05 +00:00
level: critical