Skip to main content
This feature is available for Attack Protection customers.
Curated Blocklists extend Auth0 Tenant Access Control Lists (ACLs) with dynamically updated threat intelligence lists maintained by Auth0. Instead of manually maintaining IP ranges or Autonomous System Numbers (ASNs), you can reference pre-defined curated categories in your Network ACL rules. When traffic matches any entry in an enabled curated list, Auth0 automatically executes the action defined in your ACL rule, such as blocking the request.

Available curated lists

Auth0 organizes curated lists into broad categories using standard naming conventions. All curated lists use the auth0.<category> prefix:

Configure rules with curated lists

Configure curated lists using the auth0_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 a POST 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

Use not_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_managed matcher handles underlying complexity — such as mixing IPv4, IPv6, and TLS fingerprints — transparently within a single array.

Learn more