2019-08-05 16:42:31 +00:00
|
|
|
title: MMC Spawning Windows Shell
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 05a2ab7e-ce11-4b63-86db-ab32e763e11d
|
2019-08-05 16:42:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects a Windows command line executable started from MMC.
|
|
|
|
author: Karneades, Swisscom CSIRT
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/08/05
|
2019-08-05 16:42:31 +00:00
|
|
|
tags:
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.t1175
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.004
|
|
|
|
- attack.t1059.005
|
|
|
|
- attack.t1059.003
|
|
|
|
- attack.t1059.001
|
2019-08-05 16:42:31 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
ParentImage: '*\mmc.exe'
|
|
|
|
Image:
|
|
|
|
- '*\cmd.exe'
|
|
|
|
- '*\powershell.exe'
|
|
|
|
- '*\wscript.exe'
|
|
|
|
- '*\cscript.exe'
|
|
|
|
- '*\sh.exe'
|
|
|
|
- '*\bash.exe'
|
|
|
|
- '*\reg.exe'
|
|
|
|
- '*\regsvr32.exe'
|
|
|
|
- '*\BITSADMIN*'
|
|
|
|
condition: selection
|
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- Image
|
|
|
|
- ParentCommandLine
|
|
|
|
level: high
|