sysmon_state_and_configuration_changed


Description

Detects sysmon state and configuration change. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection1.metadata.product_event_type = "4" or $selection1.metadata.product_event_type = "16")

  condition:
    $selection1
Raw source sysmon_state_and_configuration_changed · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule sysmon_state_and_configuration_changed {
 meta:
    author = "Alexandr Yampolskyi, SOC Prime"
    description = "Detects sysmon state and configuration change.  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/IclREjJdDTfK"
    version = "0.01"
    created = "2021-03-09"
    product = "windows"
    service = "sysmon"
    mitre = "Defense Evasion, t1089"

  events:
($selection1.metadata.product_event_type = "4" or $selection1.metadata.product_event_type = "16")

  condition:
    $selection1
}

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.