SigmaHQ/rules/windows/process_creation/win_susp_mmc_source.yml
Yugoslavskiy Daniil 05cc7e455d atc review
2019-03-06 05:25:12 +01:00

25 lines
660 B
YAML

title: Processes created by MMC
status: experimental
description: Processes started by MMC could be a sign of lateral movement using MMC application COM object
references:
- https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
tags:
- attack.lateral_movement
- attack.t1175
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage: '*\mmc.exe'
Image: '*\cmd.exe'
exclusion:
CommandLine: '*\RunCmd.cmd'
condition: selection and not exclusion
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: medium