Files
blue-team-tools/rules/windows/sysmon/sysmon_susp_mmc_source.yml
T

19 lines
558 B
YAML
Raw Normal View History

2017-02-24 23:44:42 +01:00
title: Processes created by MMC
2017-02-12 15:50:39 +01:00
status: experimental
description: 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/
2017-02-19 00:31:59 +01:00
logsource:
2017-03-13 09:23:08 +01:00
product: windows
service: sysmon
detection:
selection:
2017-02-15 23:53:08 +01:00
EventID: 1
ParentImage: '*\mmc.exe'
Image: '*\cmd.exe'
exclusion:
2017-02-15 23:53:08 +01:00
CommandLine: '*\RunCmd.cmd'
condition: selection and not exclusion
falsepositives:
- unknown
2017-02-19 00:31:59 +01:00
level: medium