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

Tenant Quota Deleted

Back
Id16183d97-c348-4f72-a943-27e80c9dfbd5
RulenameTenant Quota Deleted
DescriptionDetects when a tenant quota 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/Tenant_Quota_Deleted.yaml
Version1.0.1
Arm template16183d97-c348-4f72-a943-27e80c9dfbd5.json
Deploy To Azure
Veeam_GetSecurityEvents
| where instanceId == 24170
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
  MessageDetails = Description,
   Severity = SeverityDescription
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Tenant_Quota_Deleted.yaml
queryPeriod: 1d
description: Detects when a tenant quota is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
triggerThreshold: 0
name: Tenant Quota Deleted
triggerOperator: gt
kind: Scheduled
requiredDataConnectors:
- connectorId: Syslog
  dataTypes:
  - Syslog
- connectorId: SyslogAma
  dataTypes:
  - Syslog
customDetails:
  MessageDetails: MessageDetails
  EventId: EventId
  VbrHostName: DataSource
  Date: Date
  Severity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 1d
tactics: []
id: 16183d97-c348-4f72-a943-27e80c9dfbd5
status: Available
version: 1.0.1
query: |-
  Veeam_GetSecurityEvents
  | where instanceId == 24170
  | project
      Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
      DataSource = original_host,
      EventId = instanceId,
      ["User Name"] = user,
    MessageDetails = Description,
     Severity = SeverityDescription  
severity: Informational
relevantTechniques: []