Files
blue-team-tools/rules/windows/process_creation/win_mmc_spawn_shell.yml
T

38 lines
1007 B
YAML
Raw Normal View History

title: MMC Spawning Windows Shell
2019-11-12 23:12:27 +01:00
id: 05a2ab7e-ce11-4b63-86db-ab32e763e11d
status: experimental
2020-09-02 02:34:34 +02:00
description: Detects a Windows command line executable started from MMC
author: Karneades, Swisscom CSIRT
date: 2019/08/05
2020-09-02 02:34:34 +02:00
modified: 2020/09/01
references:
- https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
tags:
- attack.lateral_movement
2020-09-02 02:34:34 +02:00
- attack.t1175 # an old one
- attack.t1021.003
logsource:
category: process_creation
product: windows
detection:
selection:
2020-10-15 18:09:27 -03:00
ParentImage|endswith: '\mmc.exe'
2020-11-27 15:42:22 -03:00
selection2:
- Image|endswith:
2020-10-15 18:08:49 -03:00
- '\cmd.exe'
- '\powershell.exe'
- '\wscript.exe'
- '\cscript.exe'
- '\sh.exe'
- '\bash.exe'
- '\reg.exe'
- '\regsvr32.exe'
2020-11-27 15:42:22 -03:00
- Image|contains:
- '\BITSADMIN'
condition: selection and selection2
fields:
- CommandLine
- Image
- ParentCommandLine
level: high