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.
Access all hostnames associated with an NS record or provider domain, such as cloudflare.com, through a reverse NS lookup. For broader discovery, use regular expressions wildcard patterns like ns1.google.com, n*.g*.com, or g*.com to match entire name-server families.
Access all domains associated with an MX record or mailbox provider, such as zoho.com, through a reverse MX lookup. Regular expressions Wildcard searches are also supported, so patterns like mail.google.com, m*.google.com, or m*.g*.com can be used to capture entire email infrastructures.
Access all hostnames sharing the same IP address or CIDR block.
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.
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.
$ pip install requests
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| type | Yes | String | - | 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 |
| value | Yes | String | - | The value to query. Provide: • IPv4 CIDR block for type A • IPv6 CIDR block for type AAAA • MX record hostname or provider domain (wildcards allowed, e.g., mail.google.com, m*.google.com, m*.g*.com) for type MX • Name server hostname or provider domain (wildcards allowed, e.g., ns1.google.com, g*.com, n*.g*.com) for type NS • SOA admin host (wildcards allowed, e.g., soa.google.com, s*.g*.com) for type SOA • SPF/TXT selector or value (wildcards allowed, e.g., v=spf1, _spf.g*.com, t*.g*.com) for types SPF and TXT • Target hostname (wildcards allowed, e.g., cname.google.com, c*.g*.com) for type CNAME |
| exact | No | Boolean | false | Accepts 'true' or 'false'. • true: Return only records that match the input value exactly (applicable to NS, MX, CNAME, SOA, SPF, TXT). • false: Return all records matching the input value (default behavior when omitted). |
| page | No | Integer | 1 | Page number used to paginate results. Defaults to 1 when omitted. |
For a comprehensive view of the API response structure and detailed field descriptions, explore the interactive Response Table by clicking here.
| HTTP Status | Reasons |
|---|---|
| 400 | Unable to process request. |
| 404 | No Record Found. |
| 408 | Unable to fetch dns records. Please try after some time. |
| 500 | Internal Server error occurred. |
| 503 | Service is unavailable. |
| 504 | Request is timed-out. |
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{ "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 blockcurl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=8.8.8.8&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" } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=89.117.157.24&type=A&apiKey=API-KEY'
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.
# Get all hostnames hosted on an IPv4 CIDR block{ "totalRecords": 1013556, "totalPages": 10136, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2025-11-06", "domainName": "fl.lg.f2h.cloud", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "fl.lg.f2h.cloud", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "fl.lg.f2h.cloud. 300 IN A 135.181.64.144", "rRsetType": 1, "address": "135.181.64.144" } ] }, { "queryTime": "2025-10-26", "domainName": "gdi-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "gdi-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "gdi-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-09", "domainName": "www.hostmicrosoft.eu", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.hostmicrosoft.eu", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.hostmicrosoft.eu. 3600 IN A 135.181.64.232", "rRsetType": 1, "address": "135.181.64.232" } ] }, { "queryTime": "2025-10-21", "domainName": "updates.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "updates.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "updates.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-03", "domainName": "stavrpl.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "stavrpl.nerpa.online", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "stavrpl.nerpa.online. 300 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-09-30", "domainName": "asiakaspalaute.pshp.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asiakaspalaute.pshp.fi", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "asiakaspalaute.pshp.fi. 300 IN A 135.181.64.235", "rRsetType": 1, "address": "135.181.64.235" } ] }, { "queryTime": "2025-11-06", "domainName": "www.pelinpala.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.pelinpala.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.pelinpala.fi. 3600 IN A 135.181.64.222", "rRsetType": 1, "address": "135.181.64.222" } ] }, { "queryTime": "2025-10-07", "domainName": "test.analystica.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "test.analystica.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "test.analystica.fi. 3600 IN A 135.181.64.207", "rRsetType": 1, "address": "135.181.64.207" } ] }, { "queryTime": "2025-10-13", "domainName": "lomakkeet.pirha.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "lomakkeet.pirha.fi", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "lomakkeet.pirha.fi. 1800 IN A 135.181.64.235", "rRsetType": 1, "address": "135.181.64.235" } ] }, { "queryTime": "2025-11-07", "domainName": "atomflot-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "atomflot-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "atomflot-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-29", "domainName": "www.lingvistor.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.lingvistor.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.lingvistor.com. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-10-28", "domainName": "www.textdive.eu", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.textdive.eu", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.textdive.eu. 3600 IN A 135.181.64.216", "rRsetType": 1, "address": "135.181.64.216" } ] }, { "queryTime": "2025-11-06", "domainName": "sgk.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sgk.nerpa.online", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "sgk.nerpa.online. 300 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-30", "domainName": "rnpk.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "rnpk.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 18000, "rawText": "rnpk.novosoft.ru. 18000 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.textdive.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.textdive.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.textdive.fi. 3600 IN A 135.181.64.216", "rRsetType": 1, "address": "135.181.64.216" } ] }, { "queryTime": "2025-11-09", "domainName": "prek-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "prek-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "prek-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-10", "domainName": "irknrg.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "irknrg.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "irknrg.novosoft.ru. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-06", "domainName": "tgk-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tgk-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "tgk-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-29", "domainName": "www.lingvistor.se", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.lingvistor.se", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.lingvistor.se. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-10-26", "domainName": "dorstroy.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "dorstroy.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "dorstroy.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-23", "domainName": "lomakkeet.qa.pirha.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "lomakkeet.qa.pirha.fi", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "lomakkeet.qa.pirha.fi. 1800 IN A 135.181.64.207", "rRsetType": 1, "address": "135.181.64.207" } ] }, { "queryTime": "2025-11-10", "domainName": "af.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "af.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "af.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-01", "domainName": "nrz.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nrz.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "nrz.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-10", "domainName": "eldako.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "eldako.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "eldako.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-09", "domainName": "tgk1.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tgk1.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "tgk1.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-08", "domainName": "sgk.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sgk.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 18000, "rawText": "sgk.novosoft.ru. 18000 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.fbanalys.se", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.fbanalys.se", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.fbanalys.se. 3600 IN A 135.181.64.238", "rRsetType": 1, "address": "135.181.64.238" } ] }, { "queryTime": "2025-10-13", "domainName": "nornikel.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nornikel.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "nornikel.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-02", "domainName": "tgk1-demo.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tgk1-demo.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "tgk1-demo.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "asomi-new.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asomi-new.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "asomi-new.novosoft.ru. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-30", "domainName": "kinef.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kinef.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "kinef.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.axaplan.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.axaplan.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.axaplan.com. 3600 IN A 135.181.64.250", "rRsetType": 1, "address": "135.181.64.250" } ] }, { "queryTime": "2025-10-31", "domainName": "nerpa-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nerpa-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "nerpa-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.textdive.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.textdive.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.textdive.com. 3600 IN A 135.181.64.216", "rRsetType": 1, "address": "135.181.64.216" } ] }, { "queryTime": "2025-11-06", "domainName": "ssk.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ssk.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "ssk.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-09", "domainName": "www.ander.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.ander.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.ander.fi. 3600 IN A 135.181.64.233", "rRsetType": 1, "address": "135.181.64.233" } ] }, { "queryTime": "2025-11-07", "domainName": "www.awoody.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.awoody.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.awoody.com. 3600 IN A 135.181.64.210", "rRsetType": 1, "address": "135.181.64.210" } ] }, { "queryTime": "2025-10-28", "domainName": "www.axaplan.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.axaplan.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.axaplan.fi. 3600 IN A 135.181.64.250", "rRsetType": 1, "address": "135.181.64.250" } ] }, { "queryTime": "2025-10-10", "domainName": "qa.analystica.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "qa.analystica.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "qa.analystica.com. 3600 IN A 135.181.64.200", "rRsetType": 1, "address": "135.181.64.200" } ] }, { "queryTime": "2025-11-04", "domainName": "moroz.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "moroz.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "moroz.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-22", "domainName": "tanais.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tanais.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "tanais.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-10", "domainName": "www.ander.marketing", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.ander.marketing", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.ander.marketing. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-11-10", "domainName": "nemak.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nemak.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "nemak.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-29", "domainName": "www.analystica.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.analystica.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.analystica.com. 3600 IN A 135.181.64.210", "rRsetType": 1, "address": "135.181.64.210" } ] }, { "queryTime": "2025-11-08", "domainName": "kokshetau.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kokshetau.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "kokshetau.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-06", "domainName": "asiakaspalaute.pshyvinvointialue.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asiakaspalaute.pshyvinvointialue.fi", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "asiakaspalaute.pshyvinvointialue.fi. 1800 IN A 135.181.64.236", "rRsetType": 1, "address": "135.181.64.236" } ] }, { "queryTime": "2025-10-16", "domainName": "nerpa-new.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nerpa-new.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "nerpa-new.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-22", "domainName": "tekeli.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tekeli.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "tekeli.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-04", "domainName": "palaute.kaarea.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "palaute.kaarea.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "palaute.kaarea.fi. 3600 IN A 135.181.64.234", "rRsetType": 1, "address": "135.181.64.234" } ] }, { "queryTime": "2025-10-29", "domainName": "gipronikel.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "gipronikel.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "gipronikel.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-09", "domainName": "uralhim-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "uralhim-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "uralhim-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.axaplan.com.ua", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.axaplan.com.ua", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.axaplan.com.ua. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-11-10", "domainName": "tekelienergo-nerpa.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "tekelienergo-nerpa.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 300, "rawText": "tekelienergo-nerpa.novosoft.ru. 300 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-07", "domainName": "roksor.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "roksor.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "roksor.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-10", "domainName": "data.analystica.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "data.analystica.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "data.analystica.com. 3600 IN A 135.181.64.203", "rRsetType": 1, "address": "135.181.64.203" } ] }, { "queryTime": "2025-10-29", "domainName": "www.lingvistor.com.ua", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.lingvistor.com.ua", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.lingvistor.com.ua. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-10-28", "domainName": "www.axaplan.eu", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.axaplan.eu", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.axaplan.eu. 3600 IN A 135.181.64.250", "rRsetType": 1, "address": "135.181.64.250" } ] }, { "queryTime": "2025-10-28", "domainName": "www.bestshow.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.bestshow.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.bestshow.fi. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-11-09", "domainName": "aurora.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "aurora.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "aurora.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.ukrfin.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.ukrfin.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.ukrfin.fi. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-10-13", "domainName": "asiakaspalaute.pirha.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asiakaspalaute.pirha.fi", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "asiakaspalaute.pirha.fi. 1800 IN A 135.181.64.235", "rRsetType": 1, "address": "135.181.64.235" } ] }, { "queryTime": "2025-11-07", "domainName": "179.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "179.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "179.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-05", "domainName": "www.reurl.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.reurl.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.reurl.fi. 3600 IN A 135.181.64.220", "rRsetType": 1, "address": "135.181.64.220" } ] }, { "queryTime": "2025-10-01", "domainName": "asiakaspalaute.qa.pirha.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asiakaspalaute.qa.pirha.fi", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "asiakaspalaute.qa.pirha.fi. 1800 IN A 135.181.64.207", "rRsetType": 1, "address": "135.181.64.207" } ] }, { "queryTime": "2025-11-06", "domainName": "asomi-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asomi-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "asomi-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.textdive.se", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.textdive.se", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.textdive.se. 3600 IN A 135.181.64.216", "rRsetType": 1, "address": "135.181.64.216" } ] }, { "queryTime": "2025-10-16", "domainName": "aqua.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "aqua.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "aqua.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-06", "domainName": "park-rfm.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "park-rfm.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "park-rfm.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-02", "domainName": "axoft.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "axoft.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "axoft.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-12", "domainName": "ldc-nerpa-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "ldc-nerpa-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "ldc-nerpa-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-10", "domainName": "www.analystica.com.ua", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.analystica.com.ua", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.analystica.com.ua. 3600 IN A 135.181.64.210", "rRsetType": 1, "address": "135.181.64.210" } ] }, { "queryTime": "2025-11-01", "domainName": "nhpa.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "nhpa.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "nhpa.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-24", "domainName": "omicron.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "omicron.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "omicron.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-25", "domainName": "mzt.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "mzt.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "mzt.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.textdive.co.uk", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.textdive.co.uk", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.textdive.co.uk. 3600 IN A 135.181.64.216", "rRsetType": 1, "address": "135.181.64.216" } ] }, { "queryTime": "2025-10-28", "domainName": "www.ukrfin.com.ua", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.ukrfin.com.ua", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.ukrfin.com.ua. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-10-20", "domainName": "bereg.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "bereg.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "bereg.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-29", "domainName": "www.lingvistor.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.lingvistor.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.lingvistor.fi. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-11-02", "domainName": "www.analystica.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.analystica.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.analystica.fi. 3600 IN A 135.181.64.210", "rRsetType": 1, "address": "135.181.64.210" } ] }, { "queryTime": "2025-10-12", "domainName": "test.analystica.com", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "test.analystica.com", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "test.analystica.com. 3600 IN A 135.181.64.207", "rRsetType": 1, "address": "135.181.64.207" } ] }, { "queryTime": "2025-10-05", "domainName": "frontside.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "frontside.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "frontside.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2024-03-01", "domainName": "wt.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "wt.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "wt.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-10", "domainName": "asiakaspalaute.sydansairaala.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asiakaspalaute.sydansairaala.fi", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "asiakaspalaute.sydansairaala.fi. 1800 IN A 135.181.64.235", "rRsetType": 1, "address": "135.181.64.235" } ] }, { "queryTime": "2025-10-28", "domainName": "www.awoody.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.awoody.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.awoody.fi. 3600 IN A 135.181.64.210", "rRsetType": 1, "address": "135.181.64.210" } ] }, { "queryTime": "2025-11-04", "domainName": "kgmk.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "kgmk.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "kgmk.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-19", "domainName": "transneft.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "transneft.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "transneft.novosoft.ru. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-01", "domainName": "asomi-old.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asomi-old.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "asomi-old.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-12", "domainName": "volga.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "volga.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "volga.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-31", "domainName": "promservice-nerpa.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "promservice-nerpa.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "promservice-nerpa.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-09", "domainName": "asiakaspalaute.coxa.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "asiakaspalaute.coxa.fi", "type": 1, "dnsType": "A", "ttl": 1800, "rawText": "asiakaspalaute.coxa.fi. 1800 IN A 135.181.64.235", "rRsetType": 1, "address": "135.181.64.235" } ] }, { "queryTime": "2025-10-28", "domainName": "www.axaplan.se", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.axaplan.se", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.axaplan.se. 3600 IN A 135.181.64.250", "rRsetType": 1, "address": "135.181.64.250" } ] }, { "queryTime": "2025-10-10", "domainName": "vrk-asomi-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "vrk-asomi-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "vrk-asomi-demo.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-11-10", "domainName": "www.analystica.se", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.analystica.se", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.analystica.se. 3600 IN A 135.181.64.210", "rRsetType": 1, "address": "135.181.64.210" } ] }, { "queryTime": "2025-10-11", "domainName": "breadar.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "breadar.nerpa.online", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "breadar.nerpa.online. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-18", "domainName": "sibmed-asomi-demo.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "sibmed-asomi-demo.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "sibmed-asomi-demo.novosoft.ru. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-28", "domainName": "www.besttaste.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.besttaste.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.besttaste.fi. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] }, { "queryTime": "2025-10-27", "domainName": "power-m.novosoft.ru", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "power-m.novosoft.ru", "type": 1, "dnsType": "A", "ttl": 21600, "rawText": "power-m.novosoft.ru. 21600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-10-12", "domainName": "bm.nerpa.online", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "bm.nerpa.online", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "bm.nerpa.online. 3600 IN A 135.181.64.139", "rRsetType": 1, "address": "135.181.64.139" } ] }, { "queryTime": "2025-09-29", "domainName": "qa.neurolaboratorio.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "qa.neurolaboratorio.fi", "type": 1, "dnsType": "A", "ttl": 600, "rawText": "qa.neurolaboratorio.fi. 600 IN A 135.181.64.228", "rRsetType": 1, "address": "135.181.64.228" } ] }, { "queryTime": "2025-11-04", "domainName": "www.astralumen.fi", "dnsTypes": { "A": 1 }, "dnsRecords": [ { "name": "www.astralumen.fi", "type": 1, "dnsType": "A", "ttl": 3600, "rawText": "www.astralumen.fi. 3600 IN A 135.181.64.230", "rRsetType": 1, "address": "135.181.64.230" } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=135.181.0.0/16&type=A&apiKey=API-KEY'
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 exact name server record{ "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 resolutioncurl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=dns7.cloudns.net&type=NS&apiKey=API-KEY'curl -X 'GET' '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." } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=cloudflare.com&type=NS&apiKey=API-KEY'
Discover all hostnames that match a specific pattern for a name server using flexible wildcard regex-based search. For example, you can retrieve every domain that uses name servers like m*.cloudns.net or any similar pattern. Simply set the type parameter to NS and use regex in the value parameter to perform advanced reverse lookups with even greater precision.
{ "totalRecords": 36564, "totalPages": 366, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2023-11-20", "domainName": "illuminationmedical.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "illuminationmedical.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "illuminationmedical.com. 3600 IN MX 10 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 10 }, { "name": "illuminationmedical.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "illuminationmedical.com. 3600 IN MX 10 mailforward1.cloudns.net.", "rRsetType": 15, "target": "mailforward1.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-02-23", "domainName": "pnc.com.np", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pnc.com.np", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "pnc.com.np. 300 IN MX 10 mailforward14.cloudns.net.", "rRsetType": 15, "target": "mailforward14.cloudns.net.", "priority": 10 }, { "name": "pnc.com.np", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "pnc.com.np. 300 IN MX 5 mailforward11.cloudns.net.", "rRsetType": 15, "target": "mailforward11.cloudns.net.", "priority": 5 }, { "name": "pnc.com.np", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "pnc.com.np. 300 IN MX 10 mailforward12.cloudns.net.", "rRsetType": 15, "target": "mailforward12.cloudns.net.", "priority": 10 }, { "name": "pnc.com.np", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "pnc.com.np. 300 IN MX 5 mailforward13.cloudns.net.", "rRsetType": 15, "target": "mailforward13.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2025-03-27", "domainName": "andornot.es", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "andornot.es", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "andornot.es. 3600 IN MX 10 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-03-09", "domainName": "mybangla.name", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mybangla.name", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mybangla.name. 3600 IN MX 20 mailforward4.cloudns.net.", "rRsetType": 15, "target": "mailforward4.cloudns.net.", "priority": 20 }, { "name": "mybangla.name", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mybangla.name. 3600 IN MX 10 mailforward3.cloudns.net.", "rRsetType": 15, "target": "mailforward3.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-06-30", "domainName": "bluesandtwosloans.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "bluesandtwosloans.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "bluesandtwosloans.com. 3600 IN MX 20 mailforward62.cloudns.net.", "rRsetType": 15, "target": "mailforward62.cloudns.net.", "priority": 20 } ] }, { "queryTime": "2024-03-10", "domainName": "topstock.name", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "topstock.name", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "topstock.name. 3600 IN MX 10 mailforward3.cloudns.net.", "rRsetType": 15, "target": "mailforward3.cloudns.net.", "priority": 10 }, { "name": "topstock.name", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "topstock.name. 3600 IN MX 20 mailforward4.cloudns.net.", "rRsetType": 15, "target": "mailforward4.cloudns.net.", "priority": 20 } ] }, { "queryTime": "2024-11-15", "domainName": "kirklandhousecleaners.armd.dev", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "kirklandhousecleaners.armd.dev", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "kirklandhousecleaners.armd.dev. 21600 IN MX 5 mailforward41.cloudns.net.", "rRsetType": 15, "target": "mailforward41.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2025-07-25", "domainName": "igamingdragons.pl", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "igamingdragons.pl", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "igamingdragons.pl. 3600 IN MX 20 mailforward62.cloudns.net.", "rRsetType": 15, "target": "mailforward62.cloudns.net.", "priority": 20 } ] }, { "queryTime": "2025-06-30", "domainName": "srtelecombangkok.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "srtelecombangkok.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "srtelecombangkok.com. 3600 IN MX 10 mailforward62.cloudns.net.", "rRsetType": 15, "target": "mailforward62.cloudns.net.", "priority": 10 }, { "name": "srtelecombangkok.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "srtelecombangkok.com. 3600 IN MX 5 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2025-04-04", "domainName": "kccomputers.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "kccomputers.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "kccomputers.org. 300 IN MX 10 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-06-27", "domainName": "dreamcottagevillage.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "dreamcottagevillage.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "dreamcottagevillage.com. 3600 IN MX 5 mailforward101.cloudns.net.", "rRsetType": 15, "target": "mailforward101.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-05-25", "domainName": "over50.fitness", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "over50.fitness", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "over50.fitness. 300 IN MX 10 mailforward102.cloudns.net.", "rRsetType": 15, "target": "mailforward102.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-07-04", "domainName": "londenbezienswaardigheden.nl", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "londenbezienswaardigheden.nl", "type": 15, "dnsType": "MX", "ttl": 900, "rawText": "londenbezienswaardigheden.nl. 900 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 }, { "name": "londenbezienswaardigheden.nl", "type": 15, "dnsType": "MX", "ttl": 900, "rawText": "londenbezienswaardigheden.nl. 900 IN MX 5 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-07-21", "domainName": "firstlightbirthphotography.co.nz", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "firstlightbirthphotography.co.nz", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "firstlightbirthphotography.co.nz. 3600 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-06-27", "domainName": "yksnollayks.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "yksnollayks.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "yksnollayks.com. 3600 IN MX 10 mailforward12.cloudns.net.", "rRsetType": 15, "target": "mailforward12.cloudns.net.", "priority": 10 }, { "name": "yksnollayks.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "yksnollayks.com. 3600 IN MX 5 mailforward11.cloudns.net.", "rRsetType": 15, "target": "mailforward11.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2023-11-20", "domainName": "aislynnstudios.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "aislynnstudios.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "aislynnstudios.com. 3600 IN MX 10 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 10 }, { "name": "aislynnstudios.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "aislynnstudios.com. 3600 IN MX 5 mailforward1.cloudns.net.", "rRsetType": 15, "target": "mailforward1.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2023-11-20", "domainName": "spairliners.eu", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "spairliners.eu", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "spairliners.eu. 3600 IN MX 10 mailforward12.cloudns.net.", "rRsetType": 15, "target": "mailforward12.cloudns.net.", "priority": 10 }, { "name": "spairliners.eu", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "spairliners.eu. 3600 IN MX 5 mailforward11.cloudns.net.", "rRsetType": 15, "target": "mailforward11.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-05-14", "domainName": "arcaelas.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "arcaelas.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "arcaelas.com. 3600 IN MX 5 mailforward32.cloudns.net.", "rRsetType": 15, "target": "mailforward32.cloudns.net.", "priority": 5 }, { "name": "arcaelas.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "arcaelas.com. 3600 IN MX 1 mailforward31.cloudns.net.", "rRsetType": 15, "target": "mailforward31.cloudns.net.", "priority": 1 } ] }, { "queryTime": "2025-09-02", "domainName": "annabelquach.eu.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "annabelquach.eu.org", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "annabelquach.eu.org. 3600 IN MX 10 mailforward41.cloudns.net.", "rRsetType": 15, "target": "mailforward41.cloudns.net.", "priority": 10 }, { "name": "annabelquach.eu.org", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "annabelquach.eu.org. 3600 IN MX 10 mailforward42.cloudns.net.", "rRsetType": 15, "target": "mailforward42.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-03-10", "domainName": "xsys.dev", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "xsys.dev", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "xsys.dev. 3600 IN MX 10 mailforward3.cloudns.net.", "rRsetType": 15, "target": "mailforward3.cloudns.net.", "priority": 10 }, { "name": "xsys.dev", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "xsys.dev. 3600 IN MX 20 mailforward4.cloudns.net.", "rRsetType": 15, "target": "mailforward4.cloudns.net.", "priority": 20 } ] }, { "queryTime": "2025-06-30", "domainName": "progress-motorsport.fi", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "progress-motorsport.fi", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "progress-motorsport.fi. 3600 IN MX 5 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-11-08", "domainName": "x6y9d7cnmx2c5q6z2pjxr3z3wxk2.top", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "x6y9d7cnmx2c5q6z2pjxr3z3wxk2.top", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "x6y9d7cnmx2c5q6z2pjxr3z3wxk2.top. 3600 IN MX 10 mailforward3.cloudns.net.", "rRsetType": 15, "target": "mailforward3.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2023-11-20", "domainName": "cbyrdlaw.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cbyrdlaw.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "cbyrdlaw.com. 3600 IN MX 10 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 10 }, { "name": "cbyrdlaw.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "cbyrdlaw.com. 3600 IN MX 10 mailforward1.cloudns.net.", "rRsetType": 15, "target": "mailforward1.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-03-27", "domainName": "albamarmisrl.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "albamarmisrl.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "albamarmisrl.com. 300 IN MX 10 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 10 }, { "name": "albamarmisrl.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "albamarmisrl.com. 300 IN MX 10 mailforward62.cloudns.net.", "rRsetType": 15, "target": "mailforward62.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-07-25", "domainName": "kalvianautohuolto.fi", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "kalvianautohuolto.fi", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "kalvianautohuolto.fi. 3600 IN MX 5 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2023-12-27", "domainName": "yalynky.in.ua", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "yalynky.in.ua", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "yalynky.in.ua. 3600 IN MX 10 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 10 }, { "name": "yalynky.in.ua", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "yalynky.in.ua. 3600 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-07-21", "domainName": "foxxup.online", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "foxxup.online", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "foxxup.online. 3600 IN MX 5 mailforward51.cloudns.net.", "rRsetType": 15, "target": "mailforward51.cloudns.net.", "priority": 5 }, { "name": "foxxup.online", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "foxxup.online. 3600 IN MX 10 mailforward52.cloudns.net.", "rRsetType": 15, "target": "mailforward52.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-03-08", "domainName": "fs.soroush-hamrah.ir", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "fs.soroush-hamrah.ir", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "fs.soroush-hamrah.ir. 3600 IN MX 5 mailforward101.cloudns.net.", "rRsetType": 15, "target": "mailforward101.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2023-11-27", "domainName": "thepagecenter.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "thepagecenter.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "thepagecenter.com. 3600 IN MX 5 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 5 }, { "name": "thepagecenter.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "thepagecenter.com. 3600 IN MX 10 mailforward1.cloudns.net.", "rRsetType": 15, "target": "mailforward1.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-03-24", "domainName": "malmberg-nas.dns-cloud.net", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "malmberg-nas.dns-cloud.net", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "malmberg-nas.dns-cloud.net. 3600 IN MX 10 mailforward34.cloudns.net.", "rRsetType": 15, "target": "mailforward34.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-01-26", "domainName": "borisia.fr", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "borisia.fr", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "borisia.fr. 3600 IN MX 5 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-03-05", "domainName": "claromipago.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "claromipago.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "claromipago.com. 3600 IN MX 20 mailforward41.cloudns.net.", "rRsetType": 15, "target": "mailforward41.cloudns.net.", "priority": 20 }, { "name": "claromipago.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "claromipago.com. 3600 IN MX 5 mailforward43.cloudns.net.", "rRsetType": 15, "target": "mailforward43.cloudns.net.", "priority": 5 }, { "name": "claromipago.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "claromipago.com. 3600 IN MX 30 mailforward42.cloudns.net.", "rRsetType": 15, "target": "mailforward42.cloudns.net.", "priority": 30 } ] }, { "queryTime": "2025-07-04", "domainName": "crazyserb.dns-cloud.net", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "crazyserb.dns-cloud.net", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "crazyserb.dns-cloud.net. 3600 IN MX 10 mailforward34.cloudns.net.", "rRsetType": 15, "target": "mailforward34.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-03-08", "domainName": "cnpnoticias.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cnpnoticias.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "cnpnoticias.com. 3600 IN MX 0 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 0 }, { "name": "cnpnoticias.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "cnpnoticias.com. 3600 IN MX 5 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2023-11-20", "domainName": "ledprofiles.com.ua", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ledprofiles.com.ua", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "ledprofiles.com.ua. 3600 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 }, { "name": "ledprofiles.com.ua", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "ledprofiles.com.ua. 3600 IN MX 10 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2023-11-20", "domainName": "antoniorueda.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "antoniorueda.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "antoniorueda.com. 3600 IN MX 30 mailforward13.cloudns.net.", "rRsetType": 15, "target": "mailforward13.cloudns.net.", "priority": 30 }, { "name": "antoniorueda.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "antoniorueda.com. 3600 IN MX 40 mailforward14.cloudns.net.", "rRsetType": 15, "target": "mailforward14.cloudns.net.", "priority": 40 }, { "name": "antoniorueda.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "antoniorueda.com. 3600 IN MX 20 mailforward12.cloudns.net.", "rRsetType": 15, "target": "mailforward12.cloudns.net.", "priority": 20 } ] }, { "queryTime": "2023-11-24", "domainName": "turnagainmotorsport.co.uk", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "turnagainmotorsport.co.uk", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "turnagainmotorsport.co.uk. 3600 IN MX 10 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 10 }, { "name": "turnagainmotorsport.co.uk", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "turnagainmotorsport.co.uk. 3600 IN MX 10 mailforward1.cloudns.net.", "rRsetType": 15, "target": "mailforward1.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2023-11-20", "domainName": "floodlands.info", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "floodlands.info", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "floodlands.info. 3600 IN MX 10 mailforward103.cloudns.net.", "rRsetType": 15, "target": "mailforward103.cloudns.net.", "priority": 10 }, { "name": "floodlands.info", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "floodlands.info. 3600 IN MX 10 mailforward104.cloudns.net.", "rRsetType": 15, "target": "mailforward104.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-04-04", "domainName": "streamarine.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "streamarine.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "streamarine.com. 300 IN MX 10 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-06-30", "domainName": "ttl.lt", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ttl.lt", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "ttl.lt. 3600 IN MX 10 mailforward41.cloudns.net.", "rRsetType": 15, "target": "mailforward41.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-12-13", "domainName": "pusilkom.info", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pusilkom.info", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "pusilkom.info. 3600 IN MX 10 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-07-22", "domainName": "mail.votreselectionshopping.info", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mail.votreselectionshopping.info", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mail.votreselectionshopping.info. 3600 IN MX 1 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 1 } ] }, { "queryTime": "2025-03-27", "domainName": "pompilioplants.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pompilioplants.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "pompilioplants.com. 600 IN MX 10 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 10 }, { "name": "pompilioplants.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "pompilioplants.com. 600 IN MX 10 mailforward62.cloudns.net.", "rRsetType": 15, "target": "mailforward62.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2023-11-20", "domainName": "nomadafitness.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "nomadafitness.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "nomadafitness.com. 3600 IN MX 10 mailforward12.cloudns.net.", "rRsetType": 15, "target": "mailforward12.cloudns.net.", "priority": 10 }, { "name": "nomadafitness.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "nomadafitness.com. 3600 IN MX 5 mailforward11.cloudns.net.", "rRsetType": 15, "target": "mailforward11.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-12-13", "domainName": "craterflame.bg", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "craterflame.bg", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "craterflame.bg. 3600 IN MX 10 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 10 }, { "name": "craterflame.bg", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "craterflame.bg. 3600 IN MX 10 mailforward1.cloudns.net.", "rRsetType": 15, "target": "mailforward1.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-02-08", "domainName": "galaciel.fr", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "galaciel.fr", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "galaciel.fr. 3600 IN MX 1 mailforward1.202191.cloudns.net.", "rRsetType": 15, "target": "mailforward1.202191.cloudns.net.", "priority": 1 }, { "name": "galaciel.fr", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "galaciel.fr. 3600 IN MX 50 mailforward23.cloudns.net.", "rRsetType": 15, "target": "mailforward23.cloudns.net.", "priority": 50 }, { "name": "galaciel.fr", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "galaciel.fr. 3600 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-07-01", "domainName": "melkassa.cloudns.be", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "melkassa.cloudns.be", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "melkassa.cloudns.be. 3600 IN MX 10 mailforward52.cloudns.net.", "rRsetType": 15, "target": "mailforward52.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2023-11-20", "domainName": "kingstontutor.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "kingstontutor.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "kingstontutor.com. 3600 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 }, { "name": "kingstontutor.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "kingstontutor.com. 3600 IN MX 5 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-05-24", "domainName": "webstart.at", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "webstart.at", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "webstart.at. 3600 IN MX 5 mailforward3.cloudns.net.", "rRsetType": 15, "target": "mailforward3.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2025-06-29", "domainName": "snakeriverseries.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "snakeriverseries.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "snakeriverseries.com. 3600 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-01-28", "domainName": "ondaric.fr", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ondaric.fr", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "ondaric.fr. 3600 IN MX 10 mailforward22.cloudns.net.", "rRsetType": 15, "target": "mailforward22.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-06-27", "domainName": "jokerifanit.net", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "jokerifanit.net", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "jokerifanit.net. 21600 IN MX 10 mailforward23.cloudns.net.", "rRsetType": 15, "target": "mailforward23.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-03-10", "domainName": "dddplay.xyz", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "dddplay.xyz", "type": 15, "dnsType": "MX", "ttl": 900, "rawText": "dddplay.xyz. 900 IN MX 5 mailforward101.cloudns.net.", "rRsetType": 15, "target": "mailforward101.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2023-11-20", "domainName": "jallisonandrews.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "jallisonandrews.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "jallisonandrews.com. 3600 IN MX 5 mailforward2.cloudns.net.", "rRsetType": 15, "target": "mailforward2.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2025-07-25", "domainName": "spaceballoons.com.ua", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "spaceballoons.com.ua", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "spaceballoons.com.ua. 3600 IN MX 10 mailforward21.cloudns.net.", "rRsetType": 15, "target": "mailforward21.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-06-30", "domainName": "frenchlife4u.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "frenchlife4u.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "frenchlife4u.com. 1799 IN MX 10 mailforward62.cloudns.net.", "rRsetType": 15, "target": "mailforward62.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-04-01", "domainName": "velaquisolutions.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "velaquisolutions.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "velaquisolutions.com. 3600 IN MX 5 mailforward11.cloudns.net.", "rRsetType": 15, "target": "mailforward11.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2025-06-30", "domainName": "majcke.si", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "majcke.si", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "majcke.si. 3600 IN MX 10 mailforward11.cloudns.net.", "rRsetType": 15, "target": "mailforward11.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-04-04", "domainName": "fplay.free.hr", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "fplay.free.hr", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "fplay.free.hr. 3600 IN MX 10 mailforward51.cloudns.net.", "rRsetType": 15, "target": "mailforward51.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-03-12", "domainName": "d.meet.rocks", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "d.meet.rocks", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "d.meet.rocks. 600 IN MX 10 mailforward41.cloudns.net.", "rRsetType": 15, "target": "mailforward41.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-04-06", "domainName": "asimovmed.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "asimovmed.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "asimovmed.com. 300 IN MX 10 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 10 }, { "name": "asimovmed.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "asimovmed.com. 300 IN MX 10 mailforward62.cloudns.net.", "rRsetType": 15, "target": "mailforward62.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2024-03-06", "domainName": "dvd234.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "dvd234.com", "type": 15, "dnsType": "MX", "ttl": 900, "rawText": "dvd234.com. 900 IN MX 10 mailforward102.cloudns.net.", "rRsetType": 15, "target": "mailforward102.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-06-30", "domainName": "tofik.nl", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tofik.nl", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "tofik.nl. 3600 IN MX 10 mailforward32.cloudns.net.", "rRsetType": 15, "target": "mailforward32.cloudns.net.", "priority": 10 }, { "name": "tofik.nl", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "tofik.nl. 3600 IN MX 5 mailforward31.cloudns.net.", "rRsetType": 15, "target": "mailforward31.cloudns.net.", "priority": 5 } ] }, { "queryTime": "2024-03-10", "domainName": "masters.limo", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "masters.limo", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "masters.limo. 3600 IN MX 10 mailforward3.cloudns.net.", "rRsetType": 15, "target": "mailforward3.cloudns.net.", "priority": 10 } ] }, { "queryTime": "2025-03-27", "domainName": "railtion.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "railtion.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "railtion.com. 300 IN MX 10 mailforward61.cloudns.net.", "rRsetType": 15, "target": "mailforward61.cloudns.net.", "priority": 10 } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?format=json&type=mx&value=m*.cloudns.net&apiKey=API-KEY'
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{ "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 -X 'GET' '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 } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=zoho.com&type=MX&apiKey=API-KEY'
Find all domains that use a specific mail server (MX target) by performing a reverse DNS query with regex wildcard support. This allows you to easily discover all domains pointed at any MX records matching a given pattern, for example mx*.zoho.com.
{ "totalRecords": 5566410, "totalPages": 55665, "currentPage": 1, "reverseDnsRecords": [ { "queryTime": "2025-08-07", "domainName": "behelitai.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "behelitai.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "behelitai.com. 300 IN MX 20 mx2.zoho.com.au.", "rRsetType": 15, "target": "mx2.zoho.com.au.", "priority": 20 }, { "name": "behelitai.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "behelitai.com. 300 IN MX 10 mx.zoho.com.au.", "rRsetType": 15, "target": "mx.zoho.com.au.", "priority": 10 }, { "name": "behelitai.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "behelitai.com. 300 IN MX 50 mx3.zoho.com.au.", "rRsetType": 15, "target": "mx3.zoho.com.au.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "kurniamusik.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "kurniamusik.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "kurniamusik.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "kurniamusik.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "kurniamusik.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "kurniamusik.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "kurniamusik.com. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "alsneversurrender.shop", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "alsneversurrender.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "alsneversurrender.shop. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "philkeandeslgns.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "philkeandeslgns.com", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "philkeandeslgns.com. 21600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "dasactech.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "dasactech.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "dasactech.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "dasactech.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "dasactech.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "aftech-in.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "aftech-in.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "aftech-in.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "aftech-in.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "aftech-in.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "aftech-in.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "aftech-in.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "vollexpress.de", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "vollexpress.de", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "vollexpress.de. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "vollexpress.de", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "vollexpress.de. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "pixsgo.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pixsgo.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "pixsgo.com. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "luluwalldecor.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "luluwalldecor.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "luluwalldecor.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "luluwalldecor.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "luluwalldecor.com. 300 IN MX 220 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 220 } ] }, { "queryTime": "2025-11-02", "domainName": "firstssa.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "firstssa.com.br", "type": 15, "dnsType": "MX", "ttl": 14400, "rawText": "firstssa.com.br. 14400 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "positivestridesaba.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "positivestridesaba.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "positivestridesaba.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "positivestridesaba.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "positivestridesaba.com. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "positivestridesaba.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "positivestridesaba.com. 3600 IN MX 30 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 30 } ] }, { "queryTime": "2025-08-07", "domainName": "gigglinggwen.shop", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "gigglinggwen.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "gigglinggwen.shop. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "gigglinggwen.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "gigglinggwen.shop. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "gigglinggwen.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "gigglinggwen.shop. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "ahmedalsaedii.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ahmedalsaedii.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "ahmedalsaedii.com. 1799 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "ahmedalsaedii.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "ahmedalsaedii.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "carrirehive.space", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "carrirehive.space", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "carrirehive.space. 60 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "carrirehive.space", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "carrirehive.space. 60 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "carrirehive.space", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "carrirehive.space. 60 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "darrickjonesr.shop", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "darrickjonesr.shop", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "darrickjonesr.shop. 60 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "darrickjonesr.shop", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "darrickjonesr.shop. 60 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "kshintenational.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "kshintenational.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "kshintenational.com. 1800 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "kshintenational.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "kshintenational.com. 1800 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "kshintenational.com", "type": 15, "dnsType": "MX", "ttl": 1800, "rawText": "kshintenational.com. 1800 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "oldnationalgroup.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "oldnationalgroup.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "oldnationalgroup.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "oldnationalgroup.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "oldnationalgroup.com. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "t-ops-fr.eu", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "t-ops-fr.eu", "type": 15, "dnsType": "MX", "ttl": 7207, "rawText": "t-ops-fr.eu. 7207 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "t-ops-fr.eu", "type": 15, "dnsType": "MX", "ttl": 7207, "rawText": "t-ops-fr.eu. 7207 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "amercoservisa.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "amercoservisa.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "amercoservisa.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "securebrowsetips.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "securebrowsetips.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "securebrowsetips.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "workspace-waldrand.de", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "workspace-waldrand.de", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "workspace-waldrand.de. 21600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "pharosjewelry.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pharosjewelry.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "pharosjewelry.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "pharosjewelry.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "pharosjewelry.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "pharosjewelry.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "pharosjewelry.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "bira.cl", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "bira.cl", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "bira.cl. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "bira.cl", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "bira.cl. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "nenahub.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "nenahub.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "nenahub.org. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "nenahub.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "nenahub.org. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "nenahub.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "nenahub.org. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "cheravie.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cheravie.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "cheravie.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "cheravie.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "cheravie.com. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "cheravie.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "cheravie.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "cliservi.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "cliservi.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "cliservi.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "cliservi.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "cliservi.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "cliservi.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "cliservi.com. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "zhongytrading.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "zhongytrading.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "zhongytrading.com. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "sugarflowerfloristry.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "sugarflowerfloristry.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "sugarflowerfloristry.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "sugarflowerfloristry.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "sugarflowerfloristry.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "sugarflowerfloristry.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "sugarflowerfloristry.com. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "isaacsdesigns.net", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "isaacsdesigns.net", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "isaacsdesigns.net. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "isaacsdesigns.net", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "isaacsdesigns.net. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "ucscs.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ucscs.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "ucscs.org. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "ucscs.org", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "ucscs.org. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "tgwatertexas.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tgwatertexas.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "tgwatertexas.com. 1799 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "tgwatertexas.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "tgwatertexas.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "tgwatertexas.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "tgwatertexas.com. 1799 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "flhorizon.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "flhorizon.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "flhorizon.com. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "lanvault.org", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "lanvault.org", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "lanvault.org. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "tiferterraplanagem.com.br", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "tiferterraplanagem.com.br", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "tiferterraplanagem.com.br. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "tiferterraplanagem.com.br", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "tiferterraplanagem.com.br. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "tiferterraplanagem.com.br", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "tiferterraplanagem.com.br. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "pscm-it.eu", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "pscm-it.eu", "type": 15, "dnsType": "MX", "ttl": 7207, "rawText": "pscm-it.eu. 7207 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "ftscreative.net", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "ftscreative.net", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "ftscreative.net. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "ftscreative.net", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "ftscreative.net. 1799 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "aeurologia-ce.online", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "aeurologia-ce.online", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "aeurologia-ce.online. 600 IN MX 20 mx2.zoho.com.cn.", "rRsetType": 15, "target": "mx2.zoho.com.cn.", "priority": 20 }, { "name": "aeurologia-ce.online", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "aeurologia-ce.online. 600 IN MX 10 mx.zoho.com.cn.", "rRsetType": 15, "target": "mx.zoho.com.cn.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "owewnswright.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "owewnswright.com", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "owewnswright.com. 60 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "owewnswright.com", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "owewnswright.com. 60 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "owewnswright.com", "type": 15, "dnsType": "MX", "ttl": 60, "rawText": "owewnswright.com. 60 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "smitbridgeglobal.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "smitbridgeglobal.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "smitbridgeglobal.com. 1799 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "smitbridgeglobal.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "smitbridgeglobal.com. 1799 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "smitbridgeglobal.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "smitbridgeglobal.com. 1799 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "armani-invest.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "armani-invest.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "armani-invest.com. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "armani-invest.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "armani-invest.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "the-alexander.shop", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "the-alexander.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "the-alexander.shop. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "the-alexander.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "the-alexander.shop. 3600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 }, { "name": "the-alexander.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "the-alexander.shop. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "boogyspartyrentals.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "boogyspartyrentals.com", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "boogyspartyrentals.com. 300 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "orixtek.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "orixtek.com", "type": 15, "dnsType": "MX", "ttl": 1799, "rawText": "orixtek.com. 1799 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "equipaw.de", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "equipaw.de", "type": 15, "dnsType": "MX", "ttl": 21600, "rawText": "equipaw.de. 21600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "mcjldabaixada.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mcjldabaixada.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mcjldabaixada.com. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "mcjldabaixada.com", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "mcjldabaixada.com. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 } ] }, { "queryTime": "2025-08-07", "domainName": "condosneardisney.online", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "condosneardisney.online", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "condosneardisney.online. 300 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "condosneardisney.online", "type": 15, "dnsType": "MX", "ttl": 300, "rawText": "condosneardisney.online. 300 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] }, { "queryTime": "2025-08-07", "domainName": "mendindustry.com", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "mendindustry.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "mendindustry.com. 600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 }, { "name": "mendindustry.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "mendindustry.com. 600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "mendindustry.com", "type": 15, "dnsType": "MX", "ttl": 600, "rawText": "mendindustry.com. 600 IN MX 50 mx3.zoho.com.", "rRsetType": 15, "target": "mx3.zoho.com.", "priority": 50 } ] }, { "queryTime": "2025-08-07", "domainName": "allclear1.shop", "dnsTypes": { "MX": 15 }, "dnsRecords": [ { "name": "allclear1.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "allclear1.shop. 3600 IN MX 20 mx2.zoho.com.", "rRsetType": 15, "target": "mx2.zoho.com.", "priority": 20 }, { "name": "allclear1.shop", "type": 15, "dnsType": "MX", "ttl": 3600, "rawText": "allclear1.shop. 3600 IN MX 10 mx.zoho.com.", "rRsetType": 15, "target": "mx.zoho.com.", "priority": 10 } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=mx*.zoho.com&type=MX&apiKey=API-KEY'
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.
{ "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." } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=mylx.status.updown.io&type=CNAME&apiKey=API-KEY'
Perform CNAME lookups using regex wildcard patterns. Use this API to find all domains with CNAME records matching a specified pattern (e.g., my*.status.updown.io).
{ "totalRecords": 9, "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": 300, "rawText": "status.currencyfreaks.com. 300 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." } ] }, { "queryTime": "2025-10-29", "domainName": "auth-status.narrator.ai", "dnsTypes": { "CNAME": 5 }, "dnsRecords": [ { "name": "auth-status.narrator.ai", "type": 5, "dnsType": "CNAME", "ttl": 300, "rawText": "auth-status.narrator.ai. 300 IN CNAME xmyr.status.updown.io.", "rRsetType": 5, "target": "xmyr.status.updown.io." } ] }, { "queryTime": "2025-01-08", "domainName": "status.syngli.com", "dnsTypes": { "CNAME": 5 }, "dnsRecords": [ { "name": "status.syngli.com", "type": 5, "dnsType": "CNAME", "ttl": 300, "rawText": "status.syngli.com. 300 IN CNAME myjr.status.updown.io.", "rRsetType": 5, "target": "myjr.status.updown.io." } ] }, { "queryTime": "2025-10-27", "domainName": "app.status.linkalock.com", "dnsTypes": { "CNAME": 5 }, "dnsRecords": [ { "name": "app.status.linkalock.com", "type": 5, "dnsType": "CNAME", "ttl": 3600, "rawText": "app.status.linkalock.com. 3600 IN CNAME zmyv.status.updown.io.", "rRsetType": 5, "target": "zmyv.status.updown.io." } ] } ] }curl -X 'GET' 'https://api.apifreaks.com/v1.0/domain/dns/reverse?value=my*.status.updown.io&type=CNAME&apiKey=API-KEY'
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.