New: Post-Quantum Cryptography tools — is your domain quantum-safe? Check now

Network & IP Tools

IP lookup, ping, traceroute, and network diagnostics

24 tools available — free, instant, no login required

All Network & IP Tools

IP Lookup

Get detailed information about an IP address

Bulk IP & Domain Lookup

Geolocate and analyze up to 200 IPs or domains at once

Ping Test

Test ICMP connectivity and latency

Traceroute

Trace network path to a destination

Port Scanner

Check if specific ports are open

Subnet Calculator

Calculate subnet ranges and CIDR notation

ARIN Lookup

Lookup IP block ownership and registration

ASN Lookup

Lookup Autonomous System Number information

Reverse DNS Lookup

Reverse lookup to find hostname from IP address

What Is My IP

Instantly detect your public IP address, browser and OS information

IP Location Lookup

Get detailed geolocation data for any IP address including city, ISP and timezone

MAC Address Lookup

Look up the manufacturer and vendor of any MAC address using the OUI database

BGP Looking Glass

Query global BGP routing sessions by CIDR prefix and ASN filter

Global Routing Information

Real-time BGP routing dashboard — route leaks, hijacks, top ASNs and global anomalies

Global Routing Dashboard

Real-time global BGP routing dashboard with MOAS detection, country stats, and anomaly monitoring

BGP Prefix Inspector

Analyze BGP routing details, RPKI status, and peer visibility for any IP prefix

RPKI Validator

Validate RPKI Route Origin Authorization for any prefix and ASN pair

BGP Hijack Monitor

Monitor BGP hijack events and route leak incidents with educational analysis

IXP Browser

Browse Internet Exchange Points worldwide, search by name, city or ASN

BGP Global Statistics

Global BGP routing table statistics — prefix counts, ASN counts, growth trends

Bogon Prefix Checker

Check if an IP address or prefix is a bogon (unallocated/private/reserved) range

IPv6 Adoption Tracker

Track global IPv6 adoption progress — by region, ASN, and country

Super Traceroute

Enhanced traceroute showing ASN, organization and geolocation at each hop

IP BGP Lookup

Find BGP routing information for any IP — origin ASN, prefix, RPKI status, peer count

Understanding Network & IP

Network diagnostics encompass a range of protocols and techniques used to measure connectivity, latency, packet loss, and routing between systems on the internet. The Internet Control Message Protocol (ICMP, RFC 792) provides the foundation for tools like ping and traceroute, using TTL (Time to Live) field manipulation to map network paths. Each router along a path decrements the TTL by 1; when TTL reaches 0, the router sends an ICMP Time Exceeded message back to the source, revealing its IP address and response time.

BGP (Border Gateway Protocol, RFC 4271) is the inter-domain routing protocol that connects autonomous systems (AS) across the internet. It determines the best paths for routing IP packets between networks based on AS path attributes, local preference, MED, and communities. Understanding BGP routing is essential for diagnosing connectivity issues, identifying route hijacks (as seen in the Pakistan Telecom/YouTube incident of 2008 and the Rostelecom incident of 2020), and verifying RPKI Route Origin Authorization (ROA) records. Port scanning with tools like nmap reveals which TCP/UDP services are accepting connections, helping administrators verify firewall rules and identify unauthorized open ports. Network IP geolocation and ASN lookup tools help correlate IP addresses with their geographic origin and network operator, which is invaluable for threat intelligence and abuse reporting.

Command-Line Usage

Diagnose network connectivity and routing from your terminal:


macOS / Linux: ping -c 4 example.com — test basic connectivity with 4 packets
macOS: traceroute example.com — trace network path (uses UDP by default)
Linux: traceroute -T -p 443 example.com — TCP traceroute on port 443
Windows CMD: tracert example.com — trace route on Windows
Windows PowerShell: Test-NetConnection -ComputerName example.com -Port 443
Linux: nmap -sV -p 80,443,22,25 example.com — scan common ports
← Browse All Tool Categories