Azure new owner added for service principal

Set up the azure integration.

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Goal

Detect when a new owner is added to a service principal, which applies to privilege escalation or persistence.

Strategy

Monitor Azure Active Directory logs where @evt.name is "Add owner to service principal" and @evt.outcome of Success.

Triage and response

  1. Inspect that the user is added to a service principal in @properties.targetResources.
  2. Verify with the user ({{@usr.name}}) to determine if the owner addition is legitimate.