Created
April 10, 2021 06:48
-
-
Save Rubix982/933742b661917fe8012c7d3958291680 to your computer and use it in GitHub Desktop.
The `data.json` is a quick web scrap of potential A, NS, and MX records from about 150 DNS records, generated from `DNS.py`. A list of 499 DNS records was scraped from some domain registry, not sure where. For now, only the results of the first 150 have been put into `data.json`. Feel free to make a folder `./data/` at the same root level, put `…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apple.com": { | |
| "A": { | |
| "IP": [ | |
| "17.253.144.10" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "d.ns.apple.com.", | |
| "a.ns.apple.com.", | |
| "b.ns.apple.com.", | |
| "c.ns.apple.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "rn-mailsvcp-ppex-lapp14.apple.com.", | |
| "rn-mailsvcp-ppex-lapp24.apple.com.", | |
| "rn-mailsvcp-ppex-lapp34.apple.com.", | |
| "ma1-aaemail-dr-lapp02.apple.com.", | |
| "rn-mailsvcp-ppex-lapp35.apple.com.", | |
| "rn-mailsvcp-ppex-lapp44.apple.com.", | |
| "rn-mailsvcp-ppex-lapp45.apple.com.", | |
| "rn-mailsvcp-ppex-lapp15.apple.com.", | |
| "ma1-aaemail-dr-lapp01.apple.com.", | |
| "ma1-aaemail-dr-lapp03.apple.com." | |
| ] | |
| } | |
| }, | |
| "youtube.com": { | |
| "A": { | |
| "IP": [ | |
| "216.58.208.78" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.google.com.", | |
| "ns3.google.com.", | |
| "ns4.google.com.", | |
| "ns1.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "20", | |
| "10", | |
| "40", | |
| "30" | |
| ], | |
| "preference": [ | |
| "alt4.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.19.14" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns3.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "40", | |
| "10", | |
| "20", | |
| "50", | |
| "30" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "play.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.78" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "support.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.21.46" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "linkedin.com": { | |
| "A": { | |
| "IP": [ | |
| "13.107.42.14" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "dns3.p09.nsone.net.", | |
| "ns4.p43.dynect.net.", | |
| "ns1.p43.dynect.net.", | |
| "dns2.p09.nsone.net.", | |
| "dns1.p09.nsone.net.", | |
| "dns4.p09.nsone.net.", | |
| "ns3.p43.dynect.net.", | |
| "ns2.p43.dynect.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "15", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mail.linkedin.com.", | |
| "mail-a.linkedin.com.", | |
| "mail-d.linkedin.com.", | |
| "mail-c.linkedin.com." | |
| ] | |
| } | |
| }, | |
| "blogger.com": { | |
| "A": { | |
| "IP": [ | |
| "216.58.207.105" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns3.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10", | |
| "5" | |
| ], | |
| "preference": [ | |
| "alt1.gmr-smtp-in.l.google.com.", | |
| "alt2.gmr-smtp-in.l.google.com.", | |
| "gmr-smtp-in.l.google.com." | |
| ] | |
| } | |
| }, | |
| "microsoft.com": { | |
| "A": { | |
| "IP": [ | |
| "40.112.72.205", | |
| "40.113.200.201", | |
| "104.215.148.63", | |
| "13.77.161.179", | |
| "40.76.4.15" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4-205.azure-dns.info.", | |
| "ns2-205.azure-dns.net.", | |
| "ns1-205.azure-dns.com.", | |
| "ns3-205.azure-dns.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "microsoft-com.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "en.wikipedia.org": { | |
| "A": { | |
| "IP": [ | |
| "103.102.166.224" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "adobe.com": { | |
| "A": { | |
| "IP": [ | |
| "58.65.192.145", | |
| "58.65.192.147" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "adobe-dns-03.adobe.com.", | |
| "a26-66.akam.net.", | |
| "a1-217.akam.net.", | |
| "a13-65.akam.net.", | |
| "a10-64.akam.net.", | |
| "adobe-dns-01.adobe.com.", | |
| "a28-67.akam.net.", | |
| "a7-64.akam.net.", | |
| "adobe-dns-05.adobe.com.", | |
| "adobe-dns-04.adobe.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "1", | |
| "2" | |
| ], | |
| "preference": [ | |
| "adobe-com.mail.protection.outlook.com.", | |
| "adobe.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "cloudflare.com": { | |
| "A": { | |
| "IP": [ | |
| "104.16.133.229", | |
| "104.16.132.229" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns7.cloudflare.com.", | |
| "ns5.cloudflare.com.", | |
| "ns6.cloudflare.com.", | |
| "ns4.cloudflare.com.", | |
| "ns3.cloudflare.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mailstream-central.mxrecord.mx.", | |
| "mailstream-west.mxrecord.io.", | |
| "mailstream-east.mxrecord.io." | |
| ] | |
| } | |
| }, | |
| "wordpress.org": { | |
| "A": { | |
| "IP": [ | |
| "198.143.164.252" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.wordpress.org.", | |
| "ns1.wordpress.org.", | |
| "ns2.wordpress.org.", | |
| "ns4.wordpress.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "mail.wordpress.org." | |
| ] | |
| } | |
| }, | |
| "maps.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.78" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "youtu.be": { | |
| "A": { | |
| "IP": [ | |
| "216.58.209.142" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns4.google.com.", | |
| "ns3.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "40", | |
| "20", | |
| "10", | |
| "50", | |
| "10", | |
| "30" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "gmr-smtp-in.l.google.com.", | |
| "alt2.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "docs.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.142" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "30", | |
| "40", | |
| "10", | |
| "5" | |
| ], | |
| "preference": [ | |
| "alt2.gmr-smtp-in.l.google.com.", | |
| "alt3.gmr-smtp-in.l.google.com.", | |
| "alt4.gmr-smtp-in.l.google.com.", | |
| "alt1.gmr-smtp-in.l.google.com.", | |
| "gmr-smtp-in.l.google.com." | |
| ] | |
| } | |
| }, | |
| "googleusercontent.com": { | |
| "A": {}, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns3.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "vimeo.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.192.217", | |
| "151.101.64.217", | |
| "151.101.0.217", | |
| "151.101.128.217" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1463.awsdns-54.org.", | |
| "ns-70.awsdns-08.com.", | |
| "ns-682.awsdns-21.net.", | |
| "ns-1886.awsdns-43.co.uk." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "5", | |
| "5", | |
| "1", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx2.googlemail.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "aspmx3.googlemail.com." | |
| ] | |
| } | |
| }, | |
| "plus.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.142" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": { | |
| "exchange": [ | |
| "30", | |
| "20", | |
| "10", | |
| "50", | |
| "40" | |
| ], | |
| "preference": [ | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "sites.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.78" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "mozilla.org": { | |
| "A": { | |
| "IP": [ | |
| "44.236.48.31", | |
| "44.235.246.155", | |
| "44.236.72.93" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns7-66.akam.net.", | |
| "ns4-64.akam.net.", | |
| "ns5-65.akam.net.", | |
| "ns1-240.akam.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "1", | |
| "5", | |
| "5", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx3.googlemail.com." | |
| ] | |
| } | |
| }, | |
| "accounts.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.141" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": { | |
| "exchange": [ | |
| "30", | |
| "10", | |
| "20", | |
| "40", | |
| "5" | |
| ], | |
| "preference": [ | |
| "alt3.gmr-smtp-in.l.google.com.", | |
| "alt1.gmr-smtp-in.l.google.com.", | |
| "alt2.gmr-smtp-in.l.google.com.", | |
| "alt4.gmr-smtp-in.l.google.com.", | |
| "gmr-smtp-in.l.google.com." | |
| ] | |
| } | |
| }, | |
| "europa.eu": { | |
| "A": { | |
| "IP": [ | |
| "147.67.210.45", | |
| "147.67.34.45" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2lux.europa.eu.", | |
| "ns4az1.europa.eu.", | |
| "ns3lux.europa.eu.", | |
| "ns3bru.europa.eu.", | |
| "ns1lux.europa.eu.", | |
| "ns1.bt.net.", | |
| "ns4az2.europa.eu.", | |
| "ns1bru.europa.eu.", | |
| "ns2eu.bt.net.", | |
| "ns2bru.europa.eu." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mxb-00244802.gslb.pphosted.com.", | |
| "mxa-00244802.gslb.pphosted.com." | |
| ] | |
| } | |
| }, | |
| "drive.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.142" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": { | |
| "exchange": [ | |
| "5", | |
| "10", | |
| "40", | |
| "30", | |
| "20" | |
| ], | |
| "preference": [ | |
| "gmr-smtp-in.l.google.com.", | |
| "alt1.gmr-smtp-in.l.google.com.", | |
| "alt4.gmr-smtp-in.l.google.com.", | |
| "alt3.gmr-smtp-in.l.google.com.", | |
| "alt2.gmr-smtp-in.l.google.com." | |
| ] | |
| } | |
| }, | |
| "bbc.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "151.101.64.81", | |
| "151.101.0.81", | |
| "151.101.192.81", | |
| "151.101.128.81" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ddns1.bbc.co.uk.", | |
| "ddns0.bbc.co.uk.", | |
| "dns1.bbc.co.uk.", | |
| "dns0.bbc.com.", | |
| "dns0.bbc.co.uk.", | |
| "ddns1.bbc.com.", | |
| "dns1.bbc.com.", | |
| "ddns0.bbc.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "20" | |
| ], | |
| "preference": [ | |
| "cluster1.eu.messagelabs.com.", | |
| "cluster1a.eu.messagelabs.com." | |
| ] | |
| } | |
| }, | |
| "medium.com": { | |
| "A": { | |
| "IP": [ | |
| "162.159.153.4", | |
| "162.159.152.4" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "alina.ns.cloudflare.com.", | |
| "kip.ns.cloudflare.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "1", | |
| "5", | |
| "10", | |
| "5" | |
| ], | |
| "preference": [ | |
| "aspmx3.googlemail.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx2.googlemail.com.", | |
| "alt2.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "github.com": { | |
| "A": { | |
| "IP": [ | |
| "13.234.210.38" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-520.awsdns-01.net.", | |
| "dns2.p08.nsone.net.", | |
| "ns-1707.awsdns-21.co.uk.", | |
| "dns1.p08.nsone.net.", | |
| "dns3.p08.nsone.net.", | |
| "ns-421.awsdns-52.com.", | |
| "dns4.p08.nsone.net.", | |
| "ns-1283.awsdns-32.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "5", | |
| "1", | |
| "10", | |
| "5" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "es.wikipedia.org": { | |
| "A": { | |
| "IP": [ | |
| "103.102.166.224" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "wikipedia.org": { | |
| "A": { | |
| "IP": [ | |
| "103.102.166.224" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.wikimedia.org.", | |
| "ns0.wikimedia.org.", | |
| "ns1.wikimedia.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx2001.wikimedia.org.", | |
| "mx1001.wikimedia.org." | |
| ] | |
| } | |
| }, | |
| "facebook.com": { | |
| "A": { | |
| "IP": [ | |
| "157.240.227.35" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "d.ns.facebook.com.", | |
| "c.ns.facebook.com.", | |
| "b.ns.facebook.com.", | |
| "a.ns.facebook.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "smtpin.vvv.facebook.com." | |
| ] | |
| } | |
| }, | |
| "bp.blogspot.com": { | |
| "A": {}, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "amazon.com": { | |
| "A": { | |
| "IP": [ | |
| "54.239.28.85", | |
| "176.32.103.205", | |
| "205.251.242.103" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns1.p31.dynect.net.", | |
| "pdns6.ultradns.co.uk.", | |
| "pdns1.ultradns.net.", | |
| "ns4.p31.dynect.net.", | |
| "ns3.p31.dynect.net.", | |
| "ns2.p31.dynect.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "5" | |
| ], | |
| "preference": [ | |
| "amazon-smtp.amazon.com." | |
| ] | |
| } | |
| }, | |
| "uol.com.br": { | |
| "A": {}, | |
| "NS": { | |
| "names": [ | |
| "ns.stormfiber.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "line.me": { | |
| "A": { | |
| "IP": [ | |
| "203.104.138.138" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "adns2.naver.com.", | |
| "ns2.naver.jp.", | |
| "ns1.naver.jp.", | |
| "adns1.naver.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "100", | |
| "100", | |
| "10", | |
| "100" | |
| ], | |
| "preference": [ | |
| "mx1-common.line-apps.com.", | |
| "mx3-common.line-apps.com.", | |
| "mx-common.line-apps.com.", | |
| "mx2-common.line-apps.com." | |
| ] | |
| } | |
| }, | |
| "istockphoto.com": { | |
| "A": { | |
| "IP": [ | |
| "13.35.183.92", | |
| "13.35.183.103", | |
| "13.35.183.65", | |
| "13.35.183.88" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1600.awsdns-08.co.uk.", | |
| "ns-194.awsdns-24.com.", | |
| "ns-692.awsdns-22.net.", | |
| "ns-1269.awsdns-30.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "us-smtp-inbound-1.mimecast.com.", | |
| "us-smtp-inbound-2.mimecast.com." | |
| ] | |
| } | |
| }, | |
| "vk.com": { | |
| "A": { | |
| "IP": [ | |
| "87.240.190.72", | |
| "87.240.139.194", | |
| "93.186.225.208", | |
| "87.240.137.158", | |
| "87.240.190.67", | |
| "87.240.190.78" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.vkontakte.ru.", | |
| "ns1.vkontakte.ru.", | |
| "ns4.vkontakte.ru.", | |
| "ns3.vkontakte.ru." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "0" | |
| ], | |
| "preference": [ | |
| "mx2.vk.com.", | |
| "mx.vk.com." | |
| ] | |
| } | |
| }, | |
| "brandbucket.com": { | |
| "A": { | |
| "IP": [ | |
| "172.67.4.41", | |
| "104.22.7.216", | |
| "104.22.6.216" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "erin.ns.cloudflare.com.", | |
| "max.ns.cloudflare.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "40", | |
| "20", | |
| "50", | |
| "30", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx2.googlemail.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx3.googlemail.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "creativecommons.org": { | |
| "A": { | |
| "IP": [ | |
| "172.67.34.140", | |
| "104.20.150.16", | |
| "104.20.151.16" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "isaac.ns.cloudflare.com.", | |
| "fiona.ns.cloudflare.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "80", | |
| "10", | |
| "60", | |
| "70", | |
| "50", | |
| "1", | |
| "5", | |
| "5" | |
| ], | |
| "preference": [ | |
| "aspmx5.googlemail.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "aspmx3.googlemail.com.", | |
| "aspmx4.googlemail.com.", | |
| "aspmx2.googlemail.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "google.com.br": { | |
| "A": { | |
| "IP": [ | |
| "216.58.209.131" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns3.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "10", | |
| "40", | |
| "30", | |
| "50" | |
| ], | |
| "preference": [ | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "theguardian.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.65.111", | |
| "151.101.1.111", | |
| "151.101.193.111", | |
| "151.101.129.111" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns03.theguardiandns.com.", | |
| "ns02.theguardiandns.com.", | |
| "dns1.p04.nsone.net.", | |
| "dns3.p04.nsone.net.", | |
| "dns2.p04.nsone.net.", | |
| "ns04.theguardiandns.com.", | |
| "ns01.theguardiandns.com.", | |
| "dns4.p04.nsone.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "30", | |
| "20", | |
| "30", | |
| "20", | |
| "10" | |
| ], | |
| "preference": [ | |
| "alt4.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "paypal.com": { | |
| "A": { | |
| "IP": [ | |
| "64.4.250.36", | |
| "64.4.250.37" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "pdns100.ultradns.net.", | |
| "ns1.p57.dynect.net.", | |
| "ns2.p57.dynect.net.", | |
| "pdns100.ultradns.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx2.paypalcorp.com.", | |
| "mx1.paypalcorp.com." | |
| ] | |
| } | |
| }, | |
| "opera.com": { | |
| "A": { | |
| "IP": [ | |
| "185.26.182.104", | |
| "185.26.182.103" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "nic4.opera.com.", | |
| "nic2.opera.com.", | |
| "nic1.opera.com.", | |
| "nic3.opera.com.", | |
| "nic6.opera.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mxi-us.opera.com.", | |
| "mxi2.opera.com." | |
| ] | |
| } | |
| }, | |
| "dailymotion.com": { | |
| "A": { | |
| "IP": [ | |
| "195.8.215.136" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "a.dailymotion.com.", | |
| "b.dailymotion.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "dailymotion-com.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "dropbox.com": { | |
| "A": { | |
| "IP": [ | |
| "162.125.248.18" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1162.awsdns-17.org.", | |
| "ns-315.awsdns-39.com.", | |
| "ns-1949.awsdns-51.co.uk.", | |
| "ns-564.awsdns-06.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10", | |
| "5", | |
| "1", | |
| "5" | |
| ], | |
| "preference": [ | |
| "alt4.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "mail.ru": { | |
| "A": { | |
| "IP": [ | |
| "217.69.139.200", | |
| "94.100.180.200", | |
| "94.100.180.201", | |
| "217.69.139.202" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.mail.ru.", | |
| "ns1.mail.ru.", | |
| "ns3.mail.ru." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "mxs.mail.ru." | |
| ] | |
| } | |
| }, | |
| "whatsapp.com": { | |
| "A": { | |
| "IP": [ | |
| "157.240.227.60" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "d.ns.whatsapp.net.", | |
| "a.ns.whatsapp.net.", | |
| "b.ns.whatsapp.net.", | |
| "c.ns.whatsapp.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mxb-00082601.gslb.pphosted.com.", | |
| "mxa-00082601.gslb.pphosted.com." | |
| ] | |
| } | |
| }, | |
| "imdb.com": { | |
| "A": { | |
| "IP": [ | |
| "52.94.237.74", | |
| "52.94.228.167", | |
| "52.94.225.248" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "pdns6.ultradns.co.uk.", | |
| "pdns4.ultradns.org.", | |
| "ns4.p31.dynect.net.", | |
| "pdns2.ultradns.net.", | |
| "ns3.p31.dynect.net.", | |
| "ns2.p31.dynect.net.", | |
| "pdns3.ultradns.org.", | |
| "pdns1.ultradns.net.", | |
| "ns1.p31.dynect.net.", | |
| "pdns5.ultradns.info." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "amazon-smtp.amazon.com." | |
| ] | |
| } | |
| }, | |
| "globo.com": { | |
| "A": { | |
| "IP": [ | |
| "186.192.90.12" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns04.globo.com.", | |
| "ns02.globo.com.", | |
| "ns01.globo.com.", | |
| "ns03.globo.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "5", | |
| "20", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx.globo.locaweb.com.br.", | |
| "mx3.globo.locaweb.com.br.", | |
| "mx2.globo.locaweb.com.br." | |
| ] | |
| } | |
| }, | |
| "policies.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.78" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": { | |
| "exchange": [ | |
| "40", | |
| "20", | |
| "5", | |
| "10", | |
| "30" | |
| ], | |
| "preference": [ | |
| "alt4.gmr-smtp-in.l.google.com.", | |
| "alt2.gmr-smtp-in.l.google.com.", | |
| "gmr-smtp-in.l.google.com.", | |
| "alt1.gmr-smtp-in.l.google.com.", | |
| "alt3.gmr-smtp-in.l.google.com." | |
| ] | |
| } | |
| }, | |
| "nih.gov": { | |
| "A": { | |
| "IP": [ | |
| "54.235.145.223" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.nih.gov.", | |
| "ns.nih.gov.", | |
| "ns2.nih.gov." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "nihcesxwayst05.hub.nih.gov.", | |
| "nihcesxwayst04.hub.nih.gov.", | |
| "nihcesxway3.hub.nih.gov.", | |
| "nihcesxway4.hub.nih.gov.", | |
| "nihcesxwayst03.hub.nih.gov.", | |
| "nihcesxwayst06.hub.nih.gov.", | |
| "nihcesxway5.hub.nih.gov.", | |
| "nihcesxway6.hub.nih.gov." | |
| ] | |
| } | |
| }, | |
| "developers.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.142" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "abril.com.br": { | |
| "A": { | |
| "IP": [ | |
| "192.0.66.160" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "abddns01.abrdigital.com.br.", | |
| "abddns02.abrdigital.com.br." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "1", | |
| "5", | |
| "5", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "slideshare.ne": { | |
| "A": { | |
| "IP": [ | |
| "127.0.0.1" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "wikimedia.org": { | |
| "A": { | |
| "IP": [ | |
| "103.102.166.224" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.wikimedia.org.", | |
| "ns1.wikimedia.org.", | |
| "ns0.wikimedia.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "50" | |
| ], | |
| "preference": [ | |
| "mx1001.wikimedia.org.", | |
| "mx2001.wikimedia.org." | |
| ] | |
| } | |
| }, | |
| "msn.com": { | |
| "A": { | |
| "IP": [ | |
| "13.82.28.61" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4-204.azure-dns.info.", | |
| "ns2-204.azure-dns.net.", | |
| "ns1-204.azure-dns.com.", | |
| "ns3-204.azure-dns.org.", | |
| "dns3.p09.nsone.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "2" | |
| ], | |
| "preference": [ | |
| "msn-com.olc.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "forbes.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.2.49", | |
| "151.101.194.49", | |
| "151.101.130.49", | |
| "151.101.66.49" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1637.awsdns-12.co.uk.", | |
| "ns-1028.awsdns-00.org.", | |
| "ns-979.awsdns-58.net.", | |
| "ns-217.awsdns-27.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "us-smtp-inbound-1.mimecast.com.", | |
| "us-smtp-inbound-2.mimecast.com." | |
| ] | |
| } | |
| }, | |
| "google.es": { | |
| "A": { | |
| "IP": [ | |
| "216.58.207.99" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns2.google.com.", | |
| "ns3.google.com.", | |
| "ns1.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "40", | |
| "50", | |
| "20", | |
| "30", | |
| "10" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "w3.org": { | |
| "A": { | |
| "IP": [ | |
| "128.30.52.100" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.w3.org.", | |
| "ns2.w3.org.", | |
| "ns1.w3.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10", | |
| "50" | |
| ], | |
| "preference": [ | |
| "titan.w3.org.", | |
| "mimas.w3.org.", | |
| "bart.w3.org." | |
| ] | |
| } | |
| }, | |
| "gstatic.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.67" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns3.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "mail.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.133" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "mediafire.com": { | |
| "A": { | |
| "IP": [ | |
| "104.16.203.237", | |
| "104.16.202.237" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ken.ns.cloudflare.com.", | |
| "lisa.ns.cloudflare.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "1", | |
| "5", | |
| "5", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx2.googlemail.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx3.googlemail.com." | |
| ] | |
| } | |
| }, | |
| "issuu.com": { | |
| "A": { | |
| "IP": [ | |
| "3.93.142.218", | |
| "54.210.240.178", | |
| "52.20.124.135", | |
| "34.194.19.48", | |
| "34.193.232.123", | |
| "18.213.127.201" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1343.awsdns-39.org.", | |
| "ns-1582.awsdns-05.co.uk.", | |
| "ns-426.awsdns-53.com.", | |
| "ns-757.awsdns-30.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "10", | |
| "40", | |
| "30", | |
| "50" | |
| ], | |
| "preference": [ | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "aspmx2.googlemail.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx3.googlemail.com." | |
| ] | |
| } | |
| }, | |
| "get.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.19.174" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "nytimes.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.193.164", | |
| "151.101.65.164", | |
| "151.101.1.164", | |
| "151.101.129.164" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns5.dnsmadeeasy.com.", | |
| "dns4.p06.nsone.net.", | |
| "dns1.p06.nsone.net.", | |
| "ns6.dnsmadeeasy.com.", | |
| "dns3.p06.nsone.net.", | |
| "dns2.p06.nsone.net.", | |
| "ns7.dnsmadeeasy.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "5", | |
| "10", | |
| "1", | |
| "5" | |
| ], | |
| "preference": [ | |
| "alt4.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "jimdofree.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.130.217", | |
| "151.101.2.217", | |
| "151.101.66.217", | |
| "151.101.194.217" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1299.awsdns-34.org.", | |
| "ns-1966.awsdns-53.co.uk.", | |
| "ns-462.awsdns-57.com.", | |
| "ns-790.awsdns-34.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "inbound-smtp.eu-west-1.amazonaws.com." | |
| ] | |
| } | |
| }, | |
| "ugedomains.com": { | |
| "A": { | |
| "IP": [ | |
| "45.207.211.203" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns64.domaincontrol.com.", | |
| "ns63.domaincontrol.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "google.co.jp": { | |
| "A": { | |
| "IP": [ | |
| "216.58.207.99" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.google.com.", | |
| "ns3.google.com.", | |
| "ns4.google.com.", | |
| "ns1.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "40", | |
| "20", | |
| "10", | |
| "30", | |
| "50" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "yahoo.com": { | |
| "A": { | |
| "IP": [ | |
| "74.6.143.26", | |
| "74.6.231.20", | |
| "74.6.143.25", | |
| "98.137.11.164", | |
| "98.137.11.163", | |
| "74.6.231.21" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.yahoo.com.", | |
| "ns1.yahoo.com.", | |
| "ns4.yahoo.com.", | |
| "ns5.yahoo.com.", | |
| "ns2.yahoo.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "1", | |
| "1", | |
| "1" | |
| ], | |
| "preference": [ | |
| "mta7.am0.yahoodns.net.", | |
| "mta6.am0.yahoodns.net.", | |
| "mta5.am0.yahoodns.net." | |
| ] | |
| } | |
| }, | |
| "myspace.com": { | |
| "A": { | |
| "IP": [ | |
| "63.135.90.70" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-cloud-d4.googledomains.com.", | |
| "ns-cloud-d3.googledomains.com.", | |
| "ns-cloud-d2.googledomains.com.", | |
| "ns-cloud-d1.googledomains.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "google.de": { | |
| "A": { | |
| "IP": [ | |
| "172.217.18.131" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns4.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "40", | |
| "20", | |
| "10", | |
| "30", | |
| "50" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "reuters.com": { | |
| "A": { | |
| "IP": [ | |
| "52.2.61.110" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-amers-1.thomsonreuters.net.", | |
| "ns-apac-2.thomsonreuters.net.", | |
| "ns-emea-1.thomsonreuters.net.", | |
| "ns-apac-1.thomsonreuters.net.", | |
| "ns-amers-2.thomsonreuters.net.", | |
| "ns-emea-2.thomsonreuters.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "reuters-com.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "fr.wikipedia.org": { | |
| "A": { | |
| "IP": [ | |
| "103.102.166.224" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "feedburner.com": { | |
| "A": { | |
| "IP": [ | |
| "216.58.209.142" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns4.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "40", | |
| "10", | |
| "20", | |
| "30" | |
| ], | |
| "preference": [ | |
| "alt4.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "bbc.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.192.81", | |
| "151.101.64.81", | |
| "151.101.128.81", | |
| "151.101.0.81" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ddns1.bbc.co.uk.", | |
| "ddns0.bbc.co.uk.", | |
| "dns0.bbc.com.", | |
| "dns0.bbc.co.uk.", | |
| "dns1.bbc.co.uk.", | |
| "ddns0.bbc.com.", | |
| "dns1.bbc.com.", | |
| "ddns1.bbc.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "10" | |
| ], | |
| "preference": [ | |
| "cluster8a.eu.messagelabs.com.", | |
| "cluster8.eu.messagelabs.com." | |
| ] | |
| } | |
| }, | |
| "news.google.com": { | |
| "A": { | |
| "IP": [ | |
| "216.58.208.238" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "cnn.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.193.67", | |
| "151.101.129.67", | |
| "151.101.1.67", | |
| "151.101.65.67" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1086.awsdns-07.org.", | |
| "ns-576.awsdns-08.net.", | |
| "ns-47.awsdns-05.com.", | |
| "ns-1630.awsdns-11.co.uk." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mxb-00241e02.gslb.pphosted.com.", | |
| "mxa-00241e02.gslb.pphosted.com." | |
| ] | |
| } | |
| }, | |
| ".me": { | |
| "A": {}, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "live.com": { | |
| "A": { | |
| "IP": [ | |
| "204.79.197.212" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2-34.azure-dns.net.", | |
| "ns4-34.azure-dns.info.", | |
| "nse12.o365filtering.com.", | |
| "nse13.o365filtering.com.", | |
| "nse21.o365filtering.com.", | |
| "ns1-34.azure-dns.com.", | |
| "nse24.o365filtering.com.", | |
| "ns3-34.azure-dns.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "2" | |
| ], | |
| "preference": [ | |
| "live-com.olc.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "scribd.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.66.152", | |
| "151.101.2.152", | |
| "151.101.194.152", | |
| "151.101.130.152" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.p23.dynect.net.", | |
| "ns4.p23.dynect.net.", | |
| "ns1.p23.dynect.net.", | |
| "ns2.p23.dynect.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "20", | |
| "30", | |
| "10", | |
| "40" | |
| ], | |
| "preference": [ | |
| "ASPMX3.GOOGLEMAIL.com.", | |
| "ALT1.ASPMX.L.GOOGLE.com.", | |
| "ALT2.ASPMX.L.GOOGLE.com.", | |
| "ASPMX.L.GOOGLE.com.", | |
| "ASPMX2.GOOGLEMAIL.com." | |
| ] | |
| } | |
| }, | |
| "cpanel.com": { | |
| "A": { | |
| "IP": [ | |
| "208.74.121.151", | |
| "208.74.123.84" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "mn.cpanel.net.", | |
| "c.cpanel.net.", | |
| "hg.cpanel.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "0" | |
| ], | |
| "preference": [ | |
| "mx1.cpanel.net.", | |
| "mx2.cpanel.net." | |
| ] | |
| } | |
| }, | |
| "ft.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.194.109", | |
| "151.101.66.109", | |
| "151.101.2.109", | |
| "151.101.130.109" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1984.awsdns-56.co.uk.", | |
| "ns-530.awsdns-02.net.", | |
| "ns-1447.awsdns-52.org.", | |
| "ns-52.awsdns-06.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "30", | |
| "30", | |
| "10", | |
| "20", | |
| "20" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "usatoday.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.10.62" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns04.gannett-dns.com.", | |
| "dns2.p04.nsone.net.", | |
| "dns4.p04.nsone.net.", | |
| "dns1.p04.nsone.net.", | |
| "ns01.gannett-dns.com.", | |
| "ns03.gannett-dns.com.", | |
| "ns02.gannett-dns.com.", | |
| "dns3.p04.nsone.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "200", | |
| "200" | |
| ], | |
| "preference": [ | |
| "us-smtp-inbound-2.mimecast.com.", | |
| "us-smtp-inbound-1.mimecast.com." | |
| ] | |
| } | |
| }, | |
| "samsung.com": { | |
| "A": { | |
| "IP": [ | |
| "211.45.27.231" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "dnsst.samsung.com.", | |
| "dns-gi1.samsung.com.", | |
| "dnsst2.samsung.com.", | |
| "dnssm2.samsung.com.", | |
| "dnssm.samsung.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "mailin.samsung.com." | |
| ] | |
| } | |
| }, | |
| "themeforest.net": { | |
| "A": { | |
| "IP": [ | |
| "104.18.31.233", | |
| "104.18.30.233" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "fred.ns.cloudflare.com.", | |
| "emma.ns.cloudflare.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "translate.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.21.46" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "indiatimes.com": { | |
| "A": { | |
| "IP": [ | |
| "118.214.108.85" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "a2-65.akam.net.", | |
| "a13-64.akam.net.", | |
| "a1-127.akam.net.", | |
| "a9-64.akam.net.", | |
| "a26-66.akam.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "5" | |
| ], | |
| "preference": [ | |
| "bounce.indiatimes.com." | |
| ] | |
| } | |
| }, | |
| "lefigaro.fr": { | |
| "A": { | |
| "IP": [ | |
| "184.51.195.170", | |
| "184.51.195.139" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "a8-65.akam.net.", | |
| "a1-194.akam.net.", | |
| "a16-64.akam.net.", | |
| "a3-64.akam.net.", | |
| "a2-67.akam.net.", | |
| "a5-67.akam.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "50", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "rsmtp2.le-figaro.com.", | |
| "rsmtp1.le-figaro.com.", | |
| "mail2.groupefigaro.com.", | |
| "mail1.groupefigaro.com." | |
| ] | |
| } | |
| }, | |
| "amazon.co.jp": { | |
| "A": { | |
| "IP": [ | |
| "52.119.168.48", | |
| "52.119.164.121", | |
| "52.119.161.5" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "pdns6.ultradns.co.uk.", | |
| "pdns4.ultradns.org.", | |
| "ns4.p31.dynect.net.", | |
| "ns2.p31.dynect.net.", | |
| "pdns1.ultradns.net.", | |
| "ns1.p31.dynect.net.", | |
| "pdns2.ultradns.net.", | |
| "pdns3.ultradns.org.", | |
| "ns3.p31.dynect.net.", | |
| "pdns5.ultradns.info." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "amazon-smtp.amazon.com." | |
| ] | |
| } | |
| }, | |
| "dailymail.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "23.35.81.163" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "a16-67.akam.net.", | |
| "a1-204.akam.net.", | |
| "a7-66.akam.net.", | |
| "a4-67.akam.net.", | |
| "a6-64.akam.net.", | |
| "a24-65.akam.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "10", | |
| "50" | |
| ], | |
| "preference": [ | |
| "eu-smtp-inbound-2.mimecast.com.", | |
| "dailymail-co-uk.mail.protection.outlook.com.", | |
| "eu-smtp-inbound-1.mimecast.com." | |
| ] | |
| } | |
| }, | |
| "washingtonpost.com": { | |
| "A": { | |
| "IP": [ | |
| "13.35.183.119", | |
| "13.35.183.98", | |
| "13.35.183.7", | |
| "13.35.183.77" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-666.awsdns-19.net.", | |
| "ns-404.awsdns-50.com.", | |
| "ns-1840.awsdns-38.co.uk.", | |
| "sdns34.ultradns.com.", | |
| "ns-1027.awsdns-00.org.", | |
| "sdns34.ultradns.net.", | |
| "sdns34.ultradns.org.", | |
| "sdns34.ultradns.biz." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mxb-001a3c01.gslb.pphosted.com.", | |
| "mxa-001a3c01.gslb.pphosted.com." | |
| ] | |
| } | |
| }, | |
| "id.wikipedia.org": { | |
| "A": { | |
| "IP": [ | |
| "103.102.166.224" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "webmd.com": { | |
| "A": { | |
| "IP": [ | |
| "207.231.204.56" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "amir.ns.cloudflare.com.", | |
| "vita.ns.cloudflare.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "5", | |
| "5", | |
| "10", | |
| "1", | |
| "10" | |
| ], | |
| "preference": [ | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "dan.com": { | |
| "A": { | |
| "IP": [ | |
| "52.28.84.253" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "emma.ns.cloudflare.com.", | |
| "will.ns.cloudflare.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "1", | |
| "10", | |
| "5", | |
| "5" | |
| ], | |
| "preference": [ | |
| "aspmx2.googlemail.com.", | |
| "aspmx.l.google.com.", | |
| "aspmx3.googlemail.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "afternic.com": { | |
| "A": { | |
| "IP": [ | |
| "208.109.4.32" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "cns2.secureserver.net.", | |
| "cns1.secureserver.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "Afternic-com.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "draft.blogger.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.105" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "youronlinechoices.com": { | |
| "A": { | |
| "IP": [ | |
| "35.158.107.63" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns42.domaincontrol.com.", | |
| "ns41.domaincontrol.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "5", | |
| "5", | |
| "1", | |
| "10" | |
| ], | |
| "preference": [ | |
| "ALT4.ASPMX.L.GOOGLE.com.", | |
| "ALT2.ASPMX.L.GOOGLE.com.", | |
| "ALT1.ASPMX.L.GOOGLE.com.", | |
| "ASPMX.L.GOOGLE.com.", | |
| "ALT3.ASPMX.L.GOOGLE.com." | |
| ] | |
| } | |
| }, | |
| "weebly.com": { | |
| "A": { | |
| "IP": [ | |
| "74.115.50.110", | |
| "74.115.50.109" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-646.awsdns-16.net.", | |
| "dns2.p01.nsone.net.", | |
| "dns3.p01.nsone.net.", | |
| "dns1.p01.nsone.net.", | |
| "ns-123.awsdns-15.com.", | |
| "ns-1500.awsdns-59.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "20", | |
| "20", | |
| "20", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx3.googlemail.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx2.googlemail.com.", | |
| "aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "files.wordpress.com": { | |
| "A": { | |
| "IP": [ | |
| "192.0.72.2" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "mdns2.wordpress.com.", | |
| "mdns3.wordpress.com.", | |
| "mdns4.wordpress.com.", | |
| "mdns1.wordpress.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "google.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.131" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns4.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "10", | |
| "40", | |
| "30", | |
| "50" | |
| ], | |
| "preference": [ | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "esun.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "185.53.177.31" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns1.fabulous.com.", | |
| "ns2.fabulous.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "google.in": { | |
| "A": { | |
| "IP": [ | |
| "172.217.21.36" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns3.google.com.", | |
| "ns4.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "0" | |
| ], | |
| "preference": [ | |
| "." | |
| ] | |
| } | |
| }, | |
| "myaccount.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.21.46" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "fandom.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.0.194", | |
| "151.101.192.194", | |
| "151.101.128.194", | |
| "151.101.64.194" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.p11.dynect.net.", | |
| "ns1.p11.dynect.net.", | |
| "ns2.p11.dynect.net.", | |
| "ns3.p11.dynect.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "5", | |
| "5", | |
| "1", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "ALT2.ASPMX.L.GOOGLE.com.", | |
| "ALT1.ASPMX.L.GOOGLE.com.", | |
| "ASPMX.L.GOOGLE.com.", | |
| "ASPMX3.GOOGLEMAIL.com.", | |
| "ASPMX2.GOOGLEMAIL.com." | |
| ] | |
| } | |
| }, | |
| "independent.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "151.101.1.184", | |
| "151.101.129.184", | |
| "151.101.65.184", | |
| "151.101.193.184" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns5.anlremote.com.", | |
| "ns6.associated.co.uk." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "independent-co-uk.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "namecheap.com": { | |
| "A": { | |
| "IP": [ | |
| "198.54.117.250" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "edns4.ultradns.org.", | |
| "edns4.ultradns.net.", | |
| "edns4.ultradns.com.", | |
| "edns4.ultradns.biz." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "15", | |
| "20", | |
| "30", | |
| "90", | |
| "5", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx3.jellyfish.systems.", | |
| "smx3.registrar-servers.com.", | |
| "smx4.registrar-servers.com.", | |
| "smx1.registrar-servers.com.", | |
| "mx1.jellyfish.systems.", | |
| "mx2.jellyfish.systems." | |
| ] | |
| } | |
| }, | |
| "terra.com.br": { | |
| "A": { | |
| "IP": [ | |
| "208.84.244.116" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "a13-65.akam.net.", | |
| "a11-66.akam.net.", | |
| "a24-67.akam.net.", | |
| "a1-19.akam.net.", | |
| "a28-64.akam.net.", | |
| "a6-66.akam.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "vip-us-br-mx.terra.com." | |
| ] | |
| } | |
| }, | |
| "ig.com.br": { | |
| "A": { | |
| "IP": [ | |
| "54.208.27.227", | |
| "54.208.23.82" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-798.awsdns-35.net.", | |
| "ns-485.awsdns-60.com.", | |
| "ns-1118.awsdns-11.org.", | |
| "ns-1766.awsdns-28.co.uk." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "10", | |
| "20", | |
| "20" | |
| ], | |
| "preference": [ | |
| "mx4.ig.correio.biz.", | |
| "mx1.ig.correio.biz.", | |
| "mx2.ig.correio.biz.", | |
| "mx3.ig.correio.biz." | |
| ] | |
| } | |
| }, | |
| "google.fr": { | |
| "A": { | |
| "IP": [ | |
| "172.217.19.163" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns3.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "10", | |
| "30", | |
| "20", | |
| "40" | |
| ], | |
| "preference": [ | |
| "alt4.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "lesk.com": { | |
| "A": { | |
| "IP": [ | |
| "54.209.221.113" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns89.worldnic.com.", | |
| "ns90.worldnic.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "20" | |
| ], | |
| "preference": [ | |
| "mx.zoho.com.", | |
| "mx2.zoho.com." | |
| ] | |
| } | |
| }, | |
| "uffingtonpost.com": { | |
| "A": { | |
| "IP": [ | |
| "124.108.115.100", | |
| "212.82.100.150", | |
| "74.6.136.150", | |
| "106.10.248.150", | |
| "98.136.103.23" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns5.yahoo.com.", | |
| "ns4.yahoo.com.", | |
| "ns3.yahoo.com.", | |
| "ns1.yahoo.com.", | |
| "ns2.yahoo.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "0" | |
| ], | |
| "preference": [ | |
| "." | |
| ] | |
| } | |
| }, | |
| "books.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.19.14" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "mirror.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "52.51.136.131", | |
| "34.246.64.97" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-517.awsdns-00.net.", | |
| "ns-264.awsdns-33.com.", | |
| "ns-1492.awsdns-58.org.", | |
| "ns-1761.awsdns-28.co.uk." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "5", | |
| "5", | |
| "1", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "un.org": { | |
| "A": { | |
| "IP": [ | |
| "157.150.185.49" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns1.un.org.", | |
| "ns3.un.org.", | |
| "ns2.un.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "unasav5.un.org.", | |
| "unasav8.un.org.", | |
| "unasav7.un.org.", | |
| "unasav6.un.org." | |
| ] | |
| } | |
| }, | |
| "ipv4.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.19.14" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "marketingplatform.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.19.14" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "businessinsider.com": { | |
| "A": { | |
| "IP": [ | |
| "151.101.193.171", | |
| "151.101.129.171", | |
| "151.101.65.171", | |
| "151.101.1.171" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns7.dnsmadeeasy.com.", | |
| "dns2.p03.nsone.net.", | |
| "ns6.dnsmadeeasy.com.", | |
| "dns1.p03.nsone.net.", | |
| "dns4.p03.nsone.net.", | |
| "ns5.dnsmadeeasy.com.", | |
| "dns3.p03.nsone.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "5", | |
| "1", | |
| "5", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx2.googlemail.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx3.googlemail.com." | |
| ] | |
| } | |
| }, | |
| "gravatar.com": { | |
| "A": { | |
| "IP": [ | |
| "192.0.80.241", | |
| "192.0.80.242", | |
| "192.0.80.239", | |
| "192.0.80.240" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns3.automattic.com.", | |
| "ns2.automattic.com.", | |
| "ns1.automattic.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx2.ams.automattic.com.", | |
| "mx1.dfw.automattic.com." | |
| ] | |
| } | |
| }, | |
| "news.yahoo.com": { | |
| "A": {}, | |
| "NS": { | |
| "names": [ | |
| "ns.stormfiber.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "witter.com": { | |
| "A": { | |
| "IP": [ | |
| "162.144.177.200" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns1.bluehost.com.", | |
| "ns2.bluehost.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "0" | |
| ], | |
| "preference": [ | |
| "mail.witter.com." | |
| ] | |
| } | |
| }, | |
| "bit.ly": { | |
| "A": { | |
| "IP": [ | |
| "67.199.248.11", | |
| "67.199.248.10" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-cloud-c2.googledomains.com.", | |
| "ns-1372.awsdns-43.org.", | |
| "ns-cloud-c3.googledomains.com.", | |
| "ns-cloud-c1.googledomains.com.", | |
| "ns-705.awsdns-24.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "30", | |
| "10", | |
| "20", | |
| "20", | |
| "30" | |
| ], | |
| "preference": [ | |
| "aspmx2.googlemail.com.", | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx3.googlemail.com." | |
| ] | |
| } | |
| }, | |
| "atena.ne.jp": { | |
| "A": {}, | |
| "NS": { | |
| "names": [ | |
| "ns-386.awsdns-48.com.", | |
| "ns-1938.awsdns-50.co.uk.", | |
| "ns-1493.awsdns-58.org.", | |
| "ns-612.awsdns-12.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "1", | |
| "5", | |
| "10", | |
| "5", | |
| "10" | |
| ], | |
| "preference": [ | |
| "aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "steampowered.com": { | |
| "A": { | |
| "IP": [ | |
| "23.35.51.215" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "a26-65.akam.net.", | |
| "a24-64.akam.net.", | |
| "a11-67.akam.net.", | |
| "a1-164.akam.net.", | |
| "a9-67.akam.net.", | |
| "a8-66.akam.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "smtp.steampowered.com." | |
| ] | |
| } | |
| }, | |
| "it.wikipedia.org": { | |
| "A": { | |
| "IP": [ | |
| "103.102.166.224" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "latimes.com": { | |
| "A": { | |
| "IP": [ | |
| "13.248.222.133", | |
| "76.223.88.230" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-452.awsdns-56.com.", | |
| "ns-1610.awsdns-09.co.uk.", | |
| "ns-1295.awsdns-33.org.", | |
| "ns-926.awsdns-51.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "0" | |
| ], | |
| "preference": [ | |
| "latimes-com.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "4shared.com": { | |
| "A": { | |
| "IP": [ | |
| "204.155.149.42", | |
| "204.155.149.41", | |
| "204.155.146.95", | |
| "204.155.149.43" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns5.4shared.com.", | |
| "ns6.4shared.com.", | |
| "ns7.4shared.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "100", | |
| "0" | |
| ], | |
| "preference": [ | |
| "mail2.4shared.com.", | |
| "mx.4shared.com." | |
| ] | |
| } | |
| }, | |
| "who.in": { | |
| "A": { | |
| "IP": [ | |
| "199.59.242.153" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns1.bodis.com.", | |
| "ns2.bodis.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "0", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx76.mb1p.com.", | |
| "mx76.m2bp.com." | |
| ] | |
| } | |
| }, | |
| "search.google.com": { | |
| "A": { | |
| "IP": [ | |
| "172.217.21.46" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "interest.com": { | |
| "A": { | |
| "IP": [ | |
| "23.185.0.3" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "pdns6.ultradns.co.uk.", | |
| "pdns3.ultradns.org.", | |
| "pdns2.ultradns.net.", | |
| "pdns5.ultradns.info.", | |
| "pdns4.ultradns.org.", | |
| "pdns1.ultradns.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "0" | |
| ], | |
| "preference": [ | |
| "interest-com.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "nasa.gov": { | |
| "A": { | |
| "IP": [ | |
| "23.22.39.120", | |
| "52.0.14.116" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "a5-66.akam.net.", | |
| "a8-66.akam.net.", | |
| "a1-32.akam.net.", | |
| "a9-64.akam.net.", | |
| "a12-64.akam.net.", | |
| "a14-67.akam.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "ndmsvnpf104.ndc.nasa.gov.", | |
| "ndjsvnpf104.ndc.nasa.gov.", | |
| "ndmsvnpf102.ndc.nasa.gov.", | |
| "ndmsvnpf101.ndc.nasa.gov.", | |
| "ndjsvnpf102.ndc.nasa.gov.", | |
| "ndjsvnpf103.ndc.nasa.gov.", | |
| "ndmsvnpf103.ndc.nasa.gov.", | |
| "ndjsvnpf101.ndc.nasa.gov." | |
| ] | |
| } | |
| }, | |
| "office.com": { | |
| "A": { | |
| "IP": [ | |
| "13.107.6.156" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns1-32.azure-dns.com.", | |
| "ns4-32.azure-dns.info.", | |
| "nse21.o365filtering.com.", | |
| "nse13.o365filtering.com.", | |
| "ns3-32.azure-dns.org.", | |
| "nse24.o365filtering.com.", | |
| "nse12.o365filtering.com.", | |
| "ns2-32.azure-dns.net." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "aboutads.info": { | |
| "A": { | |
| "IP": [ | |
| "13.35.183.79", | |
| "13.35.183.40", | |
| "13.35.183.2", | |
| "13.35.183.26" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1667.awsdns-16.co.uk.", | |
| "ns-41.awsdns-05.com.", | |
| "ns-1001.awsdns-61.net.", | |
| "ns-1180.awsdns-19.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "30", | |
| "20", | |
| "30", | |
| "30", | |
| "20" | |
| ], | |
| "preference": [ | |
| "aspmx.l.google.com.", | |
| "aspmx4.googlemail.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx2.googlemail.com.", | |
| "aspmx3.googlemail.com.", | |
| "alt1.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "harvard.edu": { | |
| "A": { | |
| "IP": [ | |
| "23.185.0.1" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ext-dns-1.harvard.edu.", | |
| "ext-dns-2.harvard.edu." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "100", | |
| "100" | |
| ], | |
| "preference": [ | |
| "mx0b-00171101.pphosted.com.", | |
| "mx0a-00171101.pphosted.com." | |
| ] | |
| } | |
| }, | |
| "elegraph.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "103.224.182.251" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.above.com.", | |
| "ns3.above.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "park-mx.above.com." | |
| ] | |
| } | |
| }, | |
| "amazon.co.uk": { | |
| "A": { | |
| "IP": [ | |
| "54.239.33.58", | |
| "178.236.7.220", | |
| "54.239.34.171" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "pdns1.ultradns.net.", | |
| "pdns3.ultradns.org.", | |
| "pdns5.ultradns.info.", | |
| "ns4.p31.dynect.net.", | |
| "ns1.p31.dynect.net.", | |
| "pdns2.ultradns.net.", | |
| "ns2.p31.dynect.net.", | |
| "pdns6.ultradns.co.uk.", | |
| "ns3.p31.dynect.net.", | |
| "pdns4.ultradns.org." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "amazon-smtp.amazon.com." | |
| ] | |
| } | |
| }, | |
| "time.com": { | |
| "A": {}, | |
| "NS": { | |
| "names": [ | |
| "ns.stormfiber.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "abcnews.go.com": { | |
| "A": { | |
| "IP": [ | |
| "143.204.209.110", | |
| "143.204.209.49", | |
| "143.204.209.71", | |
| "143.204.209.95" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-710.awsdns-24.net.", | |
| "ns-1233.awsdns-26.org.", | |
| "ns-1655.awsdns-14.co.uk.", | |
| "ns-267.awsdns-33.com." | |
| ] | |
| }, | |
| "MX": {} | |
| }, | |
| "foxnews.com": { | |
| "A": { | |
| "IP": [ | |
| "96.16.117.85" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns03.foxdoua.com.", | |
| "ns02.foxdoua.com.", | |
| "ns04.foxdoua.com.", | |
| "ns01.dns.fox.", | |
| "ns01.foxdoua.com.", | |
| "ns03.dns.fox.", | |
| "ns02.dns.fox.", | |
| "ns04.dns.fox." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mxb-00136701.gslb.pphosted.com.", | |
| "mxa-00136701.gslb.pphosted.com." | |
| ] | |
| } | |
| }, | |
| "rakuten.co.jp": { | |
| "A": { | |
| "IP": [ | |
| "133.237.16.234" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns04.rakuten.co.jp.", | |
| "ns05.rakuten.co.jp.", | |
| "ns06.rakuten.co.jp.", | |
| "ns02.rakuten.co.jp." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "0" | |
| ], | |
| "preference": [ | |
| "rakuten-co-jp.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "icasaweb.google.com": { | |
| "A": {}, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "google.ru": { | |
| "A": { | |
| "IP": [ | |
| "216.58.207.99" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns4.google.com.", | |
| "ns2.google.com.", | |
| "ns1.google.com.", | |
| "ns3.google.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "50", | |
| "40", | |
| "30", | |
| "20", | |
| "10" | |
| ], | |
| "preference": [ | |
| "alt4.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "tinyurl.com": { | |
| "A": { | |
| "IP": [ | |
| "104.20.138.65", | |
| "104.20.139.65", | |
| "172.67.1.225" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "constitution.ns.tinyurl.com.", | |
| "revolution.ns.tinyurl.com.", | |
| "liberty.ns.tinyurl.com.", | |
| "freedom.ns.tinyurl.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "5", | |
| "10", | |
| "5", | |
| "1" | |
| ], | |
| "preference": [ | |
| "aspmx3.googlemail.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx2.googlemail.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "change.org": { | |
| "A": { | |
| "IP": [ | |
| "104.17.89.51", | |
| "104.17.88.51" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns15.dnsmadeeasy.com.", | |
| "ns12.dnsmadeeasy.com.", | |
| "ns13.dnsmadeeasy.com.", | |
| "ns11.dnsmadeeasy.com.", | |
| "ns14.dnsmadeeasy.com.", | |
| "ns10.dnsmadeeasy.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "5", | |
| "10", | |
| "10", | |
| "5", | |
| "1", | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx5.googlemail.com.", | |
| "aspmx2.googlemail.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "aspmx3.googlemail.com.", | |
| "aspmx4.googlemail.com." | |
| ] | |
| } | |
| }, | |
| "cnet.com": { | |
| "A": { | |
| "IP": [ | |
| "34.95.96.50" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.brandsight-dns.net.", | |
| "ns2.brandsight-dns.com.", | |
| "ns1.brandsight-dns.net.", | |
| "ns1.brandsight-dns.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "cnet-com.mail.protection.outlook.com." | |
| ] | |
| } | |
| }, | |
| "wsj.com": { | |
| "A": { | |
| "IP": [ | |
| "13.35.183.24", | |
| "13.35.183.98", | |
| "13.35.183.30", | |
| "13.35.183.121" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns-1588.awsdns-06.co.uk.", | |
| "ns-705.awsdns-24.net.", | |
| "ns-1291.awsdns-33.org.", | |
| "ns-450.awsdns-56.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "20", | |
| "10", | |
| "10", | |
| "1", | |
| "20" | |
| ], | |
| "preference": [ | |
| "alt3.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "aol.com": { | |
| "A": { | |
| "IP": [ | |
| "106.10.248.150", | |
| "124.108.115.100", | |
| "212.82.100.150", | |
| "98.136.103.23", | |
| "74.6.136.150" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns5.yahoo.com.", | |
| "ns3.yahoo.com.", | |
| "ns1.yahoo.com.", | |
| "ns4.yahoo.com.", | |
| "ns2.yahoo.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx-aol.mail.gm0.yahoodns.net." | |
| ] | |
| } | |
| }, | |
| "tools.google.com": { | |
| "A": { | |
| "IP": [ | |
| "142.250.181.110" | |
| ] | |
| }, | |
| "NS": {}, | |
| "MX": {} | |
| }, | |
| "ebay.com": { | |
| "A": { | |
| "IP": [ | |
| "216.113.181.253", | |
| "216.113.179.53", | |
| "64.4.253.77", | |
| "66.211.175.229", | |
| "209.140.148.143", | |
| "66.211.172.37" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns02.ebaydns.com.", | |
| "ns03.ebaydns.com.", | |
| "dns4.p06.nsone.net.", | |
| "dns3.p06.nsone.net.", | |
| "dns2.p06.nsone.net.", | |
| "ns01.ebaydns.com.", | |
| "ns04.ebaydns.com.", | |
| "dns1.p06.nsone.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx2.hc2186-24.iphmx.com.", | |
| "mx1.hc2186-24.iphmx.com." | |
| ] | |
| } | |
| }, | |
| "buydomains.com": { | |
| "A": { | |
| "IP": [ | |
| "207.148.248.132" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "dns4.p07.nsone.net.", | |
| "dns2.p07.nsone.net.", | |
| "dns3.p07.nsone.net.", | |
| "dns1.p07.nsone.net." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10", | |
| "50", | |
| "40", | |
| "30", | |
| "20" | |
| ], | |
| "preference": [ | |
| "aspmx.l.google.com.", | |
| "alt4.aspmx.l.google.com.", | |
| "alt3.aspmx.l.google.com.", | |
| "alt2.aspmx.l.google.com.", | |
| "alt1.aspmx.l.google.com." | |
| ] | |
| } | |
| }, | |
| "aliexpress.com": { | |
| "A": { | |
| "IP": [ | |
| "47.254.177.101" | |
| ] | |
| }, | |
| "NS": { | |
| "names": [ | |
| "ns2.alibabadns.com.", | |
| "ns1.alibabadns.com." | |
| ] | |
| }, | |
| "MX": { | |
| "exchange": [ | |
| "10" | |
| ], | |
| "preference": [ | |
| "mx2.mail.aliyun.com." | |
| ] | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import dns.resolver | |
| import os | |
| import json | |
| def get_csv_domain_data(): | |
| folder_path = str(os.path.abspath(__file__))[ | |
| 0:-len(os.path.basename(__file__))] + "data/" | |
| file_name = "test.csv" | |
| data = [] | |
| if not os.path.exists(folder_path): | |
| os.makedirs(folder_path) | |
| with open(os.path.join(folder_path, file_name), mode='r') as file: | |
| for line in file: | |
| try: | |
| data.append(line.strip("\n")[0:-1]) | |
| except StopIteration: | |
| continue | |
| return data[0:-1] | |
| domain_names = get_csv_domain_data() | |
| RRs = ['A', 'NS', 'MX'] | |
| JSON_dump = {} | |
| for name in domain_names: | |
| JSON_dump[name] = {} | |
| for record in RRs: | |
| JSON_dump[name][record] = {} | |
| answers = None | |
| try: | |
| answers = dns.resolver.query(name, record) | |
| except Exception as error: | |
| print('###') | |
| print(name, record, error) | |
| print('###') | |
| continue | |
| if record == 'A': | |
| JSON_dump[name][record]['IP'] = [] | |
| for rdata in answers: | |
| rdata = str(rdata) | |
| JSON_dump[name][record]['IP'].append(rdata) | |
| elif record == 'NS': | |
| # rdata = str(answers.rrset).split(' ') | |
| JSON_dump[name][record]['names'] = [] | |
| for data in answers.rrset: | |
| JSON_dump[name][record]['names'].append(str(data)) | |
| else: | |
| JSON_dump[name][record]['exchange'], JSON_dump[name][record]['preference'] = [ | |
| ], [] | |
| for rdata in answers: | |
| answer = (str(rdata).split(' ')) | |
| try: | |
| JSON_dump[name][record]['exchange'].append(answer[0]) | |
| JSON_dump[name][record]['preference'].append(answer[1]) | |
| except Exception as error: | |
| break | |
| JSON_final = json.loads(json.dumps(JSON_dump, indent=4)) | |
| with open('./data/data.json', mode='w', encoding='utf-8') as json_file: | |
| json.dump(JSON_final, json_file, ensure_ascii=False, indent=4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apple.com | ||
|---|---|---|
| youtube.com | ||
| google.com | ||
| play.google.com | ||
| support.google.com | ||
| linkedin.com | ||
| blogger.com | ||
| microsoft.com | ||
| en.wikipedia.org | ||
| adobe.com | ||
| cloudflare.com | ||
| wordpress.org | ||
| maps.google.com | ||
| youtu.be | ||
| docs.google.com | ||
| googleusercontent.com | ||
| vimeo.com | ||
| plus.google.com | ||
| sites.google.com | ||
| mozilla.org | ||
| accounts.google.com | ||
| europa.eu | ||
| drive.google.com | ||
| bbc.co.uk | ||
| medium.com | ||
| github.com | ||
| es.wikipedia.org | ||
| wikipedia.org | ||
| facebook.com | ||
| bp.blogspot.com | ||
| amazon.com | ||
| uol.com.br | ||
| line.me | ||
| istockphoto.com | ||
| vk.com | ||
| brandbucket.com | ||
| creativecommons.org | ||
| google.com.br | ||
| theguardian.com | ||
| paypal.com | ||
| opera.com | ||
| dailymotion.com | ||
| dropbox.com | ||
| mail.ru | ||
| whatsapp.com | ||
| imdb.com | ||
| globo.com | ||
| policies.google.com | ||
| nih.gov | ||
| developers.google.com | ||
| abril.com.br | ||
| slideshare.ne | ||
| wikimedia.org | ||
| msn.com | ||
| forbes.com | ||
| google.es | ||
| w3.org | ||
| gstatic.com | ||
| mail.google.com | ||
| mediafire.com | ||
| issuu.com | ||
| get.google.com | ||
| nytimes.com | ||
| jimdofree.com | ||
| ugedomains.com | ||
| google.co.jp | ||
| yahoo.com | ||
| myspace.com | ||
| google.de | ||
| reuters.com | ||
| fr.wikipedia.org | ||
| feedburner.com | ||
| bbc.com | ||
| news.google.com | ||
| cnn.com | ||
| .me | ||
| live.com | ||
| scribd.com | ||
| cpanel.com | ||
| ft.com | ||
| usatoday.com | ||
| samsung.com | ||
| themeforest.net | ||
| translate.google.com | ||
| indiatimes.com | ||
| lefigaro.fr | ||
| amazon.co.jp | ||
| dailymail.co.uk | ||
| washingtonpost.com | ||
| id.wikipedia.org | ||
| webmd.com | ||
| dan.com | ||
| afternic.com | ||
| draft.blogger.com | ||
| youronlinechoices.com | ||
| weebly.com | ||
| files.wordpress.com | ||
| google.co.uk | ||
| esun.co.uk | ||
| google.in | ||
| myaccount.google.com | ||
| fandom.com | ||
| independent.co.uk | ||
| namecheap.com | ||
| terra.com.br | ||
| ig.com.br | ||
| google.fr | ||
| lesk.com | ||
| uffingtonpost.com | ||
| books.google.com | ||
| mirror.co.uk | ||
| wikipedia.org | ||
| un.org | ||
| ipv4.google.com | ||
| marketingplatform.google.com | ||
| businessinsider.com | ||
| gravatar.com | ||
| news.yahoo.com | ||
| witter.com | ||
| bit.ly | ||
| atena.ne.jp | ||
| steampowered.com | ||
| it.wikipedia.org | ||
| latimes.com | ||
| 4shared.com | ||
| who.in | ||
| search.google.com | ||
| interest.com | ||
| nasa.gov | ||
| office.com | ||
| aboutads.info | ||
| harvard.edu | ||
| elegraph.co.uk | ||
| amazon.co.uk | ||
| time.com | ||
| abcnews.go.com | ||
| foxnews.com | ||
| rakuten.co.jp | ||
| icasaweb.google.com | ||
| google.ru | ||
| tinyurl.com | ||
| change.org | ||
| cnet.com | ||
| wsj.com | ||
| aol.com | ||
| tools.google.com | ||
| ebay.com | ||
| buydomains.com | ||
| aliexpress.com | ||
| networkadvertising.org | ||
| photos.google.com | ||
| fb.com | ||
| cpanel.net | ||
| cdc.gov | ||
| goo.gl | ||
| elegram.me | ||
| wikia.com | ||
| archive.org | ||
| amazon.de | ||
| gov.uk | ||
| elpais.com | ||
| wired.com | ||
| booking.com | ||
| uffpost.com | ||
| ok.ru | ||
| google.pl | ||
| bloomberg.com | ||
| de.wikipedia.org | ||
| android.com | ||
| google.nl | ||
| wiley.com | ||
| wa.me | ||
| nbcnews.com | ||
| newsweek.com | ||
| nginx.com | ||
| google.ca | ||
| cbc.ca | ||
| spotify.com | ||
| corriere.it | ||
| columbia.edu | ||
| shopify.com | ||
| mit.edu | ||
| .co | ||
| xbox.com | ||
| yadi.sk | ||
| enable-javascript.com | ||
| over-blog.com | ||
| sciencedirect.com | ||
| lemonde.fr | ||
| icann.org | ||
| ixabay.com | ||
| blackberry.com | ||
| ru.wikipedia.org | ||
| mysql.com | ||
| ziddu.com | ||
| sedo.com | ||
| imageshack.us | ||
| google.co.id | ||
| soundcloud.com | ||
| sciencemag.org | ||
| engadget.com | ||
| surveymonkey.com | ||
| bs.org | ||
| kickstarter.com | ||
| naver.com | ||
| bitly.com | ||
| sciencedaily.com | ||
| academia.edu | ||
| sputniknews.com | ||
| doubleclick.ne | ||
| ggpht.com | ||
| smh.com.au | ||
| npr.org | ||
| witch.tv | ||
| espn.com | ||
| rambler.ru | ||
| stanford.edu | ||
| wikihow.com | ||
| eatlantic.com | ||
| eventbrite.com | ||
| mashable.com | ||
| quora.com | ||
| disney.com | ||
| elmundo.es | ||
| rivacyshield.gov | ||
| digg.com | ||
| groups.yahoo.com | ||
| yandex.ru | ||
| goodreads.com | ||
| finance.yahoo.com | ||
| welt.de | ||
| skype.com | ||
| gizmodo.com | ||
| l.wikipedia.org | ||
| rapidshare.com | ||
| asus.com | ||
| berkeley.edu | ||
| otobucket.com | ||
| weibo.com | ||
| chicagotribune.com | ||
| dw.com | ||
| lycos.com | ||
| deezer.com | ||
| alibaba.com | ||
| ikea.com | ||
| ea.com | ||
| express.co.uk | ||
| ja.wikipedia.org | ||
| spiegel.de | ||
| mega.nz | ||
| cambridge.org | ||
| allaboutcookies.org | ||
| usnews.com | ||
| nikkei.com | ||
| umich.edu | ||
| picasa.google.com | ||
| metro.co.uk | ||
| apache.org | ||
| eglobeandmail.com | ||
| akamaihd.ne | ||
| netflix.com | ||
| storage.googleapis.com | ||
| nationalgeographic.com | ||
| cornell.edu | ||
| yahoo.co.j | ||
| gofundme.com | ||
| whitehouse.gov | ||
| ytimg.com | ||
| abc.es | ||
| nypost.com | ||
| washington.edu | ||
| .ne | ||
| britannica.com | ||
| loc.gov | ||
| adssettings.google.com | ||
| sychologytoday.com | ||
| disqus.com | ||
| buzzfeed.com | ||
| ovh.co.uk | ||
| shutterstock.com | ||
| news.com.au | ||
| goo.ne.j | ||
| detik.com | ||
| discord.gg | ||
| nydailynews.com | ||
| search.yahoo.com | ||
| repubblica.i | ||
| amazon.fr | ||
| yelp.com | ||
| arget.com | ||
| instagram.com | ||
| rottentomatoes.com | ||
| researchgate.ne | ||
| echcrunch.com | ||
| unesco.org | ||
| forms.gle | ||
| sfgate.com | ||
| rinceton.edu | ||
| bloglovin.com | ||
| google.com.tw | ||
| list-manage.com | ||
| sapo. | ||
| cnil.fr | ||
| ed.com | ||
| wix.com | ||
| cbsnews.com | ||
| rt.com | ||
| rustpilot.com | ||
| biglobe.ne.j | ||
| gmail.com | ||
| gnu.org | ||
| hollywoodreporter.com | ||
| nature.com | ||
| cnbc.com | ||
| mozilla.com | ||
| ria.ru | ||
| godaddy.com | ||
| guardian.co.uk | ||
| laystation.com | ||
| ripadvisor.com | ||
| oracle.com | ||
| bp0.blogger.com | ||
| abc.net.au | ||
| sendspace.com | ||
| ign.com | ||
| walmart.com | ||
| ovh.com | ||
| bing.com | ||
| groups.google.com | ||
| bandcamp.com | ||
| m.wikipedia.org | ||
| instructables.com | ||
| addtoany.com | ||
| depositfiles.com | ||
| urbandictionary.com | ||
| nginx.org | ||
| wp.com | ||
| netvibes.com | ||
| my.yahoo.com | ||
| stackoverflow.com | ||
| everge.com | ||
| etimes.co.uk | ||
| about.com | ||
| code.google.com | ||
| box.com | ||
| economist.com | ||
| noaa.gov | ||
| otos1.blogger.com | ||
| ovh.ne | ||
| google.co.in | ||
| secureserver.ne | ||
| ibm.com | ||
| variety.com | ||
| oup.com | ||
| googleblog.com | ||
| addthis.com | ||
| bp2.blogger.com | ||
| .com | ||
| amzn.to | ||
| zendesk.com | ||
| amazon.es | ||
| m.com | ||
| ietf.org | ||
| stuff.co.nz | ||
| dribbble.com | ||
| sina.com.cn | ||
| wiktionary.org | ||
| iubenda.com | ||
| greenpeace.org | ||
| so-net.ne.j | ||
| utexas.edu | ||
| narod.ru | ||
| state.gov | ||
| udemy.com | ||
| newyorker.com | ||
| symantec.com | ||
| excite.co.j | ||
| interest.co.uk | ||
| ndtv.com | ||
| viagens.com.br | ||
| edailybeast.com | ||
| behance.ne | ||
| foursquare.com | ||
| example.com | ||
| ed.gov | ||
| sakura.ne.j | ||
| axs.com | ||
| airbnb.com | ||
| xing.com | ||
| ebay.co.uk | ||
| ouse.gov | ||
| dell.com | ||
| fda.gov | ||
| google.com.au | ||
| zdnet.com | ||
| weforum.org | ||
| si.edu | ||
| reverbnation.com | ||
| interia.pl | ||
| businesswire.com | ||
| unsplash.com | ||
| a8.ne | ||
| abelog.com | ||
| answers.com | ||
| dreniq.com | ||
| amazon.i | ||
| scientificamerican.com | ||
| businessinsider.com.au | ||
| su.edu | ||
| oecd.org | ||
| mz.com | ||
| eonline.com | ||
| ucla.edu | ||
| ehill.com | ||
| answers.yahoo.com | ||
| livejournal.com | ||
| doi.org | ||
| orange.fr | ||
| khanacademy.org | ||
| salon.com | ||
| mixcloud.com | ||
| liveinternet.ru | ||
| cia.gov | ||
| offset.com | ||
| estar.com | ||
| discovery.com | ||
| investopedia.com | ||
| slate.com | ||
| adweek.com | ||
| steamcommunity.com | ||
| about.me | ||
| nps.gov | ||
| asahi.com | ||
| uawei.com | ||
| zeit.de | ||
| consumerreports.org | ||
| imgur.com | ||
| wn.com | ||
| ome.pl | ||
| outlook.com | ||
| coursera.org | ||
| uiuc.edu | ||
| statista.com | ||
| undeveloped.com | ||
| video.google.com | ||
| usgs.gov | ||
| gutenberg.org | ||
| marketwatch.com | ||
| bp1.blogger.com | ||
| amazon.ca | ||
| mystrikingly.com | ||
| standard.co.uk | ||
| feedproxy.google.com | ||
| olitico.com | ||
| worldbank.org | ||
| digitaltrends.com | ||
| venturebeat.com | ||
| indiegogo.com | ||
| amazon.in | ||
| fifa.com | ||
| bund.de | ||
| xinhuanet.com | ||
| ewresearch.org | ||
| vkontakte.ru | ||
| cocolog-nifty.com | ||
| e-monsite.com | ||
| daum.ne | ||
| megaupload.com | ||
| nba.com | ||
| dot.tk | ||
| entrepreneur.com | ||
| channel4.com | ||
| efreedictionary.com | ||
| ameblo.j | ||
| astebin.com | ||
| nokia.com | ||
| scoop.i | ||
| ssl-images-amazon.com | ||
| dictionary.com | ||
| boston.com | ||
| e-recht24.de | ||
| arstechnica.com | ||
| echradar.com | ||
| etsy.com | ||
| 000webhost.com | ||
| merriam-webster.com | ||
| canalblog.com | ||
| netlify.a | ||
| lifehacker.com | ||
| arallels.com | ||
| rediff.com | ||
| canva.com | ||
| ucoz.ru | ||
| br.org | ||
| inc.com | ||
| calameo.com | ||
| marriott.com | ||
| billboard.com | ||
| irs.gov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment