Skip to content

Commit

Permalink
Update T1564.003.yaml (#2884)
Browse files Browse the repository at this point in the history
Co-authored-by: Carrie Roberts <[email protected]>
  • Loading branch information
msdlearn and clr2of8 authored Aug 3, 2024
1 parent 4a087e7 commit f85294b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions atomics/T1564.003/T1564.003.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f85294b

Please sign in to comment.