Detectionmediumtest

Suspicious Execution of Shutdown

Use of the commandline to shutdown or reboot windows

Convert In Phoenix Studio

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

Launch
François HubautCreated Sat Jan 0134ebb878-1b15-4895-b352-ca2eeb99b274windows
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 Logic1 selector
detection:
    selection:
        Image|endswith: '\shutdown.exe'
        CommandLine|contains:
            - '/r '
            - '/s '
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
34ebb878-1b15-4895-b352-ca2eeb99b274
Status
test
Level
medium
Type
Detection
Created
Sat Jan 01
Path
rules/windows/process_creation/proc_creation_win_shutdown_execution.yml
Raw Tags
attack.impactattack.t1529
View on GitHub