Reverse DNS Lookup API - Retrieve Hostnames for IPs, CNAME, NS, and MX Records

Reverse DNS Lookup API retrieves all hostnames associated with specific A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME DNS records. Easily identify domains hosted on an IP/CIDR notation, pinpoint those using Cloudflare name servers, or uncover domains linked to Google Mailbox. This API delivers accurate, comprehensive reverse DNS data, ideal for enhancing cybersecurity measures, network management, and domain analysis with industry-leading reliability and performance.

Reverse NS Lookup

Access all hostnames associated with an NS record or provider domain, such as cloudflare.com, through a reverse NS lookup.

Reverse MX Lookup

Access all domains associated with an MX record or mailbox provider, such as zoho.com, through a reverse MX lookup.

Reverse IP Lookup

Access all hostnames sharing the same IP address or CIDR block.

10K Free Credits, No Credit Card Required

Features

Paginated Results

Our Reverse DNS Lookup API offers robust support for paginated results, efficiently managing large datasets by dividing them into easily navigable pages. This feature optimizes data retrieval and viewing processes by breaking down extensive search results into manageable chunks. Each page contains up to 100 unique DNS records, ensuring a streamlined and efficient handling of reverse queries. This approach enhances performance and scalability, making it ideal for applications that require precise and organized DNS data retrieval.

Historical Data Access

Our Reverse DNS Lookup API enables users to access not only the most recent DNS records but also historical data based on user-defined criteria, such as specific IP addresses or CIDR notations.

Documentation

API Endpoint

GET

https://api.apifreaks.com/v1.0/domain/dns/reverse

Test
LANGUAGE
Python
PHP
Java
Node
Ruby
$ pip install requests

API Request

ParameterRequiredTypeDefaultDescription
typeYesString
Reverse Lookup type for specific DNS record. Possible values are: (1) A (2) AAAA (3) MX (4) NS (5) SOA (6) SPF (7) TXT (8) CNAME
valueYesString
the value for which reverse lookup is quried. The value can of one of these cases: IPv4 CIDR block for type A IPv6 CIDR block for type AAAA MX record or mailbox provider domain name for type MX NS record or host provider hostname for type NS SOA record admin domain name for type SOA SPF or TXT records target strings for type SPF and TXT respectively target hostname for type CNAME

API Response

FieldTypeRequirementDescription
totalRecordsIntegerMandatory
Total number of records found across the query.
totalPagesIntegerMandatory
Total number of pages (assuming 50 records per page).
currentPageIntegerMandatory
Current page number.
reverseDnsRecordsList<ObjectMandatory
List of reverse DNS records.

Each object within the list of reverse DNS records includes the following fields:

FieldTypeRequirementDescription
queryTimeStringMandatory
Time at which the query was made. (Format: YYYY-MM-DD HH:mm:ss)
domainNameStringMandatory
Queried domain.
domainRegisteredBooleanMandatory
Indicates whether the domain is registered (true) or not (false).
dnsTypesObjectMandatory
DNS record types included in the response.
dnsRecordsList<Object>Mandatory
List of DNS records, with different formats depending on the record type.

A and AAAA DNS record object contains following fields:

FieldTypeRequirementDescription
nameStringMandatory
Name of the queried domain.
typeIntegerMandatory
DNS type (e.g., 1 for A, 28 for AAAA).
dnsTypeStringMandatory
DNS type as a string (e.g., "A", "AAAA").
ttlIntegerMandatory
Time to live.
rawTextStringMandatory
Raw (un-parsed) DNS record.
rRsetTypeIntegerMandatory
Indicates the resource record set type.
addressStringMandatory
IPV4 or IPV6 address for A or AAAA records respectively.

CNAME DNS record object contains following fields:

FieldTypeRequirementDescription
nameStringMandatory
Name of the queried domain.
typeIntegerMandatory
DNS type (e.g., 5 for CNAME).
dnsTypeStringMandatory
DNS type as a string (e.g., "CNAME").
ttlIntegerMandatory
Time to live.
rawTextStringMandatory
Raw (un-parsed) DNS record.
rRsetTypeIntegerMandatory
Indicates the resource record set type.
targetStringMandatory
Host to which this domain points.

MX DNS record object contains following fields:

FieldTypeRequirementDescription
nameStringMandatory
Name of the queried domain.
typeIntegerMandatory
DNS type (e.g., 15 for MX).
dnsTypeStringMandatory
DNS type as a string (e.g., "MX").
ttlIntegerMandatory
Time to live.
rawTextStringMandatory
Raw (un-parsed) DNS record.
rRsetTypeIntegerMandatory
Indicates the resource record set type.
targetStringMandatory
Targeted mail service provider.
priorityIntegerMandatory
Priority level associated with the mail server.

NS DNS record object contains following fields:

FieldTypeRequirementDescription
nameStringMandatory
Name of the queried domain.
typeIntegerMandatory
DNS type (e.g., 2 for NS).
dnsTypeStringMandatory
DNS type as a string (e.g., "NS").
ttlIntegerMandatory
Time to live.
rawTextStringMandatory
Raw (un-parsed) DNS record.
rRsetTypeIntegerMandatory
Indicates the resource record set type.
singleNameStringMandatory
Name server for that particular domain.

SOA DNS record object contains following fields:

FieldTypeRequirementDescription
nameStringMandatory
Name of the queried domain.
typeIntegerMandatory
DNS type (e.g., 6 for SOA).
dnsTypeStringMandatory
DNS type as a string (e.g., "SOA").
ttlIntegerMandatory
Time to live.
rawTextStringMandatory
Raw (un-parsed) DNS record.
rRsetTypeIntegerMandatory
Indicates the resource record set type.
adminStringMandatory
Administrative contact email for SOA records.
hostStringMandatory
Primary name server for SOA records.
expireStringMandatory
Expiry time for SOA records.
minimumIntegerMandatory
The minimum TTL for SOA records.
refreshIntegerMandatory
Indicates the refresh interval for SOA records.
retryIntegerMandatory
The retry interval for SOA records.
serialIntegerMandatory
The serial number for SOA records.

SPF and TXT DNS record object contains following fields:

FieldTypeRequirementDescription
nameStringMandatory
Name of the queried domain.
typeIntegerMandatory
DNS type (e.g., 16 for TXT).
dnsTypeStringMandatory
DNS type as a string (e.g., "TXT").
ttlIntegerMandatory
Time to live.
rawTextStringMandatory
Raw (un-parsed) DNS record.
rRsetTypeIntegerMandatory
Indicates the resource record set type.
stringsList<String>Mandatory
List containing the verification strings.

HTTP Error Codes

HTTP StatusReasons
400
Unable to process request.
404
No Record Found across domainName: whoisfreaks.com. [For Technical Support email at: support@whoisfreaks.com]
408
Unable to fetch dns records. Please try after some time. [For Technical Support email at: support@whoisfreaks.com]
500
Internal Server error occurred.
503
Service is unavailable.
504
Request is timed-out.

How to Guides

Reverse IP Lookup

To discover all hostnames associated with a specific IP address or IP address CIDR block, utilize our Reverse DNS Lookup API with precision. For IPv4 addresses, set the type parameter to A to retrieve relevant DNS records. For IPv6 addresses, use the type parameter set to AAAA. This functionality ensures accurate retrieval of reverse DNS data, allowing you to identify all hostnames linked to the given IP addresses or CIDR blocks effectively.

# Get all hostnames hosted on specific IPv4 address
curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=8.8.8.8&type=A&apiKey=API-KEY'
{ "totalRecords": 24353, "totalPages": 244, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2024-08-05", "domainName": "jp1505cfj.cc", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "jp1505cfj.cc", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "jp1505cfj.cc. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-02", "domainName": "www.static.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.static.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "www.static.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-02", "domainName": "agrolabsa.site", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "agrolabsa.site", "type": 1, "dnsType": "A", "ttl": 14400, "rawText": "agrolabsa.site. 14400 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-04-27", "domainName": "szymixo.pl", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "szymixo.pl", "type": 1, "dnsType": "A", "ttl": 60, "rawText": "szymixo.pl. 60 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "miedini.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "miedini.ru", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "miedini.ru. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-07-14", "domainName": "dnbr.club", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dnbr.club", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "dnbr.club. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-12-07", "domainName": "incomewallet.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "incomewallet.in", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "incomewallet.in. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-15", "domainName": "saigaokeji.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "saigaokeji.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "saigaokeji.com. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-12", "domainName": "dev.tomra-reuse.liflig.io", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dev.tomra-reuse.liflig.io", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "dev.tomra-reuse.liflig.io. 1800 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-02", "domainName": "louisgarneau.xn--fiqs8s", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "louisgarneau.xn--fiqs8s", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "louisgarneau.xn--fiqs8s. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-08-31", "domainName": "nipmy.shop", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nipmy.shop", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "nipmy.shop. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "mcmanusgrupo.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "mcmanusgrupo.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "mcmanusgrupo.com. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-08-29", "domainName": "loudatmosphere.info", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "loudatmosphere.info", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "loudatmosphere.info. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-02", "domainName": "kmdnn.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kmdnn.ru", "type": 1, "dnsType": "A", "ttl": 120, "rawText": "kmdnn.ru. 120 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "xsgargarcdn12.xyz", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "xsgargarcdn12.xyz", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "xsgargarcdn12.xyz. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-02-23", "domainName": "k64.googlecdn.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "k64.googlecdn.in", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "k64.googlecdn.in. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-16", "domainName": "demo2.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "demo2.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "demo2.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "sv796.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sv796.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "sv796.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-14", "domainName": "kreeperchaos1-001-site1.ktempurl.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kreeperchaos1-001-site1.ktempurl.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "kreeperchaos1-001-site1.ktempurl.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-03-12", "domainName": "termiux.cloud", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "termiux.cloud", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "termiux.cloud. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-29", "domainName": "ty57t.top", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ty57t.top", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "ty57t.top. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-30", "domainName": "www.www.gitlab.gitlab.gitlab.git.ecommerce.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.www.gitlab.gitlab.gitlab.git.ecommerce.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "www.www.gitlab.gitlab.gitlab.git.ecommerce.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-07-03", "domainName": "sv741.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sv741.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "sv741.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-03", "domainName": "c9vhtlopk7j9d89q49d0.portal.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "c9vhtlopk7j9d89q49d0.portal.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "c9vhtlopk7j9d89q49d0.portal.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-05", "domainName": "spirins.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "spirins.ru", "type": 1, "dnsType": "A", "ttl": 19991, "rawText": "spirins.ru. 19991 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-11", "domainName": "www.zyh10116.cc", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.zyh10116.cc", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "www.zyh10116.cc. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-25", "domainName": "bb.itcivil.website", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "bb.itcivil.website", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "bb.itcivil.website. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-02-19", "domainName": "smoke9testodinmonday.se", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "smoke9testodinmonday.se", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "smoke9testodinmonday.se. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-01-13", "domainName": "vname.org", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "vname.org", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "vname.org. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-01-10", "domainName": "asibag.nc.to", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asibag.nc.to", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "asibag.nc.to. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-02-23", "domainName": "mg1hvbg1.cdnaaa.net", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "mg1hvbg1.cdnaaa.net", "type": 1, "dnsType": "A", "ttl": 10, "rawText": "mg1hvbg1.cdnaaa.net. 10 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-17", "domainName": "www.w.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.w.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "www.w.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-02-24", "domainName": "q8appapi.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "q8appapi.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "q8appapi.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-18", "domainName": "myhamed.ir", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "myhamed.ir", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "myhamed.ir. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "lizhajames.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "lizhajames.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "lizhajames.com. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "movistarcloud.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "movistarcloud.com", "type": 1, "dnsType": "A", "ttl": 60, "rawText": "movistarcloud.com. 60 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-08", "domainName": "ngoquanghuy201-001-site1.jtempurl.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ngoquanghuy201-001-site1.jtempurl.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "ngoquanghuy201-001-site1.jtempurl.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-22", "domainName": "tekstera.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tekstera.com", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "tekstera.com. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-05", "domainName": "heorchestratedit.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "heorchestratedit.online", "type": 1, "dnsType": "A", "ttl": 7200, "rawText": "heorchestratedit.online. 7200 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "machines.com.cn", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "machines.com.cn", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "machines.com.cn. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-01-16", "domainName": "www.hgq26.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.hgq26.com", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "www.hgq26.com. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-19", "domainName": "dzy.gift", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dzy.gift", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "dzy.gift. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-02", "domainName": "karibikyacht-charter.de", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "karibikyacht-charter.de", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "karibikyacht-charter.de. 21600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-12", "domainName": "www.line6396.top", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.line6396.top", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "www.line6396.top. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-15", "domainName": "1128.tv", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "1128.tv", "type": 1, "dnsType": "A", "ttl": 60, "rawText": "1128.tv. 60 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-04", "domainName": "sha.im", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sha.im", "type": 1, "dnsType": "A", "ttl": 900, "rawText": "sha.im. 900 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "ojsd38-12kdj84-klsadfh6.top", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ojsd38-12kdj84-klsadfh6.top", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "ojsd38-12kdj84-klsadfh6.top. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "newgeneindia.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "newgeneindia.com", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "newgeneindia.com. 21600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-10", "domainName": "pronilesoft305-001-site1.ltempurl.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "pronilesoft305-001-site1.ltempurl.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "pronilesoft305-001-site1.ltempurl.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-01", "domainName": "www.directth.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.directth.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "www.directth.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-02", "domainName": "systemforex.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "systemforex.ru", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "systemforex.ru. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-12", "domainName": "www.line6378.top", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.line6378.top", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "www.line6378.top. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-29", "domainName": "ty94t.top", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ty94t.top", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "ty94t.top. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-08", "domainName": "dev.zodjam.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dev.zodjam.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "dev.zodjam.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-04", "domainName": "csaladihazapro.hu", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "csaladihazapro.hu", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "csaladihazapro.hu. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-10", "domainName": "dev.plasmatic.ai", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dev.plasmatic.ai", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "dev.plasmatic.ai. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "missono.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "missono.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "missono.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-17", "domainName": "luckeyspin.cfd", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "luckeyspin.cfd", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "luckeyspin.cfd. 1800 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-03", "domainName": "www.micorazoninsistetv.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.micorazoninsistetv.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "www.micorazoninsistetv.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-16", "domainName": "2023-01-03znegeulfluxsisilafamille.www.webmail.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "2023-01-03znegeulfluxsisilafamille.www.webmail.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "2023-01-03znegeulfluxsisilafamille.www.webmail.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-15", "domainName": "external-2.thuyetminh.xyz", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "external-2.thuyetminh.xyz", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "external-2.thuyetminh.xyz. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-01", "domainName": "8www.gitlab.gitlab.gitlab.git.ecommerce.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "8www.gitlab.gitlab.gitlab.git.ecommerce.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "8www.gitlab.gitlab.gitlab.git.ecommerce.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-04", "domainName": "hwayo.synology.me", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "hwayo.synology.me", "type": 1, "dnsType": "A", "ttl": 240, "rawText": "hwayo.synology.me. 240 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-20", "domainName": "best.earcashpro.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "best.earcashpro.com", "type": 1, "dnsType": "A", "ttl": 200, "rawText": "best.earcashpro.com. 200 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-04", "domainName": "sfaessential.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sfaessential.com", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "sfaessential.com. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "betxpres.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "betxpres.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "betxpres.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-12-01", "domainName": "napik.se", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "napik.se", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "napik.se. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-13", "domainName": "server.cxgj.live", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "server.cxgj.live", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "server.cxgj.live. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-10", "domainName": "dev.oarcloud.noaa.gov", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dev.oarcloud.noaa.gov", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "dev.oarcloud.noaa.gov. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-01-05", "domainName": "www.165668.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.165668.com", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "www.165668.com. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-02", "domainName": "7www.gitlab.gitlab.git.gitlab.accounts.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "7www.gitlab.gitlab.git.gitlab.accounts.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "7www.gitlab.gitlab.git.gitlab.accounts.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "mindir.net", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "mindir.net", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "mindir.net. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-03-03", "domainName": "ywjaepo.gq", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ywjaepo.gq", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "ywjaepo.gq. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "robinsonsmechanical.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "robinsonsmechanical.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "robinsonsmechanical.com. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "farazzexports.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "farazzexports.com", "type": 1, "dnsType": "A", "ttl": 14400, "rawText": "farazzexports.com. 14400 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-30", "domainName": "www.local.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.local.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "www.local.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-07-31", "domainName": "xn--uis561k.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "xn--uis561k.com", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "xn--uis561k.com. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-16", "domainName": "www.wj0qtrcyztrc4hr.whkvgkqgv0krkul.www.home.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.wj0qtrcyztrc4hr.whkvgkqgv0krkul.www.home.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "www.wj0qtrcyztrc4hr.whkvgkqgv0krkul.www.home.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-01", "domainName": "technopolis.de", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "technopolis.de", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "technopolis.de. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-04", "domainName": "px118.cn", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "px118.cn", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "px118.cn. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-10", "domainName": "juegoseguros.mx", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "juegoseguros.mx", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "juegoseguros.mx. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-05", "domainName": "cimott.click", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "cimott.click", "type": 1, "dnsType": "A", "ttl": 10800, "rawText": "cimott.click. 10800 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-07-31", "domainName": "waroengjadoel.store", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "waroengjadoel.store", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "waroengjadoel.store. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-03", "domainName": "tekrardinle.net", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tekrardinle.net", "type": 1, "dnsType": "A", "ttl": 14400, "rawText": "tekrardinle.net. 14400 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-28", "domainName": "thisis.lol", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "thisis.lol", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "thisis.lol. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-07-07", "domainName": "v94f.us", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "v94f.us", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "v94f.us. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-15", "domainName": "www.koeppen.it", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.koeppen.it", "type": 1, "dnsType": "A", "ttl": 10800, "rawText": "www.koeppen.it. 10800 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-08-31", "domainName": "vzd78.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "vzd78.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "vzd78.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-24", "domainName": "ahosta.org", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ahosta.org", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "ahosta.org. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-18", "domainName": "csoppkeblog.hu", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "csoppkeblog.hu", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "csoppkeblog.hu. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-29", "domainName": "ty74t.top", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ty74t.top", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "ty74t.top. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-02-17", "domainName": "pj33cc.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "pj33cc.com", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "pj33cc.com. 600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-03", "domainName": "bwww.tcnxpfsiplwe3gd.www.whkvgkqgv0krkul.www.home.avalon-invest.pro", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "bwww.tcnxpfsiplwe3gd.www.whkvgkqgv0krkul.www.home.avalon-invest.pro", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "bwww.tcnxpfsiplwe3gd.www.whkvgkqgv0krkul.www.home.avalon-invest.pro. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-11-22", "domainName": "rcz18.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "rcz18.ru", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "rcz18.ru. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-10", "domainName": "johnson245-001-site1.ltempurl.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "johnson245-001-site1.ltempurl.com", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "johnson245-001-site1.ltempurl.com. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-02-24", "domainName": "man13frpp.club", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "man13frpp.club", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "man13frpp.club. 1800 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2023-12-26", "domainName": "www.fertilityroom.it", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.fertilityroom.it", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.fertilityroom.it. 3600 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-05-08", "domainName": "forumasicrepair.ir", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "forumasicrepair.ir", "type": 1, "dnsType": "A", "ttl": 120, "rawText": "forumasicrepair.ir. 120 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-08-02", "domainName": "paypanel.org", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "paypanel.org", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "paypanel.org. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] }, { "queryTime": "2024-06-04", "domainName": "cvw.siyinub.cn", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "cvw.siyinub.cn", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "cvw.siyinub.cn. 300 IN A 8.8.8.8", "rRsetType": 1, "address": "8.8.8.8" } ] } ] } # Get all hostnames hosted on specific CIDR block
curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=89.117.157.24&type=A&apiKey=API-KEY'
{ "totalRecords": 304, "totalPages": 4, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2024-07-13", "domainName": "apsdesigns.magiqart.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "apsdesigns.magiqart.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "apsdesigns.magiqart.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-13", "domainName": "wbfoodsi.onlineexampreparation.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "wbfoodsi.onlineexampreparation.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "wbfoodsi.onlineexampreparation.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" }, { "name": "wbfoodsi.onlineexampreparation.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "wbfoodsi.onlineexampreparation.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-01", "domainName": "kpmbasti.org", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kpmbasti.org", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "kpmbasti.org. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-01", "domainName": "bookmyyatraa.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "bookmyyatraa.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "bookmyyatraa.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-01", "domainName": "shreeservices.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "shreeservices.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "shreeservices.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-08", "domainName": "upi.inrcash.co.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "upi.inrcash.co.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "upi.inrcash.co.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-26", "domainName": "digitalgruming.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "digitalgruming.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "digitalgruming.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-04", "domainName": "spmatka.site", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "spmatka.site", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "spmatka.site. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-31", "domainName": "inrcash.co.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "inrcash.co.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "inrcash.co.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-31", "domainName": "allbazarmatka.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "allbazarmatka.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "allbazarmatka.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "onlinematkaplayapp.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "onlinematkaplayapp.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "onlinematkaplayapp.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-13", "domainName": "demo.magiqart.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "demo.magiqart.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "demo.magiqart.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "shipboxllc.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "shipboxllc.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "shipboxllc.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-12-09", "domainName": "arjunimpex.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "arjunimpex.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "arjunimpex.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-05", "domainName": "786matka.cloud", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "786matka.cloud", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "786matka.cloud. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-16", "domainName": "satta-matka.cloud", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "satta-matka.cloud", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "satta-matka.cloud. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "nargishdigital.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nargishdigital.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "nargishdigital.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-28", "domainName": "stoctrade.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "stoctrade.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "stoctrade.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-13", "domainName": "getyourcashbckk.xyz", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "getyourcashbckk.xyz", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "getyourcashbckk.xyz. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "campbazar.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "campbazar.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "campbazar.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-11-26", "domainName": "worldbehappy.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "worldbehappy.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "worldbehappy.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-27", "domainName": "digitalmagichub.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "digitalmagichub.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "digitalmagichub.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-11", "domainName": "blacksattamatka.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "blacksattamatka.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "blacksattamatka.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-05", "domainName": "wheelcastor.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "wheelcastor.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "wheelcastor.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-05", "domainName": "versacoders.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "versacoders.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "versacoders.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-05", "domainName": "incuttarakhand.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "incuttarakhand.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "incuttarakhand.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-02", "domainName": "softinfraglobal.us", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "softinfraglobal.us", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "softinfraglobal.us. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-19", "domainName": "smoothiediet.my-off.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "smoothiediet.my-off.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "smoothiediet.my-off.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-08-08", "domainName": "200houryogateachertraininginrishikesh.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "200houryogateachertraininginrishikesh.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "200houryogateachertraininginrishikesh.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-03", "domainName": "leaseawebsites.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "leaseawebsites.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "leaseawebsites.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-29", "domainName": "blog.theblocktech.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "blog.theblocktech.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "blog.theblocktech.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-04", "domainName": "maharah.com.sa", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "maharah.com.sa", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "maharah.com.sa. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-10", "domainName": "wegrowyou.io", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "wegrowyou.io", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "wegrowyou.io. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "an-analyzer.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "an-analyzer.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "an-analyzer.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-14", "domainName": "khajanamatkaplay.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "khajanamatkaplay.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "khajanamatkaplay.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-02-04", "domainName": "test.aayur.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "test.aayur.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "test.aayur.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-05", "domainName": "texasfasions.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "texasfasions.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "texasfasions.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-16", "domainName": "3aconsultants.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "3aconsultants.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "3aconsultants.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "milanmumbai.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "milanmumbai.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "milanmumbai.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-09", "domainName": "dksatta.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dksatta.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "dksatta.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-07", "domainName": "nugenicservices.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nugenicservices.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "nugenicservices.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-04", "domainName": "click2one.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "click2one.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "click2one.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-19", "domainName": "rvduniversity.org.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "rvduniversity.org.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "rvduniversity.org.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "aladdintour.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "aladdintour.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "aladdintour.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-10", "domainName": "pscclerkship.learnmild.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "pscclerkship.learnmild.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "pscclerkship.learnmild.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-12-02", "domainName": "offer.exampurofficial.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "offer.exampurofficial.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "offer.exampurofficial.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-12", "domainName": "cmsdemo.magiqart.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "cmsdemo.magiqart.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "cmsdemo.magiqart.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-01", "domainName": "surabhigulwelkar.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "surabhigulwelkar.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "surabhigulwelkar.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-14", "domainName": "pay.inrcash.co.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "pay.inrcash.co.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "pay.inrcash.co.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-09-01", "domainName": "onesourcea.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "onesourcea.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "onesourcea.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-14", "domainName": "kapoorbuildtech.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kapoorbuildtech.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "kapoorbuildtech.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-01", "domainName": "versacoder.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "versacoder.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "versacoder.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-25", "domainName": "prostadine.my-off.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "prostadine.my-off.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "prostadine.my-off.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-11-24", "domainName": "news.exampurofficial.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "news.exampurofficial.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "news.exampurofficial.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-14", "domainName": "yatramanager.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "yatramanager.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "yatramanager.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-23", "domainName": "horbax.co.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "horbax.co.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "horbax.co.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-08-08", "domainName": "hprnewshindi.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "hprnewshindi.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "hprnewshindi.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-03", "domainName": "matkaplay.org.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "matkaplay.org.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "matkaplay.org.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-12-23", "domainName": "learn.kanmanikirubakaran.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "learn.kanmanikirubakaran.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "learn.kanmanikirubakaran.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-02", "domainName": "softinfracars.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "softinfracars.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "softinfracars.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-16", "domainName": "twsacademy.onlineexampreparation.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "twsacademy.onlineexampreparation.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "twsacademy.onlineexampreparation.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-11-20", "domainName": "kohinoormall.site", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kohinoormall.site", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "kohinoormall.site. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-16", "domainName": "socialx.co.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "socialx.co.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "socialx.co.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-15", "domainName": "sanskritbhasha.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sanskritbhasha.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "sanskritbhasha.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-04", "domainName": "preetmarketing.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "preetmarketing.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "preetmarketing.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-12", "domainName": "knowledgeperday.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "knowledgeperday.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "knowledgeperday.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-24", "domainName": "gowthamrudran.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "gowthamrudran.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "gowthamrudran.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-06-15", "domainName": "blacksatta.cloud", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "blacksatta.cloud", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "blacksatta.cloud. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-06", "domainName": "fabfashionindia.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "fabfashionindia.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "fabfashionindia.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-14", "domainName": "arintechnical.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "arintechnical.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "arintechnical.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-04", "domainName": "govtjobinform.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "govtjobinform.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "govtjobinform.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-06-15", "domainName": "kundanagaridaily.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kundanagaridaily.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "kundanagaridaily.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-02", "domainName": "ganeshsatta.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ganeshsatta.online", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "ganeshsatta.online. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-04-19", "domainName": "gkinbengali.onlineexampreparation.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "gkinbengali.onlineexampreparation.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "gkinbengali.onlineexampreparation.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-03", "domainName": "trextimecom.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "trextimecom.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "trextimecom.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-31", "domainName": "spgames.cloud", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "spgames.cloud", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "spgames.cloud. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-11", "domainName": "aihunger.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "aihunger.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "aihunger.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-05", "domainName": "evaluatesolutionservices.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "evaluatesolutionservices.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "evaluatesolutionservices.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-05", "domainName": "yatramanager.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "yatramanager.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "yatramanager.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-02-29", "domainName": "easydealproperty.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "easydealproperty.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "easydealproperty.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-07", "domainName": "vimayasolutions.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "vimayasolutions.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "vimayasolutions.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-03", "domainName": "spmatka1.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "spmatka1.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "spmatka1.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-09", "domainName": "cottonbagmanufacturer.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "cottonbagmanufacturer.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "cottonbagmanufacturer.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-07-31", "domainName": "shreekalyanmatka.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "shreekalyanmatka.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "shreekalyanmatka.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-01", "domainName": "paperplasticsupply.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "paperplasticsupply.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "paperplasticsupply.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-06", "domainName": "moneyviews.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "moneyviews.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "moneyviews.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-06", "domainName": "exampurofficial.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "exampurofficial.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "exampurofficial.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-09", "domainName": "hr26pg.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "hr26pg.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "hr26pg.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-03-06", "domainName": "panghaltravel.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "panghaltravel.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "panghaltravel.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-04-26", "domainName": "booksikkim.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "booksikkim.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "booksikkim.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-10", "domainName": "wbprimarytet.learnmild.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "wbprimarytet.learnmild.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "wbprimarytet.learnmild.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-04-04", "domainName": "prime.ratankhatari.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "prime.ratankhatari.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "prime.ratankhatari.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-15", "domainName": "binzomind.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "binzomind.com", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "binzomind.com. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-08-08", "domainName": "videospromotion.club", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "videospromotion.club", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "videospromotion.club. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-14", "domainName": "jenpasug.learnmild.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "jenpasug.learnmild.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "jenpasug.learnmild.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-01-03", "domainName": "sportmygear.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sportmygear.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "sportmygear.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2023-11-18", "domainName": "ecomonke.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ecomonke.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "ecomonke.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-08-04", "domainName": "onlineexampreparation.in", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "onlineexampreparation.in", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "onlineexampreparation.in. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] }, { "queryTime": "2024-05-08", "domainName": "getyourrgift.live", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "getyourrgift.live", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "getyourrgift.live. 1800 IN A 89.117.157.24", "rRsetType": 1, "address": "89.117.157.24" } ] } ] }

With our Reverse DNS Lookup API, you can efficiently identify all hostnames hosted within a specific CIDR block, whether current or historical. For example, if you need to locate Shopify stores, you can extract this information if you have the exact CIDR block associated with Shopify. Similarly, you can obtain a list of all hostnames hosted by a particular provider, such as Hetzner Cloud, by querying its CIDR block. This capability is invaluable for detailed network analysis, provider-specific investigations, and comprehensive domain management, allowing you to pinpoint and analyze hosting details with precision.

Reverse NS Lookup

Discover all hostnames associated with a specific name server provider, such as Cloudflare or ClouDNS, using our Reverse DNS Lookup API. You can specify the exact name server record to retrieve a comprehensive list of hostnames, or simply use the root domain name, such as cloudflare.com, for broader results. For performing a reverse NS lookup, set the type parameter value to NS. This feature provides valuable insights into the domains managed by a particular name server, aiding in network analysis, DNS management, and provider-specific investigations.

# Get all hostnames with eact name server record
curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=dns7.cloudns.net&type=NS&apiKey=API-KEY'
{ "totalRecords": 18882, "totalPages": 189, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2023-11-18", "domainName": "anadoluslot269.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "anadoluslot269.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "anadoluslot269.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-18", "domainName": "beinwon140.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "beinwon140.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "beinwon140.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "cat-cazino1.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-cazino1.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-cazino1.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "vulkan-win.fun", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulkan-win.fun", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulkan-win.fun. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "vavada-777.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vavada-777.top", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vavada-777.top. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "cat-cazino.cyou", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-cazino.cyou", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-cazino.cyou. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "casinoz-cat-club.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinoz-cat-club.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "casinoz-cat-club.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "vidobet249.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vidobet249.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "vidobet249.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "slottica-casino.cyou", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "slottica-casino.cyou", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "slottica-casino.cyou. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-03-14", "domainName": "cazinoz-slottica.net.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cazinoz-slottica.net.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cazinoz-slottica.net.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "casinolevant433.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinolevant433.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "casinolevant433.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "admiralcasinos-online.fun", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "admiralcasinos-online.fun", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "admiralcasinos-online.fun. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-12-08", "domainName": "vulcan-mobile-version.net.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulcan-mobile-version.net.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulcan-mobile-version.net.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-03-12", "domainName": "vulcan-24-jackpot.pw", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulcan-24-jackpot.pw", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulcan-24-jackpot.pw. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "max-bet-register.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "max-bet-register.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "max-bet-register.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "bet365-zerkalo.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "bet365-zerkalo.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "bet365-zerkalo.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "vulkan-platinum-online.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulkan-platinum-online.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulkan-platinum-online.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-23", "domainName": "admiral-x-777.fun", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "admiral-x-777.fun", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "admiral-x-777.fun. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "columbus-casino.icu", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "columbus-casino.icu", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "columbus-casino.icu. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "cat-game-slotx.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-game-slotx.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-game-slotx.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "zu5036.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "zu5036.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "zu5036.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-02-08", "domainName": "drift-kazinos-vip.org.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "drift-kazinos-vip.org.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "drift-kazinos-vip.org.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-01", "domainName": "maxbet-mobile.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "maxbet-mobile.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "maxbet-mobile.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "admiral-casino-play1.win", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "admiral-casino-play1.win", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "admiral-casino-play1.win. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-14", "domainName": "casinolevant700.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinolevant700.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "casinolevant700.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "vulkan24-registration.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulkan24-registration.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulkan24-registration.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-02-08", "domainName": "1-win-official-casinos.pp.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "1-win-official-casinos.pp.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "1-win-official-casinos.pp.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "casinos-fresh.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinos-fresh.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "casinos-fresh.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-29", "domainName": "slottica-mobile.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "slottica-mobile.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "slottica-mobile.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-28", "domainName": "maraphon-bet-zerkalo.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "maraphon-bet-zerkalo.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "maraphon-bet-zerkalo.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-23", "domainName": "vulkan-casinos.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulkan-casinos.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulkan-casinos.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-13", "domainName": "trwin434.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "trwin434.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "trwin434.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "admiral-casino-play.win", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "admiral-casino-play.win", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "admiral-casino-play.win. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-22", "domainName": "fresh-casinoz-official.fun", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "fresh-casinoz-official.fun", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "fresh-casinoz-official.fun. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "catplay.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "catplay.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "catplay.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "cat-casino-zerkalo.icu", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-casino-zerkalo.icu", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-casino-zerkalo.icu. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-29", "domainName": "admiral-casino.gives", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "admiral-casino.gives", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "admiral-casino.gives. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-01", "domainName": "korins.ky", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "korins.ky", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "korins.ky. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-23", "domainName": "wulkan-neon-casino.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "wulkan-neon-casino.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "wulkan-neon-casino.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "casinosmelbet-mobail.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinosmelbet-mobail.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "casinosmelbet-mobail.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-03-14", "domainName": "drift-kazinoz-vip.pp.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "drift-kazinoz-vip.pp.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "drift-kazinoz-vip.pp.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-22", "domainName": "mycsgo.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "mycsgo.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "mycsgo.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-02-01", "domainName": "casino-vulcan-5000.pw", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casino-vulcan-5000.pw", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "casino-vulcan-5000.pw. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-17", "domainName": "seat.com.mt", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "seat.com.mt", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "seat.com.mt. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-21", "domainName": "neon-vulcan.fun", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "neon-vulcan.fun", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "neon-vulcan.fun. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "da2230.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "da2230.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "da2230.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "max-bet.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "max-bet.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "max-bet.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-12-09", "domainName": "wellslots.net.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "wellslots.net.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "wellslots.net.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-04-07", "domainName": "casinolevant902.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinolevant902.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "casinolevant902.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "volnacasino-oficialnysait.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "volnacasino-oficialnysait.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "volnacasino-oficialnysait.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-03-07", "domainName": "vulkan24-casinoz.pw", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulkan24-casinoz.pw", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulkan24-casinoz.pw. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "ea2730.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ea2730.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "ea2730.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "casinolevant432.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinolevant432.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "casinolevant432.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-22", "domainName": "slot-v-kasinos.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "slot-v-kasinos.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "slot-v-kasinos.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "casino-chestnie.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casino-chestnie.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "casino-chestnie.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-12-03", "domainName": "azino777-mirror.pw", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "azino777-mirror.pw", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "azino777-mirror.pw. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "volnacasino-pod.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "volnacasino-pod.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "volnacasino-pod.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-16", "domainName": "officiale-club-imperator.net.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "officiale-club-imperator.net.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "officiale-club-imperator.net.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "admiral-casino-official6.win", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "admiral-casino-official6.win", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "admiral-casino-official6.win. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-02-16", "domainName": "casino-good-reputation.org.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casino-good-reputation.org.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "casino-good-reputation.org.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "vidobet238.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vidobet238.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "vidobet238.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "casinolevant442.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinolevant442.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "casinolevant442.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "es3961.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "es3961.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "es3961.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-18", "domainName": "beinwon143.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "beinwon143.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "beinwon143.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "admiralx-109.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "admiralx-109.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "admiralx-109.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "refisdacovid.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "refisdacovid.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "refisdacovid.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-04-07", "domainName": "casinolevant994.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinolevant994.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "casinolevant994.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "qq7830.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "qq7830.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "qq7830.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-03-12", "domainName": "1-wincazino-mobile.party", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "1-wincazino-mobile.party", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "1-wincazino-mobile.party. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "cat-online.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-online.top", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-online.top. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-26", "domainName": "vulkan-deluxe-mirror.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulkan-deluxe-mirror.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulkan-deluxe-mirror.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "casinos-site-cat.cyou", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinos-site-cat.cyou", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "casinos-site-cat.cyou. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "cat-site-casino.cyou", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-site-casino.cyou", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-site-casino.cyou. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-09", "domainName": "ilelebet332.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ilelebet332.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "ilelebet332.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "azart-play.website", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "azart-play.website", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "azart-play.website. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "play-cat-casino.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "play-cat-casino.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "play-cat-casino.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "cat-play.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-play.shop", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-play.shop. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-09", "domainName": "panelv2.dev", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "panelv2.dev", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "panelv2.dev. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-12", "domainName": "trwin443.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "trwin443.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "trwin443.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "fontan-mobile.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "fontan-mobile.top", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "fontan-mobile.top. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-01", "domainName": "cat-casino.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-casino.top", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-casino.top. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "catlicenseplay.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "catlicenseplay.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "catlicenseplay.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "catcasino1.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "catcasino1.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "catcasino1.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "casinolevant437.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "casinolevant437.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "casinolevant437.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "kazino-kent.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "kazino-kent.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "kazino-kent.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-01", "domainName": "betjs.net", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "betjs.net", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "betjs.net. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-08", "domainName": "maxbetzerkalo.pw", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "maxbetzerkalo.pw", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "maxbetzerkalo.pw. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "comtalk-job.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "comtalk-job.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "comtalk-job.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-25", "domainName": "callaghansinsurance.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "callaghansinsurance.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "callaghansinsurance.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-01", "domainName": "866apxz.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "866apxz.com", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "866apxz.com. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-14", "domainName": "online-casino-ggbet.pw", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "online-casino-ggbet.pw", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "online-casino-ggbet.pw. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "cat-license-money.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-license-money.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-license-money.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-05-12", "domainName": "realmoney-games.space", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "realmoney-games.space", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "realmoney-games.space. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-31", "domainName": "cat-license-casino.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-license-casino.buzz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-license-casino.buzz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-18", "domainName": "beinwon150.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "beinwon150.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "beinwon150.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-02-24", "domainName": "vidobet228.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vidobet228.com", "type": 2, "dnsType": "NS", "ttl": 60, "rawText": "vidobet228.com. 60 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-08-01", "domainName": "vulcan-money-club.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "vulcan-money-club.xyz", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "vulcan-money-club.xyz. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-02-08", "domainName": "1-win-kasino-realmoney.org.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "1-win-kasino-realmoney.org.ru", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "1-win-kasino-realmoney.org.ru. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2024-07-21", "domainName": "cat-play.cyou", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cat-play.cyou", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "cat-play.cyou. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] }, { "queryTime": "2023-11-22", "domainName": "azartmania.cfd", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "azartmania.cfd", "type": 2, "dnsType": "NS", "ttl": 3600, "rawText": "azartmania.cfd. 3600 IN NS dns7.cloudns.net.", "rRsetType": 2, "singleName": "dns7.cloudns.net." } ] } ] }# Get all hostnames using cloudflare for domain name system resolution
curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=cloudflare.com&type=NS&apiKey=API-KEY'
curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=cloudflare.com&type=NS&apiKey=API-KEY' { "totalRecords": 92770795, "totalPages": 927708, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2024-07-31", "domainName": "derivgratis.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "derivgratis.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "derivgratis.com. 21600 IN NS sloan.ns.cloudflare.com.", "rRsetType": 2, "singleName": "sloan.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "reagentsdata.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "reagentsdata.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "reagentsdata.com. 21600 IN NS jasmine.ns.cloudflare.com.", "rRsetType": 2, "singleName": "jasmine.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-21", "domainName": "ikywim.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ikywim.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ikywim.com. 21600 IN NS jocelyn.ns.cloudflare.com.", "rRsetType": 2, "singleName": "jocelyn.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "v66.work", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "v66.work", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "v66.work. 21600 IN NS delilah.ns.cloudflare.com.", "rRsetType": 2, "singleName": "delilah.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "kayservitrnmp.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "kayservitrnmp.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "kayservitrnmp.shop. 21600 IN NS augustus.ns.cloudflare.com.", "rRsetType": 2, "singleName": "augustus.ns.cloudflare.com." } ] }, { "queryTime": "2024-03-14", "domainName": "blastgames.click", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "blastgames.click", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "blastgames.click. 21600 IN NS christian.ns.cloudflare.com.", "rRsetType": 2, "singleName": "christian.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "grilum.site", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "grilum.site", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "grilum.site. 21600 IN NS lochlan.ns.cloudflare.com.", "rRsetType": 2, "singleName": "lochlan.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-31", "domainName": "westtane.tk", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "westtane.tk", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "westtane.tk. 21600 IN NS martha.ns.cloudflare.com.", "rRsetType": 2, "singleName": "martha.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "xxgjvnnvvyss8.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "xxgjvnnvvyss8.xyz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "xxgjvnnvvyss8.xyz. 21600 IN NS sam.ns.cloudflare.com.", "rRsetType": 2, "singleName": "sam.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-31", "domainName": "temdegarmcontremac.cf", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "temdegarmcontremac.cf", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "temdegarmcontremac.cf. 21600 IN NS yichun.ns.cloudflare.com.", "rRsetType": 2, "singleName": "yichun.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "kunci-motor.org", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "kunci-motor.org", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "kunci-motor.org. 21600 IN NS marjory.ns.cloudflare.com.", "rRsetType": 2, "singleName": "marjory.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "ouasti.best", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ouasti.best", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ouasti.best. 21600 IN NS yolanda.ns.cloudflare.com.", "rRsetType": 2, "singleName": "yolanda.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "ut-6.online", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ut-6.online", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ut-6.online. 21600 IN NS duke.ns.cloudflare.com.", "rRsetType": 2, "singleName": "duke.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "suchcuriositiesstore.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "suchcuriositiesstore.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "suchcuriositiesstore.com. 21600 IN NS major.ns.cloudflare.com.", "rRsetType": 2, "singleName": "major.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "1wtmx.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "1wtmx.top", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "1wtmx.top. 21600 IN NS eloise.ns.cloudflare.com.", "rRsetType": 2, "singleName": "eloise.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-21", "domainName": "xsj1127.cc", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "xsj1127.cc", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "xsj1127.cc. 21600 IN NS norman.ns.cloudflare.com.", "rRsetType": 2, "singleName": "norman.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "candytrades.info", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "candytrades.info", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "candytrades.info. 21600 IN NS teagan.ns.cloudflare.com.", "rRsetType": 2, "singleName": "teagan.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "957rns.click", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "957rns.click", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "957rns.click. 21600 IN NS priscilla.ns.cloudflare.com.", "rRsetType": 2, "singleName": "priscilla.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-20", "domainName": "tusyryi1.site", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "tusyryi1.site", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "tusyryi1.site. 21600 IN NS yevgen.ns.cloudflare.com.", "rRsetType": 2, "singleName": "yevgen.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "rusvidos.pro", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "rusvidos.pro", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "rusvidos.pro. 21600 IN NS nena.ns.cloudflare.com.", "rRsetType": 2, "singleName": "nena.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "pasarxcelle.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "pasarxcelle.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "pasarxcelle.shop. 21600 IN NS kevin.ns.cloudflare.com.", "rRsetType": 2, "singleName": "kevin.ns.cloudflare.com." } ] }, { "queryTime": "2024-03-14", "domainName": "festalks.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "festalks.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "festalks.com. 21600 IN NS lovisa.ns.cloudflare.com.", "rRsetType": 2, "singleName": "lovisa.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "ripndippromo.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ripndippromo.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ripndippromo.com. 21600 IN NS daisy.ns.cloudflare.com.", "rRsetType": 2, "singleName": "daisy.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "xhs-lynl059.vip", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "xhs-lynl059.vip", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "xhs-lynl059.vip. 21600 IN NS imani.ns.cloudflare.com.", "rRsetType": 2, "singleName": "imani.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-31", "domainName": "dasdoubtta.tk", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "dasdoubtta.tk", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "dasdoubtta.tk. 21600 IN NS alexa.ns.cloudflare.com.", "rRsetType": 2, "singleName": "alexa.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "butcherssundries.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "butcherssundries.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "butcherssundries.shop. 21600 IN NS luke.ns.cloudflare.com.", "rRsetType": 2, "singleName": "luke.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-28", "domainName": "pingen.best", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "pingen.best", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "pingen.best. 21600 IN NS tom.ns.cloudflare.com.", "rRsetType": 2, "singleName": "tom.ns.cloudflare.com." } ] }, { "queryTime": "2024-03-27", "domainName": "denetpy.com.py", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "denetpy.com.py", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "denetpy.com.py. 21600 IN NS harvey.ns.cloudflare.com.", "rRsetType": 2, "singleName": "harvey.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-27", "domainName": "belmontdistributors.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "belmontdistributors.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "belmontdistributors.com. 21600 IN NS ishaan.ns.cloudflare.com.", "rRsetType": 2, "singleName": "ishaan.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "amore.lol", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "amore.lol", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "amore.lol. 21600 IN NS hadlee.ns.cloudflare.com.", "rRsetType": 2, "singleName": "hadlee.ns.cloudflare.com." } ] }, { "queryTime": "2024-05-13", "domainName": "yachtsd.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "yachtsd.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "yachtsd.shop. 21600 IN NS nicole.ns.cloudflare.com.", "rRsetType": 2, "singleName": "nicole.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-21", "domainName": "pecah5000-masa-depan.site", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "pecah5000-masa-depan.site", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "pecah5000-masa-depan.site. 21600 IN NS dahlia.ns.cloudflare.com.", "rRsetType": 2, "singleName": "dahlia.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-21", "domainName": "margar4dok.site", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "margar4dok.site", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "margar4dok.site. 21600 IN NS alberto.ns.cloudflare.com.", "rRsetType": 2, "singleName": "alberto.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-08", "domainName": "dobrynia.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "dobrynia.ru", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "dobrynia.ru. 21600 IN NS darl.ns.cloudflare.com.", "rRsetType": 2, "singleName": "darl.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "1wate.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "1wate.top", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "1wate.top. 21600 IN NS eloise.ns.cloudflare.com.", "rRsetType": 2, "singleName": "eloise.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "valescolar.cat", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "valescolar.cat", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "valescolar.cat. 21600 IN NS leah.ns.cloudflare.com.", "rRsetType": 2, "singleName": "leah.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "pump13sol.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "pump13sol.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "pump13sol.shop. 21600 IN NS april.ns.cloudflare.com.", "rRsetType": 2, "singleName": "april.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "polafruitstpk.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "polafruitstpk.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "polafruitstpk.shop. 21600 IN NS chance.ns.cloudflare.com.", "rRsetType": 2, "singleName": "chance.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "phelieugiasi.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "phelieugiasi.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "phelieugiasi.com. 21600 IN NS chance.ns.cloudflare.com.", "rRsetType": 2, "singleName": "chance.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "jukedisc.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "jukedisc.xyz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "jukedisc.xyz. 21600 IN NS derek.ns.cloudflare.com.", "rRsetType": 2, "singleName": "derek.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "fddfalrdfudfgbsle.de", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "fddfalrdfudfgbsle.de", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "fddfalrdfudfgbsle.de. 21600 IN NS rocco.ns.cloudflare.com.", "rRsetType": 2, "singleName": "rocco.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-21", "domainName": "r7-casino-l.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "r7-casino-l.buzz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "r7-casino-l.buzz. 21600 IN NS beau.ns.cloudflare.com.", "rRsetType": 2, "singleName": "beau.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "parentsafter.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "parentsafter.top", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "parentsafter.top. 21600 IN NS adi.ns.cloudflare.com.", "rRsetType": 2, "singleName": "adi.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "17380.org", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "17380.org", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "17380.org. 21600 IN NS mitchell.ns.cloudflare.com.", "rRsetType": 2, "singleName": "mitchell.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-16", "domainName": "official-services.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "official-services.top", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "official-services.top. 21600 IN NS agustin.ns.cloudflare.com.", "rRsetType": 2, "singleName": "agustin.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "nekiny.best", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "nekiny.best", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "nekiny.best. 21600 IN NS tom.ns.cloudflare.com.", "rRsetType": 2, "singleName": "tom.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "edtechnova.space", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "edtechnova.space", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "edtechnova.space. 21600 IN NS yolanda.ns.cloudflare.com.", "rRsetType": 2, "singleName": "yolanda.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-07", "domainName": "apprenticeship.io", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "apprenticeship.io", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "apprenticeship.io. 21600 IN NS kelly.ns.cloudflare.com.", "rRsetType": 2, "singleName": "kelly.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "cnelasomisal.best", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cnelasomisal.best", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "cnelasomisal.best. 21600 IN NS armando.ns.cloudflare.com.", "rRsetType": 2, "singleName": "armando.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "erlstyverusr.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "erlstyverusr.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "erlstyverusr.com. 21600 IN NS dale.ns.cloudflare.com.", "rRsetType": 2, "singleName": "dale.ns.cloudflare.com." } ] }, { "queryTime": "2024-05-10", "domainName": "awndwk.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "awndwk.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "awndwk.shop. 21600 IN NS carlane.ns.cloudflare.com.", "rRsetType": 2, "singleName": "carlane.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-23", "domainName": "xn----72-53deiwanrfw2bi1bw3a.xn--p1ai", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "xn----72-53deiwanrfw2bi1bw3a.xn--p1ai", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "xn----72-53deiwanrfw2bi1bw3a.xn--p1ai. 21600 IN NS lou.ns.cloudflare.com.", "rRsetType": 2, "singleName": "lou.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "gnelasrandtimberbsal.best", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "gnelasrandtimberbsal.best", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "gnelasrandtimberbsal.best. 21600 IN NS armando.ns.cloudflare.com.", "rRsetType": 2, "singleName": "armando.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "bundaslotl.store", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "bundaslotl.store", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "bundaslotl.store. 21600 IN NS koa.ns.cloudflare.com.", "rRsetType": 2, "singleName": "koa.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "gocartgo.shop", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "gocartgo.shop", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "gocartgo.shop. 21600 IN NS kenia.ns.cloudflare.com.", "rRsetType": 2, "singleName": "kenia.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-25", "domainName": "pandamovie.uno", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "pandamovie.uno", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "pandamovie.uno. 21600 IN NS thaddeus.ns.cloudflare.com.", "rRsetType": 2, "singleName": "thaddeus.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-31", "domainName": "adovvilymigsi.cf", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "adovvilymigsi.cf", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "adovvilymigsi.cf. 21600 IN NS osmar.ns.cloudflare.com.", "rRsetType": 2, "singleName": "osmar.ns.cloudflare.com." } ] }, { "queryTime": "2024-05-13", "domainName": "ex365.online", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ex365.online", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ex365.online. 21600 IN NS arnold.ns.cloudflare.com.", "rRsetType": 2, "singleName": "arnold.ns.cloudflare.com." } ] }, { "queryTime": "2024-05-13", "domainName": "playsdelivery.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "playsdelivery.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "playsdelivery.com. 21600 IN NS dell.ns.cloudflare.com.", "rRsetType": 2, "singleName": "dell.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "pawsflair.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "pawsflair.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "pawsflair.com. 21600 IN NS macy.ns.cloudflare.com.", "rRsetType": 2, "singleName": "macy.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "daechumall.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "daechumall.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "daechumall.com. 21600 IN NS justin.ns.cloudflare.com.", "rRsetType": 2, "singleName": "justin.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "headhunterslistfrance.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "headhunterslistfrance.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "headhunterslistfrance.com. 21600 IN NS ullis.ns.cloudflare.com.", "rRsetType": 2, "singleName": "ullis.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-27", "domainName": "grawer.online", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "grawer.online", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "grawer.online. 21600 IN NS violet.ns.cloudflare.com.", "rRsetType": 2, "singleName": "violet.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-03", "domainName": "indiaatuk2017.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "indiaatuk2017.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "indiaatuk2017.com. 21600 IN NS tom.ns.cloudflare.com.", "rRsetType": 2, "singleName": "tom.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-26", "domainName": "hxczs.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "hxczs.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "hxczs.com. 21600 IN NS wren.ns.cloudflare.com.", "rRsetType": 2, "singleName": "wren.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "489277.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "489277.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "489277.com. 21600 IN NS kolton.ns.cloudflare.com.", "rRsetType": 2, "singleName": "kolton.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "ekolbetgiris.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ekolbetgiris.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ekolbetgiris.com. 21600 IN NS greg.ns.cloudflare.com.", "rRsetType": 2, "singleName": "greg.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-21", "domainName": "077241379.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "077241379.xyz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "077241379.xyz. 21600 IN NS braelyn.ns.cloudflare.com.", "rRsetType": 2, "singleName": "braelyn.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-26", "domainName": "ragida8.site", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ragida8.site", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ragida8.site. 21600 IN NS casey.ns.cloudflare.com.", "rRsetType": 2, "singleName": "casey.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-31", "domainName": "edgradmaboovibu.cf", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "edgradmaboovibu.cf", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "edgradmaboovibu.cf. 21600 IN NS otto.ns.cloudflare.com.", "rRsetType": 2, "singleName": "otto.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "www198282.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "www198282.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "www198282.com. 21600 IN NS harlee.ns.cloudflare.com.", "rRsetType": 2, "singleName": "harlee.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-29", "domainName": "dolcestoria.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "dolcestoria.ru", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "dolcestoria.ru. 21600 IN NS lina.ns.cloudflare.com.", "rRsetType": 2, "singleName": "lina.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "tzkarati.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "tzkarati.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "tzkarati.com. 21600 IN NS kiki.ns.cloudflare.com.", "rRsetType": 2, "singleName": "kiki.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-26", "domainName": "adyngl.best", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "adyngl.best", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "adyngl.best. 21600 IN NS tom.ns.cloudflare.com.", "rRsetType": 2, "singleName": "tom.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-26", "domainName": "efcjr.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "efcjr.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "efcjr.com. 21600 IN NS buck.ns.cloudflare.com.", "rRsetType": 2, "singleName": "buck.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "roxyfactoryoutlet.us", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "roxyfactoryoutlet.us", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "roxyfactoryoutlet.us. 21600 IN NS cortney.ns.cloudflare.com.", "rRsetType": 2, "singleName": "cortney.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "fsnyphxj.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "fsnyphxj.xyz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "fsnyphxj.xyz. 21600 IN NS erin.ns.cloudflare.com.", "rRsetType": 2, "singleName": "erin.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "biggestepicfire.org", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "biggestepicfire.org", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "biggestepicfire.org. 21600 IN NS joel.ns.cloudflare.com.", "rRsetType": 2, "singleName": "joel.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "542677.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "542677.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "542677.com. 21600 IN NS tia.ns.cloudflare.com.", "rRsetType": 2, "singleName": "tia.ns.cloudflare.com." } ] }, { "queryTime": "2023-12-31", "domainName": "checworkboodime.gq", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "checworkboodime.gq", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "checworkboodime.gq. 21600 IN NS lara.ns.cloudflare.com.", "rRsetType": 2, "singleName": "lara.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "galaxyplayland.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "galaxyplayland.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "galaxyplayland.com. 21600 IN NS graham.ns.cloudflare.com.", "rRsetType": 2, "singleName": "graham.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "510-fxux093.vip", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "510-fxux093.vip", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "510-fxux093.vip. 21600 IN NS ryan.ns.cloudflare.com.", "rRsetType": 2, "singleName": "ryan.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "uszrwz.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "uszrwz.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "uszrwz.com. 21600 IN NS lee.ns.cloudflare.com.", "rRsetType": 2, "singleName": "lee.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-25", "domainName": "deborahjhart.xyz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "deborahjhart.xyz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "deborahjhart.xyz. 21600 IN NS sam.ns.cloudflare.com.", "rRsetType": 2, "singleName": "sam.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-19", "domainName": "legder-live-start.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "legder-live-start.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "legder-live-start.com. 21600 IN NS elma.ns.cloudflare.com.", "rRsetType": 2, "singleName": "elma.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "settembreinvita.org", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "settembreinvita.org", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "settembreinvita.org. 21600 IN NS janet.ns.cloudflare.com.", "rRsetType": 2, "singleName": "janet.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "iuvoinc.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "iuvoinc.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "iuvoinc.com. 21600 IN NS ben.ns.cloudflare.com.", "rRsetType": 2, "singleName": "ben.ns.cloudflare.com." } ] }, { "queryTime": "2024-03-18", "domainName": "qitijianceyi.org.cn", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "qitijianceyi.org.cn", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "qitijianceyi.org.cn. 21600 IN NS rafe.ns.cloudflare.com.", "rRsetType": 2, "singleName": "rafe.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "slotpglogin.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "slotpglogin.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "slotpglogin.com. 21600 IN NS christian.ns.cloudflare.com.", "rRsetType": 2, "singleName": "christian.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "o5fti.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "o5fti.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "o5fti.com. 21600 IN NS wren.ns.cloudflare.com.", "rRsetType": 2, "singleName": "wren.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "edpog.ir", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "edpog.ir", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "edpog.ir. 21600 IN NS adelaide.ns.cloudflare.com.", "rRsetType": 2, "singleName": "adelaide.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-23", "domainName": "ic-ion.ru", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "ic-ion.ru", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "ic-ion.ru. 21600 IN NS donovan.ns.cloudflare.com.", "rRsetType": 2, "singleName": "donovan.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "cangzhoushuixiang.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "cangzhoushuixiang.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "cangzhoushuixiang.com. 21600 IN NS beau.ns.cloudflare.com.", "rRsetType": 2, "singleName": "beau.ns.cloudflare.com." } ] }, { "queryTime": "2023-02-24", "domainName": "buybux.site", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "buybux.site", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "buybux.site. 21600 IN NS brett.ns.cloudflare.com.", "rRsetType": 2, "singleName": "brett.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "us-thenanoease.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "us-thenanoease.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "us-thenanoease.com. 21600 IN NS sean.ns.cloudflare.com.", "rRsetType": 2, "singleName": "sean.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "wrbsrl.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "wrbsrl.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "wrbsrl.com. 21600 IN NS armfazh.ns.cloudflare.com.", "rRsetType": 2, "singleName": "armfazh.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "fitagi.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "fitagi.buzz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "fitagi.buzz. 21600 IN NS liz.ns.cloudflare.com.", "rRsetType": 2, "singleName": "liz.ns.cloudflare.com." } ] }, { "queryTime": "2024-08-01", "domainName": "9958850.com", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "9958850.com", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "9958850.com. 21600 IN NS eric.ns.cloudflare.com.", "rRsetType": 2, "singleName": "eric.ns.cloudflare.com." } ] }, { "queryTime": "2024-07-31", "domainName": "axis138bz.buzz", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "axis138bz.buzz", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "axis138bz.buzz. 21600 IN NS becky.ns.cloudflare.com.", "rRsetType": 2, "singleName": "becky.ns.cloudflare.com." } ] }, { "queryTime": "2023-11-22", "domainName": "healthoffers.top", "dnsTypes": { "NS": 2 }, "dnsRecords": [ { "name": "healthoffers.top", "type": 2, "dnsType": "NS", "ttl": 21600, "rawText": "healthoffers.top. 21600 IN NS joel.ns.cloudflare.com.", "rRsetType": 2, "singleName": "joel.ns.cloudflare.com." } ] } ] }

Reverse MX Lookup

Uncover all hostnames associated with a specific mail server, such as Zoho or Google, using our Reverse DNS Lookup API. You can specify either the exact MX record or the root domain name, such as zoho.com, to retrieve detailed results. To perform a reverse MX lookup, set the type parameter value to MX. This feature allows for precise identification of domains linked to particular mail servers, facilitating effective email infrastructure analysis and domain management.

# Get all hostnames using mail box zoho
curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=zoho.com&type=MX&apiKey=API-KEY'
{ "totalRecords": 4287511, "totalPages": 42876, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2024-06-14", "domainName": "duockimbang.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "duockimbang.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "duockimbang.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "duockimbang.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "duockimbang.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-16", "domainName": "sbobuzz.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "sbobuzz.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "sbobuzz.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-08-02", "domainName": "albdah.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "albdah.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "albdah.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "gtaroleplayservers.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "gtaroleplayservers.com", "type": 15, "dnsType": "MX", "ttl": 5700, "rawText": "gtaroleplayservers.com. 5700 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "gtaroleplayservers.com", "type": 15, "dnsType": "MX", "ttl": 5700, "rawText": "gtaroleplayservers.com. 5700 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "gtaroleplayservers.com", "type": 15, "dnsType": "MX", "ttl": 5700, "rawText": "gtaroleplayservers.com. 5700 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "vipbeautysupply.net", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "vipbeautysupply.net", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "vipbeautysupply.net. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "vipbeautysupply.net", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "vipbeautysupply.net. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "vipbeautysupply.net", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "vipbeautysupply.net. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-08-02", "domainName": "travencia.us", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "travencia.us", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "travencia.us. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "travencia.us", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "travencia.us. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "convenor.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "convenor.com", "type": 15, "dnsType": "MX", "ttl": 900, "rawText": "convenor.com. 900 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "convenor.com", "type": 15, "dnsType": "MX", "ttl": 900, "rawText": "convenor.com. 900 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "cornx.ru", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cornx.ru", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "cornx.ru. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "cornx.ru", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "cornx.ru. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "cornx.ru", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "cornx.ru. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "producers.qa", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "producers.qa", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "producers.qa. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "producers.qa", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "producers.qa. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "producers.qa", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "producers.qa. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "megastarfinancial.cam", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "megastarfinancial.cam", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "megastarfinancial.cam. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "megastarfinancial.cam", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "megastarfinancial.cam. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "salvatoredimartinophotography.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "salvatoredimartinophotography.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "salvatoredimartinophotography.com. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "salvatoredimartinophotography.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "salvatoredimartinophotography.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "sublimachile.cl", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "sublimachile.cl", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "sublimachile.cl. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "sublimachile.cl", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "sublimachile.cl. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "sublimachile.cl", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "sublimachile.cl. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "warezcomponent.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "warezcomponent.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "warezcomponent.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "warezcomponent.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "warezcomponent.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "warezcomponent.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "warezcomponent.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "gplaboratories.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "gplaboratories.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "gplaboratories.com. 1800 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "gplaboratories.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "gplaboratories.com. 1800 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-08-16", "domainName": "2sgamix.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "2sgamix.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "2sgamix.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "makerslab.com.mx", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "makerslab.com.mx", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "makerslab.com.mx. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "makerslab.com.mx", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "makerslab.com.mx. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "makerslab.com.mx", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "makerslab.com.mx. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "fiordis.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "fiordis.com.br", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "fiordis.com.br. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "shieldedsystems.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "shieldedsystems.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "shieldedsystems.com. 1800 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-08-02", "domainName": "hoikue.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "hoikue.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "hoikue.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "fiendar.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "fiendar.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "fiendar.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "fiendar.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "fiendar.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "fiendar.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "fiendar.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "sisteractshow.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "sisteractshow.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "sisteractshow.com. 600 IN MX 50 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 50 }, { "name": "sisteractshow.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "sisteractshow.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 }, { "name": "sisteractshow.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "sisteractshow.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "jesn.my.id", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "jesn.my.id", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "jesn.my.id. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "jesn.my.id", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "jesn.my.id. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "jesn.my.id", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "jesn.my.id. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "elyli.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "elyli.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "elyli.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "elyli.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "elyli.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "elyli.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "elyli.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-02", "domainName": "dygoofworld.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "dygoofworld.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "dygoofworld.com. 1800 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-02", "domainName": "swwap.me", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "swwap.me", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "swwap.me. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "royaloranges.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "royaloranges.com", "type": 15, "dnsType": "MX", "ttl": 7207, "rawText": "royaloranges.com. 7207 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "royaloranges.com", "type": 15, "dnsType": "MX", "ttl": 7207, "rawText": "royaloranges.com. 7207 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "royaloranges.com", "type": 15, "dnsType": "MX", "ttl": 7207, "rawText": "royaloranges.com. 7207 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "tkiama.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tkiama.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "tkiama.com. 1800 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "tkiama.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "tkiama.com. 1800 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "tkiama.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "tkiama.com. 1800 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "laxmikant.in", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "laxmikant.in", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "laxmikant.in. 21600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "laxmikant.in", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "laxmikant.in. 21600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-02", "domainName": "lgsd.asia", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "lgsd.asia", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "lgsd.asia. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-02", "domainName": "gabornet.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "gabornet.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "gabornet.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "paradisejayateknik.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "paradisejayateknik.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "paradisejayateknik.com. 3600 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 }, { "name": "paradisejayateknik.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "paradisejayateknik.com. 14400 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "rtnlw.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "rtnlw.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "rtnlw.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "rtnlw.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "rtnlw.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "rtnlw.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "rtnlw.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-08-02", "domainName": "maandpa.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "maandpa.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "maandpa.com. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-02", "domainName": "mcicfc.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mcicfc.org", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "mcicfc.org. 14400 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "dickeyey.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "dickeyey.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "dickeyey.com. 14400 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "dickeyey.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "dickeyey.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "dickeyey.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "dickeyey.com. 14400 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "codersvpn.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "codersvpn.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "codersvpn.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "codersvpn.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "codersvpn.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "codersvpn.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "codersvpn.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-02", "domainName": "testmeplz.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "testmeplz.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "testmeplz.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-02", "domainName": "mfreights.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mfreights.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mfreights.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-02", "domainName": "dekeyno.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "dekeyno.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "dekeyno.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-02", "domainName": "autend.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "autend.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "autend.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-06-14", "domainName": "nakdevelopment.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "nakdevelopment.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "nakdevelopment.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "nakdevelopment.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "nakdevelopment.com. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "diesteldorf.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "diesteldorf.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "diesteldorf.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "diesteldorf.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "diesteldorf.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "diesteldorf.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "diesteldorf.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "maplefinance.co.uk", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "maplefinance.co.uk", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "maplefinance.co.uk. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "maplefinance.co.uk", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "maplefinance.co.uk. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "maplefinance.co.uk", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "maplefinance.co.uk. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-06-14", "domainName": "timtia.world", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "timtia.world", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "timtia.world. 300 IN MX 10 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 10 }, { "name": "timtia.world", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "timtia.world. 300 IN MX 10 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 10 }, { "name": "timtia.world", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "timtia.world. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-08-15", "domainName": "lazullli.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "lazullli.com.br", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "lazullli.com.br. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "chadwick-trading.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "chadwick-trading.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "chadwick-trading.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "chadwick-trading.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "chadwick-trading.com. 600 IN MX 50 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 50 }, { "name": "chadwick-trading.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "chadwick-trading.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-02", "domainName": "myvirtualoak.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "myvirtualoak.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "myvirtualoak.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-12", "domainName": "neerajprem.in", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "neerajprem.in", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "neerajprem.in. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-06-14", "domainName": "saikl.io", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "saikl.io", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "saikl.io. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "saikl.io", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "saikl.io. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "saikl.io", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "saikl.io. 300 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 } ] } ] } # Get all hostnames using exact specific MX record curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=mx3.zoho.com&type=MX&apiKey=API-KEY' { "totalRecords": 1371612, "totalPages": 13717, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2024-08-04", "domainName": "wilkinlandscapinggeneralcontractorinc.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "wilkinlandscapinggeneralcontractorinc.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "wilkinlandscapinggeneralcontractorinc.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-07-21", "domainName": "ocrypto-vn.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ocrypto-vn.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "ocrypto-vn.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "mldetail.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mldetail.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "mldetail.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-07-31", "domainName": "moonshine-finvest.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "moonshine-finvest.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "moonshine-finvest.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "apulliam2024.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "apulliam2024.com", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "apulliam2024.com. 60 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 } ] }, { "queryTime": "2024-07-31", "domainName": "ascendwealthai.net", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ascendwealthai.net", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "ascendwealthai.net. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "westdcvllc.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "westdcvllc.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "westdcvllc.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "teknitt.xyz", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "teknitt.xyz", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "teknitt.xyz. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-03-13", "domainName": "pamoos.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pamoos.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "pamoos.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-04", "domainName": "valeria-app.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "valeria-app.com", "type": 15, "dnsType": "MX", "ttl": 10800, "rawText": "valeria-app.com. 10800 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-20", "domainName": "connectmodding.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "connectmodding.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "connectmodding.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-03-10", "domainName": "applevipservice.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "applevipservice.com", "type": 15, "dnsType": "MX", "ttl": 7207, "rawText": "applevipservice.com. 7207 IN MX 10 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-05-24", "domainName": "vinfast-vn.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "vinfast-vn.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "vinfast-vn.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-03-27", "domainName": "tft.vn", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tft.vn", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "tft.vn. 300 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 } ] }, { "queryTime": "2024-07-31", "domainName": "vanistyle.site", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "vanistyle.site", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "vanistyle.site. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-24", "domainName": "bizpp.solutions", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "bizpp.solutions", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "bizpp.solutions. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-01-25", "domainName": "fedpoly.org.ng", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "fedpoly.org.ng", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "fedpoly.org.ng. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-02", "domainName": "pronotech.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pronotech.com", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "pronotech.com. 60 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 } ] }, { "queryTime": "2024-08-02", "domainName": "tecartvr.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tecartvr.com.br", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "tecartvr.com.br. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-03-06", "domainName": "mclarinegroup.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mclarinegroup.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mclarinegroup.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-24", "domainName": "cloudclogs.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cloudclogs.com", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "cloudclogs.com. 21600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "strathdonmanor.co.za", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "strathdonmanor.co.za", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "strathdonmanor.co.za. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "mundoalgo.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mundoalgo.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "mundoalgo.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "cskarchtiects.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cskarchtiects.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "cskarchtiects.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "casarenovar.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "casarenovar.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "casarenovar.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-03", "domainName": "enfieldsteelandcables.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "enfieldsteelandcables.com", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "enfieldsteelandcables.com. 21600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-16", "domainName": "sariruizhomes.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "sariruizhomes.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "sariruizhomes.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "rockstarmininggh.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "rockstarmininggh.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "rockstarmininggh.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-02-27", "domainName": "pioneergreenhouse.ca", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pioneergreenhouse.ca", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "pioneergreenhouse.ca. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "merchantpaymentsvc.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "merchantpaymentsvc.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "merchantpaymentsvc.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "worldhealthorg.info", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "worldhealthorg.info", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "worldhealthorg.info. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-03-10", "domainName": "doctorkwellness.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "doctorkwellness.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "doctorkwellness.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "damonandrews.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "damonandrews.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "damonandrews.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "petronasmalaysiabhd.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "petronasmalaysiabhd.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "petronasmalaysiabhd.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-20", "domainName": "bittali.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "bittali.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "bittali.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "crystalmineralwater.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "crystalmineralwater.com", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "crystalmineralwater.com. 60 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-05-24", "domainName": "ngmcsuite.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ngmcsuite.com", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "ngmcsuite.com. 21600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "portoconrado.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "portoconrado.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "portoconrado.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-20", "domainName": "cloudandoak.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cloudandoak.com", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "cloudandoak.com. 21600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-09", "domainName": "sipalu.com.np", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "sipalu.com.np", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "sipalu.com.np. 60 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-15", "domainName": "18dollarcocktail.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "18dollarcocktail.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "18dollarcocktail.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "rsmedcomgroup.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "rsmedcomgroup.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "rsmedcomgroup.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-20", "domainName": "vchan-o-mart.club", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "vchan-o-mart.club", "type": 15, "dnsType": "MX", "ttl": 120, "rawText": "vchan-o-mart.club. 120 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "misskiva.online", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "misskiva.online", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "misskiva.online. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-15", "domainName": "edicioneskatatay.com.ar", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "edicioneskatatay.com.ar", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "edicioneskatatay.com.ar. 21600 IN MX 10 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 10 } ] }, { "queryTime": "2024-02-12", "domainName": "chaudharydeepak.com.np", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "chaudharydeepak.com.np", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "chaudharydeepak.com.np. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-12-14", "domainName": "nildoadega.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "nildoadega.com.br", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "nildoadega.com.br. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "somnicom.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "somnicom.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "somnicom.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-05", "domainName": "zonpor.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "zonpor.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "zonpor.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-03-27", "domainName": "bournetech.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "bournetech.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "bournetech.org. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "pvexcav.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pvexcav.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "pvexcav.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "foypet.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "foypet.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "foypet.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-07-31", "domainName": "yesandenablement.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "yesandenablement.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "yesandenablement.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-05-12", "domainName": "ecozahar.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ecozahar.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "ecozahar.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "nextgenerationfaith.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "nextgenerationfaith.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "nextgenerationfaith.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "smraoproperties.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "smraoproperties.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "smraoproperties.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "tanmayastudio.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tanmayastudio.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "tanmayastudio.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2023-11-20", "domainName": "vokasprits.club", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "vokasprits.club", "type": 15, "dnsType": "MX", "ttl": 120, "rawText": "vokasprits.club. 120 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "tricommultisolusi.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tricommultisolusi.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "tricommultisolusi.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "cocoture.store", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cocoture.store", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "cocoture.store. 3600 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 } ] }, { "queryTime": "2024-08-15", "domainName": "biohealthme.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "biohealthme.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "biohealthme.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-03-06", "domainName": "lincomedsupply.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "lincomedsupply.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "lincomedsupply.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-03-06", "domainName": "fashionpageshop.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "fashionpageshop.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "fashionpageshop.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "advancedbloodpressure.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "advancedbloodpressure.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "advancedbloodpressure.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "regiwarecorp.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "regiwarecorp.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "regiwarecorp.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "gigadatos.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "gigadatos.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "gigadatos.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-24", "domainName": "bizhb.solutions", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "bizhb.solutions", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "bizhb.solutions. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-03-27", "domainName": "hewel.com.vn", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "hewel.com.vn", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "hewel.com.vn. 300 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 } ] }, { "queryTime": "2024-07-31", "domainName": "frahmenterprises.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "frahmenterprises.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "frahmenterprises.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-20", "domainName": "franturismo.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "franturismo.com.br", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "franturismo.com.br. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "xviln.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "xviln.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "xviln.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "areth-shop.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "areth-shop.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "areth-shop.com. 1800 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-12-12", "domainName": "glibs.in", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "glibs.in", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "glibs.in. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-05-24", "domainName": "serenenails.store", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "serenenails.store", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "serenenails.store. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-07-31", "domainName": "venservicess.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "venservicess.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "venservicess.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-11-24", "domainName": "bizlabs.solutions", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "bizlabs.solutions", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "bizlabs.solutions. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-07-31", "domainName": "lucasmolinari.dev", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "lucasmolinari.dev", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "lucasmolinari.dev. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-01", "domainName": "cartagenakids.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cartagenakids.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "cartagenakids.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "segallhayinvestments.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "segallhayinvestments.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "segallhayinvestments.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "thetennergroup.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "thetennergroup.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "thetennergroup.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-21", "domainName": "ballradspahr.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ballradspahr.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "ballradspahr.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "unmannedrc.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "unmannedrc.com", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "unmannedrc.com. 21600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "pricefect.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pricefect.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "pricefect.com. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-07-31", "domainName": "maasfashion.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "maasfashion.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "maasfashion.com. 1800 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "ecosource-solution.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ecosource-solution.com", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "ecosource-solution.com. 21600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "ego.com.do", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ego.com.do", "type": 15, "dnsType": "MX", "ttl": 7200, "rawText": "ego.com.do. 7200 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "esccostanetoadvocacia.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "esccostanetoadvocacia.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "esccostanetoadvocacia.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-05", "domainName": "jamiesmiths.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "jamiesmiths.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "jamiesmiths.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "builderssourceja.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "builderssourceja.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "builderssourceja.com. 1800 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "mbdril.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mbdril.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mbdril.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "swoftmail.gay", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "swoftmail.gay", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "swoftmail.gay. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-03", "domainName": "vermontcommunities4all.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "vermontcommunities4all.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "vermontcommunities4all.org. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-08-01", "domainName": "rwmbridge.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "rwmbridge.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "rwmbridge.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "maiven.es", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "maiven.es", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "maiven.es. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-07-31", "domainName": "morent.am", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "morent.am", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "morent.am. 600 IN MX 20 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 20 } ] }, { "queryTime": "2024-08-01", "domainName": "migao22.top", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "migao22.top", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "migao22.top. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2023-12-06", "domainName": "adfloz.co", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "adfloz.co", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "adfloz.co. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "oscaromar.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "oscaromar.com", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "oscaromar.com. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "mofo-us.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mofo-us.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "mofo-us.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2024-07-31", "domainName": "gabrielmartinsfotografia.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "gabrielmartinsfotografia.com.br", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "gabrielmartinsfotografia.com.br. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] } ] }

Reverse CNAME Lookup

Retrieve all hostnames associated with a specific CNAME record using our Reverse DNS Lookup API. By specifying the exact CNAME record, you can obtain a detailed list of related hostnames. To perform a reverse CNAME lookup, set the type parameter value to CNAME. This functionality enables precise identification and analysis of domains linked through CNAME records, enhancing your DNS management and network investigation efforts.

curl --location 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=mylx.status.updown.io&type=CNAME&apiKey=API-KEY'
{ "totalRecords": 4, "totalPages": 1, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2024-07-26", "domainName": "status.currencyfreaks.com", "dnsTypes": { "CNAME": 5 }, "dnsRecords": [ { "name": "status.currencyfreaks.com", "type": 5, "dnsType": "CNAME", "ttl": 3600, "rawText": "status.currencyfreaks.com. 3600 IN CNAME mylx.status.updown.io.", "rRsetType": 5, "target": "mylx.status.updown.io." }, { "name": "status.currencyfreaks.com", "type": 5, "dnsType": "CNAME", "ttl": 3600, "rawText": "status.currencyfreaks.com. 3600 IN CNAME mylx.status.updown.io.", "rRsetType": 5, "target": "mylx.status.updown.io." }, { "name": "status.currencyfreaks.com", "type": 5, "dnsType": "CNAME", "ttl": 3600, "rawText": "status.currencyfreaks.com. 3600 IN CNAME mylx.status.updown.io.", "rRsetType": 5, "target": "mylx.status.updown.io." }, { "name": "status.currencyfreaks.com", "type": 5, "dnsType": "CNAME", "ttl": 3600, "rawText": "status.currencyfreaks.com. 3600 IN CNAME mylx.status.updown.io.", "rRsetType": 5, "target": "mylx.status.updown.io." } ] } ] }

Pricing

To utilize the Reverse DNS API, API credits are required. Charges are applied only for successful queries, defined by a 2xx status code. If a request results in a 4xx or 5xx status code, no credits will be deducted, and any charges incurred will be refunded.

For each successful request to retrieve a page from the paginated results, 90 credits will be charged for reverse DNS lookup. Utilize the Credits Usage API to efficiently monitor your recent consumption of both one-off and subscription credits. This API provides a streamlined way to track and manage your credit usage, ensuring you stay informed about your remaining balance and can optimize your resource allocation effectively.

Price Estimation Calculator