mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
15 lines
546 B
YAML
15 lines
546 B
YAML
|
description: Proceses created by MMC
|
||
|
comment: Processes started by MMC could by a sign of lateral movement using MMC application COM object
|
||
|
reference: https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
|
||
|
detection:
|
||
|
selection:
|
||
|
- EventLog: Microsoft-Windows-Sysmon/Operational
|
||
|
EventID: 1
|
||
|
ParentImage: '*\mmc.exe'
|
||
|
Image: '*\cmd.exe'
|
||
|
exclusion:
|
||
|
- CommandLine: '*\RunCmd.cmd'
|
||
|
condition: selection and not exclusion
|
||
|
falsepositives:
|
||
|
- unknown
|
||
|
level: 70
|