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

Backup Proxy Deleted

Back
Idb8527d36-4cba-49c1-9cab-de9cdc3de879
RulenameBackup Proxy Deleted
DescriptionDetects when a backup proxy is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
SeverityInformational
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Backup_Proxy_Deleted.yaml
Version1.0.1
Arm templateb8527d36-4cba-49c1-9cab-de9cdc3de879.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 27900
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
  MessageDetails = Description,
   Severity = SeverityDescription
name: Backup Proxy Deleted
id: b8527d36-4cba-49c1-9cab-de9cdc3de879
description: Detects when a backup proxy 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 == 27900
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
    MessageDetails = Description,
     Severity = SeverityDescription  
tactics: []
kind: Scheduled
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Backup_Proxy_Deleted.yaml
severity: Informational
queryPeriod: 1d
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: []