wmi_persistence__command_line_event_consumer


Description

Detects WMI command line event consumers License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection.metadata.product_event_type = "7" and $selection.target.process.file.full_path = "C:\\Windows\\System32\\wbem\\WmiPrvSE.exe" and $selection.target.process.file.full_path = "wbemcons.dll")

  condition:
    $selection
Raw source wmi_persistence__command_line_event_consumer · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule wmi_persistence__command_line_event_consumer {
 meta:
    author = "Thomas Patzke"
    description = "Detects WMI command line event consumers  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/ZHaoWoHcidKo"
    version = "0.01"
    created = "2018/03/07"
    product = "windows"
    service = "sysmon"
    mitre = "t1084, persistence"

  events:
($selection.metadata.product_event_type = "7" and $selection.target.process.file.full_path = "C:\\Windows\\System32\\wbem\\WmiPrvSE.exe" and $selection.target.process.file.full_path = "wbemcons.dll")

  condition:
    $selection
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.