2020-07-02 13:53:41 +00:00
|
|
|
id: prometheus-exposed-panel
|
2021-09-09 13:38:13 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
info:
|
2022-12-08 13:42:03 +00:00
|
|
|
name: Prometheus Panel - Detect
|
2020-07-02 13:53:41 +00:00
|
|
|
author: organiccrap
|
2023-01-23 22:14:23 +00:00
|
|
|
severity: info
|
2022-12-08 13:42:03 +00:00
|
|
|
description: Prometheus panel was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: panel,prometheus
|
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/graph'
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-12-08 13:42:03 +00:00
|
|
|
- '<title>Prometheus Time Series Collection and Processing Server</title>'
|
|
|
|
|
|
|
|
# Enhanced by md on 2022/12/06
|