External Repository Deleted
| Id | cc47b9d6-a10e-4c5e-94a1-c73a68273e2d |
| Rulename | External Repository Deleted |
| Description | Detects when an external repository is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components. |
| Severity | High |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 5m |
| Query period | 5m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/External_Repository_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | cc47b9d6-a10e-4c5e-94a1-c73a68273e2d.json |
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
queryPeriod: 5m
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
name: External Repository Deleted
eventGroupingSettings:
aggregationKind: AlertPerResult
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/External_Repository_Deleted.yaml
description: Detects when an external repository is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
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: cc47b9d6-a10e-4c5e-94a1-c73a68273e2d
relevantTechniques: []