2018-06-09 00:15:06 +02:00
---
Name : Dxcap.exe
2021-01-10 16:04:52 +01:00
Description : DirectX diagnostics/debugger included with Visual Studio.
2018-09-22 04:58:00 +02:00
Author : 'Oddvar Moe'
2021-01-10 16:04:52 +01:00
Created : 2018-05-25
2018-06-09 00:15:06 +02:00
Commands :
- Command : Dxcap.exe -c C:\Windows\System32\notepad.exe
2023-06-27 14:42:47 +02:00
Description : 'Launch notepad.exe as a subprocess of dxcap.exe. Note that you should have write permissions in the current working directory for the command to succeed; alternatively, add ' '-file c:\path\to\writable\location.ext' ' as first argument.'
Usecase : Local execution of a process as a subprocess of dxcap.exe
2018-09-26 11:41:58 +02:00
Category : Execute
2018-09-22 04:58:00 +02:00
Privileges : User
2021-11-05 21:06:57 +01:00
MitreID : T1127
2018-09-22 04:58:00 +02:00
OperatingSystem : Windows
2018-12-10 14:28:12 +01:00
Full_Path :
2018-09-26 11:41:58 +02:00
- Path : C:\Windows\System32\dxcap.exe
- Path : C:\Windows\SysWOW64\dxcap.exe
Detection :
2023-10-18 17:30:34 +02:00
- Sigma : https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_lolbin_susp_dxcap.yml
2018-06-09 00:15:06 +02:00
Resources :
2018-09-26 11:41:58 +02:00
- Link : https://twitter.com/harr0ey/status/992008180904419328
2018-09-22 04:58:00 +02:00
Acknowledgement :
- Person : Matt harr0ey
Handle : '@harr0ey'
2023-06-27 14:42:47 +02:00
- Person : Vikas Singh
Handle : '@vikas891'