Detection rules › Sigma

Uncommon Child Process Of Conhost.EXE

Severity
medium
Author
omkar72
Source
upstream

Detects uncommon "conhost" child processes. This could be a sign of "conhost" usage as a LOLBIN or potential process injection activity.

MITRE ATT&CK coverage

TacticTechniques
Defense EvasionT1202 Indirect Command Execution

Event coverage

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4688A new process has been created.

Stages and Predicates

Stage 1: selection

ParentImage|endswith: '\conhost.exe'

Stage 2: not 1 of filter_main_*

or:
Image|endswith: ':\Windows\System32\conhost.exe'
Image: ''
Image: null

Stage 3: not 1 of filter_optional_provider

Provider_Name: SystemTraceProvider-Process

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
Imageends_with
  • :\Windows\System32\conhost.exe corpus 2 (sigma 2)
ParentImageends_with
  • \conhost.exe corpus 2 (sigma 2)
Provider_Nameeq
  • SystemTraceProvider-Process