Detection rules › Sigma
Okta Network Zone Deactivated or Deleted
Detects when an Network Zone is Deactivated or Deleted.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Impact | No specific technique |
Event coverage
| Provider | Event |
|---|---|
| Okta-zone | zone.deactivate |
| Okta-zone | zone.delete |
Rules detecting the same action
Other rules on this platform that filter on the same API call or operation.
- Attempt to Deactivate an Okta Network Zone (Elastic)
- Attempt to Delete an Okta Network Zone (Elastic)
Rule body yaml
title: Okta Network Zone Deactivated or Deleted
id: 9f308120-69ed-4506-abde-ac6da81f4310
status: test
description: Detects when an Network Zone is Deactivated or Deleted.
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:
- zone.deactivate
- zone.delete
condition: selection
falsepositives:
- Unknown
level: medium
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
eventType:
- zone.deactivate
- zone.delete
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
eventType | eq |
|