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