nuclei-templates/network/detection/bluecoat-telnet-proxy-detec...

33 lines
803 B
YAML
Raw Normal View History

2024-04-25 11:19:08 +00:00
id: bluecoat-telnet-proxy-detect
2024-04-24 06:07:25 +00:00
info:
2024-04-25 11:19:08 +00:00
name: BlueCoat Telnet Proxy - Detect
2024-04-24 06:07:25 +00:00
author: righettod
severity: info
2024-04-26 08:54:04 +00:00
description: |
Detects Blue Coat telnet proxy services.
2024-04-24 06:07:25 +00:00
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
2024-04-25 11:19:08 +00:00
tags: network,bluecoat,proxy,detect
2024-04-24 06:07:25 +00:00
tcp:
- inputs:
- data: "\r\n"
read: 1024
host:
- "{{Hostname}}"
port: 23
read-size: 4096
matchers:
- type: word
part: data
words:
2024-04-25 11:19:08 +00:00
- "Blue Coat telnet proxy"