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
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
description: Detects failed backup operations. This might indicate system or storage issues, or a potential sabotage of the backup infrastructure.
severity: High
queryFrequency: 5m
customDetails:
MessageDetails: MessageDetails
VbrHostName: DataSource
Date: Date
EventId: EventId
Severity: Severity
triggerThreshold: 0
relevantTechniques: []
status: Available
tactics: []
name: Attempt to Delete Backup Failed
id: 4595192f-671b-4724-aa62-093a9724c2f3
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
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
version: 1.0.1
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Attempt_to_Delete_Backup_Failed.yaml
queryPeriod: 5m
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/4595192f-671b-4724-aa62-093a9724c2f3')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/4595192f-671b-4724-aa62-093a9724c2f3')]",
"properties": {
"alertRuleTemplateName": "4595192f-671b-4724-aa62-093a9724c2f3",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects failed backup operations. This might indicate system or storage issues, or a potential sabotage of the backup infrastructure.",
"displayName": "Attempt to Delete Backup Failed",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Attempt_to_Delete_Backup_Failed.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 41800\n| extend Endpoint = extract(\"param2=\\\"([^\\\"]*)\\\"\", 1, SyslogMessage)\n| project\n Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n DataSource = original_host,\n EventId = instanceId,\n [\"User Name\"] = user,\n [\"Endpoint\"] = Endpoint,\n MessageDetails = Description,\n Severity = SeverityDescription",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}