mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-25 22:39:27 +01:00
28 lines
762 B
YAML
28 lines
762 B
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 as a subprocess of Dxcap.exe
|
|
Usecase: Local execution of a process as a subprocess of Dxcap.exe
|
|
Category: Execute
|
|
Privileges: User
|
|
MitreID: T1218
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
|
OperatingSystem: Windows
|
|
Full_Path:
|
|
- Path: C:\Windows\System32\dxcap.exe
|
|
- Path: C:\Windows\SysWOW64\dxcap.exe
|
|
Code_Sample:
|
|
- Code:
|
|
Detection:
|
|
- IOC:
|
|
Resources:
|
|
- Link: https://twitter.com/harr0ey/status/992008180904419328
|
|
Acknowledgement:
|
|
- Person: Matt harr0ey
|
|
Handle: '@harr0ey'
|
|
---
|