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
name: Hypervisor Host Deleted
id: 4e41c85f-d495-4a23-a218-41b938140dce
description: Detects when a hypervisor host is deleted from Veeam Backup & Replication. This might indicate unauthorized changes to the virtualization environment.
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - columnName: DataSource
    identifier: FullName
  entityType: Host
version: 1.0.1
triggerOperator: gt
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  
tactics: []
kind: Scheduled
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veeam/Analytic Rules/Hypervisor_Host_Deleted.yaml
severity: Informational
queryPeriod: 1d
requiredDataConnectors:
- dataTypes:
  - Syslog
  connectorId: Syslog
- dataTypes:
  - Syslog
  connectorId: SyslogAma
status: Available
customDetails:
  messageDetails: MessageDetails
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques: []