Elastic low stable kql
Azure Compute Snapshot Deletion by Unusual User and Resource Group
Identifies when an Azure disk snapshot is deleted by an unusual user in a specific resource group. Snapshots are critical for backup, disaster recovery, and forensic analysis. Adversaries may delete snapshots to prevent data recovery, eliminate forensic evidence, or disrupt backup strategies before executing ransomware or other destructive attacks. Monitoring snapshot deletions is essential for detecting potential attacks targeting backup and recovery capabilities.
Detection Logic
data_stream.dataset: azure.activitylogs and
azure.activitylogs.operation_name: "MICROSOFT.COMPUTE/SNAPSHOTS/DELETE" and
azure.activitylogs.properties.status_code: "Accepted" and
azure.activitylogs.identity.claims_initiated_by_user.name: * False Positives
- ⚠ Storage administrators may legitimately delete snapshots during routine maintenance, storage optimization, or cleanup of old backup data. Verify that the deletion was expected and follows organizational data retention policies. Consider exceptions for approved maintenance windows or automated retention management tools.
Field Validations
Loading…
Comments (0)
Loading comments...