Skip to main content

IP tools

Inspect any IP address or your own connection in seconds

Five focused tools for IP analysis: reverse PTR lookups, IP WHOIS ownership data, an IPv4 netmask calculator, an IPv6 subnet calculator, and a detector for your public IPv4/IPv6 address with geolocation details.

Tools

PTR (reverse)

Reverse resolution to confirm the hostname associated with an IP address. Essential when validating MTAs or auditing exposed services.

IP WHOIS

Quickly reveal the organization responsible for an IP range, its registered contacts and the announced region.

My IP address

Instantly display your public IPv4/IPv6 addresses, estimated location and upstream provider.

IPv4 netmask

Compute the network, broadcast, wildcard mask and usable hosts of any IPv4 address or CIDR block.

IPv6 subnet calculator

Calculate IPv6 subnets, address ranges, reverse DNS and address type annotations for any CIDR block.

IP tools: what they're really for

Understanding an IP address helps solve most network incidents. An IP tells you who owns it, where it seems to come from and sometimes what hostname is associated with it. With these three angles, you identify a blockage, abuse or simple misconfiguration faster. You also know what to give to technical support so they can act without wasting time.

Common use cases:

  • Diagnose a block → WHOIS IP identifies the owner and abuse contact
  • Verify email deliverability → PTR confirms the server's reverse resolution
  • Whitelist an address → My IP shows your exact public address
  • Plan a network → The netmask calculator sizes your IPv4 subnets
  • Analyze an IPv6 subnet → The IPv6 calculator details prefix, range and reverse DNS

How to use IP tools

Step 1: Choose the tool

NeedTool to use
Reverse resolve an IPPTR (reverse)
Identify IP ownerWHOIS IP
See my public IPMy IP address
Calculate subnet maskIPv4 netmask
Analyze an IPv6 subnetIPv6 subnet calculator

Step 2: Enter the address

Input the IPv4 or IPv6 address to analyze. Accepted formats:

  • IPv4: 192.168.1.1
  • IPv6: 2001:db8::1
  • CIDR: 192.168.1.0/24

Step 3: Analyze the results

Each tool displays specific information:

  • PTR: Associated hostname, TTL, consistency validation
  • WHOIS: Organization, contacts, CIDR block, country
  • My IP: IPv4, IPv6, geolocation, ISP
  • Netmask: Network, broadcast, wildcard, host count
  • IPv6: CIDR, address range, compressed/expanded forms, reverse DNS

Tool details

PTR (reverse resolution)

Identifies the hostname associated with an IP address:

FieldDescription
HostnameName returned by the PTR record
TTLCache duration of the record
ConsistencyVerifies if hostname resolves back to the original IP

Use case: Validate email server configuration or identify suspicious hosts in logs.


WHOIS IP

Reveals the owner and contacts for an IP range:

FieldDescription
OrganizationName of responsible entity
CIDR blockAssigned address range
Abuse contactEmail for reporting incidents
CountryDeclared location of the block

Use case: Open an abuse ticket, verify cloud provider ownership, or document an attack.


My IP address

Shows your public address as seen from the Internet:

FieldDescription
IPv4Public IPv4 address
IPv6Public IPv6 address (if available)
GeolocationCountry, region, approximate city
ISPDetected internet service provider

Use case: Whitelist your IP, verify VPN effect, or diagnose NAT issues.


IPv4 netmask calculator

Calculates subnet parameters:

FieldDescription
Network addressFirst address of the subnet
BroadcastLast address (broadcast)
MaskMask in decimal notation
WildcardInverse mask for ACLs
Usable hostsNumber of assignable addresses

Use case: Plan addressing, configure a firewall, or document a migration.


IPv6 subnet calculator

Calculates IPv6 subnet parameters:

FieldDescription
CIDRFull block notation (e.g. 2001:db8::/32)
Address rangeFirst and last address of the subnet
FormsCompressed, expanded, full and reverse DNS (ip6.arpa.)
Address typeAnnotation (Global Unicast, Link-Local, ULA, etc.)
Prefix sizePrefix length and total address count

Use case: Plan IPv6 addressing, generate ip6.arpa PTR entries, or verify address type.


FAQ - Frequently asked questions

Q: How do I find the owner of an IP address?

A: Use the WHOIS IP tool by entering the address. The tool queries regional registries (RIPE, ARIN, APNIC, etc.) and displays the responsible organization, abuse/admin contacts, and the assigned CIDR block.


Q: What is a PTR record and why is it important?

A: A PTR record maps an IP address to a hostname (reverse resolution). It's crucial for email deliverability: mail servers verify that the PTR matches the sending server's hostname.


Q: How do I calculate a subnet mask?

A: Enter an address with CIDR notation (e.g., 192.168.1.0/24) in the calculator. The tool displays network address, broadcast, decimal mask, wildcard, and usable host count.


Q: Why are my IPv4 and IPv6 addresses different?

A: Your ISP may assign distinct IPv4 and IPv6 addresses. IPv6 is often native while IPv4 may be shared via CGNAT. Both can coexist on the same connection.


Q: Is IP geolocation accurate?

A: Geolocation is approximate. It depends on third-party databases and can be affected by VPNs, proxies, or CDNs. Use it as an indication, not as proof.


Q: How do I verify PTR/A consistency?

A: A correct configuration means: the IP resolves to a hostname via PTR, and that hostname resolves back to the same IP via A or AAAA. Test both directions with our tools.


Q: How do I calculate an IPv6 subnet?

A: Enter an IPv6 address with its CIDR prefix (e.g. 2001:db8::/32) in the IPv6 subnet calculator. The tool displays the address range, compressed and expanded forms, reverse DNS (ip6.arpa.) and address type.


Complementary tools

ToolPurpose
DNS LookupResolve DNS records for a domain
SPF InspectorValidate SPF configuration (includes authorized IPs)
Propagation TestCheck global DNS propagation
CSR ParserAnalyze a certificate signing request before submitting it

Useful resources