Detection rules › Sigma

Okta FastPass Phishing Detection

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

Detects when Okta FastPass prevents a known phishing site.

MITRE ATT&CK coverage

TacticTechniques
Initial AccessT1566 Phishing

Event coverage

Rules detecting the same action

Other rules on this platform that filter on the same API call or operation.

Rule body yaml

title: Okta FastPass Phishing Detection
id: ee39a9f7-5a79-4b0a-9815-d36b3cf28d3e
status: test
description: Detects when Okta FastPass prevents a known phishing site.
references:
    - https://sec.okta.com/fastpassphishingdetection
    - https://developer.okta.com/docs/reference/api/system-log/
    - https://developer.okta.com/docs/reference/api/event-types/
author: Austin Songer @austinsonger
date: 2023-05-07
modified: 2026-04-27
tags:
    - attack.initial-access
    - attack.t1566
logsource:
    product: okta
    service: okta
detection:
    selection:
        outcome.reason: 'FastPass declined phishing attempt'
        outcome.result: FAILURE
        eventType: user.authentication.auth_via_mfa
    condition: selection
falsepositives:
    - Unlikely
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    outcome.reason: 'FastPass declined phishing attempt'
    outcome.result: FAILURE
    eventType: user.authentication.auth_via_mfa

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.

FieldKindValues
eventTypeeq
  • user.authentication.auth_via_mfa
outcome.reasoneq
  • FastPass declined phishing attempt
outcome.resulteq
  • FAILURE