adplus.exe

type: OtherMSBinaries
Debugging tool included with Windows Debugging Tools

Full path

C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\adplus.exe
C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\adplus.exe

Commands

  1. DumpSYSTEM T1003.001

    Create memory dump and parse it offline

    adplus.exe -hang -pn lsass.exe -o {PATH_ABSOLUTE:folder} -quiet

    Creates a memory dump of the lsass process

    os: All Windows

  2. ExecuteUser T1127

    Run commands under a trusted Microsoft signed binary

    adplus.exe -c {PATH:.xml}

    Execute arbitrary commands using adplus config file (see Resources section for a sample file).

    os: All Windows

    Execute: CMD

  3. DumpSYSTEM T1003.001

    Run commands under a trusted Microsoft signed binary

    adplus.exe -c {PATH:.xml}

    Dump process memory using adplus config file (see Resources section for a sample file).

    os: All Windows

  4. ExecuteUser T1127

    Run commands under a trusted Microsoft signed binary

    adplus.exe -crash -o "{PATH_ABSOLUTE:folder}" -sc {PATH:.exe}

    Execute arbitrary commands and binaries from the context of adplus. Note that providing an output directory via ‘-o’ is required.

    os: All windows

    Execute: CMDExecute: EXE

Detection

Code samples

Resources

acknowledgement: mr.d0x @mrd0x, Nasreddine Bencherchali @nas_bench