Detectioninformationaltest
Suspicious High IntegrityLevel Conhost Legacy Option
ForceV1 asks for information directly from the kernel space. Conhost connects to the console application. High IntegrityLevel means the process is running with elevated privileges, such as an Administrator context.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic1 selector
detection:
selection:
IntegrityLevel:
- 'High'
- 'S-1-16-12288'
CommandLine|contains|all:
- 'conhost.exe'
- '0xffffffff'
- '-ForceV1'
condition: selectionFalse Positives
Very Likely, including launching cmd.exe via Run As Administrator
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
3037d961-21e9-4732-b27a-637bcc7bf539
Status
test
Level
informational
Type
Detection
Created
Fri Dec 09
Modified
Sun Dec 01
Author
Path
rules/windows/process_creation/proc_creation_win_conhost_legacy_option.yml
Raw Tags
attack.defense-evasionattack.t1202