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