SigmaHQ/rules/windows/process_creation/win_sysmon_driver_unload.yml
2020-03-24 19:59:54 +01:00

26 lines
628 B
YAML

title: Sysmon Driver Unload
id: 4d7cda18-1b12-4e52-b45c-d28653210df8
status: experimental
author: Kirill Kiryanov, oscd.community
description: Detect possible Sysmon driver unload
date: 2019/10/23
modified: 2019/11/07
references:
- https://www.darkoperator.com/blog/2018/10/5/operating-offensively-against-sysmon
logsource:
product: windows
category: process_creation
detection:
selection:
Image|endswith: '\fltmc.exe'
CommandLine|contains|all:
- 'unload'
- 'sys'
condition: selection
falsepositives:
- Unknown
level: high
fields:
- CommandLine
- Details