Detectionlowtest

Stop Windows Service Via Sc.EXE

Detects the stopping of a Windows service via the "sc.exe" utility

Convert In Phoenix Studio

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

Launch
Jakob Weinzettl, oscd.community, Nasreddine Bencherchali (Nextron Systems)Created Sun Mar 05Updated Thu Jan 1881bcb81b-5b1f-474b-b373-52c871aaa7b1windows
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:
        - OriginalFileName: 'sc.exe'
        - Image|endswith: '\sc.exe'
    selection_cli:
        CommandLine|contains: ' stop '
    condition: all of selection_*
False Positives

There are many legitimate reasons to stop a service. This rule isn't looking for any suspicious behavior in particular. Filter legitimate activity accordingly

Testing & Validation

Regression Tests

by SigmaHQ Team
Positive Detection Test1 matchevtx

Microsoft-Windows-Sysmon

MITRE ATT&CK
Related Rules
Similar

eb87818d-db5d-49cc-a987-d5da331fbd90

Rule not found
Rule Metadata
Rule ID
81bcb81b-5b1f-474b-b373-52c871aaa7b1
Status
test
Level
low
Type
Detection
Created
Sun Mar 05
Modified
Thu Jan 18
Path
rules/windows/process_creation/proc_creation_win_sc_stop_service.yml
Raw Tags
attack.impactattack.t1489
View on GitHub