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

WAN Accelerator Deleted

Back
Id5b19f19b-d92c-486f-be98-ba2c5945e240
RulenameWAN Accelerator Deleted
DescriptionDetects when a WAN accelerator 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/WAN_Accelerator_Deleted.yaml
Version1.0.1
Arm template5b19f19b-d92c-486f-be98-ba2c5945e240.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 27300
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
  MessageDetails = Description,
   Severity = SeverityDescription
queryPeriod: 1d
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 27300
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
    MessageDetails = Description,
     Severity = SeverityDescription  
name: WAN Accelerator Deleted
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/WAN_Accelerator_Deleted.yaml
description: Detects when a WAN accelerator 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: 5b19f19b-d92c-486f-be98-ba2c5945e240
relevantTechniques: []