32 lines
684 B
YAML
32 lines
684 B
YAML
id: veeam-backup-gcp
|
|
|
|
info:
|
|
name: Veeam Backup for Google Cloud Platform Panel - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
description: Veeam Backup for Google Cloud Platform 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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"Veeam Backup for GCP"
|
|
tags: panel,google,cloud
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Veeam Backup for GCP</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|