2024-03-08 16:50:57 +00:00
|
|
|
id: graylog-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Graylog Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
2024-03-08 16:57:54 +00:00
|
|
|
description: |
|
|
|
|
Graylog login panel was detected.
|
2024-03-08 16:50:57 +00:00
|
|
|
reference:
|
|
|
|
- https://graylog.org/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-03-08 16:50:57 +00:00
|
|
|
shodan-query: http.title:"Graylog Web Interface"
|
|
|
|
tags: panel,graylog,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains(body, "<title>Graylog Web Interface")'
|
2024-03-08 16:57:54 +00:00
|
|
|
condition: and
|
2024-03-25 11:57:16 +00:00
|
|
|
# digest: 490a0046304402205d95bc3347b12ec4852503cdcfad3a442fefc4380dc6215f41c3e8335ac4b80b02201fcd3a347cb8a7a9cdf1803b9846de552d783a98d578c7ae19f71d288c6b97ae:922c64590222798bb761d5b6d8e72950
|