Skip to content

OpenTSDB - Detect

ID: opentsdb-status

Severity: low

Author: pussycat0x

Tags: opentsdb,exposure,logs

OpenTSDB stats exposed which is commonly used in monitoring and observability scenarios where tracking and analyzing the performance of systems, applications, and infrastructure over time is essential.

id: opentsdb-status
info:
name: OpenTSDB - Detect
author: pussycat0x
severity: low
description: OpenTSDB stats exposed which is commonly used in monitoring and observability scenarios where tracking and analyzing the performance of systems, applications, and infrastructure over time is essential.
reference: |
http://opentsdb.net/
classification:
cpe: cpe:2.3:a:opentsdb:opentsdb:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: opentsdb
product: opentsdb
shodan-query: http.favicon.hash:407286339
tags: opentsdb,exposure,logs
http:
- method: GET
path:
- "{{BaseURL}}/stats?json"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "tsd.connectionmgr.connections"
- "tsd.http"
- "host"
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200
# digest: 480a0045304302206a9e031d99d494be4dacc4e13632db439ec6982d343f1cde8a1b88a9c5de84fe021f2828051711be84a2710851250e63533c17597b6a7b23172d347eaaa57d1584: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/exposures/logs/opentsdb-status.yaml"

View on Github