2017-07-08 08:37:44 -06:00
|
|
|
title: Empty User Agent
|
|
|
|
|
status: experimental
|
|
|
|
|
description: Detects suspicious empty user agent strings in proxy logs
|
2018-01-28 02:12:19 +03:00
|
|
|
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
|