Privacy-First
Your IP data never leaves the server. ASN and organization lookups use local databases, not external APIs.
CloakProbe is a privacy-first, security-focused IP information service built with Rust. It’s designed to run behind Cloudflare and provides detailed IP information without leaking your data to third-party services.
Most IP lookup services track you, serve ads, or sell your data. CloakProbe takes a different approach:
Privacy-First
Your IP data never leaves the server. ASN and organization lookups use local databases, not external APIs.
Blazing Fast
Built with Rust and Axum for sub-millisecond response times. Handles thousands of requests per second.
Cloudflare Ready
Designed to run behind Cloudflare. Properly reads CF-Connecting-IP for accurate client detection.
Full IPv4 & IPv6
Complete support for both IP versions with detailed network information.
CloakProbe returns comprehensive IP information:
# Get your IP info as plain textcurl https://ip.cloakprobe.dev/api/v1/plain
# Output:# IP: 203.0.113.42 (IPv4)# ASN: AS64496 Example-ISP (203.0.113.0/24, ARIN, US)# TLS: TLSv1.3 over h2# User-Agent: curl/8.1.2Quick Start
Get CloakProbe running in 5 minutes with our Quick Start guide.
API Reference
Explore the API endpoints and response formats.