Detection rules › Sigma

Okta Admin Functions Access Through Proxy

Status
test
Severity
medium
Log source
product okta, service okta
Author
Muhammad Faisal @faisalusuf
Source
github.com/SigmaHQ/sigma

Detects access to Okta admin functions through proxy.

MITRE ATT&CK coverage

TacticTechniques
Credential AccessNo specific technique

Rule body yaml

title: Okta Admin Functions Access Through Proxy
id: 9058ca8b-f397-4fd1-a9fa-2b7aad4d6309
status: test
description: Detects access to Okta admin functions through proxy.
references:
    - https://www.beyondtrust.com/blog/entry/okta-support-unit-breach
    - https://dataconomy.com/2023/10/23/okta-data-breach/
    - https://blog.cloudflare.com/how-cloudflare-mitigated-yet-another-okta-compromise/
author: Muhammad Faisal @faisalusuf
date: 2023-10-25
tags:
    - attack.credential-access
logsource:
    service: okta
    product: okta
detection:
    selection:
        debugContext.debugData.requestUri|contains: 'admin'
        securityContext.isProxy: 'true'
    condition: selection
falsepositives:
    - False positives are expected if administrators access these function through proxy legitimatly. Apply additional filters if necessary
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    debugContext.debugData.requestUri|contains: 'admin'
    securityContext.isProxy: 'true'

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.