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
|
2019-01-16 23:36:31 +01:00
|
|
|
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
|
2019-01-16 23:36:31 +01:00
|
|
|
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
|
2020-09-01 17:02:36 +00:00
|
|
|
- attack.execution # an old one
|
|
|
|
|
- attack.t1170 # an old one
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Markus Neis
|
|
|
|
|
date: 2018/06/07
|
|
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
ParentImage: '*\svchost.exe'
|
|
|
|
|
Image: '*\mshta.exe'
|
|
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Unknown
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|