The Anycast dataset lists IP ranges announced simultaneously from multiple points around the world, the routing technique behind public DNS resolvers, content delivery networks and DDoS mitigation platforms that steer every user to the nearest site.
An anycast address has no single physical location, so knowing a range is anycast is essential context for interpreting geolocation results, distance computations and traffic scoring. The list is rebuilt daily from BGP routing observations and network measurements.
The data
Inside the file
One record per row, a commented header line first. This is what ipregistry-anycast.csv looks like:
# ip_start,ip_end45.80.108.133,45.80.108.13343.174.223.8,43.174.223.8108.162.192.0,108.162.192.0136.124.11.32,136.124.11.32185.146.167.250,185.146.167.252 The rows above come from the free sample. Every build ships with MD5, SHA-1, SHA-256 and SHA-512 checksums so you can verify downloads.
| Column | Description |
|---|---|
ip_start | First IP address of the range, IPv4 or IPv6. |
ip_end | Last IP address of the range, inclusive. |
The MMDB variant carries the same data in a memory-mapped binary tree, compatible with the standard MMDB reader libraries available for every major programming language.
Downloads
Available formats
| Format | Description | Size |
|---|---|---|
| CSV | Plain text, one range per line. Import into any database or data warehouse. | 1.4 MB |
| CSV (zipped) | Same file compressed for faster downloads and cheaper storage. | 210 KB |
| MMDB | Binary format for instant lookups with standard MMDB readers. | 394 KB |
Use cases
What you can build
- Lower geolocation confidence for ranges that resolve to many places at once
- Recognize public DNS resolvers and CDN edges in logs and analytics
- Avoid false impossible-travel and distance signals in fraud scoring
- Explain surprising latency or routing behavior when debugging connectivity
Related use case: Cyber security
Datasets are available with an Ipregistry subscription and download from your dashboard, or over a stable URL for automated syncs. Prefer live data? The same intelligence is served by the Ipregistry API.