file_creation_time_changed_via_powershell


Description

Detects Timestomping activities through PowerShell License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection.metadata.product_event_type = "2" and re.regex($selection.target.process.file.full_path, `.*\\powershell\.exe`))

  condition:
    $selection
Raw source file_creation_time_changed_via_powershell · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule file_creation_time_changed_via_powershell {
 meta:
    author = "Lee Archinal (content) Aric Gady (threat emulation)"
    description = "Detects Timestomping activities through PowerShell  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/wkd7GTCCV5bF"
    version = "0.01"
    created = "2019/06/30"
    product = "windows"
    service = "sysmon"
    mitre = "defense_evasion, t1099"

  events:
($selection.metadata.product_event_type = "2" and re.regex($selection.target.process.file.full_path, `.*\\powershell\.exe`))

  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.