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

NDMP Server Deleted

Back
Ide92ba6bb-53ea-4347-b1a6-2e015298bbdc
RulenameNDMP Server Deleted
DescriptionDetects when an NDMP server 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/NDMP_Server_Deleted.yaml
Version1.0.1
Arm templatee92ba6bb-53ea-4347-b1a6-2e015298bbdc.json
Deploy To Azure
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
relevantTechniques: []
name: NDMP Server Deleted
queryFrequency: 1d
version: 1.0.1
triggerThreshold: 0
severity: Informational
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
tactics: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/NDMP_Server_Deleted.yaml
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  
kind: Scheduled
queryPeriod: 1d
triggerOperator: gt
customDetails:
  MessageDetails: MessageDetails
  VbrHostName: DataSource
  Severity: Severity
  EventId: EventId
  Date: Date
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: e92ba6bb-53ea-4347-b1a6-2e015298bbdc
status: Available
description: Detects when an NDMP server is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.