2020-04-22 06:42:01 +00:00
|
|
|
id: grafana-detect
|
|
|
|
|
|
|
|
info:
|
2022-11-19 01:50:30 +00:00
|
|
|
name: Grafana Login Panel - Detect
|
2023-06-28 03:54:25 +00:00
|
|
|
author: organiccrap,AdamCrosser,bhutch
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2022-11-19 01:50:30 +00:00
|
|
|
description: Grafana login 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
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2022-11-19 01:50:30 +00:00
|
|
|
cwe-id: CWE-200
|
2022-07-07 10:16:00 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-24 22:25:54 +00:00
|
|
|
vendor: grafana
|
|
|
|
product: grafana
|
2023-10-14 11:27:55 +00:00
|
|
|
shodan-query: title:"Grafana"
|
2023-06-24 22:25:54 +00:00
|
|
|
category: devops
|
|
|
|
tags: panel,grafana,detect
|
2020-04-22 06:42:01 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-04-22 06:42:01 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/login"
|
2023-06-24 22:25:54 +00:00
|
|
|
|
2020-04-22 06:42:01 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-06-24 22:25:54 +00:00
|
|
|
part: body
|
2020-04-22 06:42:01 +00:00
|
|
|
words:
|
2020-05-25 08:13:15 +00:00
|
|
|
- "<title>Grafana</title>"
|
2023-06-24 22:25:54 +00:00
|
|
|
|
2021-06-19 00:07:06 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
2023-06-24 22:25:54 +00:00
|
|
|
name: version
|
2021-06-19 00:07:06 +00:00
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-12-08 22:48:22 +00:00
|
|
|
- '\"version\"\:\"([0-9.]+)\"}'
|
2023-06-27 12:49:53 +00:00
|
|
|
- '\"subTitle\":\"Grafana v([0-9.]+)'
|
2022-11-19 01:50:30 +00:00
|
|
|
|
2023-06-24 22:25:54 +00:00
|
|
|
- type: kval
|
|
|
|
kval:
|
|
|
|
- version
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a00473045022007536053f52444ca4ccea8b018464a891575f81760a541a83635496b19983fca02210097f60c0c45dfa0b7c93a31a53284ad763b326f8cfa6270609e23ab1c0b3352fd:922c64590222798bb761d5b6d8e72950
|