Skip to content

Cortex XSOAR Login Panel - Detect

ID: cortex-xsoar-login

Severity: info

Author: dhiyaneshDK

Tags: panel,soar,login,paloaltonetworks

Cortex XSOAR login panel was detected.

id: cortex-xsoar-login
info:
name: Cortex XSOAR Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Cortex XSOAR 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
cpe: cpe:2.3:a:paloaltonetworks:cortex_xsoar:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: paloaltonetworks
product: cortex_xsoar
shodan-query:
- http.title:"Cortex XSOAR"
- http.title:"cortex xsoar"
fofa-query: title="cortex xsoar"
google-query: intitle:"cortex xsoar"
tags: panel,soar,login,paloaltonetworks
http:
- method: GET
path:
- '{{BaseURL}}/#/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Cortex XSOAR</title>'
- type: status
status:
- 200
# digest: 4a0a004730450220072677e7f0a4279cbe42091fb460ea5d1d45383144a93ed52a1dc1d38e082ee9022100d20ad5c75b4f6be0c05f9e6906757d6f7509772be39d3c7e33f3e0ab13ab69b0: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/cortex-xsoar-login.yaml"

View on Github