Files
hayabusa/rules/sigma/other/wmi/win_wmi_persistence.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

37 lines
1.0 KiB
YAML

title: WMI Persistence
ruletype: Sigma
author: Florian Roth, Gleb Sukhodolskiy, Timur Zinniatullin oscd.community
date: 2017/08/22
description: Detects suspicious WMI event filter and command line event consumer based
on WMI and Security Logs.
detection:
SELECTION_1:
EventID: 5861
SELECTION_2:
- ActiveScriptEventConsumer
- CommandLineEventConsumer
- CommandLineTemplate
SELECTION_3:
EventID: 5859
condition: ((SELECTION_1 and (SELECTION_2)) or SELECTION_3)
falsepositives:
- Unknown (data set is too small; further testing needed)
id: 0b7889b4-5577-4521-a60a-3376ee7f9f7b
level: medium
logsource:
definition: WMI Namespaces Auditing and SACL should be configured, EventID 5861
and 5859 detection requires Windows 10, 2012 and higher
product: windows
service: wmi
modified: 2021/09/21
references:
- https://twitter.com/mattifestation/status/899646620148539397
- https://www.eideon.com/2018-03-02-THL03-WMIBackdoors/
status: experimental
tags:
- attack.persistence
- attack.privilege_escalation
- attack.t1084
- attack.t1546.003