Skip to content

Latest commit

 

History

History

Privacy Detection

Privacy Detection

IP Addresses associated with identity hiding services such as VPN, Tor, Proxies, Relays and Hosting service.

Database Schema & Description

[data updated as of August, 2022]

The following database schema represents the CSV database. We also provide JSON and MMDB format data.

Field Name Example Data Type Notes
start_ip 115.9.76.79 TEXT Starting IP address of an IP address range
end_ip 115.9.76.79 TEXT Ending IP address of an IP address range
join_key 115.9.0.0 TEXT Special variable to facilitate databas join operation
hosting BOOLEAN Indicates a hosting/cloud service/data center IP address
proxy BOOLEAN Indicates a open web proxy IP address
tor BOOLEAN Indicates a TOR (The Onion Router) exit node IP address
vpn True BOOLEAN Indicates Virtual Private Network (VPN) service exit node IP address
relay BOOLEAN Indicates location preserving anonymous relay service
service TEXT Name of the anonymous IP service provider

join_key represents the Class C network each IP address is part of, allowing you to filter the result set significantly before joining. Learn more about join_key here.

Please refer to "How to choose the best file format for your IPinfo database?" article to select the best format possible for your use case.

The usage of the IP data downloads relies on the software or application of the data. Check out our documentation, community, and our integrations pages to find the best path forward.

API Response

As well as the database product, IPinfo also provides a robust API service. Please visit the IPinfo Documentation portal to learn more. The Privacy Detection API service is available as part of our Standard Tier plan.

API Query:

$ curl ipinfo.io/$IP_ADDRESS/carrier?token=TOKEN

Reponse:

{
    "vpn": true,
    "proxy": false,
    "tor": false,
    "relay": false,
    "hosting": false,
    "service": "NordVPN"
}

🔗 Privacy Data Documentation

privacy detection API response.png

Samples

Guides, Resources & Links

Links

🔗 Privacy Detection Database Type

🔗 Privacy Detection Data Downloads Documentation

🔗 Privacy Detection API Page

🔗 Privacy Detection Data Type

Articles & Guides

FAQ (Frequently Asked Questions)

If you have any questions about using our data, feel free to ask us about it in the IPinfo Community.


Interested in more?

Currently, we are limiting the sample datasets to only 100 rows. If you would like to request a larger sample or would like to get a quote on the database products, feel free to reach to us.

Follow us on Twitter and LinkedIn to learn more about IP Address data and it’s fascinating potential.

About IPinfo

Founded in 2013, IPinfo prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier, VPN detection, hosted domains, and IP type data sets. Our API handles over 40 billion requests a month for 100,000 businesses and developers.

image