↳ GitHub sourceAnalytics ruleLow

Host Deleted

Description

Detects when a host is deleted from Veeam Backup & Replication. This might indicate unauthorized removal of critical components.
Rule type
Scheduled
Version
1.0.1
Declared status
Available
Query frequency
5m
Query period
5m
Trigger
gt 0

Declared sources

Metadata from the source file. No dependencies inferred from KQL.

Connectors

Data types

KQL query

Original query, unchanged.

Veeam_GetSecurityEvents
| where instanceId == 28500
| extend Name =  extract("Name=\"(?<Name>[^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
    ["Data SourceName"] = Name,
    MessageDetails = Description,
   Severity = SeverityDescription

Related content

Links established from declared identifiers and solution manifests.

Source provenance

GitHub

Displayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.

Source identifier
5601e894-2d3c-42fd-bc71-f0350b1b0bc6
Additional source files 1Solutions/Veeam/Analytic Rules/Host_Deleted.yamlsource ↗
GSTEP / CATALOG TRACKING

Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC

GSTEP sync dates, separate from the source content’s publication dates.