mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
37 lines
1.7 KiB
YAML
37 lines
1.7 KiB
YAML
---
|
|
Name: Sqldumper.exe
|
|
Description: Debugging utility included with Microsoft SQL.
|
|
Author: 'Oddvar Moe'
|
|
Created: 2018-05-25
|
|
Commands:
|
|
- Command: sqldumper.exe 464 0 0x0110
|
|
Description: Dump process by PID and create a dump file (Appears to create a dump file called SQLDmprXXXX.mdmp).
|
|
Usecase: Dump process using PID.
|
|
Category: Dump
|
|
Privileges: Administrator
|
|
MitreID: T1003
|
|
OperatingSystem: Windows
|
|
- Command: sqldumper.exe 540 0 0x01100:40
|
|
Description: 0x01100:40 flag will create a Mimikatz compatible dump file.
|
|
Usecase: Dump LSASS.exe to Mimikatz compatible dump using PID.
|
|
Category: Dump
|
|
Privileges: Administrator
|
|
MitreID: T1003.001
|
|
OperatingSystem: Windows
|
|
Full_Path:
|
|
- Path: C:\Program Files\Microsoft SQL Server\90\Shared\SQLDumper.exe
|
|
- Path: C:\Program Files (x86)\Microsoft Office\root\vfs\ProgramFilesX86\Microsoft Analysis\AS OLEDB\140\SQLDumper.exe
|
|
Code_Sample:
|
|
- Code:
|
|
Detection:
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_susp_sqldumper_activity.yml
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/f6421d8c534f295518a2c945f530e8afc4c8ad1b/rules/windows/credential_access_lsass_memdump_file_created.toml
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/5bdf70e72c6cd4547624c521108189af994af449/rules/windows/credential_access_cmdline_dump_tool.toml
|
|
Resources:
|
|
- Link: https://twitter.com/countuponsec/status/910969424215232518
|
|
- Link: https://twitter.com/countuponsec/status/910977826853068800
|
|
- Link: https://support.microsoft.com/en-us/help/917825/how-to-use-the-sqldumper-exe-utility-to-generate-a-dump-file-in-sql-se
|
|
Acknowledgement:
|
|
- Person: Luis Rocha
|
|
Handle: '@countuponsec'
|