SigmaHQ/rules/windows/sysmon/sysmon_susp_mmc_source.yml

23 lines
615 B
YAML
Raw Normal View History

title: Processes created by MMC
2017-02-12 14:50:39 +00:00
status: experimental
description: Processes started by MMC could by 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/
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
ParentImage: '*\mmc.exe'
Image: '*\cmd.exe'
exclusion:
CommandLine: '*\RunCmd.cmd'
condition: selection and not exclusion
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: medium