T1053_005_windows_creation_of_scheduled_task


Description

Creation of scheduled task using command line

Query · yara_l

events:
    re.regex($e1.principal.process.command_line, `schtasks /create`) nocase

  condition:
    $e1
Raw source T1053_005_windows_creation_of_scheduled_task · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule T1053_005_windows_creation_of_scheduled_task
{
  meta:
    author = "Google Cloud Security"
    description = "Creation of scheduled task using command line"
    reference = "https://attack.mitre.org/techniques/T1053/005/"
    yara_version = "YL2.0"
    rule_version = "1.0"

  events:
    re.regex($e1.principal.process.command_line, `schtasks /create`) nocase

  condition:
    $e1
}

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.