Zeek HTTP: Suspicious User-Agent Containing "katz-ontop"
Alerts on Zeek HTTP sessions whose User-Agent includes "katz-ontop", a potential malware indicator.
FreeReviewedSigma · High · v5
- Product
- zeek
- Service
- http
- Author
- Swachchhanda Shrawan Poudel (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2025-05-22
- Updated
- 2026-07-31
ATT&CK techniques
C2Recon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
Exfiltration
Impact
What it detects
This rule flags Zeek-observed HTTP connections where the User-Agent header contains the string "katz-ontop". A distinctive User-Agent like this can help attackers blend into web traffic while running malware communications. Detection relies on Zeek HTTP telemetry that records the User-Agent associated with outbound or inbound HTTP requests.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
zeek-http-connections-with-suspicious-user-agent-containing-katz-ontop-834c6d2f
title: 'Zeek HTTP: Suspicious User-Agent Containing "katz-ontop"'
id: 7d588f47-ef23-4cb8-a666-9ff52c6558c6
status: experimental
description: This rule flags Zeek-observed HTTP connections where the User-Agent header contains the string "katz-ontop". A distinctive User-Agent like this can help attackers blend into web traffic while running malware communications. Detection relies on Zeek HTTP telemetry that records the User-Agent associated with outbound or inbound HTTP requests.
references:
- Internal Research
- https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2025/Malware/Katz-Stealer/zeek_http_katz_stealer_susp_useragent.yml
author: Swachchhanda Shrawan Poudel (Nextron Systems), Huntrule Team
date: 2025-05-22
tags:
- attack.command-and-control
- attack.t1071.001
- detection.emerging-threats
logsource:
product: zeek
service: http
detection:
selection:
user_agent|contains: katz-ontop
condition: selection
falsepositives:
- Unlikely
level: high
license: DRL-1.1
related:
- id: 834c6d2f-5e98-4b2a-b453-0c4f234afedd
type: derived