IP Privacy Detection Extended Database Developer Resource
Privacy Detection extended database reveals IP addresses linked to VPNs, Tor, proxies, relays, and hosting services. The database helps users to understand how we detect anonymous IP addresses so that they can use this information to build personalized cybersecurity policies.
Database Schema
The Privacy Detection extended database contains the following fields:
Field Name | Example | Data Type | Description |
---|---|---|---|
start_ip | 62.182.99.0 | TEXT | First IP address of the range |
end_ip | 62.182.99.255 | TEXT | Last IP address of the range |
hosting | False | BOOLEAN | Indicates hosting service IP address (data center, cloud service, bots, scrapers, etc.) |
proxy | False | BOOLEAN | IP address associated with a proxy service |
tor | False | BOOLEAN | Tor exit node IP address |
vpn | True | BOOLEAN | IP address associated with a VPN service |
relay | False | BOOLEAN | Private relay service IP address (Apple relay, Cloudflare, Akamai etc.) |
vpn_name | NordVPN | TEXT | Name of the privacy service provider includes VPN, Proxy and Relay service providers names |
anycast | False | BOOLEAN | True: if IP is identified as being any anycast IP, that could map to multiple physical servers in different locations |
census | True | BOOLEAN | True: if we've identified VPN software running on this IP as part of our internet wide scan (successful openvpn or ipsec handshake) |
device_activity | True | BOOLEAN | True: if we've seen VPN-like behavior (multiple devices, multiple locations etc) |
whois | False | BOOLEAN | True: if we've seen vpn provider attributes in the IP whois data (eg. provider name) |
vpn_config | True | BOOLEAN | True: if we've identified this IP in a VPN config file |
census_port | 500 | INTEGER | Port number we've identified VPN software running on |
Sample Database
- Privacy Detection Extended Database — CSV
- Privacy Detection Extended Database — JSON
- Privacy Detection Extended Database — MMDB
Links
- Available on Snowflake Marketplace
- IPinfo Sample Database Repo — GitHub