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

Backup Repository Deleted

Back
Id73b4d1d5-c357-4350-bb58-924684a4792a
RulenameBackup Repository Deleted
DescriptionDetects when a backup repository is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
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/Backup_Repository_Deleted.yaml
Version1.0.1
Arm template73b4d1d5-c357-4350-bb58-924684a4792a.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 28200
| extend Name =  extract("Name=\"(?<Name>[^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
    ["Object Name"] = Name,
    MessageDetails = Description,
    Severity = SeverityDescription
kind: Scheduled
tactics: []
triggerThreshold: 0
triggerOperator: gt
version: 1.0.1
status: Available
queryFrequency: 5m
id: 73b4d1d5-c357-4350-bb58-924684a4792a
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
name: Backup Repository Deleted
description: Detects when a backup repository 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 == 28200
  | extend Name =  extract("Name=\"(?<Name>[^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
      ["Object Name"] = Name,
      MessageDetails = Description,
      Severity = SeverityDescription  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Backup_Repository_Deleted.yaml
queryPeriod: 5m
severity: High
eventGroupingSettings:
  aggregationKind: AlertPerResult