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
|
2020-08-29 16:22:09 +00:00
|
|
|
modified: 2020/08/29
|
2019-11-07 01:11:26 +00:00
|
|
|
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
|
2020-08-29 16:22:09 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1070
|
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
|