Skip to main content
Version: 2.1.0

CISA.MS.AAD.7.9 - User activation of other highly privileged roles SHOULD trigger an alert.

Overview​

User activation of the Global Administrator role SHALL trigger an alert.

Rationale: Closely monitor activation of the Global Administrator role for signs of compromise. Send activation alerts to enable the security monitoring team to detect compromise attempts.

User activation of other highly privileged roles SHOULD trigger an alert.

Rationale: Closely monitor activation of high-risk roles for signs of compromise. Send activation alerts to enable the security monitoring team to detect compromise attempts. In some environments, activating privileged roles can generate a significant number of alerts.

Remediation action:​

  1. In Entra admin center select Identity governance and Privileged Identity Management.

  2. Under Manage, select Microsoft Entra roles.

  3. Under Manage, select Roles.

  4. Search and click the Global Administrator role.

    For each of the highly privileged roles (other than Global Administrator), follow the same steps but enter a security monitoring mailbox different from the one used to monitor Global Administrator activations.

  5. Click Settings and then click Edit.

  6. Click the Notifications tab.

  7. Under Send notifications when eligible members activate this role, in the Role activation alert > Additional recipients textbox, enter the email address of the security monitoring mailbox configured to receive role activation alerts.

  8. Click Update.

  9. If the role has any PIM groups actively assigned to it, then also apply the same configurations per the steps above to each PIM group's Member settings.

Test Metadata​

FieldValue
Test IDCISA.MS.AAD.7.9
SeverityHigh
SuiteCISA
CategoryEntra ID P2
PowerShell testTest-MtCisaActivationNotification
TagsCISA, CISA.MS.AAD.7.9, Entra ID P2, MS.AAD, MS.AAD.7.9

Source​

  • Pester test: tests/cisa/entra/Test-MtCisaActivationNotificationOther.Tests.ps1
  • PowerShell source: powershell/public/cisa/entra/Test-MtCisaActivationNotification.ps1