mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
21 lines
499 B
YAML
21 lines
499 B
YAML
title: Empty User Agent
|
|
status: experimental
|
|
description: Detects suspicious empty user agent strings in proxy logs
|
|
references:
|
|
- https://twitter.com/Carlos_Perez/status/883455096645931008
|
|
author: Florian Roth
|
|
logsource:
|
|
category: proxy
|
|
detection:
|
|
selection:
|
|
# Empty string - as used by Powershell's (New-Object Net.WebClient).DownloadString
|
|
UserAgent: ''
|
|
condition: selection
|
|
fields:
|
|
- ClientIP
|
|
- URL
|
|
- UserAgent
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|