IP Privacy Detection Database Developer Resource
Privacy Detection or Anonymous IP database provides data on IP addresses that are associated with VPN, Tor, proxies, relays, and hosting services.
Database Schema
The Privacy Detection database contains the following fields:
Field Name | Example | Data Type | Description |
---|---|---|---|
start_ip | 104.37.0.0 | TEXT | Starting IP address of an IP address range |
end_ip | 104.37.7.255 | TEXT | Ending IP address of an IP address range |
join_key | 104.37.0.0 | TEXT | Special variable to facilitate join operation |
hosting | BOOLEAN | Indicates a hosting IP address most of the time based on a data center. Indicative of bots, scrapers, or hosting services | |
proxy | BOOLEAN | Usage of a proxy IP address | |
tor | BOOLEAN | IP address originated from the Onion router (TOR) | |
vpn | True | BOOLEAN | Virtual Private Network (VPN) service IP address |
relay | BOOLEAN | Traffic relays are often provided by CDN companies such as Akamai, Fastly, Cloudflare etc. This service indicates the use of Apple’s private relay | |
service | PureVPN | TEXT | Name of the IP privacy service provider |
Sample Database
- Privacy Detection Database — CSV
- Privacy Detection Database — JSON
- Privacy Detection Database — MMDB