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

29 lines
874 B
YAML
Raw Normal View History

title: Exploit for CVE-2017-0261
2019-11-12 23:12:27 +01:00
id: 864403a1-36c9-40a2-a982-4c9a45f7d833
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-02 00:14:20 +01:00
- https://www.fireeye.com/blog/threat-research/2017/05/eps-processing-zero-days.html
author: Florian Roth
date: 2018/02/22
modified: 2020/08/29
2019-03-06 00:16:40 +01:00
tags:
- attack.execution
- attack.t1203
- attack.t1204.002
- attack.t1204 # an old one
- attack.initial_access
- attack.t1566.001
- attack.t1193 # an old one
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
ParentImage: '*\WINWORD.EXE'
Image: '*\FLTLDR.exe*'
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- Several false positives identified, check for suspicious file names or locations (e.g. Temp folders)
level: medium