mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
22 lines
605 B
YAML
22 lines
605 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/
|
|
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
|