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

External Repository Deleted

Back
Idcc47b9d6-a10e-4c5e-94a1-c73a68273e2d
RulenameExternal Repository Deleted
DescriptionDetects when an external 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/External_Repository_Deleted.yaml
Version1.0.1
Arm templatecc47b9d6-a10e-4c5e-94a1-c73a68273e2d.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 32200
| extend RepositoryName = extract("RepositoryName=\"([^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    UserName = user,
    ["Object Name"] = RepositoryName,
    MessageDetails = Description,
    Severity = SeverityDescription
name: External Repository Deleted
id: cc47b9d6-a10e-4c5e-94a1-c73a68273e2d
description: Detects when an external repository 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 == 32200
  | extend RepositoryName = extract("RepositoryName=\"([^\"]*)\"", 1, SyslogMessage)
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      UserName = user,
      ["Object Name"] = RepositoryName,
      MessageDetails = Description,
      Severity = SeverityDescription  
tactics: []
kind: Scheduled
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/External_Repository_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: []