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

  1. Determine if the admission controller being created is expected.
  2. Determine if the user: {{@usr.id}} should be creating the admission controller.
  3. 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.