2018-02-22 12:27:20 +00:00
|
|
|
title: Exploit for CVE-2017-0261
|
2018-02-22 12:28:01 +00:00
|
|
|
status: experimental
|
2018-02-22 12:27:20 +00:00
|
|
|
description: Detects Winword starting uncommon sub process FLTLDR.exe as used in exploits for CVE-2017-0261 and CVE-2017-0262
|
|
|
|
references:
|
|
|
|
- https://www.fireeye.com/blog/threat-research/2017/05/eps-processing-zero-days.html
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/02/22
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 1
|
|
|
|
ParentImage: '*\WINWORD.EXE'
|
|
|
|
Image: '*\FLTLDR.exe*'
|
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
2018-02-22 15:59:11 +00:00
|
|
|
- Several false positives identified, check for suspicious file names or locations (e.g. Temp folders)
|
|
|
|
level: medium
|