Skip to main content

Documentation Index

Fetch the complete documentation index at: https://vpn-docs.wxapros.com/llms.txt

Use this file to discover all available pages before exploring further.

WXA VPN Intelligence identifies IP addresses operating as anonymizers — VPN endpoints, proxy servers (datacenter, residential, mobile), Tor relays, hosting infrastructure, content delivery networks. Use it to detect fraud, block credential-stuffing traffic, enforce licensing jurisdictions, screen sanctions, and enrich threat intelligence pipelines.

Two ways to use

Real-time API

Look up a single IP, batch up to 100 IPs, or query aggregate statistics. Sub-100ms p50, JSON, REST.

Bulk data feeds

Daily-refreshed full datasets in CSV, MMDB, or Parquet. Drop into your warehouse or threat-intel pipeline.

What we detect

CategoryWhat it means
vpnCommercial VPN endpoints (Mullvad, NordVPN, Proton, etc.)
proxyGeneric proxy servers, datacenter and residential
residential_proxyProvider-attributed exit IPs (BrightData, IPRoyal, Decodo, etc.)
torPublic Tor exit relays
hostingDatacenter / cloud-provider IP ranges (AWS, GCP, Azure, OVH, etc.)
cdnCDN edge IPs (Cloudflare, Fastly, Akamai, etc.)
relayApple Private Relay, similar privacy-preserving relays
cleanNone of the above — known consumer IP
Each classification carries a confidence score [0, 1], a provider name where applicable, an asn and asn_org, and an observation_count indicating how many independent signals fed the label.

How it works

Three independent collection methods feed one classification engine:
  • Active scanning of the public IPv4 address space on VPN/proxy ports, with application-layer fingerprinting to confirm protocol identity
  • Honeypot observation of routed proxy traffic across a network of WXA-controlled endpoints
  • Network telemetry from opted-in WXA/Attaxion customers, used to derive protocol-level VPN signals invisible to scanning alone
The detection methodology is described in detail at docs/detection-methods.md and the full data-collection disclosure is at docs/legal/data-collection-disclosure.md.

Get started

1

Sign up

Create a free account at wxaintel.wxapros.com/signup. Free tier is 10,000 lookups/month with no card.
2

Get an API key

From your dashboard, generate a key with the vpn scope.
3

Make your first call

See the Quickstart.