30 lines
865 B
YAML
30 lines
865 B
YAML
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: 4a0a00473045022100e506c503ed78af724c35c6b799995acf62a494a03a57211004bfc0b4890ce5c502206dbc547ac892aba8055fc5215264ebaa67c08309ab3ba20f3a1c7684691d1d6c:922c64590222798bb761d5b6d8e72950 |