Merge pull request #102 from yt0ng/patch-4
MSHTA spwaned by SVCHOST as seen in LethalHTA
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user