Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Failover Plan Deleted

Back
Id5f6f5a46-42d3-4961-94db-68b6229bc84e
RulenameFailover Plan Deleted
DescriptionDetects when a failover plan is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
SeverityLow
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency3h
Query period3h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Deleted.yaml
Version1.0.1
Arm template5f6f5a46-42d3-4961-94db-68b6229bc84e.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 26100
| extend FailoverPlanName =  extract("FailoverPlanName=\"(?<FailoverPlanName>[^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
    ["Failover Plan Name"] = FailoverPlanName,
    MessageDetails = Description,
    Severity = SeverityDescription
kind: Scheduled
tactics: []
triggerThreshold: 0
triggerOperator: gt
version: 1.0.1
status: Available
queryFrequency: 3h
id: 5f6f5a46-42d3-4961-94db-68b6229bc84e
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
name: Failover Plan Deleted
description: Detects when a failover plan is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
customDetails:
  VbrHostName: DataSource
  Severity: Severity
  EventId: EventId
  MessageDetails: MessageDetails
  Date: Date
relevantTechniques: []
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 26100
  | extend FailoverPlanName =  extract("FailoverPlanName=\"(?<FailoverPlanName>[^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
      ["Failover Plan Name"] = FailoverPlanName,
      MessageDetails = Description,
      Severity = SeverityDescription  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Deleted.yaml
queryPeriod: 3h
severity: Low
eventGroupingSettings:
  aggregationKind: AlertPerResult