Okta Admin Role Assigned to an User or Group

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

Sigma rule (View on GitHub)

 1title: Okta Admin Role Assigned to an User or Group
 2id: 413d4a81-6c98-4479-9863-014785fd579c
 3status: test
 4description: Detects when an the Administrator role is assigned to an user or group.
 5references:
 6    - https://developer.okta.com/docs/reference/api/system-log/
 7    - https://developer.okta.com/docs/reference/api/event-types/
 8author: Austin Songer @austinsonger
 9date: 2021-09-12
10modified: 2022-10-09
11tags:
12    - attack.privilege-escalation
13    - attack.persistence
14    - attack.t1098.003
15logsource:
16    product: okta
17    service: okta
18detection:
19    selection:
20        eventtype:
21            - group.privilege.grant
22            - user.account.privilege.grant
23    condition: selection
24falsepositives:
25    - Administrator roles could be assigned to users or group by other admin users.
26
27level: medium

References

Related rules

to-top