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
queryPeriod: 3h
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  
name: Failover Plan Deleted
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 3h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Deleted.yaml
description: Detects when a failover plan is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
kind: Scheduled
version: 1.0.1
status: Available
severity: Low
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
triggerOperator: gt
triggerThreshold: 0
customDetails:
  EventId: EventId
  MessageDetails: MessageDetails
  VbrHostName: DataSource
  Date: Date
  Severity: Severity
tactics: []
id: 5f6f5a46-42d3-4961-94db-68b6229bc84e
relevantTechniques: []