NDMP Server Deleted
| Id | e92ba6bb-53ea-4347-b1a6-2e015298bbdc |
| Rulename | NDMP Server Deleted |
| Description | Detects when an NDMP server is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components. |
| Severity | Informational |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 1d |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/NDMP_Server_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | e92ba6bb-53ea-4347-b1a6-2e015298bbdc.json |
Veeam_GetSecurityEvents
| where instanceId == 28850
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
queryPeriod: 1d
query: |-
Veeam_GetSecurityEvents
| where instanceId == 28850
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
name: NDMP Server Deleted
eventGroupingSettings:
aggregationKind: AlertPerResult
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/NDMP_Server_Deleted.yaml
description: Detects when an NDMP server is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
kind: Scheduled
version: 1.0.1
status: Available
severity: Informational
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: e92ba6bb-53ea-4347-b1a6-2e015298bbdc
relevantTechniques: []