SigmaHQ/rules/proxy/proxy_empty_ua.yml

21 lines
499 B
YAML
Raw Normal View History

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