Files
hayabusa/rules/Sigma/sysmon_wmi_persistence_commandline_event_consumer.yml
2021-11-14 11:00:56 +09:00

31 lines
881 B
YAML

title: WMI Persistence - Command Line Event Consumer
author: Thomas Patzke
date: 2018/03/07
description: Detects WMI command line event consumers
detection:
SELECTION_1:
EventID: 7
SELECTION_2:
Image: C:\Windows\System32\wbem\WmiPrvSE.exe
SELECTION_3:
ImageLoaded: '*\wbemcons.dll'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Unknown (data set is too small; further testing needed)
id: 05936ce2-ee05-4dae-9d03-9a391cf2d2c6
level: high
logsource:
category: image_load
product: windows
modified: 2020/08/23
references:
- https://www.eideon.com/2018-03-02-THL03-WMIBackdoors/
status: experimental
tags:
- attack.t1084
- attack.t1546.003
- attack.persistence
yml_filename: sysmon_wmi_persistence_commandline_event_consumer.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/image_load