Skip to content

MISP Threat Intelligence Sharing Platform Panel - Detect

ID: misp-panel

Severity: info

Author: johnk3r

Tags: panel,misp

id: misp-panel
info:
name: MISP Threat Intelligence Sharing Platform Panel - Detect
author: johnk3r
severity: info
classification:
cpe: cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*
metadata:
verified: "true"
max-request: 1
vendor: misp
product: misp
shodan-query:
- http.title:"Users - MISP"
- http.title:"users - misp"
fofa-query: title="users - misp"
google-query: intitle:"users - misp"
tags: panel,misp
http:
- method: GET
path:
- "{{BaseURL}}/users/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Users - MISP</title>"
- type: status
status:
- 200
# digest: 490a0046304402207de84fdaa81604d4b832d3b1f8edc7743a268ce985bc4fd54a5f39ab0a92f4c6022011f3cffd77cf551465902bb1cfe73ebf4217638ad73e53d18c2fb65282e697a1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/misp-panel.yaml"

View on Github