2022-01-24 09:11:18 +00:00
|
|
|
id: unauthenticated-zipkin
|
2021-05-09 07:17:14 +00:00
|
|
|
|
|
|
|
info:
|
2022-04-07 13:53:15 +00:00
|
|
|
name: Zipkin Discovery
|
2021-05-09 07:17:14 +00:00
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: high
|
2022-04-07 13:53:15 +00:00
|
|
|
description: Unauthenticated access to Zipkin was discovered.
|
|
|
|
reference:
|
|
|
|
- https://zipkin.io/
|
2021-05-09 07:17:14 +00:00
|
|
|
tags: unauth
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-05-09 07:17:14 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-05-09 07:17:14 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/config.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'application/json'
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- environment
|
|
|
|
- defaultLookback
|
|
|
|
part: body
|
|
|
|
condition: and
|
2022-04-07 13:53:15 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/04/06
|