Update T1564.003.yaml (#2884)
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
@@ -40,3 +40,17 @@ atomic_tests:
|
||||
cleanup_command: |
|
||||
taskkill /im #{browser} /f
|
||||
name: command_prompt
|
||||
- name: Hidden Window-Conhost Execution
|
||||
description: |
|
||||
Launch conhost.exe in "headless" mode, it means that no visible window will pop up on the victim's machine.
|
||||
This could be a sign of "conhost" usage as a LOLBIN or potential process injection activity.
|
||||
conhost.exe can be used as proxy the execution of arbitrary commands
|
||||
supported_platforms:
|
||||
- windows
|
||||
executor:
|
||||
command: |
|
||||
conhost.exe --headless calc.exe
|
||||
cleanup_command: |
|
||||
Stop-Process -Name calc*
|
||||
name: powershell
|
||||
elevation_required: true
|
||||
|
||||
Reference in New Issue
Block a user