Tape Media Pool Deleted
| Id | ceb625a3-a8d7-4a42-9ea1-40f01c337ecd |
| Rulename | Tape Media Pool Deleted |
| Description | Detects when a tape media pool is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components. |
| Severity | Informational |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 1d |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Tape_Media_Pool_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | ceb625a3-a8d7-4a42-9ea1-40f01c337ecd.json |
Veeam_GetSecurityEvents
| where instanceId == 23630
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
customDetails:
MessageDetails: MessageDetails
Severity: Severity
VbrHostName: DataSource
Date: Date
EventId: EventId
name: Tape Media Pool Deleted
relevantTechniques: []
id: ceb625a3-a8d7-4a42-9ea1-40f01c337ecd
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Tape_Media_Pool_Deleted.yaml
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
eventGroupingSettings:
aggregationKind: AlertPerResult
version: 1.0.1
severity: Informational
triggerThreshold: 0
queryPeriod: 1d
queryFrequency: 1d
status: Available
query: |-
Veeam_GetSecurityEvents
| where instanceId == 23630
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
tactics: []
kind: Scheduled
description: Detects when a tape media pool is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
triggerOperator: gt