Create misp-panel.yaml

patch-10
johnk3r 2023-05-31 20:22:27 -03:00 committed by GitHub
parent 1de28c1e82
commit d796272eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: misp-panel
info:
name: MISP - Threat Intelligence Sharing Platform Panel
author: johnk3r
severity: info
metadata:
shodan-query: http.title:"Users - MISP"
tags: panel,misp
requests:
- 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