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

Failover Plan Started

Back
Ide06ec6d7-d9f6-4675-89bf-03fa8a0e0be0
RulenameFailover Plan Started
DescriptionDetects when a failover plan starts. This might indicate disaster recovery activity or issues with primary systems.
SeverityHigh
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Started.yaml
Version1.0.1
Arm templatee06ec6d7-d9f6-4675-89bf-03fa8a0e0be0.json
Deploy To Azure
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
queryPeriod: 5m
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  
name: Failover Plan Started
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Started.yaml
description: Detects when a failover plan starts. This might indicate disaster recovery activity or issues with primary systems.
kind: Scheduled
version: 1.0.1
status: Available
severity: High
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: e06ec6d7-d9f6-4675-89bf-03fa8a0e0be0
relevantTechniques: []