Global VM Exclusions Deleted
| Id | 141d7e3c-a72b-49f7-9e64-57f60c2fa927 |
| Rulename | Global VM Exclusions Deleted |
| Description | Detects when a VM is removed from global exclusions in Veeam Backup & Replication. This might indicate unauthorized changes. |
| Severity | Low |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 3h |
| Query period | 3h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | 141d7e3c-a72b-49f7-9e64-57f60c2fa927.json |
Veeam_GetSecurityEvents
| where instanceId == 40500
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
relevantTechniques: []
name: Global VM Exclusions Deleted
queryFrequency: 3h
version: 1.0.1
triggerThreshold: 0
severity: Low
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
tactics: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Deleted.yaml
query: |-
Veeam_GetSecurityEvents
| where instanceId == 40500
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
DataSource = original_host,
EventId = instanceId,
UserName = user,
MessageDetails = Description,
Severity = SeverityDescription
kind: Scheduled
queryPeriod: 3h
triggerOperator: gt
customDetails:
MessageDetails: MessageDetails
VbrHostName: DataSource
Severity: Severity
EventId: EventId
Date: Date
eventGroupingSettings:
aggregationKind: AlertPerResult
id: 141d7e3c-a72b-49f7-9e64-57f60c2fa927
status: Available
description: Detects when a VM is removed from global exclusions in Veeam Backup & Replication. This might indicate unauthorized changes.