.. /Dxcap.exe
Star

Execute (EXE, Rename)

DirectX diagnostics/debugger included with Visual Studio.

Paths:

Resources:

Acknowledgements:

Detections:

Execute

  1. Launch specified executable 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.

    Dxcap.exe -c {PATH_ABSOLUTE:.exe}
    Use case

    Local execution of a process as a subprocess of dxcap.exe

    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127
    Tags
    Execute: EXE
  2. Once executed, dxcap.exe will execute xperf.exe in the same folder. Thus, if dxcap.exe is copied to a folder and an arbitrary executable is renamed to xperf.exe, dxcap.exe will spawn it.

    dxcap.exe -usage
    Use case

    Execute an arbitrary executable via trusted system executable.

    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1127
    Tags
    Execute: EXE
    Requires: Rename