From bb484e278e2b6110367069bfe4a98cf7761271d7 Mon Sep 17 00:00:00 2001 From: hegusung <7390383+hegusung@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:19:14 +0200 Subject: [PATCH] Update Conhost.yml Execute and Input Tags added --- yml/OSBinaries/Conhost.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/yml/OSBinaries/Conhost.yml b/yml/OSBinaries/Conhost.yml index 2ee2b75..c0b4972 100644 --- a/yml/OSBinaries/Conhost.yml +++ b/yml/OSBinaries/Conhost.yml @@ -11,6 +11,9 @@ Commands: Privileges: User MitreID: T1202 OperatingSystem: Windows 10, Windows 11 + Tags: + - Execute: EXE + - Input: Custom Format - Command: "conhost.exe --headless calc.exe" Description: Execute calc.exe with conhost.exe as parent process Usecase: Specify --headless parameter to hide child process window (if applicable) @@ -18,6 +21,9 @@ Commands: Privileges: User MitreID: T1202 OperatingSystem: Windows 10, Windows 11 + Tags: + - Execute: EXE + - Input: Custom Format Full_Path: - Path: c:\windows\system32\conhost.exe Detection: