Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lethalhta.yml
T
2022-10-28 15:06:36 +02:00

24 lines
610 B
YAML

title: MSHTA Spwaned by SVCHOST
id: ed5d72a6-f8f4-479d-ba79-02f6a80d7471
status: test
description: Detects MSHTA.EXE spwaned by SVCHOST as seen in LethalHTA and described in report
references:
- https://codewhitesec.blogspot.com/2018/07/lethalhta.html
author: Markus Neis
date: 2018/06/07
modified: 2021/11/27
tags:
- attack.defense_evasion
- attack.t1218.005
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\svchost.exe'
Image|endswith: '\mshta.exe'
condition: selection
falsepositives:
- Unknown
level: high