37 lines
657 B
YAML
37 lines
657 B
YAML
id: opentsdb-status
|
|
|
|
info:
|
|
name: OpenTSDB - Detect
|
|
author: pussycat0x
|
|
severity: low
|
|
reference: |
|
|
http://opentsdb.net/
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: http.favicon.hash:407286339
|
|
tags: opentsdb,exposure,logs
|
|
|
|
requests:
|
|
- 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
|