SigmaHQ/rules/windows/process_creation/win_mmc_spawn_shell.yml

38 lines
1007 B
YAML
Raw Normal View History

title: MMC Spawning Windows Shell
2019-11-12 22:12:27 +00:00
id: 05a2ab7e-ce11-4b63-86db-ab32e763e11d
status: experimental
2020-09-02 00:34:34 +00:00
description: Detects a Windows command line executable started from MMC
author: Karneades, Swisscom CSIRT
date: 2019/08/05
2020-09-02 00:34:34 +00: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 00:34:34 +00:00
- attack.t1175 # an old one
- attack.t1021.003
logsource:
category: process_creation
product: windows
detection:
selection:
2020-10-15 21:09:27 +00:00
ParentImage|endswith: '\mmc.exe'
2020-11-27 18:42:22 +00:00
selection2:
- Image|endswith:
2020-10-15 21:08:49 +00:00
- '\cmd.exe'
- '\powershell.exe'
- '\wscript.exe'
- '\cscript.exe'
- '\sh.exe'
- '\bash.exe'
- '\reg.exe'
- '\regsvr32.exe'
2020-11-27 18:42:22 +00:00
- Image|contains:
- '\BITSADMIN'
condition: selection and selection2
fields:
- CommandLine
- Image
- ParentCommandLine
level: high