2019-01-16 22:36:31 +00:00
|
|
|
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
|
2018-01-27 23:12:19 +00:00
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://www.hybrid-analysis.com/sample/0b4ef455e385b750d9f90749f1467eaf00e46e8d6c2885c260e1b78211a51684?environmentId=100
|
|
|
|
- https://www.reverse.it/sample/0b4ef455e385b750d9f90749f1467eaf00e46e8d6c2885c260e1b78211a51684?environmentId=100
|
2017-09-15 13:49:05 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 15.09.2017
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2017-09-15 13:49:05 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
ParentImage: '*\WINWORD.EXE'
|
|
|
|
Image: '*\csc.exe'
|
|
|
|
condition: selection
|
2017-09-15 13:49:05 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown
|
2017-09-15 13:49:05 +00:00
|
|
|
level: critical
|