Okta Admin Console: New admin console activity via policy.evaluate_sign_on heuristics

Alerts when Okta policy evaluation shows POSITIVE debug heuristics for activity targeting the Okta Admin Console.

FreeReviewedSigma · High · v4
Product
okta
Service
okta
Author
kelnage (SigmaHQ), DRL 1.1
Published
2023-09-07
Updated
2026-07-31
title: "Okta Admin Console: New admin console activity via policy.evaluate_sign_on heuristics"
id: 459f5628-1722-49fb-8390-81efef625531
status: test
description: This rule flags Okta events where a policy decision for sign-on is evaluated against the target “Okta Admin Console” and the event’s debug heuristics indicate a “POSITIVE” behavior. Attackers may use the Admin Console for privilege escalation or persistence, and these signals can help surface newly identified or atypical admin-console-related activity. Telemetry relies on Okta system log fields including eventType, target.displayName, and debugContext.debugData values containing the marker strings.
references:
  - https://developer.okta.com/docs/reference/api/system-log/
  - https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection
  - https://github.com/SigmaHQ/sigma/blob/master/rules/identity/okta/okta_new_behaviours_admin_console.yml
author: kelnage, Huntrule Team
date: 2023-09-07
modified: 2026-04-27
tags:
  - attack.privilege-escalation
  - attack.persistence
  - attack.initial-access
  - attack.stealth
  - attack.t1078.004
logsource:
  product: okta
  service: okta
detection:
  selection_event:
    eventType: policy.evaluate_sign_on
    target.displayName: Okta Admin Console
  selection_positive:
    - debugContext.debugData.behaviors|contains: POSITIVE
    - debugContext.debugData.logOnlySecurityData|contains: POSITIVE
  condition: all of selection_*
falsepositives:
  - When an admin begins using the Admin Console and one of Okta's heuristics incorrectly identifies the behavior as being unusual.
level: high
license: DRL-1.1
related:
  - id: a0b38b70-3cb5-484b-a4eb-c4d8e7bcc0a9
    type: derived