Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Hypervisor Host Deleted

Back
Id4e41c85f-d495-4a23-a218-41b938140dce
RulenameHypervisor Host Deleted
DescriptionDetects when a hypervisor host is deleted from Veeam Backup & Replication. This might indicate unauthorized changes to the virtualization environment.
SeverityInformational
Required data connectorsSyslog
SyslogAma
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Hypervisor_Host_Deleted.yaml
Version1.0.1
Arm template4e41c85f-d495-4a23-a218-41b938140dce.json
Deploy To Azure
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: []