Failover Plan Started
Id | e06ec6d7-d9f6-4675-89bf-03fa8a0e0be0 |
Rulename | Failover Plan Started |
Description | Detects when a failover plan starts. This might indicate disaster recovery activity or issues with primary systems. |
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/Failover_Plan_Started.yaml |
Version | 1.0.0 |
Arm template | e06ec6d7-d9f6-4675-89bf-03fa8a0e0be0.json |
Veeam_GetSecurityEvents
| where instanceId == 26600
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Started.yaml
triggerThreshold: 0
severity: High
queryFrequency: 5m
eventGroupingSettings:
aggregationKind: AlertPerResult
customDetails:
EventId: EventId
Date: Date
Severity: Severity
MessageDetails: MessageDetails
VbrHostName: DataSource
relevantTechniques: []
triggerOperator: gt
id: e06ec6d7-d9f6-4675-89bf-03fa8a0e0be0
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
version: 1.0.0
name: Failover Plan Started
tactics: []
description: Detects when a failover plan starts. This might indicate disaster recovery activity or issues with primary systems.
query: |-
Veeam_GetSecurityEvents
| where instanceId == 26600
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
status: Available
queryPeriod: 5m
kind: Scheduled
{
"$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/e06ec6d7-d9f6-4675-89bf-03fa8a0e0be0')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/e06ec6d7-d9f6-4675-89bf-03fa8a0e0be0')]",
"properties": {
"alertRuleTemplateName": "e06ec6d7-d9f6-4675-89bf-03fa8a0e0be0",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects when a failover plan starts. This might indicate disaster recovery activity or issues with primary systems.",
"displayName": "Failover Plan Started",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Started.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 26600\n| project\n Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),\n DataSource = original_host,\n EventId = instanceId,\n UserName = user,\n MessageDetails = Description,\n Severity = SeverityDescription",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}