Files
blue-team-tools/rules/proxy/proxy_empty_ua.yml
T

22 lines
511 B
YAML
Raw Normal View History

2017-07-08 08:37:44 -06:00
title: Empty User Agent
status: experimental
description: Detects suspicious empty user agent strings in proxy logs
references:
2017-07-08 08:37:44 -06:00
- https://twitter.com/Carlos_Perez/status/883455096645931008
author: Florian Roth
logsource:
2017-09-11 00:35:52 +02:00
category: proxy
2017-07-08 08:37:44 -06:00
detection:
selection:
UserAgent:
# Empty string - as used by Powershell's (New-Object Net.WebClient).DownloadString
- ''
condition: selection
2017-09-12 23:54:04 +02:00
fields:
- ClientIP
- URL
- UserAgent
2017-07-08 08:37:44 -06:00
falsepositives:
- Unknown
level: medium