Azure New Service Principal created

Set up the azure integration.

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Goal

Detect when a new service principal is created in Azure, which applies to a persistence mechanism.

Strategy

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

Triage and response

  1. Inspect the new service principal in @properties.targetResources.
  2. Verify with the user ({{$usr.name}}) to determine if the service principal is legitimate.