SigmaHQ/rules/windows/builtin/win_mmc20_lateral_movement.yml

26 lines
920 B
YAML
Raw Normal View History

title: MMC20 Lateral Movement
id: f1f3bf22-deb2-418d-8cce-e1a45e46a5bd
2020-06-16 20:46:08 +00:00
description: Detects MMC20.Application Lateral Movement; specifically looks for the spawning of the parent MMC.exe with a command line of "-Embedding" as a child of svchost.exe
author: '@2xxeformyshirt (Security Risk Advisors) - rule; Teymur Kheirkhabarov (idea)'
date: 2020/03/04
modified: 2020/08/23
references:
2020-06-16 20:46:08 +00:00
- https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
- https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view?usp=sharing
tags:
2020-06-16 20:46:08 +00:00
- attack.execution
- attack.t1175 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1021.003
logsource:
2020-06-16 20:46:08 +00:00
category: process_creation
product: windows
detection:
2020-06-16 20:46:08 +00:00
selection:
ParentImage: '*\svchost.exe'
Image: '*\mmc.exe'
CommandLine: '*-Embedding*'
condition: selection
falsepositives:
2020-06-16 20:46:08 +00:00
- Unlikely
level: high