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.