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

Protection Group Deleted

Back
Id5fda37e0-d67c-4e8d-b277-90e5eac2172c
RulenameProtection Group Deleted
DescriptionDetects when a protection group 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/Protection_Group_Deleted.yaml
Version1.0.1
Arm template5fda37e0-d67c-4e8d-b277-90e5eac2172c.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 29120
| extend ProtectionGroupName = extract("ProtectionGroupName=\"([^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
    ["Protection Group Name"] = ProtectionGroupName,
    MessageDetails = Description,
   Severity = SeverityDescription
name: Protection Group Deleted
id: 5fda37e0-d67c-4e8d-b277-90e5eac2172c
description: Detects when a protection group is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 29120
  | extend ProtectionGroupName = extract("ProtectionGroupName=\"([^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
      ["Protection Group Name"] = ProtectionGroupName,
      MessageDetails = Description,
     Severity = SeverityDescription  
tactics: []
kind: Scheduled
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Protection_Group_Deleted.yaml
severity: High
queryPeriod: 5m
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: []