Okta phishing detection with FastPass origin check
Set up the okta integration.
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。
Goal
Detect when Okta raises a phishing detection with FastPass origin check.
Strategy
This rule monitors Okta for when a phishing detection with FastPass origin check has been raised. Okta provides a platform detection for when a user enrolled in FastPass fails to authenticate via a real-time adversary in the middle (AiTM) phishing proxy.
Triage and response
- Extract the attackers IP address
{{@network.client.ip}}
. - Determine if any other users have authenticated from this address.
- If yes, clear any user sessions and reset passwords if the users entered a password as part of the authenitication flow.
- Begin your organization’s incident response process and investigate for any account takeovers.