Skip to content

Veeam Backup for Microsoft Azure Panel - Detect

ID: veeam-backup-azure-panel

Severity: info

Author: dhiyaneshDK

Tags: azure,panel,backup,veeam,microsoft

Veeam Backup for Microsoft Azure panel was detected.

id: veeam-backup-azure-panel
info:
name: Veeam Backup for Microsoft Azure Panel - Detect
author: dhiyaneshDK
severity: info
description: Veeam Backup for Microsoft Azure 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: title:"Veeam Backup for Microsoft Azure"
tags: azure,panel,backup,veeam,microsoft
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Veeam Backup for Microsoft Azure</title>"
# digest: 490a0046304402204a4543b1fa3538857f602b6331a6724c78d26d3dd82a11d851e43fb405c4d22202205009adf1dcbe139a30ac23e35b33a1b1a0ad42b35882e45b8bb9dc9ed82d598d: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/veeam-backup-azure-panel.yaml"

View on Github