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

23 lines
562 B
YAML
Raw Normal View History

2017-07-08 08:37:44 -06:00
title: Empty User Agent
2019-11-12 23:12:27 +01:00
id: 21e44d78-95e7-421b-a464-ffd8395659c4
2017-07-08 08:37:44 -06:00
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
date: 2017/07/08
2017-07-08 08:37:44 -06:00
logsource:
2017-09-11 00:35:52 +02:00
category: proxy
2017-07-08 08:37:44 -06:00
detection:
selection:
# Empty string - as used by Powershell's (New-Object Net.WebClient).DownloadString
2019-12-07 00:11:33 +01:00
c-useragent: ''
2017-07-08 08:37:44 -06:00
condition: selection
2017-09-12 23:54:04 +02:00
fields:
- ClientIP
2019-12-07 00:11:33 +01:00
- c-uri
- c-useragent
2017-07-08 08:37:44 -06:00
falsepositives:
- Unknown
level: medium