diff --git a/panels/graylog-api-browser.yaml b/panels/graylog-api-browser.yaml new file mode 100644 index 0000000000..6c93a114fa --- /dev/null +++ b/panels/graylog-api-browser.yaml @@ -0,0 +1,23 @@ +id: graylog-api-browser + +info: + name: Detect Graylog REST API + author: PR3R00T + severity: info + +requests: + - method: GET + path: + - "{{BaseURL}}/api/api-browser/" + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Graylog" + - "REST API browser" + - "swagger" + condition: and + - type: status + status: + - 200