Detectionmediumtest

CSExec Service Installation

Detects CSExec service installation and execution events

Convert In Phoenix Studio

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

Launch
Nasreddine Bencherchali (Nextron Systems)Created Mon Aug 07a27e5fa9-c35e-4e3d-b7e0-1ce2af66ad12windows
Log Source
Windowssystem
ProductWindows← raw: windows
Servicesystem← raw: system
Detection Logic
Detection Logic2 selectors
detection:
    selection_eid:
        Provider_Name: 'Service Control Manager'
        EventID: 7045
    selection_service:
        - ServiceName: 'csexecsvc'
        - ImagePath|endswith: '\csexecsvc.exe'
    condition: all of selection_*
False Positives
Unknown

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

MITRE ATT&CK
Rule Metadata
Rule ID
a27e5fa9-c35e-4e3d-b7e0-1ce2af66ad12
Status
test
Level
medium
Type
Detection
Created
Mon Aug 07
Path
rules/windows/builtin/system/service_control_manager/win_system_service_install_csexecsvc.yml
Raw Tags
attack.executionattack.t1569.002
View on GitHub