Files
blue-team-tools/rules/windows/sysmon/sysmon_mshta_spawn_shell.yml
T

25 lines
621 B
YAML
Raw Normal View History

2017-03-05 01:47:37 +01:00
title: MSHTA Spawning Windows Shell
2017-03-04 14:33:09 -08:00
status: experimental
description: Detects a Windows command line executable started from MSHTA.
reference: https://www.trustedsec.com/july-2015/malicious-htas/
author: Michael Haag
logsource:
2017-03-13 09:23:08 +01:00
product: windows
service: sysmon
2017-03-04 14:33:09 -08:00
detection:
selection:
EventID: 1
ParentImage:
- '*\mshta.exe'
Image:
- '*\cmd.exe'
- '*\powershell.exe'
- '*\wscript.exe'
- '*\cscript.exe'
- '*\sh.exe'
- '*\bash.exe'
condition: selection
falsepositives:
- Minimal FPs.
level: high