diff --git a/exposed-panels/sentinelone-console.yaml b/exposed-panels/sentinelone-console.yaml new file mode 100644 index 0000000000..5cd39a3550 --- /dev/null +++ b/exposed-panels/sentinelone-console.yaml @@ -0,0 +1,26 @@ +id: sentinelone-console + +info: + name: SentinelOne - Management Console + author: DhiyaneshDK + severity: info + metadata: + verified: true + shodan-query: title:"SentinelOne - Management Console" + tags: panel,sentinelone + +requests: + - method: GET + path: + - "{{BaseURL}}/login" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'SentinelOne - Management Console' + + - type: status + status: + - 200