Attempt to Delete Backup Failed
| Id | 4595192f-671b-4724-aa62-093a9724c2f3 |
| Rulename | Attempt to Delete Backup Failed |
| Description | Detects failed backup operations. This might indicate system or storage issues, or a potential sabotage of the backup infrastructure. |
| 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/Attempt_to_Delete_Backup_Failed.yaml |
| Version | 1.0.1 |
| Arm template | 4595192f-671b-4724-aa62-093a9724c2f3.json |
Veeam_GetSecurityEvents
| where instanceId == 41800
| extend Endpoint = extract("param2=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
["Endpoint"] = Endpoint,
MessageDetails = Description,
Severity = SeverityDescription
relevantTechniques: []
name: Attempt to Delete Backup Failed
queryFrequency: 5m
version: 1.0.1
triggerThreshold: 0
severity: High
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
tactics: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Attempt_to_Delete_Backup_Failed.yaml
query: |-
Veeam_GetSecurityEvents
| where instanceId == 41800
| extend Endpoint = extract("param2=\"([^\"]*)\"", 1, SyslogMessage)
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
["Endpoint"] = Endpoint,
MessageDetails = Description,
Severity = SeverityDescription
kind: Scheduled
queryPeriod: 5m
triggerOperator: gt
customDetails:
MessageDetails: MessageDetails
VbrHostName: DataSource
Severity: Severity
EventId: EventId
Date: Date
eventGroupingSettings:
aggregationKind: AlertPerResult
id: 4595192f-671b-4724-aa62-093a9724c2f3
status: Available
description: Detects failed backup operations. This might indicate system or storage issues, or a potential sabotage of the backup infrastructure.