From 12886139f4f40a243aa466848170fdd421861112 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:55:55 +0530 Subject: [PATCH] penTSDB - Detect --- exposures/logs/opentsdb-status.yaml | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 exposures/logs/opentsdb-status.yaml diff --git a/exposures/logs/opentsdb-status.yaml b/exposures/logs/opentsdb-status.yaml new file mode 100644 index 0000000000..039e581c07 --- /dev/null +++ b/exposures/logs/opentsdb-status.yaml @@ -0,0 +1,35 @@ +id: opentsdb-status + +info: + name: OpenTSDB - Detect + author: pussycat0x + severity: low + reference: | + http://opentsdb.net/ + metadata: + verified: "true" + shodan-query: http.title:"OpenTSDB" + tags: opentsdb,exposure + +requests: + - method: GET + path: + - "{{BaseURL}}/stats?json" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "tsd.connectionmgr.connections" + - "tsd.http" + - "host" + + - type: word + part: header + words: + - "application/json" + + - type: status + status: + - 200 \ No newline at end of file