Conhost Spawned By Suspicious Parent Processedit

Detects when the Console Window Host (conhost.exe) process is spawned by a suspicious parent process, which could be indicative of code injection.

Rule type: query

Rule indices:

  • winlogbeat-*
  • logs-endpoint.events.*

Severity: high

Risk score: 73

Runs every: 5 minutes

Searches indices from: now-9m (Date Math format, see also Additional look-back time)

Maximum alerts per execution: 100

References:

Tags:

  • Elastic
  • Host
  • Windows
  • Threat Detection
  • Execution

Version: 1

Added (Elastic Stack release): 7.10.0

Rule authors: Elastic

Rule license: Elastic License

Rule queryedit

event.category:process and event.type:(start or process_started) and
process.name:conhost.exe and process.parent.name:(svchost.exe or
lsass.exe or services.exe or smss.exe or winlogon.exe or explorer.exe
or dllhost.exe or rundll32.exe or regsvr32.exe or userinit.exe or
wininit.exe or spoolsv.exe or wermgr.exe or csrss.exe or ctfmon.exe)

Threat mappingedit

Framework: MITRE ATT&CKTM