Hypervisor Host Deleted
| Id | 4e41c85f-d495-4a23-a218-41b938140dce |
| Rulename | Hypervisor Host Deleted |
| Description | Detects when a hypervisor host is deleted from Veeam Backup & Replication. This might indicate unauthorized changes to the virtualization environment. |
| 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/Hypervisor_Host_Deleted.yaml |
| Version | 1.0.1 |
| Arm template | 4e41c85f-d495-4a23-a218-41b938140dce.json |
Veeam_GetSecurityEvents
| where instanceId == 24070
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
["DataSource"] = original_host,
EventId = instanceId,
UserName = user,
["MessageDetails"] = Description,
Severity = SeverityDescription
queryPeriod: 1d
query: |-
Veeam_GetSecurityEvents
| where instanceId == 24070
| project
Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
["DataSource"] = original_host,
EventId = instanceId,
UserName = user,
["MessageDetails"] = Description,
Severity = SeverityDescription
name: Hypervisor Host Deleted
entityMappings:
- fieldMappings:
- columnName: DataSource
identifier: FullName
entityType: Host
eventGroupingSettings:
aggregationKind: AlertPerResult
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Hypervisor_Host_Deleted.yaml
description: Detects when a hypervisor host is deleted from Veeam Backup & Replication. This might indicate unauthorized changes to the virtualization environment.
kind: Scheduled
version: 1.0.1
status: Available
severity: Informational
requiredDataConnectors:
- connectorId: Syslog
dataTypes:
- Syslog
- connectorId: SyslogAma
dataTypes:
- Syslog
triggerOperator: gt
triggerThreshold: 0
customDetails:
messageDetails: MessageDetails
tactics: []
id: 4e41c85f-d495-4a23-a218-41b938140dce
relevantTechniques: []