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
customDetails:
MessageDetails: MessageDetails
Severity: Severity
VbrHostName: DataSource
Date: Date
EventId: EventId
name: Global VM Exclusions Changed
relevantTechniques: []
id: 2034c441-2850-4167-80ed-b4438155836d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Global_VM_Exclusions_Changed.yaml
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: Syslog
- dataTypes:
- Syslog
connectorId: SyslogAma
eventGroupingSettings:
aggregationKind: AlertPerResult
version: 1.0.1
severity: High
triggerThreshold: 0
queryPeriod: 5m
queryFrequency: 5m
status: Available
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
description: Detects when global VM exclusions are updated in Veeam Backup & Replication.
triggerOperator: gt