Skip to content

Splunk SOAR Login Panel - Detect

ID: splunk-login

Severity: info

Author: dhiyaneshDK

Tags: panel,splunk

Splunk SOAR login panel was detected.

id: splunk-login
info:
name: Splunk SOAR Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Splunk SOAR login panel was detected.
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
metadata:
max-request: 1
shodan-query: http.title:"Splunk SOAR"
tags: panel,splunk
http:
- method: GET
path:
- '{{BaseURL}}/login?next=/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Splunk SOAR</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100d0517ab762791ad233cd8d8a894fce0876234f1791ac77215e08849e4fdf797602205e42f6de9b6d607a50b210b53c5fdc1a930ac4f509585c16953b21597b438a5a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/splunk-login.yaml"

View on Github