The Mobile dataset covers IP ranges operated by mobile carriers worldwide. Each range carries the mobile country code (MCC), mobile network code (MNC), the operator running the network and the consumer brand it is marketed under, plus the announcing ASN.
Use it to recognize cellular traffic, tailor experiences for mobile subscribers or analyze carrier market share in your audience.
The data
Inside the file
One record per row, a commented header line first. This is what ipregistry-mobile.csv looks like:
# ip_start,ip_end,mcc,mnc,operator,brand,asn2001:268:922c:7bff:ffff:ffff:ffff:ffff,2001:268:922c:7c00:0:0:0:7,440,51,KDDI Corporation,au,25162409:4063:6d19:1800:1e:eac0:0:0,2409:4063:6d19:1800:6f:8c7f:ffff:ffff,405,52,Bharti Airtel Limited,AirTel (Bihar),5583659.183.7.200,59.183.7.207,404,72,Kerala,BSNL Mobile,982959.142.183.134,59.142.183.158,440,50,KDDI Corporation,au,2516200.178.209.112,200.178.209.191,724,05,Claro,Claro,4230 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. |
mcc | Mobile country code as defined by ITU E.212. |
mnc | Mobile network code identifying the carrier within the country. |
operator | Name of the network operator. |
brand | Consumer brand the network is marketed under. |
asn | Autonomous System Number announcing the range. |
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. | 124 MB |
| CSV (zipped) | Same file compressed for faster downloads and cheaper storage. | 11.5 MB |
| MMDB | Binary format for instant lookups with standard MMDB readers. | 102 MB |
Use cases
What you can build
- Detect cellular connections to adapt streaming quality or page weight
- Verify carrier-based identity and billing flows
- Analyze mobile operator distribution across your user base
- Zero-rate or steer traffic per carrier agreement
Related use case: Web personalization
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.