2022-03-16 13:17:58 +00:00
|
|
|
id: splunk-enterprise-panel
|
|
|
|
|
|
|
|
info:
|
2023-01-16 17:41:15 +00:00
|
|
|
name: Splunk Enterprise Login Panel - Detect
|
2022-03-16 13:17:58 +00:00
|
|
|
author: praetorian-thendrickson
|
|
|
|
severity: info
|
2023-01-16 17:41:15 +00:00
|
|
|
description: Splunk Enterprise login panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.splunk.com/en_us/software/splunk-enterprise.html
|
2023-01-16 17:41:15 +00:00
|
|
|
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
|
2024-03-26 08:03:04 +00:00
|
|
|
cpe: cpe:2.3:a:splunk:splunk:*:*:*:*:*:*:*:*
|
2022-03-16 13:17:58 +00:00
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: splunk
|
2024-06-07 10:04:29 +00:00
|
|
|
product: splunk
|
|
|
|
shodan-query:
|
|
|
|
- http.title:"Login - Splunk"
|
|
|
|
- http.title:"login - splunk"
|
|
|
|
fofa-query: title="login - splunk"
|
|
|
|
google-query: intitle:"login - splunk"
|
2022-03-16 13:17:58 +00:00
|
|
|
tags: panel,splunk
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-03-16 13:17:58 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/en-US/account/login'
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-03-16 13:17:58 +00:00
|
|
|
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.]+)"'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4a0a0047304502205d9bdbabb53a25a1ff5840755e71b98687034d8043b73cf2dfc7eb0fc96de0ec022100dbef23d0a0dfde0559058820d3d0983bcaa21ad1150e20306ecaa64f80493b19:922c64590222798bb761d5b6d8e72950
|