This feature is available for Attack Protection customers.
Available curated lists
Auth0 organizes curated lists into broad categories using standard naming conventions. All curated lists use theauth0.<category> prefix:
Configure rules with curated lists
Configure curated lists using theauth0_managed matcher in the Network ACLs Management API inside a rule definition.
Block traffic from curated lists
To block traffic from low-reputation IPs at the authentication endpoint, send aPOST request to /api/v2/network-acls:
Combine with other matchers
Curated lists can be combined with CIDR blocks, ASNs, or geolocation matchers in the same ACL rule:Exclude curated list traffic
Usenot_match to explicitly allow traffic that is not on a curated list, for example to allowlist clean traffic while a broader blocking rule is in effect:
Key capabilities
- Automated updates: Auth0 Threat Intelligence continuously updates all
auth0.*list feeds, requiring no manual rule updates on your end. - Unified matching: The
auth0_managedmatcher handles underlying complexity — such as mixing IPv4, IPv6, and TLS fingerprints — transparently within a single array.