Sample rules
Azure Kubernetes Pods Deleted
- source: elastic
- technicques:
Description
Identifies the deletion of Azure Kubernetes Pods. Adversaries may delete a Kubernetes pod to disrupt the normal behavior of the environment.
Detection logic
event.dataset:azure.activitylogs and azure.activitylogs.operation_name:"MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/PODS/DELETE" and
event.outcome:(Success or success)
Azure Kubernetes Pods Deleted
- source: sigma
- technicques:
Description
Identifies the deletion of Azure Kubernetes Pods.
Detection logic
condition: selection
selection:
operationName: MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/PODS/DELETE