2017-02-24 22:44:42 +00:00
|
|
|
title: Processes created by MMC
|
2017-02-12 14:50:39 +00:00
|
|
|
status: experimental
|
2017-01-10 21:40:59 +00:00
|
|
|
description: Processes started by MMC could by a sign of lateral movement using MMC application COM object
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
|
2017-02-18 23:31:59 +00:00
|
|
|
logsource:
|
2017-03-13 08:23:08 +00:00
|
|
|
product: windows
|
|
|
|
service: sysmon
|
2017-01-10 14:05:19 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-02-15 22:53:08 +00:00
|
|
|
EventID: 1
|
|
|
|
ParentImage: '*\mmc.exe'
|
|
|
|
Image: '*\cmd.exe'
|
2017-01-10 14:05:19 +00:00
|
|
|
exclusion:
|
2017-02-15 22:53:08 +00:00
|
|
|
CommandLine: '*\RunCmd.cmd'
|
2017-01-10 14:05:19 +00:00
|
|
|
condition: selection and not exclusion
|
2017-09-12 21:54:04 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2017-01-10 14:05:19 +00:00
|
|
|
falsepositives:
|
|
|
|
- unknown
|
2017-02-18 23:31:59 +00:00
|
|
|
level: medium
|