Detectionhightest

Suspicious Service Installation

Detects suspicious service installation commands

Convert In Phoenix Studio

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

Launch
Martin Mueller, Florian Roth (Nextron Systems)Created Fri Mar 18Updated Mon Dec 041d61f71d-59d2-479e-9562-4ff5f4ead16bwindows
Log Source
Windowssystem
ProductWindows← raw: windows
Servicesystem← raw: system
Detection Logic
Detection Logic1 selector
detection:
    selection:
        Provider_Name: 'Service Control Manager'
        EventID: 7045
        ImagePath|contains:
            - ' -nop '
            - ' -sta '
            - ' -w hidden '
            - ':\Temp\'
            - '.downloadfile(' # PowerShell download command
            - '.downloadstring(' # PowerShell download command
            - '\ADMIN$\'
            - '\Perflogs\'
            - '&&'
    condition: selection
False Positives
Unknown

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

References
1
Resolving title…
Internal Research
MITRE ATT&CK

CAR Analytics

2013-09-005 · CAR 2013-09-005
Rule Metadata
Rule ID
1d61f71d-59d2-479e-9562-4ff5f4ead16b
Status
test
Level
high
Type
Detection
Created
Fri Mar 18
Modified
Mon Dec 04
Path
rules/windows/builtin/system/service_control_manager/win_system_service_install_susp.yml
Raw Tags
attack.persistenceattack.privilege-escalationcar.2013-09-005attack.t1543.003
View on GitHub