eventlog_cleared


Description

One of the Windows Eventlogs has been cleared. e.g. caused by "wevtutil cl" command execution License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection.metadata.product_event_type = "104" and $selection.principal.application = "Microsoft-Windows-Eventlog")

  condition:
    $selection
Raw source eventlog_cleared · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule eventlog_cleared {
 meta:
    author = "Florian Roth"
    description = "One of the Windows Eventlogs has been cleared. e.g. caused by \"wevtutil cl\" command execution  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/8V0sfyiU51mx"
    version = "0.01"
    created = "2021-03-09"
    product = "windows"
    service = "system"
    mitre = "defense_evasion, t1070, car.2016-04-002"

  events:
($selection.metadata.product_event_type = "104" and $selection.principal.application = "Microsoft-Windows-Eventlog")

  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.