IP Whois Database

Overview

Our IP WHOIS Database delivers clean, consistently parsed ownership data for any IPv4/IPv6 range, so you can verify who controls an address block, identify the right contacts, and act with confidence. Use it to harden security, speed up network troubleshooting, validate IP ownership during onboarding or investigations, and enrich tooling with reliable WHOIS insights across the global internet.

Raw WHOIS text is preserved for auditability. Available in CSV, JSON and MMDB formats. Below, you'll find full documentation of the archive contents, schema definitions, file specifications, and integration notes to help you get up and running quickly.

Available Database Formats

CSV
CSVCSV
File Size: 1.22 GB
Entries: 741.7M
Fields: 55
Last Updated: Yesterday
MMDB
MMDBMMDB
File Size: 22.00 MB
Entries: 741.7M
Fields: 55
Last Updated: Yesterday
Important
If you require our IP Whois Database in a different format, such as Parquet or any custom structure, please feel free to reach out to us via our contact form. We are happy to accommodate specific format requests to meet your needs.

CSV Database Documentation

1.Overview

The CSV version is a set of Gzip-compressed CSV files containing IP ranges and detailed IP WHOIS information. These files are designed for bulk imports and integration into relational databases.

2.Archive Content

After downloading and extracting the IP Whois CSV database archive, you’ll find the following files (with their types noted):

db-ip-whois.csv.gz
db-ip-whois.csv.gzdb-ip-whois.csv.gz

IP range links to WHOIS details: name, country, domain, RIR, and raw WHOIS record.

File Size: 1.13 GB
Entries: 741.7M
Fields: 14
db-org-details.csv.gz
db-org-details.csv.gzdb-org-details.csv.gz

Links an organization ID to its handle, name, type, and contact details.

File Size: 93.02 MB
Entries: 2.7M
Fields: 11
db-handles-details.csv.gz
db-handles-details.csv.gzdb-handles-details.csv.gz

Links the network handle ID to its name, country, address, and contact details.

File Size: 3.81 MB
Entries: 105.6K
Fields: 10
README.md
README.mdREADME.md

Documentation for dataset contents, schema, usage, and support.

File Size: 7.97 KB
db-ip-whois.md5
db-ip-whois.md5db-ip-whois.md5
File Size: 213 Bytes
Tip

Always verify downloaded files with the provided checksum before importing.

On Linux, if sha256sum is not installed, first run:

sudo apt-get install coreutils

Then check the archive files against the checksum file with:

sha256sum -c checksum.txt

Example output:

db-ip-whois.csv.gz: OK
db-org-details.csv.gz: OK
db-handles-details.csv.gz: OK
README.md: OK
db-ip-whois.md5: OK

If a file’s checksum does not match, FAILED will be shown instead of OK . If verification fails, first confirm that the download completed correctly; if the issue persists, please contact our support team.

Schema

This section describes the schema of each file included in the IP Whois Database archive. For every file, you’ll find its purpose, field definitions, and examples to help with integration.

1.db-ip-whois.csv.gz

This file contains detailed WHOIS information for IP address ranges. It maps each IP block to the name, country, domain, and RIR, as well as various contact handle IDs and the full raw_whois record.

FieldTypeDescriptionCan be empty?Example
start_ipstringThe starting IP address of the range in IPv4 or IPv6 format.No192.168.0.1
end_ipstringThe ending IP address of the range in IPv4 or IPv6 format.No192.168.0.255
namestringThe name associated with the IP range in the WHOIS record.YesExample Network
countrystringThe country code associated with the IP range in the WHOIS record.YesUS
domainstringThe domain name associated with the IP range in the WHOIS record.Yesexample.com
rirstringThe Regional Internet Registry (RIR) that manages the IP range.YesARIN
org_idnumberThe unique identifier for the organization associated with the IP range.Yes1
admin_handles_idnumberThe unique identifier for the administrative contact handle associated with the IP range.Yes1
tech_handles_idnumberThe unique identifier for the technical contact handle associated with the IP range.Yes1
abuse_handles_idnumberThe unique identifier for the abuse contact handle associated with the IP range.Yes1
irt_handles_idnumberThe unique identifier for the Incident Response Team (IRT) contact handle associated, with the IP range.Yes1
raw_whoisstringThe raw WHOIS record data associated with the IP range.YesRaw WHOIS data string...
date_createdstringThe date when the WHOIS record for the IP range was created.Yes2020-01-01T12:00:00Z
date_updatedstringThe date when the WHOIS record for the IP range was last updated.Yes2023-01-15T12:00:00Z
Tip
org_id joins to db-org-details.id to get organization details for IP, and *handles_id keys join to db-handles-details.id to get contact handles details.

Example Records

Loading code block…

2.db-handles-details.csv.gz

This file contains detailed information on various network handles. It links a unique ID to a specific handle, name, country, address, and contact details such as email, phone, and fax.

FieldTypeDescriptionCan be empty?Example
idnumberThe unique identifier for the WHOIS handle.No1
handlestringThe WHOIS handle.NoEXAMPLE-HANDLE
namestringThe name associated with the WHOIS handle.NoJohn Doe
countrystringThe country associated with the WHOIS handle.YesUS
emailstringThe email address associated with the WHOIS handle.Yescontact@example.org
phonestringThe phone number associated with the WHOIS handle.Yes+1-800-555-0123
faxstringThe fax number associated with the WHOIS handle.Yes+1-800-555-0456
addressstringThe physical address associated with the WHOIS handle.Yes123 Example St, Example City, EX 12345, Country
date_updatedstringThe date when the WHOIS handle information was last updated.Yes2023-01-15T12:00:00Z
sourcestringThe source of the WHOIS handle information.YesARIN
Tip
id in the db-handles-details.csv.gz file joins to the *_handles_id fields in db-ip-whois.csv.gz (e.g., admin_handles_id,tech_handles_id,abuse_handles_id,irt_handles_id).

Example Records

Loading code block…

3.db-org-details.csv.gz

This file provides detailed organization information. It links a unique ID to an organization's handle, name, type, address, country, and various contact details including email, phone, and fax.

FieldTypeDescriptionCan be empty?Example
idnumberThe unique identifier for the WHOIS organization.No1
handlestringThe handle of the WHOIS organization.YesEXAMPLE-ORG
namestringThe name of the WHOIS organization.NoExample Organization
typestringThe type of the WHOIS organization.Yesorganization
addressstringThe address of the WHOIS organization.Yes123 Example St, Example City, EX 12345, Country
countrystringThe country of the WHOIS organization.YesUS
emailstringThe email address of the WHOIS organization.Yescontact@example.org
phonestringThe phone number of the WHOIS organization.Yes+1-800-555-0123
faxstringThe fax number of the WHOIS organization.Yes+1-800-555-0456
date_updatedstringThe date when the WHOIS organization information was last updated.Yes2023-01-15T12:00:00Z
sourcestringThe source of the WHOIS organization information.YesARIN
Tip
id in the db-org-details.csv.gz file joins to the org_id field in db-ip-whois.csv.gz (linking each IP range to its organization details).

Example Records

Loading code block…

4.File Relationship Diagram

The diagram below illustrates the relationships between the various files included in the CSV database package. It shows how the main CSV file connects to reference tables for person and organization handle files, ensuring consistent and accurate data across for all the records.

Schema Diagram
Click to expand

File Format & Encoding

All IP Whois CSV datasets are provided in UTF-8 encoding, comma-separated, and compressed with Gzip (.csv.gz). Each file includes a header row listing the field names for clarity and consistency.

Field values are unquoted by default, with quotes applied only in the following cases:

  • Line breaks within text fields.
  • Commas inside a value (e.g., addresses).
  • Lists of values (e.g., languages).
  • Spaces that may be auto-quoted by export tools.

MMDB Database Documentation

1.Overview

MMDB version of the database consists of two files: one MMDB file containing all the data (organization and contact handle details), a README file, and a checksum file, and one checksum file, all compressed together in a ZIP file for easy delivery.

2.Archive Content

After downloading and extracting the IP Whois MMDB database archive, you’ll find the following files (with their types noted):

db-ip-whois.mmdb
db-ip-whois.mmdbdb-ip-whois.mmdb

Full WHOIS details for IP addresses: name, country, domain, RIR, contact IDs, and raw WHOIS record.

File Size: 22.00 MB
Entries: 741.7M
README.md
README.mdREADME.md

Documentation for dataset contents, schema, usage, and support.

File Size: 7.97 KB
db-ip-whois.md5
db-ip-whois.md5db-ip-whois.md5
File Size: 95 Bytes
Tip

Always verify downloaded files with the provided checksum before importing.

On Linux, if sha256sum is not installed, first run:

sudo apt-get install coreutils

Then check the archive files against the checksum file with:

sha256sum -c checksum.txt

Example output:

db-ip-whois.mmdb: OK
README.md: OK
db-ip-whois.md5: OK

If a file’s checksum does not match, FAILED will be shown instead of OK . If verification fails, first confirm that the download completed correctly; if the issue persists, please contact our support team.

Response Schema

This section describes the structure of the data returned from the IP Whois MMDB file. Each field is detailed with its type, meaning, and example values to help you interpret responses and integrate them into your applications.

1.db-ip-whois.mmdb

This file contains detailed WHOIS mappings for both IPv4 and IPv6 address ranges. Below is an example of the structure you'll find in the response.

2.Field Reference

The following reference lists all fields available in the MMDB response. Each entry includes the field path, its description, data type, and example value to help you understand how to parse and integrate the data.

Showing 7 of 53
Select a field to view details

Example Records

Loading code block…

Data Format & Constraints

  • All fields defined in the schema are always present in the IP Whois MMDB response.
  • Fields may contain empty strings (""), but never null, so null checks are not required.
  • Place names such as countries, states, districts, and cities are available in multiple translations.
  • All text values are encoded in UTF-8.
  • Field names and response structure remain stable across updates for backward compatibility.

Database Updates & Delivery

When you subscribe to our IP Whois database, we’ll send you static download links for the archive in your chosen formats. These links never change, so you can use them both for your initial download and for all future updates.

Our databases are refreshed daily and weekly, ensuring you always have access to the most current data. Each time your subscribed dataset is updated, you’ll also receive an email notification so you don’t miss a release.

For automated workflows, you can check our status endpoint to see the last update timestamp. When the date changes, simply re-fetch the archive using your static download URL to pull the latest version into your system.

Subscribe Our Newsletter

Get the latest in geolocation tech, straight to your inbox.