Techniques
Sample rules
Azure Kubernetes Secret or Config Object Access
- source: sigma
- technicques:
Description
Identifies when a Kubernetes account access a sensitive objects such as configmaps or secrets.
Detection logic
condition: selection
selection:
operationName:
- MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/CONFIGMAPS/WRITE
- MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/CONFIGMAPS/DELETE
- MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/SECRETS/WRITE
- MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/SECRETS/DELETE