IP Lookup

Enter a host to discover its IP.

Benefits of UtiliApp

  • 100% free
  • Works in the browser
  • Not registered
  • Deleted files

How to use

  1. 1.

    Enter the domain

    Enter the host, for example: example.com.

  2. 2.

    Consult

    Click on “Consult” to search for the A/AAAA records.

  3. 3.

    View results

    See the IPv4/IPv6 addresses returned for the domain.

  4. 4.

    Copy or repeat

    Copy the IPs found or perform a new query with another host.

Frequently Asked Questions

What is DNS?

DNS is the system that translates domain names (such as example.com) into IP addresses used by the servers on the Internet.

What are A and AAAA records?

A maps a domain to an IPv4 address (e.g.: 93.184.216.34). AAAA maps to an IPv6 (e.g.: 2606:2800:220:1:248:1893:25c8:1946).

Why do I see multiple IPs for the same domain?

This may indicate load balancing, CDN, or redundancy. The same domain can point to multiple servers.

What is DNS propagation?

DNS changes may take minutes or hours to propagate globally due to caches and TTL (time to live).

Are my queries saved?

We do not store search history. The queries are only used to return the result at the time of the request.

Your files are processed locally and deleted.

What is the DNS query (A/AAAA)

When you type a domain in the browser, DNS kicks in to discover the IP address of the server hosting that site. The A (IPv4) and AAAA (IPv6) records are responsible for this translation. The DNS query shows which IPs are currently resolving for the given name, helping diagnose DNS pointing and propagation.

When to use this tool

  • Check if the domain already points to the correct server after a DNS change.
  • Understand whether there are multiple IPs (load balancing/CDN) serving the same domain.
  • Validate server migrations and investigate name resolution issues.

Useful tips

  • If you have just changed the DNS, wait for propagation (respect the configured TTL).
  • Testing different networks or using a public resolver (1.1.1.1, 8.8.8.8) to compare results.
  • Clear the system DNS cache if necessary (e.g.: ipconfig /flushdns in Windows).

This tool focuses on A/AAAA records to discover the host's IPs. To analyze other types (MX, CNAME, TXT, NS), use specific tools. No data is stored; the query is processed only to display the current result.