SigmaHQ/rules/windows/process_creation/win_sysmon_driver_unload.yml

26 lines
628 B
YAML
Raw Normal View History

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