mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
20 lines
487 B
YAML
20 lines
487 B
YAML
title: MSHTA spwaned by SVCHOST as seen in LethalHTA
|
|
status: experimental
|
|
description: Detects MSHTA.EXE spwaned by SVCHOST described in report
|
|
references:
|
|
- https://codewhitesec.blogspot.com/2018/07/lethalhta.html
|
|
author: Markus Neis
|
|
date: 2018/06/07
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
ParentImage: '*\svchost.exe'
|
|
Image: '*\mshta.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|