Create unauthenticated-alert-manager.yaml

patch-1
Dhiyaneshwaran 2021-07-13 14:10:37 +05:30 committed by GitHub
parent 124b960503
commit 51d6477505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: unauthenticated-alert-manager
info:
name: Unauthenticated Alert Manager
author: dhiyaneshDK
severity: high
reference: https://www.shodan.io/search?query=http.title%3A%22Alertmanager%22
tags: unauth,alertmanager
requests:
- method: GET
path:
- "{{BaseURL}}/#/alerts"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Alertmanager</title>'
condition: or
- type: status
status:
- 200