mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-29 00:08:11 +01:00
23dd0236ae
* Add detection links for scripts * Add detection links for OtherMSBins. Fixed and updated as needed. * Add detection links for MSBins. Fixed and updated as needed. * Add detection links for oslibraries * Updating template for Detections * Removing empty Detection:Sigma entries * Remove redundant blank line * Replacing commit URL with file URL Co-authored-by: root <root@DESKTOP-5CR935D.localdomain> Co-authored-by: Wietze <wietze@users.noreply.github.com>
27 lines
832 B
YAML
27 lines
832 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: T1127
|
|
OperatingSystem: Windows
|
|
Full_Path:
|
|
- Path: C:\Windows\System32\dxcap.exe
|
|
- Path: C:\Windows\SysWOW64\dxcap.exe
|
|
Code_Sample:
|
|
- Code:
|
|
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'
|
|
---
|