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

29 lines
682 B
YAML
Raw Normal View History

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