MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Impact | No specific technique |
Telemetry coverage
| Platform | Record / event type |
|---|---|
| Okta | System Log event type system.api_token.revoke: API token revoked |
Rules detecting the same action
These rules filter on the same operation.
- Attempt to Revoke Okta API Token (Elastic)
- New Device/Location sign-in along with critical operation (Kusto)
- Okta API Key Revoked (Panther)
Rule body
title: Okta API Token Revoked
id: cf1dbc6b-6205-41b4-9b88-a83980d2255b
status: test
description: Detects when a API Token is revoked.
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.impact
logsource:
product: okta
service: okta
detection:
selection:
eventType: system.api_token.revoke
condition: selection
falsepositives:
- Unknown
level: medium
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
eventType: system.api_token.revoke
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
eventType | eq |
| field:"eventType" kind:eq value:"system.api_token.revoke" |