Sigma Rule Library

Okta Admin Role Assigned to an User or Group

Detects when an the Administrator role is assigned to an user or group.

View on GitHubOpen raw file

Detection logic

selection

eventType:
  - group.privilege.grant
  - user.account.privilege.grant

Condition

selection

Raw YAML

title: Okta Admin Role Assigned to an User or Group
id: 413d4a81-6c98-4479-9863-014785fd579c
status: test
description: Detects when an the Administrator role is assigned to an user or group.
references:
    - https://developer.okta.com/docs/reference/api/system-log/
    - https://developer.okta.com/docs/reference/api/event-types/
author: Austin Songer @austinsonger
date: 2021-09-12
modified: 2026-04-27
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.t1098.003
logsource:
    product: okta
    service: okta
detection:
    selection:
        eventType:
            - group.privilege.grant
            - user.account.privilege.grant
    condition: selection
falsepositives:
    - Administrator roles could be assigned to users or group by other admin users.

level: medium

False positives

  • Administrator roles could be assigned to users or group by other admin users.

References

Similar rules