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

21 lines
499 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:
2018-11-21 22:34:04 +01:00
# Empty string - as used by Powershell's (New-Object Net.WebClient).DownloadString
UserAgent: ''
2017-07-08 08:37:44 -06:00
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