Files
blue-team-tools/rules/web/proxy_generic/proxy_ua_empty.yml
T

26 lines
730 B
YAML
Raw Normal View History

title: HTTP Request With Empty User Agent
2019-11-12 23:12:27 +01:00
id: 21e44d78-95e7-421b-a464-ffd8395659c4
2021-11-27 11:33:14 +01:00
status: test
description: |
Detects a potentially suspicious empty user agent strings in proxy log.
Could potentially indicate an uncommon request method.
2020-09-15 07:02:30 -06:00
references:
2022-10-25 10:08:58 +02:00
- https://twitter.com/Carlos_Perez/status/883455096645931008
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
date: 2017-07-08
modified: 2021-11-27
2022-10-25 10:08:58 +02:00
tags:
- attack.defense-evasion
- attack.command-and-control
2022-10-25 10:08:58 +02:00
- attack.t1071.001
2017-07-08 08:37:44 -06:00
logsource:
2022-10-25 10:08:58 +02:00
category: proxy
2017-07-08 08:37:44 -06:00
detection:
2022-10-25 10:08:58 +02:00
selection:
# Empty string - as used by Powershell's (New-Object Net.WebClient).DownloadString
2022-10-25 10:08:58 +02:00
c-useragent: ''
condition: selection
2017-07-08 08:37:44 -06:00
falsepositives:
2022-10-25 10:08:58 +02:00
- Unknown
2017-07-08 08:37:44 -06:00
level: medium