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

Cloud Gateway Pool Deleted

Back
Id73e1d89b-79a6-4ab0-b3bb-5e564fcf10f1
RulenameCloud Gateway Pool Deleted
DescriptionDetects when a cloud gateway pool 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/Cloud_Gateway_Pool_Deleted.yaml
Version1.0.1
Arm template73e1d89b-79a6-4ab0-b3bb-5e564fcf10f1.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 24143
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
  MessageDetails = Description,
   Severity = SeverityDescription
relevantTechniques: []
name: Cloud Gateway Pool 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/Cloud_Gateway_Pool_Deleted.yaml
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 24143
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = 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: 73e1d89b-79a6-4ab0-b3bb-5e564fcf10f1
status: Available
description: Detects when a cloud gateway pool is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.