Medium RiskWindowsLegitimateCommonly Abused
conhost.exeSYSTEM PROCESS

conhost.exe - Console Host Security Analysis

conhost.exe (Console Host) provides the graphical interface for console applications (cmd.exe, PowerShell). One instance runs per console window. Malware may impersonate or inject into conhost.exe.

Risk Summary

MEDIUM priority. Monitor for: conhost.exe outside System32, unusual parent processes, and excessive instances without corresponding console apps.

Overview

What is conhost.exe?

conhost.exe is the Console Window Host, providing the GUI for console apps.

Security Significance

  • Console Rendering: Handles console window display
  • Per-Window Instance: One per console application
  • Parent of Console Apps: Can appear as parent in process trees

Normal Behavior

Normal Behavior

PropertyExpected Value
PathC:\Windows\System32\conhost.exe
Parentcsrss.exe or console application
UserSame as console app user

Common Locations

C:\Windows\System32\conhost.exe

Suspicious Indicators

Suspicious Indicators

IndicatorRisk
Path not System32CRITICAL
No associated console appHIGH
Unusual network activityHIGH
Running as SYSTEM unexpectedlyMEDIUM

Abuse Techniques

Attack Techniques

Process Masquerading

Malware named conhost.exe in user directories.

Injection

Injecting code into legitimate conhost.exe for persistence.

Remediation Steps

  1. Verify file path and signature
  2. Check for associated console application
  3. Review for process injection

Investigation Checklist

  • Verify path is System32
  • Check parent is csrss.exe or console app
  • Review network activity
  • Check for injection

MITRE ATT&CK Techniques

Last verified: January 18, 2026