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:
|
|
|
|
verified: true
|
2024-06-07 10:04:29 +00:00
|
|
|
max-request: 1
|
|
|
|
tags: network,bluecoat,proxy,detect,detection,tcp
|
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"
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 490a0046304402203f96521cba1ff9a1b5ae7a9f160d6696f74dffefdab3d09bef894e07b08b88e30220632092422ecc8d2d8fc04eef34ad73b9c99deb78a718fac9f26275abab904eb6:922c64590222798bb761d5b6d8e72950
|