Skip to content

Hubble - Detect

ID: hubble-detect

Severity: info

Author: righettod

Tags: tech,hubble,detect

Hubble products was detected.

id: hubble-detect
info:
name: Hubble - Detect
author: righettod
severity: info
description: |
Hubble products was detected.
reference:
- https://github.com/cilium/hubble
- https://docs.cilium.io/en/stable/observability/hubble/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Hubble UI"
tags: tech,hubble,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>hubble ui enterprise", "<title>hubble ui")'
condition: and
# digest: 4b0a004830460221008bcef9b3bb42571345a2d3eaa1b75df34931ac68a9109efb911906853a3fdca0022100c38e21f049072143f5eff52119c42aefdb8fd19c76335f570a7e050071a3727c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/hubble-detect.yaml"

View on Github