Proxy HTTP Requests with Empty User-Agent Header

Flags proxy HTTP traffic with an empty User-Agent header, which may indicate automation or unusual client behavior.

FreeReviewedSigma · Medium · v2
Category
proxy
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2017-07-08
Updated
2026-07-31
title: Proxy HTTP Requests with Empty User-Agent Header
id: 14b6c638-cc17-4080-b4bd-7961ea81f93e
status: test
description: This rule flags HTTP proxy log events where the User-Agent header is present but empty. Attackers and automation frameworks may generate abnormal or minimal HTTP client fingerprints to blend in or hide intent, making empty user agents a useful anomaly signal. The detection relies on proxy log telemetry capturing the request’s user agent field exactly as an empty string.
references:
  - https://twitter.com/Carlos_Perez/status/883455096645931008
  - https://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_ua_empty.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2017-07-08
modified: 2021-11-27
tags:
  - attack.command-and-control
  - attack.t1071.001
logsource:
  category: proxy
detection:
  selection:
    c-useragent: ""
  condition: selection
falsepositives:
  - Unknown
level: medium
license: DRL-1.1
related:
  - id: 21e44d78-95e7-421b-a464-ffd8395659c4
    type: derived