DNS Record Check for Domain

Retrieves information about DNS resource records for a domain name.
Record type:
Additional Record Types
Result display option:

DNS – is a domain name system for retrieving information about domains. It is most commonly used to obtain an IP address from a domain name.

Main (frequently used) record types:

DNS Tracing – is the process of analyzing the route of a DNS query from the client to the final server. It helps identify delays, errors, and routing issues, as well as determine which DNS servers participate in domain resolution.

Main stages of DNS tracing:

  1. Query to the root DNS servers (.). They indicate which servers handle top-level domains (such as .com, .org).
  2. Query to the top-level domain servers (TLD), such as .org. These servers pass control to the authoritative domain servers.
  3. Query to the authoritative servers (NS) of the target domain. They provide final data, such as IP addresses (A), mail server records (MX), text records (TXT), and others. (In our functionality, the final data will be NS records, since other types of data can be obtained by enabling the corresponding option.)