Okta FastPass Phishing Detection

Last updated 5 days ago on 2024-09-23
Created a year ago on 2023-05-07

About

Detects when Okta FastPass prevents a user from authenticating to a phishing website.
Tags
Tactic: Initial AccessUse Case: Identity and Access AuditData Source: Okta
Severity
medium
Risk Score
47
MITRE ATT&CK™

Initial Access (TA0001)(opens in a new tab or window)

License
Elastic License v2(opens in a new tab or window)

Definition

Rule Type
Query (Kibana Query Language)
Integration Pack
Prebuilt Security Detection Rules
Index Patterns
filebeat-*logs-okta*
Related Integrations

okta(opens in a new tab or window)

Query
event.dataset:okta.system and event.category:authentication and
  okta.event_type:user.authentication.auth_via_mfa and event.outcome:failure and okta.outcome.reason:"FastPass declined phishing attempt"

Install detection rules in Elastic Security

Detect Okta FastPass Phishing Detection in the Elastic Security detection engine by installing this rule into your Elastic Stack.

To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(opens in a new tab or window).