50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: splunk-enterprise-panel
|
|
|
|
info:
|
|
name: Splunk Enterprise Login Panel - Detect
|
|
author: praetorian-thendrickson
|
|
severity: info
|
|
description: Splunk Enterprise login panel was detected.
|
|
reference:
|
|
- https://www.splunk.com/en_us/software/splunk-enterprise.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:splunk:splunk:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: splunk
|
|
product: splunk
|
|
shodan-query:
|
|
- http.title:"Login - Splunk"
|
|
- http.title:"login - splunk"
|
|
fofa-query: title="login - splunk"
|
|
google-query: intitle:"login - splunk"
|
|
tags: panel,splunk
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/en-US/account/login'
|
|
|
|
host-redirects: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Splunk Inc.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '"version": "(.*)"'
|
|
- 'versionNumber": "([0-9.]+)"'
|
|
- '"VERSION_LABEL": "([0-9.]+)"'
|
|
# digest: 4a0a0047304502205d9bdbabb53a25a1ff5840755e71b98687034d8043b73cf2dfc7eb0fc96de0ec022100dbef23d0a0dfde0559058820d3d0983bcaa21ad1150e20306ecaa64f80493b19:922c64590222798bb761d5b6d8e72950 |