Failover Plan Settings Updated
| Id | a053e7ba-e60c-482a-bbd8-89a25c53d905 |
| Rulename | Failover Plan Settings Updated |
| Description | Detects when failover plan settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review. |
| 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/Failover_Plan_Settings_Updated.yaml |
| Version | 1.0.1 |
| Arm template | a053e7ba-e60c-482a-bbd8-89a25c53d905.json |
Veeam_GetSecurityEvents
| where instanceId == 26000
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
MessageDetails = Description,
Severity = SeverityDescription
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
description: Detects when failover plan settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.
severity: Informational
queryFrequency: 1d
customDetails:
MessageDetails: MessageDetails
VbrHostName: DataSource
Date: Date
EventId: EventId
Severity: Severity
triggerThreshold: 0
relevantTechniques: []
status: Available
tactics: []
name: Failover Plan Settings Updated
id: a053e7ba-e60c-482a-bbd8-89a25c53d905
query: |-
Veeam_GetSecurityEvents
| where instanceId == 26000
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
["User Name"] = user,
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/Failover_Plan_Settings_Updated.yaml
queryPeriod: 1d
{
"$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/a053e7ba-e60c-482a-bbd8-89a25c53d905')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/a053e7ba-e60c-482a-bbd8-89a25c53d905')]",
"properties": {
"alertRuleTemplateName": "a053e7ba-e60c-482a-bbd8-89a25c53d905",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects when failover plan settings are updated in Veeam Backup & Replication. This might indicate configuration changes that require review.",
"displayName": "Failover Plan Settings Updated",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Settings_Updated.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 26000\n| project\n Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n DataSource = original_host,\n EventId = instanceId,\n [\"User Name\"] = user,\n MessageDetails = Description,\n Severity = SeverityDescription",
"queryFrequency": "P1D",
"queryPeriod": "P1D",
"severity": "Informational",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}