CobaltStrike Service Installations - System
Description
Detects known malicious service installs that appear in cases in which a Cobalt Strike beacon elevates privileges or lateral movement
Query · sigma
selection_id:
Provider_Name: Service Control Manager
EventID: 7045
selection1:
ImagePath|contains|all:
- ADMIN$
- .exe
selection2:
ImagePath|contains|all:
- '%COMSPEC%'
- start
- powershell
selection3:
ImagePath|contains: powershell -nop -w hidden -encodedcommand
selection4:
ImagePath|base64offset|contains: 'IEX (New-Object Net.Webclient).DownloadString(''http://127.0.0.1:'
condition: selection_id and (selection1 or selection2 or selection3 or selection4)
Known false positives
- Unknown