Detection rules › Sigma

Okta Network Zone Deactivated or Deleted

Status
test
Severity
medium
Log source
product okta, service okta
Author
Austin Songer @austinsonger
Source
github.com/SigmaHQ/sigma

Detects when an Network Zone is Deactivated or Deleted.

MITRE ATT&CK coverage

TacticTechniques
ImpactNo specific technique

Telemetry coverage

Rules detecting the same action

These rules filter on the same operation.

Rule body

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

selection

Stage 1: selection

selection:
    eventType:
        - zone.deactivate
        - zone.delete

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
eventTypeeq
  • zone.deactivate
  • zone.delete
field:"eventType" kind:eq