Add files via upload

patch-1
Dominique RIGHETTO 2024-04-24 08:07:25 +02:00 committed by GitHub
parent b131eb7a13
commit 7bf7051f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: bluecoat-telnet-proxy
info:
name: Blue Coat telnet proxy - Detect
author: righettod
severity: info
description: Detects Blue Coat telnet proxy services.
reference:
- https://en.wikipedia.org/wiki/Blue_Coat_Systems
- https://techdocs.broadcom.com/us/en/symantec-security-software/web-and-network-security/edge-swg/7-3/about-ssl-proxy.html
- https://techdocs.broadcom.com/us/en/symantec-security-software/web-and-network-security/edge-swg/7-3.html
metadata:
max-request: 1
verified: true
tags: network,bluecoat,detect
tcp:
- inputs:
- data: "\r\n"
read: 1024
host:
- "{{Hostname}}"
port: 23
read-size: 4096
matchers:
- type: word
part: data
words:
- "Blue Coat telnet proxy"