mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
26 lines
628 B
YAML
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
|