Files
blue-team-tools/rules/windows/process_creation/win_susp_mmc_source.yml
T
Michael Wade f70549ec54 First Pass
2019-06-13 23:15:38 -05:00

26 lines
682 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
- car.2013-02-003
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