Detection rules › Sigma

CobaltStrike Service Installations - System

Severity
critical
Author
Florian Roth (Nextron Systems), Wojciech Lesicki
Source
upstream

Detects known malicious service installs that appear in cases in which a Cobalt Strike beacon elevates privileges or lateral movement

MITRE ATT&CK coverage

TacticTechniques
ExecutionT1569.002 System Services: Service Execution
PersistenceT1543.003 Create or Modify System Process: Windows Service
Privilege EscalationT1543.003 Create or Modify System Process: Windows Service
Lateral MovementT1021.002 Remote Services: SMB/Windows Admin Shares

Event coverage

ProviderEvent IDTitle
Service-Control-Manager7045

Stages and Predicates

Stage 1: selection_id

Provider_Name: 'Service Control Manager'

Stage 2: selection1

ImagePath|contains: .exe
ImagePath|contains: 'ADMIN$'

Stage 3: selection2

ImagePath|contains: '%COMSPEC%'
ImagePath|contains: powershell
ImagePath|contains: start

Stage 4: selection3

ImagePath|contains: 'powershell -nop -w hidden -encodedcommand'

Stage 5: selection4

ImagePath|contains: 'IEX (New-Object Net.Webclient).DownloadString(''http://127.0.0.1:'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
ImagePathmatch
  • %COMSPEC% corpus 2 (sigma 2)
  • .exe
  • ADMIN$
  • IEX (New-Object Net.Webclient).DownloadString('http://127.0.0.1:
  • powershell corpus 5 (sigma 5)
  • powershell -nop -w hidden -encodedcommand
  • start
Provider_Nameeq
  • Service Control Manager corpus 43 (sigma 43)

Neighbors

Stricter alternatives (narrower than this rule)

The rules below may be useful if you find the current rule is too noisy / lacks specificity.

Broader alternatives (more inclusive than this rule)

These rules match a superset of what this rule catches. They cover the same events plus more. Use them if you want wider coverage and can absorb more false positives.