From 4df2e43c825e6fa19b01d1f735b0af1b59005d13 Mon Sep 17 00:00:00 2001 From: Wietze Date: Tue, 5 Apr 2022 18:38:43 +0100 Subject: [PATCH] Adding Conhost.exe LOLBAS --- yml/OSBinaries/Conhost.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 yml/OSBinaries/Conhost.yml diff --git a/yml/OSBinaries/Conhost.yml b/yml/OSBinaries/Conhost.yml new file mode 100644 index 0000000..8fed6e3 --- /dev/null +++ b/yml/OSBinaries/Conhost.yml @@ -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' +---