SigmaHQ/rules/windows/process_creation/win_html_help_spawn.yml
2020-06-16 14:46:08 -06:00

36 lines
967 B
YAML

title: HTML Help Shell Spawn
id: 52cad028-0ff0-4854-8f67-d25dfcbc78b4
status: experimental
description: Detects a suspicious child process of a Microsoft HTML Help system when executing compiled HTML files (.chm)
references:
- https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/chm-badness-delivers-a-banking-trojan/
author: Maxim Pavlunin
date: 2020/04/01
modified: 2020/04/03
tags:
- attack.execution
- attack.defense_evasion
- attack.t1223
- attack.t1218.001
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage: 'C:\Windows\hh.exe'
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
- '\wscript.exe'
- '\cscript.exe'
- '\regsvr32.exe'
- '\wmic.exe'
- '\rundll32.exe'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: high