2017-07-08 14:37:44 +00:00
|
|
|
title: Empty User Agent
|
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious empty user agent strings in proxy logs
|
2018-01-27 23:12:19 +00:00
|
|
|
references:
|
2017-07-08 14:37:44 +00:00
|
|
|
- https://twitter.com/Carlos_Perez/status/883455096645931008
|
|
|
|
author: Florian Roth
|
|
|
|
logsource:
|
2017-09-10 22:35:52 +00:00
|
|
|
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
|