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

24 lines
586 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
2021-11-27 11:33:14 +01:00
status: test
2020-01-30 17:26:09 +01:00
description: Detects MSHTA.EXE spwaned by SVCHOST as seen in LethalHTA and described in report
author: Markus Neis
2021-11-27 11:33:14 +01:00
references:
- https://codewhitesec.blogspot.com/2018/07/lethalhta.html
date: 2018/06/07
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
detection:
2021-11-27 11:33:14 +01:00
selection:
ParentImage|endswith: '\svchost.exe'
Image|endswith: '\mshta.exe'
condition: selection
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.defense_evasion
- attack.t1218.005