Files
blue-team-tools/rules/windows/process_creation/win_lethalhta.yml
T

25 lines
667 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: MSHTA Spwaned by SVCHOST
2019-11-12 23:12:27 +01:00
id: ed5d72a6-f8f4-479d-ba79-02f6a80d7471
status: experimental
2020-01-30 17:26:09 +01:00
description: Detects MSHTA.EXE spwaned by SVCHOST as seen in LethalHTA and described in report
references:
2019-03-02 00:14:20 +01:00
- https://codewhitesec.blogspot.com/2018/07/lethalhta.html
2019-03-06 05:25:12 +01:00
tags:
- attack.defense_evasion
2020-06-16 14:46:08 -06:00
- attack.t1218.005
- attack.execution # an old one
- attack.t1170 # an old one
author: Markus Neis
date: 2018/06/07
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2020-10-15 17:58:14 -03:00
ParentImage|endswith: '\svchost.exe'
Image|endswith: '\mshta.exe'
2019-03-02 00:14:20 +01:00
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- Unknown
level: high