mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
Prep for new yamllint
This commit is contained in:
parent
3347e43b3f
commit
d780de4ece
@ -1,37 +1,37 @@
|
|||||||
---
|
---
|
||||||
Name: Procdump.exe
|
Name: Procdump.exe
|
||||||
Description: SysInternals Memory Dump Tool
|
Description: SysInternals Memory Dump Tool
|
||||||
Aliases:
|
Aliases:
|
||||||
Alias: Procdump64.exe
|
- Alias: Procdump64.exe
|
||||||
Author: 'Alfie Champion (@ajpc500)'
|
Author: 'Alfie Champion (@ajpc500)'
|
||||||
Created: '2020-10-14'
|
Created: '2020-10-14'
|
||||||
Commands:
|
Commands:
|
||||||
- Command: procdump.exe -md calc.dll explorer.exe
|
- Command: procdump.exe -md calc.dll explorer.exe
|
||||||
Description: Loads calc.dll where DLL is configured with a 'MiniDumpCallbackRoutine' exported function. Valid process must be provided as dump still created.
|
Description: Loads calc.dll where DLL is configured with a 'MiniDumpCallbackRoutine' exported function. Valid process must be provided as dump still created.
|
||||||
Usecase: Performs execution of unsigned DLL.
|
Usecase: Performs execution of unsigned DLL.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1202
|
MitreID: T1202
|
||||||
OperatingSystem: Windows 8.1 and higher, Windows Server 2012 and higher.
|
OperatingSystem: Windows 8.1 and higher, Windows Server 2012 and higher.
|
||||||
- Command: procdump.exe -md calc.dll foobar
|
- Command: procdump.exe -md calc.dll foobar
|
||||||
Description: Loads calc.dll where configured with DLL_PROCESS_ATTACH execution, process argument can be arbitrary.
|
Description: Loads calc.dll where configured with DLL_PROCESS_ATTACH execution, process argument can be arbitrary.
|
||||||
Usecase: Performs execution of unsigned DLL.
|
Usecase: Performs execution of unsigned DLL.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1202
|
MitreID: T1202
|
||||||
OperatingSystem: Windows 8.1 and higher, Windows Server 2012 and higher.
|
OperatingSystem: Windows 8.1 and higher, Windows Server 2012 and higher.
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: no default
|
- Path: no default
|
||||||
Detection:
|
Detection:
|
||||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/f36b1cbd2a3f1a7423f43a67a182549778700615/rules/windows/process_creation/win_susp_procdump.yml
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/f36b1cbd2a3f1a7423f43a67a182549778700615/rules/windows/process_creation/win_susp_procdump.yml
|
||||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/f36b1cbd2a3f1a7423f43a67a182549778700615/rules/windows/process_creation/win_procdump.yml
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/f36b1cbd2a3f1a7423f43a67a182549778700615/rules/windows/process_creation/win_procdump.yml
|
||||||
- Splunk: https://github.com/splunk/security_content/blob/86a5b644a44240f01274c8b74d19a435c7dae66e/detections/endpoint/dump_lsass_via_procdump.yml
|
- Splunk: https://github.com/splunk/security_content/blob/86a5b644a44240f01274c8b74d19a435c7dae66e/detections/endpoint/dump_lsass_via_procdump.yml
|
||||||
- Elastic: https://github.com/elastic/detection-rules/blob/5bdf70e72c6cd4547624c521108189af994af449/rules/windows/credential_access_cmdline_dump_tool.toml
|
- Elastic: https://github.com/elastic/detection-rules/blob/5bdf70e72c6cd4547624c521108189af994af449/rules/windows/credential_access_cmdline_dump_tool.toml
|
||||||
- IOC: Process creation with given '-md' parameter
|
- IOC: Process creation with given '-md' parameter
|
||||||
- IOC: Anomalous child processes of procdump
|
- IOC: Anomalous child processes of procdump
|
||||||
- IOC: Unsigned DLL load via procdump.exe or procdump64.exe
|
- IOC: Unsigned DLL load via procdump.exe or procdump64.exe
|
||||||
Resources:
|
Resources:
|
||||||
- Link: https://twitter.com/ajpc500/status/1448588362382778372?s=20
|
- Link: https://twitter.com/ajpc500/status/1448588362382778372?s=20
|
||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
- Person: Alfie Champion
|
- Person: Alfie Champion
|
||||||
Handle: '@ajpc500'
|
Handle: '@ajpc500'
|
||||||
|
Loading…
Reference in New Issue
Block a user