Objects for Protection Group Deleted
| Id | 88a61215-b3e6-4c78-8acd-9078d9bcfdc3 |
| Rulename | Objects for Protection Group Deleted |
| Description | Detects when objects are deleted from a protection group. 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/Objects_for_Protection_Group_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | 88a61215-b3e6-4c78-8acd-9078d9bcfdc3.json |
Veeam_GetSecurityEvents
| where instanceId == 29150
| 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
queryPeriod: 5m
query: |-
Veeam_GetSecurityEvents
| where instanceId == 29150
| 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
name: Objects for Protection Group Deleted
eventGroupingSettings:
aggregationKind: AlertPerResult
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Objects_for_Protection_Group_Deleted.yaml
description: Detects when objects are deleted from a protection group. This might indicate unauthorized removal of critical components.
kind: Scheduled
version: 1.0.1
status: Available
severity: High
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
triggerOperator: gt
triggerThreshold: 0
customDetails:
EventId: EventId
MessageDetails: MessageDetails
VbrHostName: DataSource
Date: Date
Severity: Severity
tactics: []
id: 88a61215-b3e6-4c78-8acd-9078d9bcfdc3
relevantTechniques: []