Merge pull request #102 from yt0ng/patch-4

MSHTA spwaned by SVCHOST as seen in LethalHTA
This commit is contained in:
Florian Roth
2018-07-07 12:59:00 -06:00
committed by GitHub
+21
View File
@@ -0,0 +1,21 @@
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