SigmaHQ/rules/proxy/proxy_empty_ua.yml
2018-11-21 22:34:04 +01:00

21 lines
499 B
YAML

title: Empty User Agent
status: experimental
description: Detects suspicious empty user agent strings in proxy logs
references:
- https://twitter.com/Carlos_Perez/status/883455096645931008
author: Florian Roth
logsource:
category: proxy
detection:
selection:
# Empty string - as used by Powershell's (New-Object Net.WebClient).DownloadString
UserAgent: ''
condition: selection
fields:
- ClientIP
- URL
- UserAgent
falsepositives:
- Unknown
level: medium