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

Connection to Backup Repository Lost

Back
Id8777f9e1-db58-4078-a381-4e47a3a2ee01
RulenameConnection to Backup Repository Lost
DescriptionDetects when a backup server fails to connect to a backup repository.
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/Connection_to_Backup_Repository_Lost.yaml
Version1.0.1
Arm template8777f9e1-db58-4078-a381-4e47a3a2ee01.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 21224
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
  MessageDetails = Description,
   Severity = SeverityDescription
queryPeriod: 5m
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 21224
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
    MessageDetails = Description,
     Severity = SeverityDescription  
name: Connection to Backup Repository Lost
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Connection_to_Backup_Repository_Lost.yaml
description: Detects when a backup server fails to connect to a backup repository.
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: 8777f9e1-db58-4078-a381-4e47a3a2ee01
relevantTechniques: []