A new Kubernetes admission controller was created
Set up the kubernetes integration.
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。
Goal
Identify when a new Kubernetes admission controller is created in the cluster.
Admission controllers can intercept all incoming requests to the API server. An attacker can use them to establish persistence or to access sensitive data (such as secrets) sent to the API server.
Strategy
This rule identifies when a MutatingWebhookConfiguration
or ValidatingWebhookConfiguration
is created.
Triage and response
- Determine if the admission controller being created is expected.
- Determine if the user:
{{@usr.id}}
should be creating the admission controller. - Use the Cloud SIEM
User Investigation
dashboard to review user actions that occurred after the potentially malicious action.
Changelog
- 20 September 2022 - Updated tags.
- 7 May 2024 - Updated detection query to include logs from Azure Kubernetes Service.
- 15 July 2024 - Updated detection query to include logs from Google Kubernetes Engine.