2019-01-16 22:36:31 +00:00
|
|
|
title: Exploit for CVE-2017-0261
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 864403a1-36c9-40a2-a982-4c9a45f7d833
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects Winword starting uncommon sub process FLTLDR.exe as used in exploits for CVE-2017-0261 and CVE-2017-0262
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://www.fireeye.com/blog/threat-research/2017/05/eps-processing-zero-days.html
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/02/22
|
2020-08-29 04:39:30 +00:00
|
|
|
modified: 2020/08/29
|
2019-03-05 23:16:40 +00:00
|
|
|
tags:
|
2020-08-29 04:39:30 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.t1203
|
|
|
|
- attack.t1204.002
|
|
|
|
- attack.t1204 # an old one
|
|
|
|
- attack.initial_access
|
|
|
|
- attack.t1566.001
|
|
|
|
- attack.t1193 # an old one
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-10-15 20:51:09 +00:00
|
|
|
ParentImage|endswith: '\WINWORD.EXE'
|
2020-11-27 15:18:06 +00:00
|
|
|
Image|contains: '\FLTLDR.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Several false positives identified, check for suspicious file names or locations (e.g. Temp folders)
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|