Failover Plan Stopped
Id | de4cc05b-2e4e-4104-9559-101b4c41c35e |
Rulename | Failover Plan Stopped |
Description | Detects when a failover plan stops. This might indicate disaster recovery activity or issues with primary systems. |
Severity | Medium |
Required data connectors | Syslog SyslogAma |
Kind | Scheduled |
Query frequency | 3h |
Query period | 3h |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Stopped.yaml |
Version | 1.0.0 |
Arm template | de4cc05b-2e4e-4104-9559-101b4c41c35e.json |
Veeam_GetSecurityEvents
| where instanceId == 26700
| 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_Stopped.yaml
triggerThreshold: 0
severity: Medium
queryFrequency: 3h
eventGroupingSettings:
aggregationKind: AlertPerResult
customDetails:
EventId: EventId
Date: Date
Severity: Severity
MessageDetails: MessageDetails
VbrHostName: DataSource
relevantTechniques: []
triggerOperator: gt
id: de4cc05b-2e4e-4104-9559-101b4c41c35e
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
version: 1.0.0
name: Failover Plan Stopped
tactics: []
description: Detects when a failover plan stops. This might indicate disaster recovery activity or issues with primary systems.
query: |-
Veeam_GetSecurityEvents
| where instanceId == 26700
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
status: Available
queryPeriod: 3h
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/de4cc05b-2e4e-4104-9559-101b4c41c35e')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/de4cc05b-2e4e-4104-9559-101b4c41c35e')]",
"properties": {
"alertRuleTemplateName": "de4cc05b-2e4e-4104-9559-101b4c41c35e",
"customDetails": {
"Date": "Date",
"EventId": "EventId",
"MessageDetails": "MessageDetails",
"Severity": "Severity",
"VbrHostName": "DataSource"
},
"description": "Detects when a failover plan stops. This might indicate disaster recovery activity or issues with primary systems.",
"displayName": "Failover Plan Stopped",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Stopped.yaml",
"query": "Veeam_GetSecurityEvents\n| where instanceId == 26700\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": "PT3H",
"queryPeriod": "PT3H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [],
"techniques": [],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}