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

Failover Plan Stopped

Back
Idde4cc05b-2e4e-4104-9559-101b4c41c35e
RulenameFailover Plan Stopped
DescriptionDetects when a failover plan stops. This might indicate disaster recovery activity or issues with primary systems.
SeverityMedium
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_Stopped.yaml
Version1.0.1
Arm templatede4cc05b-2e4e-4104-9559-101b4c41c35e.json
Deploy To Azure
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
name: Failover Plan Stopped
id: de4cc05b-2e4e-4104-9559-101b4c41c35e
description: Detects when a failover plan stops. This might indicate disaster recovery activity or issues with primary systems.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
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  
tactics: []
kind: Scheduled
queryFrequency: 3h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Failover_Plan_Stopped.yaml
severity: Medium
queryPeriod: 3h
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: Syslog
- dataTypes:
  - Syslog
  connectorId: SyslogAma
status: Available
customDetails:
  VbrHostName: DataSource
  Severity: Severity
  Date: Date
  MessageDetails: MessageDetails
  EventId: EventId
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques: []