Files
blue-team-tools/rules/proxy/proxy_empty_ua.yml
T
2017-07-08 08:37:44 -06:00

18 lines
457 B
YAML

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