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
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Markus Neis
|
2021-11-27 11:33:14 +01:00
|
|
|
references:
|
|
|
|
|
- https://codewhitesec.blogspot.com/2018/07/lethalhta.html
|
2019-01-16 23:36:31 +01:00
|
|
|
date: 2018/06/07
|
2021-11-27 11:33:14 +01:00
|
|
|
modified: 2021/11/27
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2021-11-27 11:33:14 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2021-11-27 11:33:14 +01:00
|
|
|
selection:
|
|
|
|
|
ParentImage|endswith: '\svchost.exe'
|
|
|
|
|
Image|endswith: '\mshta.exe'
|
|
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2021-11-27 11:33:14 +01:00
|
|
|
- Unknown
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|
2021-11-27 11:33:14 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.t1218.005
|