Files
blue-team-tools/rules/windows/network_connection/net_connection_win_hh.yml
T
Nasreddine Bencherchali 7c38a5c496 chore: add nextron authors tag
2023-02-01 11:14:59 +01:00

32 lines
984 B
YAML

title: HH.EXE Network Connections
id: 468a8cea-2920-4909-a593-0cbe1d96674a
related:
- id: f57c58b3-ee69-4ef5-9041-455bf39aaa89
type: derived
status: experimental
description: Detects network connections made by the "hh.exe" process, which could indicate the execution/download of remotely hosted .chm files
references:
- https://www.splunk.com/en_us/blog/security/follina-for-protocol-handlers.html
- https://github.com/redcanaryco/atomic-red-team/blob/1cf4dd51f83dcb0ebe6ade902d6157ad2dbc6ac8/atomics/T1218.001/T1218.001.md
author: Nasreddine Bencherchali (Nextron Systems)
date: 2022/10/05
tags:
- attack.defense_evasion
- attack.t1218.001
logsource:
category: network_connection
product: windows
detection:
selection:
Image|endswith: '\hh.exe'
Initiated: 'true'
DestinationPort:
- 80
- 443
- 135
- 445
condition: selection
falsepositives:
- Unknown
level: medium