37 lines
745 B
YAML
37 lines
745 B
YAML
id: splunk-enterprise-panel
|
|
|
|
info:
|
|
name: Splunk Enterprise Panel Detect
|
|
author: praetorian-thendrickson
|
|
severity: info
|
|
reference:
|
|
- https://www.splunk.com/en_us/software/splunk-enterprise.html
|
|
metadata:
|
|
shodan-query: http.title:"Login - Splunk"
|
|
tags: panel,splunk
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/en-US/account/login'
|
|
|
|
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.]+)"'
|