Skip to content

Group-IB Managed XDR Login Panel - Detect

ID: group-ib-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,groupib

Group-IB Managed XDR login panel was detected.

id: group-ib-panel
info:
name: Group-IB Managed XDR Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Group-IB Managed XDR login panel was detected.
reference:
- https://www.facebook.com/photo/?fbid=566951735475350&set=a.467014098802448
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Group-IB Managed XDR"
tags: panel,groupib
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Group-IB Managed XDR</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100966e4c7a5e5fcb9bcf630e20b4f8d166ed7fbdb4832b7239d5a055789c9d734c0221009d067e950a502c05c35562e8e37ca1b0efbf5ab36823ff0780902388e21ab418: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/group-ib-panel.yaml"

View on Github