mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
24 lines
600 B
YAML
24 lines
600 B
YAML
title: MSHTA Spawning Windows Shell
|
|
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:
|
|
product: sysmon
|
|
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
|