Files
blue-team-tools/rules/windows/process_creation/win_exploit_cve_2017_8759.yml
T

23 lines
748 B
YAML
Raw Normal View History

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