SigmaHQ/rules/windows/process_creation/win_shell_spawn_mshta.yml
2021-06-28 09:32:28 +02:00

32 lines
779 B
YAML

title: Mshta Spawning Windows Shell
id: 772bb24c-8df2-4be0-9157-ae4dfa794037
status: experimental
description: Detects a suspicious child process of a mshta.exe process
references:
- https://app.any.run/tasks/f0fac90f-84ac-4faa-b5b2-f4353c388969/#
author: Florian Roth
date: 2021/06/28
tags:
- attack.execution
- attack.defense_evasion
- attack.t1064 # an old one
- attack.t1059.005
- attack.t1059.001
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\mshta.exe'
Image|endswith:
- '\powershell.exe'
- '\cmd.exe'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: high