Global VM Exclusions Changed
| Id | 2034c441-2850-4167-80ed-b4438155836d |
| Rulename | Global VM Exclusions Changed |
| Description | Detects when global VM exclusions are updated in Veeam Backup & Replication. |
| Severity | High |
| Required data connectors | Syslog SyslogAma |
| Kind | Scheduled |
| Query frequency | 5m |
| Query period | 5m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Changed.yaml |
| Version | 1.0.1 |
| Arm template | 2034c441-2850-4167-80ed-b4438155836d.json |
Veeam_GetSecurityEvents
| where instanceId == 40600
| 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 Changed
id: 2034c441-2850-4167-80ed-b4438155836d
description: Detects when global VM exclusions are updated in Veeam Backup & Replication.
triggerThreshold: 0
version: 1.0.1
triggerOperator: gt
query: |-
Veeam_GetSecurityEvents
| where instanceId == 40600
| 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: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Changed.yaml
severity: High
queryPeriod: 5m
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: []