LOLBAS/yml/OtherMSBinaries/Dxcap.yml
Vikas Singh fa3f6bbc0c
Update Dxcap.yml (#296)
Co-authored-by: Wietze <wietze@users.noreply.github.com>
2023-06-27 13:42:47 +01:00

26 lines
1.0 KiB
YAML

---
Name: Dxcap.exe
Description: DirectX diagnostics/debugger included with Visual Studio.
Author: 'Oddvar Moe'
Created: 2018-05-25
Commands:
- Command: Dxcap.exe -c C:\Windows\System32\notepad.exe
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
Category: Execute
Privileges: User
MitreID: T1127
OperatingSystem: Windows
Full_Path:
- Path: C:\Windows\System32\dxcap.exe
- Path: C:\Windows\SysWOW64\dxcap.exe
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_susp_dxcap.yml
Resources:
- Link: https://twitter.com/harr0ey/status/992008180904419328
Acknowledgement:
- Person: Matt harr0ey
Handle: '@harr0ey'
- Person: Vikas Singh
Handle: '@vikas891'