From ed9418961d569be993880e0b63c13b849a36eb1b Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 18 Jul 2021 17:24:04 +0530 Subject: [PATCH] Create cortex-xsoar-login.yaml --- exposed-panels/cortex-xsoar-login.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 exposed-panels/cortex-xsoar-login.yaml diff --git a/exposed-panels/cortex-xsoar-login.yaml b/exposed-panels/cortex-xsoar-login.yaml new file mode 100644 index 0000000000..8f827c4fab --- /dev/null +++ b/exposed-panels/cortex-xsoar-login.yaml @@ -0,0 +1,23 @@ +id: cortex-xsoar-login + +info: + name: Cortex XSOAR Login Panel + author: dhiyaneshDK + severity: info + reference: https://www.shodan.io/search?query=http.title%3A%22Cortex+XSOAR%22 + tags: panel,soar + +requests: + - method: GET + path: + - '{{BaseURL}}/#/login' + + matchers-condition: and + matchers: + - type: word + words: + - 'Cortex XSOAR' + + - type: status + status: + - 200