open source · self-hosted · built in rust
Network intelligence,
laid bare.
Three tools for understanding what's really happening on the network — your IP, your DNS, your TLS certificates.
ip.netray.info
ifconfig-rs
// IP enrichment API
Any IP, enriched. Look up geolocation, ASN, reverse DNS, and network
classification — cloud provider, VPN, Tor exit node, or bot network.
Friendly to browsers and curl alike.
- → GeoIP & ASN lookup for any address
- → Cloud provider, VPN, Tor & bot detection
- → JSON, YAML, TOML, CSV output formats
- → Batch lookup, field filtering, rate limiting
dns.netray.info
prism
// DNS, refracted.
Fan out DNS queries to multiple resolvers simultaneously and stream results as they arrive. Spot disagreements, trace delegation chains, audit your whole domain in one shot.
- → Query, Check, Trace, Compare, Auth, DNSSEC modes
- → Cloudflare, Google, Quad9, Mullvad & more
- → dig-inspired query language with tab completion
- → Streaming results — no waiting for all resolvers
tls.netray.info
tlsight
// TLS inspection & analysis
Full certificate chain inspection, TLS configuration analysis, and DNS
cross-validation in one view. Catches what
openssl s_client
buries in noise.
- → Full chain: expiry, algorithm, completeness
- → DANE/TLSA validation & CAA record cross-check
- → Multi-IP consistency — detects CDN cert mismatches
- → Intentionally inspects broken & expired certs