34 lines
632 B
YAML
34 lines
632 B
YAML
|
id: spark-panel
|
||
|
|
||
|
info:
|
||
|
name: SPARK Panel - Detect
|
||
|
author: righettod
|
||
|
severity: info
|
||
|
description: SPARK panel was detected
|
||
|
reference:
|
||
|
- https://www.hypeinnovation.com
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||
|
cvss-score: 0.0
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: html:"/apps/IMT/Html/"
|
||
|
tags: panel,spark
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "url=servlet/hype"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|