mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
24 lines
903 B
YAML
24 lines
903 B
YAML
|
---
|
||
|
Name: Dump64.exe
|
||
|
Description: Memory dump tool that comes with Microsoft Visual Studio
|
||
|
Author: mr.d0x
|
||
|
Created: 2021-11-16
|
||
|
Commands:
|
||
|
- Command: dump64.exe <pid> out.dmp
|
||
|
Description: Creates a memory dump of the LSASS process.
|
||
|
Usecase: Create memory dump and parse it offline to retrieve credentials.
|
||
|
Category: Dump
|
||
|
Privileges: Administrator
|
||
|
MitreID: T1003.001
|
||
|
OperatingSystem: Windows 10, Windows 11
|
||
|
Full_Path:
|
||
|
- Path: C:\Program Files (x86)\Microsoft Visual Studio\Installer\Feedback\dump64.exe
|
||
|
Detection:
|
||
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/138b06628380468fb8a41fc27770e1630cb64326/rules/windows/process_creation/process_creation_win_lolbas_dump64.yml
|
||
|
- IOC: As a Windows SDK binary, execution on a system may be suspicious
|
||
|
Resources:
|
||
|
- Link: https://twitter.com/mrd0x/status/1460597833917251595
|
||
|
Acknowledgement:
|
||
|
- Person: mr.d0x
|
||
|
Handle: '@mrd0x'
|