2023-05-31 23:22:27 +00:00
|
|
|
id: misp-panel
|
|
|
|
|
|
|
|
info:
|
2023-06-01 08:54:23 +00:00
|
|
|
name: MISP Threat Intelligence Sharing Platform Panel - Detect
|
2023-05-31 23:22:27 +00:00
|
|
|
author: johnk3r
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2023-06-01 08:54:23 +00:00
|
|
|
verified: "true"
|
2023-05-31 23:22:27 +00:00
|
|
|
shodan-query: http.title:"Users - MISP"
|
|
|
|
tags: panel,misp
|
|
|
|
|
2023-06-01 09:52:38 +00:00
|
|
|
http:
|
2023-05-31 23:22:27 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/users/login"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>Users - MISP</title>"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "https://github.com/MISP/MISP"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|