Kubernetes Rolebinding Modification
Description
Detects when a Kubernetes Rolebinding is created or modified.
Query · sigma
selection: objectRef.apiGroup: rbac.authorization.k8s.io objectRef.resource: - clusterrolebindings - rolebindings verb: - create - delete - patch - replace - update condition: selection
Known false positives
- Modifying a Kubernetes Rolebinding may need to be done by a system administrator.
- Automated processes may need to take these actions and may need to be filtered.