Adding Conhost.exe LOLBAS

This commit is contained in:
Wietze 2022-04-05 18:38:43 +01:00
parent 55a7ea9a81
commit 4df2e43c82
No known key found for this signature in database
GPG Key ID: E17630129FF993CF

View File

@ -0,0 +1,23 @@
---
Name: Conhost.exe
Description: Console Window host
Author: Wietze Beukema
Created: 2022-04-05
Commands:
- Command: "conhost.exe calc.exe"
Description: Execute calc.exe with conhost.exe as parent process
Usecase: Use conhost.exe as a proxy binary to evade defensive counter-measures
Category: Execute
Privileges: User
MitreID: T1202
OperatingSystem: Windows 10, Windows 11
Full_Path:
- Path: c:\windows\system32\conhost.exe
Detection:
- IOC: conhost.exe spawning unexpected processes
Resources:
- Link: https://twitter.com/Wietze/status/1511397781159751680
Acknowledgement:
- Person: Wietze
Handle: '@wietze'
---