Detectionhighexperimental

Scheduled Task Creation Masquerading as System Processes

Detects the creation of scheduled tasks that involve system processes, which may indicate malicious actors masquerading as or abusing these processes to execute payloads or maintain persistence.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Swachchhanda Shrawan Poudel (Nextron Systems)Created Wed Feb 059f8573c9-22b4-40e3-89c1-72bc2b8d49abwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic2 selectors
detection:
    selection_img:
        - Image|endswith: '\schtasks.exe'
        - OriginalFileName: 'schtasks.exe'
    selection_cli:
        CommandLine|contains|windash: ' /create '
        CommandLine|contains:
            - ' audiodg'
            - ' conhost'
            - ' dwm.exe'
            - ' explorer'
            - ' lsass'
            - ' lsm'
            - ' mmc'
            - ' msiexec'
            - ' regsvr32'
            - ' rundll32'
            - ' services'
            - ' spoolsv'
            - ' svchost'
            - ' taskeng'
            - ' taskhost'
            - ' wininit'
            - ' winlogon'
    condition: all of selection_*
False Positives

Legitimate system administration tasks scheduling trusted system processes.

Rule Metadata
Rule ID
9f8573c9-22b4-40e3-89c1-72bc2b8d49ab
Status
experimental
Level
high
Type
Detection
Created
Wed Feb 05
Path
rules/windows/process_creation/proc_creation_win_schtasks_system_process.yml
Raw Tags
attack.privilege-escalationattack.executionattack.persistenceattack.t1053.005attack.defense-evasionattack.t1036.004attack.t1036.005
View on GitHub