2018-12-05 01:35:26 +01:00
|
|
|
---
|
|
|
|
Name: Mmc.exe
|
2018-12-05 01:38:17 +01:00
|
|
|
Description: Load snap-ins to locally and remotely manage Windows systems
|
2018-12-05 01:35:26 +01:00
|
|
|
Author: '@bohops'
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2018-12-04
|
2018-12-05 01:35:26 +01:00
|
|
|
Commands:
|
|
|
|
- Command: mmc.exe -Embedding c:\path\to\test.msc
|
2018-12-05 01:38:17 +01:00
|
|
|
Description: Launch a 'backgrounded' MMC process and invoke a COM payload
|
|
|
|
Usecase: Configure a snap-in to load a COM custom class (CLSID) that has been added to the registry
|
2018-12-05 01:35:26 +01:00
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
|
|
|
MitreID: T1218
|
|
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
|
|
|
OperatingSystem: Windows 10 (and possibly earlier versions)
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-12-05 01:35:26 +01:00
|
|
|
- Path: C:\Windows\System32\mmc.exe
|
|
|
|
- Path: C:\Windows\SysWOW64\mmc.exe
|
2021-01-10 16:04:52 +01:00
|
|
|
Code_Sample:
|
2018-12-05 01:35:26 +01:00
|
|
|
- Code:
|
|
|
|
Detection:
|
2021-01-10 16:04:52 +01:00
|
|
|
- IOC:
|
2018-12-05 01:35:26 +01:00
|
|
|
Resources:
|
|
|
|
- Link: https://bohops.com/2018/08/18/abusing-the-com-registry-structure-part-2-loading-techniques-for-evasion-and-persistence/
|
|
|
|
Acknowledgement:
|
|
|
|
- Person: Jimmy
|
|
|
|
Handle: '@bohops'
|
|
|
|
---
|