adplus.exe
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.exeCommands
Create memory dump and parse it offline
adplus.exe -hang -pn lsass.exe -o {PATH_ABSOLUTE:folder} -quietCreates a memory dump of the lsass process
os: All Windows
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
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
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
Detection
- Sigma https://github.com/SigmaHQ/sigma/blob/6199a703221a98ae6ad343c79c558da375203e4e/rules/windows/process_creation/proc_creation_win_lolbin_adplus.yml
- IOCAs a Windows SDK binary, execution on a system may be suspicious
Code samples
Resources
acknowledgement: mr.d0x @mrd0x, Nasreddine Bencherchali @nas_bench