Relevant log event types
f
: failed user loginfu
: failed user login due to invalid usernamefp
: failed user login due to invalid passwordpwd_leak
: attempted login with a leaked passwordsignup_pwd_leak
: attempted to sign up with a leaked passwordfcoa
: failed cross-origin authentication (these events are generated by /co/authenticate
, which should not be enabled unless strictly required)scoa
: successful cross-origin authentication (these events are generated by /co/authenticate
, which should not be enabled unless strictly required)fp
, fu
and fcoa
events in your Auth0 log events.
fp
, fu
and fcoa
events in your logs are the best way to see whether attackers are attempting password spraying attacks.
fp
events (because the attackers are more likely to know a user exists) and pwd_leak
events (because attackers are attempting to log in using breached credentials).
user-agent
strings.