↳ GitHub sourceAnalytics ruleInformational

Objects Deleted from Malware Detection Exclusions

Description

Detects when an object is deleted from malware detection exclusions.
Rule type
Scheduled
Version
1.0.1
Declared status
Available
Query frequency
1d
Query period
1d
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 == 42270
| extend RemovedObjectNames = extract("RemovedObjectNames=\"([^\"]*)\"", 1, SyslogMessage)
| project
    Date = format_datetime(TimeGenerated, 'dd.MM.yyyy HH:mm'),
    DataSource = original_host,
    EventId = instanceId,
    ["User Name"] = user,
    ["Object Names"] = RemovedObjectNames,
    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
f4cad1aa-a1e2-46dc-bf09-6cf8dc67f0ca
Additional source files 1Solutions/Veeam/Analytic Rules/Objects_Deleted_from_Malware_Detection_Exclusions.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.