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
name: Global VM Exclusions Deleted
id: 141d7e3c-a72b-49f7-9e64-57f60c2fa927
description: Detects when a VM is removed from global exclusions in Veeam Backup & Replication. This might indicate unauthorized changes.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
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
tactics: []
kind: Scheduled
queryFrequency: 3h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Deleted.yaml
severity: Low
queryPeriod: 3h
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
status: Available
customDetails:
VbrHostName: DataSource
Severity: Severity
Date: Date
MessageDetails: MessageDetails
EventId: EventId
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques: []