Protection Group Deleted
| Id | 5fda37e0-d67c-4e8d-b277-90e5eac2172c |
| Rulename | Protection Group Deleted |
| Description | Detects when a protection group is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components. |
| Severity | High |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 5m |
| Query period | 5m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Protection_Group_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | 5fda37e0-d67c-4e8d-b277-90e5eac2172c.json |
Veeam_GetSecurityEvents
| where instanceId == 29120
| extend ProtectionGroupName = extract("ProtectionGroupName=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
["Protection Group Name"] = ProtectionGroupName,
MessageDetails = Description,
Severity = SeverityDescription
kind: Scheduled
tactics: []
triggerThreshold: 0
triggerOperator: gt
version: 1.0.1
status: Available
queryFrequency: 5m
id: 5fda37e0-d67c-4e8d-b277-90e5eac2172c
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
name: Protection Group Deleted
description: Detects when a protection group is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
customDetails:
VbrHostName: DataSource
Severity: Severity
EventId: EventId
MessageDetails: MessageDetails
Date: Date
relevantTechniques: []
query: |-
Veeam_GetSecurityEvents
| where instanceId == 29120
| extend ProtectionGroupName = extract("ProtectionGroupName=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
["Protection Group Name"] = ProtectionGroupName,
MessageDetails = Description,
Severity = SeverityDescription
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Protection_Group_Deleted.yaml
queryPeriod: 5m
severity: High
eventGroupingSettings:
aggregationKind: AlertPerResult