46 lines
1.1 KiB
YAML
46 lines
1.1 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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"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: 4a0a00473045022100d463ceafaf5a540368aa1f949104844f281f66feb748fac88bd6246fd2165fff022007f32f21fb7b2a9e8e136699dfd372791b72c672ae24175eafada1f6644afe7f:922c64590222798bb761d5b6d8e72950
|