Update Conhost.yml

Execute and Input Tags added
This commit is contained in:
hegusung 2024-10-13 12:19:14 +02:00 committed by GitHub
parent 6546853446
commit bb484e278e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: