Tenant Quota Deleted
| Id | 16183d97-c348-4f72-a943-27e80c9dfbd5 |
| Rulename | Tenant Quota Deleted |
| Description | Detects when a tenant quota 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/Tenant_Quota_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | 16183d97-c348-4f72-a943-27e80c9dfbd5.json |
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
customDetails:
Date: Date
Severity: Severity
VbrHostName: DataSource
MessageDetails: MessageDetails
EventId: EventId
triggerOperator: gt
tactics: []
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Tenant_Quota_Deleted.yaml
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
triggerThreshold: 0
relevantTechniques: []
queryPeriod: 1d
status: Available
severity: Informational
kind: Scheduled
name: Tenant Quota Deleted
queryFrequency: 1d
id: 16183d97-c348-4f72-a943-27e80c9dfbd5
description: Detects when a tenant quota is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma