The Connection dataset describes how each IP range connects to the Internet: the AS number and organization announcing it, the exact BGP route (prefix) it is announced under and the connection type of the network.
It is the offline counterpart of the connection object returned by the Ipregistry API and a building block for traffic classification, fraud scoring and network analytics.
The data
Inside the file
One record per row, a commented header line first. This is what ipregistry-connection.csv looks like:
# ip_start,ip_end,asn,name,domain,route,type46.166.233.0,46.166.233.255,219291,OTT LLC,otete.ru,46.166.233.0/24,business2a0a:79c7:fe00:0:0:0:0:0,2a0a:79c7:feff:ffff:ffff:ffff:ffff:ffff,214976,API VERSA OU,avsisp.com,2a0a:79c7:fe00:0:0:0:0:0/40,business156.54.183.0,156.54.183.255,20746,Telecom Italia S.P.A.,telecomitalia.com,156.54.183.0/24,isp2a02:ff0:3209:0:0:0:0:0,2a02:ff0:3209:ffff:ffff:ffff:ffff:ffff,12735,Turknet Iletisim Hizmetleri A.S.,turknet.net.tr,2a02:ff0:3209:0:0:0:0:0/48,isp2804:744c:302:0:0:0:0:0,2804:744c:302:ffff:ffff:ffff:ffff:ffff,270972,NET ONE TELECOM LTDA - ME,hotmail.com.br,2804:744c:302:0:0:0:0:0/48,isp 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. |
asn | Autonomous System Number announcing the range. |
name | Name of the announcing organization. |
domain | Website domain of the announcing organization. |
route | BGP prefix the range is announced under, in CIDR notation. |
type | Connection classification: business, education, government, hosting, isp, or inactive. |
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. | 180 MB |
| CSV (zipped) | Same file compressed for faster downloads and cheaper storage. | 22.7 MB |
| MMDB | Binary format for instant lookups with standard MMDB readers. | 86.9 MB |
Use cases
What you can build
- Score signups and transactions differently for hosting versus residential origins
- Classify traffic sources in analytics and ad-fraud pipelines
- Map IP ranges to BGP routes for network debugging and research
- Filter datacenter traffic out of audience measurement
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.