diff --git a/avoidr/avoidr.py b/avoidr/avoidr.py index e608153..ad15d87 100644 --- a/avoidr/avoidr.py +++ b/avoidr/avoidr.py @@ -12,6 +12,7 @@ from zipfile import ZipFile grand_total = {'4': 0, '6': 0} results = dict() + def calculate_hash(path): ''' Calculate the SHA1 hash of a file. ''' hash_sha1 = hashlib.sha1() @@ -20,6 +21,7 @@ def calculate_hash(path): hash_sha1.update(chunk) return hash_sha1.hexdigest() + def get_url(url, git=False) -> str: ''' Get the contents of a URL. ''' data = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36'} @@ -28,6 +30,7 @@ def get_url(url, git=False) -> str: req = urllib.request.Request(url, headers=data) return urllib.request.urlopen(req, timeout=10).read().decode() + def update_database(): ''' Update the ASN database. ''' DB = 'databases/fullASN.json.zip' @@ -54,6 +57,7 @@ def update_database(): with ZipFile(DB) as zObject: zObject.extract(DB[10:-4], 'databases') + def process_asn(data): ''' Process an ASN. ''' if data['asn'] not in results: @@ -70,27 +74,55 @@ def process_asn(data): grand_total['6'] += total print('Found \033[93mAS{0}\033[0m \033[1;30m({1})\033[0m containing \033[32m{2:,}\033[0m IPv6 ranges with \033[36m{3:,}\033[0m total IP addresses'.format(data['asn'], title, len(data['prefixesIPv6']), total)) + def total_ips(ranges, total=0): for _range in ranges: total += ipaddress.ip_network(_range).num_addresses return total -# Main -print('[~] Checking for database updates...') -update_database() -data = json.loads(open('databases/fullASN.json').read()) -queries = [item.rstrip() for item in open('custom.txt').readlines()] -print('[~] Searching {len(queries):,} queries against {len(data):,} ASNs...') -for item in data: - for field in [x for x in data[item] if x in ('descr','org')]: - if [x for x in queries if x.lower() in data[item][field].lower()]: - process_asn(data[item]) - break -with open('out.json', 'w') as fp: - json.dump(results, fp) -total_v4 = ipaddress.ip_network('0.0.0.0/0').num_addresses -total_v6 = ipaddress.ip_network('::/0').num_addresses -print('Total IPv4 Addresses : {0:,}'.format(total_v4)) -print('Total IPv4 After Clean : {0:,}'.format(total_v4-grand_total['4'])) -print('Total IPv6 Addresses : {0:,}'.format(total_v6)) -print('Total IPv6 After Clean : {0:,}'.format(total_v6-grand_total['6'])) + +def write_exclusions(asn_list, exclusions_file='exclusions.conf'): + ''' Write masscan exclusions file. ''' + exclusions = [] + for asn in asn_list: + name = asn_list[asn]['name'] + ranges = asn_list[asn]['ranges'] + + exclusions.append(f'# {name}') + for proto in ranges: + exclusions.extend(ranges[proto]) + + with open(exclusions_file, 'w') as fp: + fp.write('\n'.join(exclusions)) + + +def main(): + print('[~] Checking for database updates...') + update_database() + + data = json.loads(open('databases/fullASN.json').read()) + queries = [item.rstrip() for item in open('custom.txt').readlines()] + + print('[~] Searching {len(queries):,} queries against {len(data):,} ASNs...') + for item in data: + for field in [x for x in data[item] if x in ('descr','org')]: + if [x for x in queries if x.lower() in data[item][field].lower()]: + process_asn(data[item]) + break + + with open('out.json', 'w') as fp: + json.dump(results, fp) + + write_exclusions(results) + + total_v4 = ipaddress.ip_network('0.0.0.0/0').num_addresses + total_v6 = ipaddress.ip_network('::/0').num_addresses + print('Total IPv4 Addresses : {0:,}'.format(total_v4)) + print('Total IPv4 After Clean : {0:,}'.format(total_v4-grand_total['4'])) + print('Total IPv6 Addresses : {0:,}'.format(total_v6)) + print('Total IPv6 After Clean : {0:,}'.format(total_v6-grand_total['6'])) + print('Exclusions written to exclusions.conf') + + +if __name__ == '__main__': + main() diff --git a/avoidr/databases/fullASN.json b/avoidr/databases/fullASN.json index 01791cd..3c4ab9d 100644 --- a/avoidr/databases/fullASN.json +++ b/avoidr/databases/fullASN.json @@ -19388,7 +19388,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michel.gee@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1990-07-13", "updated": "2017-07-13", "rir": "arin", @@ -25915,7 +25915,7 @@ "abuse": "abuse@elisa.fi", "type": "isp", "created": "2002-06-24", - "updated": "2023-03-31", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "2.20.0.0/22", @@ -30524,7 +30524,7 @@ "domain": "jisc.ac.uk", "type": "hosting", "created": "2002-09-18", - "updated": "2023-09-15", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "45.88.80.0/23", @@ -31084,7 +31084,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1991-06-17", "updated": "2017-07-13", "rir": "arin", @@ -32419,7 +32419,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1994-01-21", "updated": "2017-07-13", "rir": "arin", @@ -33897,7 +33897,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "Geoffrey.Worthing@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "updated": "2017-07-13", "rir": "arin", "prefixes": [ @@ -36794,6 +36794,13 @@ "descr": "CITY-OF-CELINA, US", "country": "US", "active": true, + "org": "CITY OF CELINA", + "domain": "celina-tx.gov", + "abuse": "it@celina-tx.gov", + "type": "government", + "created": "2022-06-16", + "updated": "2022-06-16", + "rir": "arin", "prefixes": [ "170.205.8.0/24", "170.205.9.0/24" @@ -44320,7 +44327,7 @@ "domain": "www.arelion.com", "type": "hosting", "created": "2002-09-19", - "updated": "2023-09-22", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "2.22.36.0/22", @@ -50680,7 +50687,7 @@ "domain": "telia.fi", "type": "isp", "created": "2002-09-19", - "updated": "2023-08-22", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "45.14.40.0/22", @@ -55334,7 +55341,7 @@ "domain": "milkywan.fr", "type": "business", "created": "2011-01-12", - "updated": "2023-08-31", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "45.13.104.0/22", @@ -56700,7 +56707,7 @@ "domain": "telenor.net", "type": "isp", "created": "2002-07-31", - "updated": "2023-09-20", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "2.148.0.0/14", @@ -56967,7 +56974,7 @@ "abuse": "abuse@inex.ie", "type": "business", "created": "2002-08-26", - "updated": "2023-09-21", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "185.6.36.0/22", @@ -62972,8 +62979,8 @@ "country": "JP", "active": true, "org": "Sony Network Communications Inc.", - "domain": "www.sonynetworkcom.com", - "type": "isp", + "domain": "www.sonynetwork.co.jp", + "type": "hosting", "updated": "2020-08-21", "rir": "jpnic", "prefixes": [ @@ -64270,7 +64277,7 @@ "active": true, "org": "Universita di Padova", "domain": "vsix.it", - "type": "education", + "type": "hosting", "created": "1970-01-01", "updated": "2023-05-04", "rir": "ripe", @@ -65623,7 +65630,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1993-05-25", "updated": "2016-05-02", "rir": "arin", @@ -65705,7 +65712,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1993-05-25", "updated": "2016-05-02", "rir": "arin", @@ -65953,7 +65960,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1993-05-25", "updated": "2016-05-02", "rir": "arin", @@ -66012,7 +66019,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1993-05-25", "updated": "2016-05-02", "rir": "arin", @@ -66102,7 +66109,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1993-05-25", "updated": "2016-05-02", "rir": "arin", @@ -66129,7 +66136,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1993-05-25", "updated": "2016-05-02", "rir": "arin", @@ -69300,7 +69307,7 @@ "domain": "orange.com", "type": "isp", "created": "2002-07-25", - "updated": "2023-08-29", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "46.111.0.0/16", @@ -69343,6 +69350,9 @@ "descr": "BT-UK-AS BTnet UK Regional network, GB", "country": "GB", "active": true, + "org": "31 Tame close Walsall West Midland WS1 4BA", + "type": "business", + "rir": null, "prefixes": [ "5.80.0.0/15", "5.81.0.0/16", @@ -70141,7 +70151,7 @@ "domain": "kuzstu.ru", "type": "business", "created": "2002-09-10", - "updated": "2023-04-13", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "147.45.0.0/16", @@ -74115,7 +74125,7 @@ "abuse": "abuse@veloxserv.co.uk", "type": "hosting", "created": "2012-04-26", - "updated": "2023-09-08", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "2.58.175.0/24", @@ -74308,7 +74318,7 @@ "domain": "ground.ir", "type": "business", "created": "2012-04-26", - "updated": "2023-08-16", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "37.32.44.0/24", @@ -74471,7 +74481,7 @@ "domain": "alastyr.com", "type": "hosting", "created": "2012-05-01", - "updated": "2023-04-30", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "5.2.80.0/24", @@ -74745,7 +74755,7 @@ "abuse": "abuse.de@vodafone.com", "type": "isp", "created": "2002-09-11", - "updated": "2023-09-05", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "2.200.0.0/13", @@ -76336,7 +76346,7 @@ "abuse": "abuse-b2b@beeline.ru", "type": "isp", "created": "2002-09-03", - "updated": "2023-09-22", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "2.92.12.0/22", @@ -76888,7 +76898,7 @@ "abuse": "turvas@eenet.ee", "type": "business", "created": "1970-01-01", - "updated": "2022-03-08", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "171.22.244.0/22", @@ -77473,7 +77483,7 @@ "active": true, "org": "Institutul National de Cercetare-Dezvoltare in informatica - ICI Bucuresti", "domain": "www.ici.ro", - "type": "business", + "type": "hosting", "created": "2002-05-17", "updated": "2021-10-05", "rir": "ripe", @@ -78292,7 +78302,7 @@ "abuse": "abuse@gtt.net", "type": "isp", "created": "2002-09-20", - "updated": "2023-09-19", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "2.56.236.0/22", @@ -79395,7 +79405,7 @@ "domain": "www.sarenet.es", "type": "business", "created": "2002-07-04", - "updated": "2023-09-21", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "185.177.40.0/24", @@ -80138,7 +80148,7 @@ "abuse": "abuse@layerbridge.com", "type": "hosting", "created": "2015-11-12", - "updated": "2023-03-28", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "66.118.244.0/24", @@ -80213,7 +80223,7 @@ "abuse": "abuse@delfa.net", "type": "business", "created": "2015-11-11", - "updated": "2023-09-15", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "80.90.176.0/23", @@ -80329,7 +80339,7 @@ "domain": "abuse.mail.dk", "type": "isp", "created": "2002-09-20", - "updated": "2023-08-15", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "2.21.28.0/22", @@ -80786,7 +80796,7 @@ "domain": "telia.com", "type": "isp", "created": "2002-06-12", - "updated": "2023-09-15", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.248.0.0/14", @@ -81232,7 +81242,7 @@ "abuse": "abuse@ip-plus.net", "type": "isp", "created": "2002-09-19", - "updated": "2023-09-19", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "46.14.0.0/16", @@ -81592,7 +81602,7 @@ "domain": "telia.com", "type": "isp", "created": "2002-09-02", - "updated": "2023-05-03", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "62.44.128.0/18", @@ -81690,7 +81700,7 @@ "abuse": "abuse.italy.g@bt.com", "type": "isp", "created": "2002-09-18", - "updated": "2023-09-20", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "31.12.8.0/22", @@ -82477,7 +82487,7 @@ "abuse": "abuse@as3326.net", "type": "business", "created": "2002-04-04", - "updated": "2023-09-12", + "updated": "2023-10-27", "rir": "ripe", "prefixes": [ "5.1.0.0/23", @@ -83473,7 +83483,7 @@ "abuse": "abuseripe@cibicom.dk", "type": "isp", "created": "2015-11-02", - "updated": "2023-09-18", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "92.241.192.0/20", @@ -94743,7 +94753,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "Geoffrey.Worthing@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "1994-08-16", "updated": "2017-07-13", "rir": "arin", @@ -98733,7 +98743,7 @@ "country": "BM", "active": true, "org": "Internet Bermuda Limited", - "domain": "www.logiccom.bm", + "domain": "logiccom.bm", "abuse": "noc@logiccom.bm", "type": "business", "created": "1994-09-26", @@ -105382,9 +105392,9 @@ "country": "US", "active": true, "org": "The Iserv Company, LLC", - "domain": "iserv.net", + "domain": "www.iservworks.com", "abuse": "net-admin@iserv.net", - "type": "business", + "type": "hosting", "created": "1995-01-05", "updated": "2002-09-24", "rir": "arin", @@ -138569,7 +138579,7 @@ "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "isp", - "updated": "2017-08-28", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "1.24.0.0/13", @@ -142278,7 +142288,7 @@ "country": "US", "active": true, "org": "Vencore Services and Solutions, Inc.", - "domain": "vencore.com", + "domain": "VENCORE.COM", "abuse": "JUNAID.KHAN@VENCORE.COM", "type": "business", "created": "2009-09-30", @@ -147531,7 +147541,7 @@ "abuse": "abuse@telnetwork.it", "type": "hosting", "created": "2002-09-12", - "updated": "2023-09-07", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "195.36.0.0/18" @@ -148901,7 +148911,7 @@ "abuse": "abuse@mcbone.net", "type": "hosting", "created": "2002-09-23", - "updated": "2023-08-07", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "62.104.0.0/16", @@ -149567,12 +149577,12 @@ "descr": "AS5482, GB", "country": "GB", "active": true, - "org": "Vitrifi Limited", - "domain": "vitrifi.net", - "abuse": "abuse@vitrifi.net", + "org": "AllPoints Fibre Limited", + "domain": "allpointsfibre.com", + "abuse": "abuse@allpointsfibre.com", "type": "business", "created": "1970-01-01", - "updated": "2023-07-04", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "193.36.4.0/22" @@ -149925,11 +149935,11 @@ "descr": "CHESS Commercial Internet Service Provider, GB", "country": "GB", "active": true, - "org": "CLOUDCOCO HOLDINGS LIMITED", + "org": "Chess ICT Ltd", "domain": "chessict.co.uk", - "type": "hosting", + "type": "business", "created": "1970-01-01", - "updated": "2021-03-15", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "80.92.144.0/20", @@ -150058,7 +150068,7 @@ "domain": "logosnet.cy.net", "type": "hosting", "created": "2002-01-08", - "updated": "2023-08-03", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "82.114.32.0/22", @@ -150150,7 +150160,7 @@ "domain": "orange.com", "type": "isp", "created": "2002-09-17", - "updated": "2023-09-21", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "41.223.96.0/22", @@ -150490,7 +150500,7 @@ "domain": "credo-telecom.ru", "type": "business", "created": "2002-06-20", - "updated": "2023-04-18", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "81.13.0.0/17", @@ -151707,7 +151717,7 @@ "domain": "netlux.org", "type": "business", "created": "1970-01-01", - "updated": "2022-09-28", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "176.101.96.0/19", @@ -151806,7 +151816,7 @@ "abuse": "abuse@telekom.si", "type": "isp", "created": "2002-09-19", - "updated": "2023-08-02", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "37.18.224.0/20", @@ -152058,7 +152068,7 @@ "abuse": "abuse@sky.uk", "type": "isp", "created": "1970-01-01", - "updated": "2023-09-18", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "2.120.0.0/13", @@ -176010,9 +176020,9 @@ "country": "US", "active": true, "org": "Lycos, Inc.", - "domain": "lycos-inc.com", + "domain": "www.lycos.com", "abuse": "nic-tech@lycos-inc.com", - "type": "business", + "type": "hosting", "created": "1996-03-18", "updated": "2015-12-07", "rir": "arin", @@ -185095,7 +185105,7 @@ "abuse": "abuse@elisa.fi", "type": "isp", "created": "2006-09-05", - "updated": "2023-08-10", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "192.136.73.0/24", @@ -185426,7 +185436,7 @@ "abuse": "noc@verixi.net", "type": "hosting", "created": "2002-08-26", - "updated": "2023-01-10", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "5.149.136.0/23", @@ -187120,7 +187130,7 @@ "abuse": "abuse@comstar.ru", "type": "isp", "created": "2002-07-09", - "updated": "2023-08-24", + "updated": "2023-10-24", "rir": "ripe", "prefixesIPv6": [ "2a03:6505::/32" @@ -187678,7 +187688,7 @@ "abuse": "tech@seabone.net", "type": "isp", "created": "2002-09-20", - "updated": "2023-08-08", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "2.16.19.0/24", @@ -188264,7 +188274,7 @@ "domain": "m-ix.net", "type": "isp", "created": "1970-01-01", - "updated": "2023-07-19", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "45.149.244.0/22", @@ -188387,7 +188397,7 @@ "abuse": "abuse@ote.gr", "type": "isp", "created": "1970-01-01", - "updated": "2023-09-05", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "2.84.0.0/14", @@ -191161,7 +191171,7 @@ "domain": "cytanet.com.cy", "type": "isp", "created": "1970-01-01", - "updated": "2023-07-10", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "31.153.0.0/16", @@ -191733,7 +191743,7 @@ "abuse": "abuse@nix.cz", "type": "business", "created": "2002-05-17", - "updated": "2023-09-01", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "93.190.128.0/21", @@ -192331,9 +192341,9 @@ "country": "US", "active": true, "org": "Texas Department of Information Resources", - "domain": "Capnet.State.tx.us", + "domain": "dir.texas.gov", "abuse": "Abuse@Capnet.State.TX.us", - "type": "government", + "type": "hosting", "created": "1996-06-20", "updated": "2009-06-03", "rir": "arin", @@ -209486,7 +209496,7 @@ "org": "Universidad Autonoma De Tamaulipas", "domain": "uat.edu.mx", "abuse": "mwalle@uat.edu.mx", - "type": "hosting", + "type": "education", "created": "1996-11-08", "updated": "2009-08-21", "rir": "lacnic", @@ -213709,11 +213719,11 @@ "descr": "CSTNET-AS-AP Computer Network Information Center, CN", "country": "CN", "active": true, - "org": "Computer Network Information Center", - "domain": "cstnet.net.cn", - "abuse": "ipas@cnnic.cn", - "type": "business", - "updated": "2021-06-16", + "org": "CNIC-CAS", + "domain": "www.cnic.cn", + "abuse": "supervise@cnic.cn", + "type": "hosting", + "updated": "2023-10-09", "rir": "apnic", "prefixes": [ "60.245.128.0/17", @@ -228810,9 +228820,9 @@ "country": "TH", "active": true, "org": "JASMINE INTERNET COMPANY LIMITED", - "domain": "ji-net.com", + "domain": "www.ji-net.com", "abuse": "abuse@ji-net.com", - "type": "business", + "type": "isp", "updated": "2023-08-18", "rir": "apnic", "prefixes": [ @@ -235682,10 +235692,10 @@ "active": true, "org": "V tal", "domain": "vtal.com", - "abuse": "dominios@vtal.com", + "abuse": "abuse@vtal.com", "type": "isp", "created": "1999-11-16", - "updated": "2022-10-11", + "updated": "2023-10-25", "rir": "lacnic", "prefixes": [ "138.0.16.0/22", @@ -238743,12 +238753,12 @@ "descr": "ELPC-INC, CA", "country": "CA", "active": true, - "org": "ELPC", - "domain": "elpc.org", - "abuse": "noc@ELPCinc.com", + "org": "Fleettel INC.", + "domain": "fleetinfo.info", + "abuse": "admin@fleetinfo.info", "type": "business", "created": "2020-01-22", - "updated": "2020-01-22", + "updated": "2023-09-25", "rir": "arin", "prefixes": [ "23.150.144.0/24", @@ -258822,10 +258832,10 @@ "active": true, "org": "V tal", "domain": "vtal.com", - "abuse": "dominios@vtal.com", + "abuse": "abuse@vtal.com", "type": "isp", "created": "1999-11-17", - "updated": "2022-07-07", + "updated": "2023-10-25", "rir": "lacnic", "prefixes": [ "177.0.0.0/16", @@ -259514,7 +259524,7 @@ "abuse": "abuse@lvrtc.lv", "type": "business", "created": "1970-01-01", - "updated": "2023-08-14", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "31.24.192.0/21", @@ -259781,9 +259791,9 @@ "country": "FR", "active": true, "org": "Zayo Infrastructure France SA", - "domain": "as8218.eu", + "domain": "zayo.com", "abuse": "abuse@as8218.eu", - "type": "business", + "type": "hosting", "created": "2004-07-09", "updated": "2023-07-26", "rir": "ripe", @@ -260789,7 +260799,7 @@ "domain": "www.raiffeisenbank.rs", "type": "banking", "created": "2006-10-19", - "updated": "2023-07-10", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "193.34.142.0/24", @@ -261254,12 +261264,12 @@ "descr": "IPNG, CH", "country": "CH", "active": true, - "org": "Pim van Pelt", + "org": "IPng Networks GmbH", "domain": "ipng.ch", "abuse": "abuse+ripe@ipng.nl", - "type": "hosting", + "type": "business", "created": "2002-06-07", - "updated": "2023-03-18", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "92.119.38.0/24", @@ -261280,7 +261290,7 @@ "org": "JVC INFOTEL", "domain": "infotel.ru", "abuse": "noc@infotel.ru", - "type": "business", + "type": "hosting", "created": "2002-07-16", "updated": "2017-11-15", "rir": "ripe", @@ -261539,7 +261549,7 @@ "domain": "www.sipartech.com", "type": "hosting", "created": "2009-04-14", - "updated": "2023-09-15", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "37.19.128.0/18", @@ -261884,8 +261894,8 @@ "country": "NL", "active": true, "org": "SaaSplaza Nederland B.V.", - "domain": "saasplaza.com", - "type": "hosting", + "domain": "www.ictergezocht.nl", + "type": "business", "created": "2009-10-07", "updated": "2018-09-21", "rir": "ripe", @@ -261916,7 +261926,7 @@ "domain": "www.lonap.net", "type": "isp", "created": "2002-07-04", - "updated": "2023-09-21", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "5.57.88.0/21", @@ -261935,7 +261945,7 @@ "domain": "domru.ru", "type": "isp", "created": "2002-04-27", - "updated": "2023-06-10", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "80.90.240.0/20", @@ -262107,7 +262117,7 @@ "abuse": "abuse@rtcomm.ru", "type": "business", "created": "2002-09-10", - "updated": "2023-07-28", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "45.153.74.0/23", @@ -262559,7 +262569,7 @@ "domain": "mtu.ru", "type": "isp", "created": "2002-09-17", - "updated": "2023-09-08", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "5.144.96.0/19", @@ -265040,7 +265050,7 @@ "domain": "www.telekom.com", "type": "isp", "created": "2002-04-25", - "updated": "2022-07-06", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "46.17.224.0/21", @@ -266004,7 +266014,7 @@ "domain": "www.sdt.net", "type": "isp", "created": "1970-01-01", - "updated": "2022-03-10", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "193.35.216.0/24", @@ -266484,7 +266494,7 @@ "abuse": "abuse@clara.net", "type": "isp", "created": "2002-09-17", - "updated": "2023-09-22", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "5.253.180.0/24", @@ -266746,7 +266756,7 @@ "domain": "drei.com", "type": "isp", "created": "2002-09-19", - "updated": "2023-09-01", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "46.57.0.0/17", @@ -266970,7 +266980,7 @@ "abuse": "abuse@sol.at", "type": "isp", "created": "2002-07-09", - "updated": "2023-09-15", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "46.247.192.0/19", @@ -267029,7 +267039,7 @@ "abuse": "abuse@a1.at", "type": "isp", "created": "2002-09-20", - "updated": "2023-09-13", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "45.132.35.0/24", @@ -268758,7 +268768,7 @@ "domain": "atom86.net", "type": "business", "created": "2009-07-28", - "updated": "2023-09-13", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "31.14.45.0/24", @@ -269108,7 +269118,7 @@ "domain": "www.cancom.de", "type": "business", "created": "2002-09-23", - "updated": "2023-07-03", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "5.61.80.0/21", @@ -270495,7 +270505,7 @@ "domain": "ama-networx.net", "type": "business", "created": "1970-01-01", - "updated": "2023-08-24", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "37.186.5.0/24", @@ -274691,8 +274701,8 @@ "country": "DE", "active": true, "org": "METRO Digital GmbH", - "domain": "www.wipro.com", - "type": "business", + "domain": "metro.digital", + "type": "hosting", "created": "2002-09-10", "updated": "2021-04-08", "rir": "ripe", @@ -275987,7 +275997,7 @@ "abuse": "abuse@dogado.de", "type": "hosting", "created": "2002-04-10", - "updated": "2023-09-20", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "82.141.0.0/18", @@ -276451,7 +276461,7 @@ "abuse": "ripe-abuse@prtsystems.net.uk", "type": "business", "created": "2002-09-16", - "updated": "2020-07-06", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "31.7.8.0/21", @@ -277993,7 +278003,7 @@ "domain": "comcor.ru", "type": "business", "created": "2002-08-01", - "updated": "2023-09-11", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "31.13.32.0/19", @@ -279590,7 +279600,7 @@ "abuse": "support@netassist.ua", "type": "business", "created": "2009-11-11", - "updated": "2023-09-22", + "updated": "2023-10-08", "rir": "ripe", "prefixes": [ "62.205.159.0/24", @@ -281129,7 +281139,7 @@ "domain": "aztelekom.az", "type": "isp", "created": "2002-01-22", - "updated": "2023-08-14", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "158.181.40.0/23" @@ -283161,7 +283171,7 @@ "abuse": "abuse@1und1.net", "type": "isp", "created": "2002-05-22", - "updated": "2023-09-21", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "24.40.128.0/18", @@ -283930,7 +283940,7 @@ "abuse": "abuse@artfiles.de", "type": "hosting", "created": "2002-08-06", - "updated": "2023-07-11", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "80.252.96.0/20", @@ -284311,7 +284321,7 @@ "abuse": "abuse@ifb.net", "type": "business", "created": "2002-09-16", - "updated": "2020-10-12", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "31.25.160.0/21", @@ -284857,7 +284867,7 @@ "domain": "gtt.net", "type": "isp", "created": "2002-09-19", - "updated": "2023-09-21", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "62.50.128.0/19", @@ -285218,7 +285228,7 @@ "abuse": "registry@orange.com", "type": "business", "created": "2002-04-19", - "updated": "2023-08-29", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "37.156.224.0/24", @@ -285425,7 +285435,7 @@ "abuse": "abuse.italy.g@bt.com", "type": "isp", "created": "2002-09-10", - "updated": "2023-09-20", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "31.170.42.0/23", @@ -286312,7 +286322,7 @@ "domain": "msk-ix.ru", "type": "business", "created": "1970-01-01", - "updated": "2023-04-12", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "62.76.209.0/24", @@ -286634,7 +286644,7 @@ "abuse": "abuse@retn.net", "type": "hosting", "created": "2008-03-25", - "updated": "2023-09-22", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "23.56.98.0/24", @@ -290384,7 +290394,7 @@ "domain": "umniah.com", "type": "business", "created": "1970-01-01", - "updated": "2022-05-08", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "5.45.128.0/24", @@ -290704,7 +290714,7 @@ "domain": "domru.ru", "type": "isp", "created": "2011-10-13", - "updated": "2023-09-22", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "5.3.85.0/24", @@ -290757,9 +290767,10 @@ "country": "RO", "active": true, "org": "ORANGE ROMANIA COMMUNICATION S.A", + "domain": "orange.com", "type": "isp", "created": "1970-01-01", - "updated": "2022-11-18", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "31.14.20.0/24", @@ -292463,7 +292474,7 @@ "abuse": "abuse@turktelekom.com.tr", "type": "isp", "created": "2002-09-19", - "updated": "2023-09-22", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "2.17.224.0/22", @@ -293741,7 +293752,7 @@ "abuse": "abuse@wobcom.de", "type": "business", "created": "1970-01-01", - "updated": "2023-06-16", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "5.159.24.0/21", @@ -293982,7 +293993,7 @@ "domain": "bhtelecom.ba", "type": "isp", "created": "2002-02-15", - "updated": "2022-08-01", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "31.176.128.0/17", @@ -296761,7 +296772,7 @@ "abuse": "abuse-fm@mil.se", "type": "business", "created": "1970-01-01", - "updated": "2023-09-22", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "192.36.7.0/24", @@ -297520,7 +297531,7 @@ "country": "HK", "active": true, "org": "PCCW Teleservices Operations (Hong Kong) Limited", - "domain": "pccwglobal.com", + "domain": "www.pccwglobal.com", "abuse": "asiapacific@pccwglobal.com", "type": "business", "updated": "2023-08-23", @@ -299119,9 +299130,9 @@ "country": "AU", "active": true, "org": "ONEQODE ASSETS PTY LTD", - "domain": "oneqode.com.au", + "domain": "www.oneqode.com", "abuse": "noc@oneqode.com.au", - "type": "business", + "type": "hosting", "updated": "2023-09-01", "rir": "apnic", "prefixesIPv6": [ @@ -305539,7 +305550,7 @@ "domain": "www.ku.ac.th", "abuse": "Pirawat.W@ku.th", "type": "education", - "updated": "2023-08-24", + "updated": "2023-10-03", "rir": "apnic", "prefixes": [ "158.108.0.0/16", @@ -311269,11 +311280,11 @@ "descr": "GOODCYBER-AS GOODMORNING SHINHAN SECURITIES Co., Ltd., KR", "country": "KR", "active": true, - "org": "GOODMORNING SHINHAN SECURITIES Co., Ltd.", + "org": "Shinhan Securities Co.,Ltd.", "domain": "shinhan.com", "abuse": "irt@nic.or.kr", "type": "business", - "updated": "2017-03-17", + "updated": "2023-10-04", "rir": "apnic", "prefixes": [ "61.33.238.0/24", @@ -315698,7 +315709,8 @@ "country": "JP", "active": true, "org": "KDDI Web Communications Inc.", - "type": "isp", + "domain": "www.kddi-webcommunications.co.jp", + "type": "hosting", "updated": "2016-10-12", "rir": "jpnic", "prefixes": [ @@ -317535,10 +317547,6 @@ "descr": "TONGYANGLIFE-AS-KR TONGYANG LIFE INSURANCE CO., LTD., KR", "country": "KR", "active": true, - "org": "TONGYANG LIFE INSURANCE CO., LTD.", - "domain": "www.myangel.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.143.176.0/24", "103.143.177.0/24", @@ -317551,10 +317559,6 @@ "descr": "HYUNDAICAPITAL-AS-KR HYUNDAICARD CO., KR", "country": "KR", "active": true, - "org": "HYUNDAICARD CO.", - "domain": "www.hyundaicard.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.40.236.0/24", "125.142.121.0/24", @@ -317566,10 +317570,6 @@ "descr": "WEBTRADE-AS SK Securities Limited, KR", "country": "KR", "active": true, - "org": "SK Securities Limited", - "domain": "sks.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.209.200.0/24", "211.205.77.0/24" @@ -317580,10 +317580,6 @@ "descr": "YSU-AS-KR youngsan university, KR", "country": "KR", "active": true, - "org": "youngsan university", - "domain": "www.ysu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "61.75.198.0/24", "61.75.199.0/24", @@ -317625,10 +317621,6 @@ "descr": "SDCNET-AS-KR SEOUL DAIRY CO-OP., KR", "country": "KR", "active": true, - "org": "SEOUL DAIRY CO-OP.", - "domain": "seoulmilk.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.126.128.0/24", "210.126.129.0/24", @@ -317642,10 +317634,6 @@ "descr": "SLC-AS-KR SUDOKWON Landfill Site Management Corp, KR", "country": "KR", "active": true, - "org": "SUDOKWON Landfill Site Management Corp", - "domain": "slc.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.53.114.0/24" ] @@ -317655,10 +317643,6 @@ "descr": "SHNS-AS GOODMORNING SHINHAN SECURITIES Co., Ltd., KR", "country": "KR", "active": true, - "org": "GOODMORNING SHINHAN SECURITIES Co., Ltd.", - "domain": "shinhan.com", - "type": "business", - "rir": "krnic", "prefixes": [ "128.134.154.0/24", "175.120.58.0/24", @@ -317671,10 +317655,6 @@ "descr": "PUFS-AS Pusan University of Foreign Studies, KR", "country": "KR", "active": true, - "org": "Pusan University of Foreign Studies", - "domain": "bufs.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "223.195.222.0/24" ] @@ -317684,10 +317664,6 @@ "descr": "NHNPAYCO-AS-KR NHNPayco, KR", "country": "KR", "active": true, - "org": "NHNPayco", - "domain": "www.nhn.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.146.180.0/23" ] @@ -317697,10 +317673,6 @@ "descr": "KBSI-AS-KR Korea Basic Science Institute, KR", "country": "KR", "active": true, - "org": "Korea Basic Science Institute", - "domain": "www.kbsi.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.230.121.0/24", "203.230.122.0/23", @@ -317716,10 +317688,6 @@ "descr": "NH-AS National Agricultural Cooperative federation, KR", "country": "KR", "active": true, - "org": "National Agricultural Cooperative federation", - "domain": "nonghyup.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.214.72.0/24", "1.214.73.0/24", @@ -317762,10 +317730,6 @@ "descr": "WIDERPLANET-AS-KR Wider Planet, KR", "country": "KR", "active": true, - "org": "Wider Planet", - "domain": "widerplanet.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.105.156.0/22", "103.105.156.0/23", @@ -317780,10 +317744,6 @@ "descr": "KRCERT-AS-KR Korea Internet Security Agency, KR", "country": "KR", "active": true, - "org": "Korea Internet Security Agency", - "domain": "www.kisa.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "121.133.41.0/24", "180.222.220.0/24", @@ -317805,10 +317765,6 @@ "descr": "KDB-AS-KR Korea Development Bank, KR", "country": "KR", "active": true, - "org": "Korea Development Bank", - "domain": "www.kdbbank.eu", - "type": "banking", - "rir": "krnic", "prefixes": [ "61.32.249.0/24", "106.241.135.0/24", @@ -317828,10 +317784,6 @@ "descr": "KISA Korea Internet Security Agency, KR", "country": "KR", "active": true, - "org": "Korea Internet Security Agency", - "domain": "www.kisa.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "61.248.224.0/24", "61.248.225.0/24", @@ -317844,10 +317796,6 @@ "descr": "SIGNGATE-AS KICA, KR", "country": "KR", "active": true, - "org": "KICA", - "domain": "www.signgate.com", - "type": "business", - "rir": "krnic", "prefixes": [ "114.108.186.0/24", "211.35.96.0/24", @@ -317859,10 +317807,6 @@ "descr": "SKTELECOM-NET-AS SK Telecom, KR", "country": "KR", "active": true, - "org": "SK Telecom", - "domain": "sk.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.160.0.0/12", "27.176.0.0/13", @@ -317924,10 +317868,6 @@ "descr": "EGIOS-AS eGIOS, KR", "country": "KR", "active": true, - "org": "eGIOS", - "domain": "meta-m.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.47.160.0/24", "211.47.161.0/24", @@ -317940,10 +317880,6 @@ "descr": "SEOULMETRO-AS Seoul Metropolitan Government, KR", "country": "KR", "active": true, - "org": "Seoul Metropolitan Government", - "domain": "www.seoul.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.225.91.0/24", "1.225.92.0/24", @@ -319432,10 +319368,6 @@ "descr": "SFMC-AS-KR Seoul Facilities Corporation, KR", "country": "KR", "active": true, - "org": "Seoul Facilities Corporation", - "domain": "www.sisul.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.145.214.0/23", "210.104.21.0/24" @@ -319446,10 +319378,6 @@ "descr": "HANWHA-AS HANWHA Corp. Information Service div., KR", "country": "KR", "active": true, - "org": "HANWHA Corp. Information Service div.", - "domain": "www.hanwha.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.209.204.0/24", "14.47.119.0/24", @@ -319476,10 +319404,6 @@ "descr": "FACT-AS-KR KOAT, KR", "country": "KR", "active": true, - "org": "KOAT", - "domain": "www.koat.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "222.117.144.0/24", "222.117.145.0/24" @@ -319517,10 +319441,6 @@ "descr": "BORANET-AS-KR LG DACOM Corporation, KR", "country": "KR", "active": true, - "org": "LG DACOM Corporation", - "domain": "lguplus.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "103.30.160.0/24", "103.30.161.0/24", @@ -319536,10 +319456,6 @@ "descr": "SKB-FCABLE-AS SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.145.0.0/17", "58.145.0.0/24", @@ -319731,10 +319647,6 @@ "descr": "KYUNGSUNG-AS KYUNGSUNG UNIVERSITY, KR", "country": "KR", "active": true, - "org": "KYUNGSUNG UNIVERSITY", - "domain": "ks.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "117.16.92.0/22", "117.16.96.0/21", @@ -319756,10 +319668,6 @@ "descr": "HWS-AS Hanwha Investment Securities Co., Ltd., KR", "country": "KR", "active": true, - "org": "Hanwha Investment Securities Co., Ltd.", - "domain": "www.hanwha.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.236.60.0/24", "59.150.19.0/24", @@ -319771,10 +319679,6 @@ "descr": "KFTCCA-AS KFTC, KR", "country": "KR", "active": true, - "org": "KFTC", - "domain": "www.kftc.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.141.18.0/24", "103.141.19.0/24", @@ -319793,10 +319697,6 @@ "descr": "SEOKYUNG-CATV-AS-KR Seokyung Cable Television Co.. Ltd., KR", "country": "KR", "active": true, - "org": "Seokyung Cable Television Co.. Ltd.", - "domain": "scs.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.65.64.0/18", "58.65.64.0/21", @@ -319912,10 +319812,6 @@ "descr": "EDAS-AS Oscar Enterprise, KR", "country": "KR", "active": true, - "org": "Oscar Enterprise", - "domain": "chollian.net", - "type": "business", - "rir": "krnic", "prefixes": [ "14.32.22.0/24", "14.32.46.0/24", @@ -319958,10 +319854,6 @@ "descr": "CJHAEUNDAEGIJANG-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.177.128.0/22", "1.177.132.0/22", @@ -320076,10 +319968,6 @@ "descr": "YOUNGDOONG-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "36.38.30.0/24", "36.38.31.0/24", @@ -320199,10 +320087,6 @@ "descr": "KFB-AS Standard Chartered, KR", "country": "KR", "active": true, - "org": "Standard Chartered", - "domain": "sc.com", - "type": "business", - "rir": "krnic", "prefixes": [ "175.124.39.0/24", "211.32.160.0/24", @@ -320215,10 +320099,6 @@ "descr": "KRNIC-AS-KR Korea Internet Security Agency, KR", "country": "KR", "active": true, - "org": "Korea Internet Security Agency", - "domain": "www.kisa.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "49.8.31.0/24" ] @@ -320228,10 +320108,6 @@ "descr": "VIAWEB-AS-KR viaweb, KR", "country": "KR", "active": true, - "org": "viaweb", - "domain": "www.viaweb.co.kr", - "type": "hosting", - "rir": "krnic", "prefixes": [ "103.194.252.128/25", "103.194.253.0/24", @@ -320253,10 +320129,6 @@ "descr": "SHB-AS Shinhan Bank, KR", "country": "KR", "active": true, - "org": "Shinhan Bank", - "domain": "shinhan.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "14.36.211.0/24", "106.241.47.0/24", @@ -320269,10 +320141,6 @@ "asn": "9704", "descr": "DONGWON-AS Korea Investment Trust Management Securities Co.,", "active": true, - "org": "Korea Investment Trust Management Securities Co.,LTD", - "domain": "koreainvestment.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.255.127.0/24", "210.96.162.0/24", @@ -320313,10 +320181,6 @@ "asn": "9707", "descr": "WORKNET-AS Korea Employment Information Management Agency, K", "active": true, - "org": "Korea Employment Information Management Agency", - "domain": "keis.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.108.224.0/24", "121.191.190.0/24", @@ -320330,10 +320194,6 @@ "descr": "PKNU-AS Pukyong National University, KR", "country": "KR", "active": true, - "org": "Pukyong National University", - "domain": "pknu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "14.44.112.0/20", "58.103.160.0/21", @@ -320370,10 +320230,6 @@ "descr": "KISVAN-AS-KR KIS Information Communication,Inc, KR", "country": "KR", "active": true, - "org": "KIS Information Communication,Inc", - "domain": "www.kisvan.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "210.116.197.0/24" ] @@ -320388,10 +320244,6 @@ "asn": "9711", "descr": "KERINET-AS Kyonggi provin educational information research i", "active": true, - "org": "Kyonggi provin educational information research institute", - "domain": "www.gie.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.108.83.0/24", "61.108.84.0/24" @@ -321404,10 +321256,6 @@ "descr": "DAU-AS Dong-A Universirty, KR", "country": "KR", "active": true, - "org": "Dong-A Universirty", - "domain": "dau.ac.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "168.115.0.0/16", "168.115.0.0/20", @@ -321442,10 +321290,6 @@ "descr": "CSU-AS CHOSUN UNIVERSITY, KR", "country": "KR", "active": true, - "org": "CHOSUN UNIVERSITY", - "domain": "www3.chosun.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "117.16.0.0/20", "117.16.16.0/20", @@ -321476,10 +321320,6 @@ "descr": "SKB-CHEONANVITSSEN-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.117.192.0/18", "27.117.193.0/24", @@ -321530,10 +321370,6 @@ "descr": "CMBI-AS-KR CMB DONDAEMOON BROADCASTING, KR", "country": "KR", "active": true, - "org": "CMB DONDAEMOON BROADCASTING", - "domain": "www.cmb.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "110.34.64.0/18", "110.34.64.0/21", @@ -321611,10 +321447,6 @@ "descr": "CJCYBER-AS HIINVESTMENT SECURITIES CO., LTD, KR", "country": "KR", "active": true, - "org": "HIINVESTMENT SECURITIES CO., LTD", - "domain": "hi-ib.com", - "type": "business", - "rir": "krnic", "prefixes": [ "124.111.246.0/24", "210.120.88.0/24", @@ -321635,10 +321467,6 @@ "descr": "ASIANA-AS ASIANAIDT, KR", "country": "KR", "active": true, - "org": "ASIANAIDT", - "domain": "asianaidt.com", - "type": "business", - "rir": "krnic", "prefixes": [ "120.73.0.0/16", "120.73.118.0/24", @@ -321668,10 +321496,6 @@ "descr": "HCN-AS HYUNDAI COMMUNICATIONS NETWORK, KR", "country": "KR", "active": true, - "org": "HYUNDAI COMMUNICATIONS NETWORK", - "domain": "hyundaihmall.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "1.222.152.0/21", "27.35.0.0/23", @@ -321792,10 +321616,6 @@ "descr": "AFFIS-AS KIC for Agriculture, KR", "country": "KR", "active": true, - "org": "KIC for Agriculture", - "domain": "epis.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.237.48.0/20", "211.237.48.0/23", @@ -321809,10 +321629,6 @@ "descr": "DAUM-NET Kakao Corp, KR", "country": "KR", "active": true, - "org": "Kakao Corp", - "domain": "www.kakaocorp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.27.148.0/24", "103.27.149.0/24", @@ -321895,10 +321711,6 @@ "descr": "DONGBUIT-AS-KR DB Inc., KR", "country": "KR", "active": true, - "org": "DB Inc.", - "domain": "dbgroup.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "168.126.245.0/24", "210.101.176.0/24", @@ -321955,10 +321767,6 @@ "descr": "SEJONG-AS Sejong University, KR", "country": "KR", "active": true, - "org": "Sejong University", - "domain": "sejong.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.250.148.0/23", "210.107.212.0/22", @@ -321977,10 +321785,6 @@ "descr": "SPEEDONSTV-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.255.123.0/24", "1.255.124.0/24", @@ -322297,10 +322101,6 @@ "descr": "SYNNARA-AS-KR Media Synnara, KR", "country": "KR", "active": true, - "org": "Media Synnara", - "domain": "synnara.com", - "type": "business", - "rir": "krnic", "prefixes": [ "211.61.169.0/24", "211.247.254.0/24", @@ -322312,10 +322112,6 @@ "descr": "JBBANK-AS-KR Jeonbuk Bank, KR", "country": "KR", "active": true, - "org": "Jeonbuk Bank", - "domain": "jbbank.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "218.151.31.0/24" ] @@ -322325,10 +322121,6 @@ "descr": "HANCOMWITH-AS-KR HancomWITH, KR", "country": "KR", "active": true, - "org": "HancomWITH", - "domain": "www.hancomwith.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.237.174.0/24", "1.237.176.0/24", @@ -322343,10 +322135,6 @@ "descr": "DSU-AS Dongseo University, KR", "country": "KR", "active": true, - "org": "Dongseo University", - "domain": "www.dongseo.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "202.165.56.0/24", "202.165.57.0/24", @@ -322375,10 +322163,6 @@ "descr": "HANNAM-AS Hannam University, KR", "country": "KR", "active": true, - "org": "Hannam University", - "domain": "int.hnu.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "59.26.221.0/24", "59.26.222.0/24", @@ -322397,10 +322181,6 @@ "descr": "KBSTAR KOOKMIN BANK, KR", "country": "KR", "active": true, - "org": "KOOKMIN BANK", - "domain": "www.kbfg.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "59.10.244.0/24", "61.42.246.0/24", @@ -322419,10 +322199,6 @@ "descr": "KJU-NET-AS-KR Gyeongju University, KR", "country": "KR", "active": true, - "org": "Gyeongju University", - "domain": "gu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "211.223.208.0/20", "220.66.171.0/24", @@ -322440,10 +322216,6 @@ "descr": "DAEJIN-AS DAEJIN UNIVERSITY, KR", "country": "KR", "active": true, - "org": "DAEJIN UNIVERSITY", - "domain": "www.daejin.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "121.164.116.0/24", "203.237.64.0/19", @@ -322464,10 +322236,6 @@ "descr": "NHFUTURES-AS NH FUTURES, KR", "country": "KR", "active": true, - "org": "NH FUTURES", - "domain": "www.futures.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.183.186.0/25" ] @@ -322477,10 +322245,6 @@ "descr": "INJE-AS INJE UNIVERSITY, KR", "country": "KR", "active": true, - "org": "INJE UNIVERSITY", - "domain": "www.inje.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.241.224.0/19", "203.241.224.0/24", @@ -322501,10 +322265,6 @@ "descr": "GCS-AS-KR GREEN CABLE TELEVISION STATION, KR", "country": "KR", "active": true, - "org": "GREEN CABLE TELEVISION STATION", - "domain": "gcs.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.113.0.0/21", "27.113.8.0/21", @@ -322578,10 +322338,6 @@ "descr": "WOOSONGEDU WooSong University, KR", "country": "KR", "active": true, - "org": "WooSong University", - "domain": "wsu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "59.26.6.0/24", "117.16.166.0/23", @@ -322601,10 +322357,6 @@ "descr": "DLA-AS-KR KoROAD, KR", "country": "KR", "active": true, - "org": "KoROAD", - "domain": "www.koroad.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.243.39.0/24" ] @@ -322614,10 +322366,6 @@ "descr": "KOOKMINCARD1-AS-KR kbcard, KR", "country": "KR", "active": true, - "org": "kbcard", - "domain": "www.kbfg.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.78.157.0/24", "210.182.170.0/24", @@ -323005,9 +322753,9 @@ "country": "CN", "active": true, "org": "SIEMENS LTD. CHINA", - "domain": "siemens.com", + "domain": "new.siemens.com", "abuse": "ipas@cnnic.cn", - "type": "hosting", + "type": "business", "updated": "2021-06-16", "rir": "apnic", "prefixes": [ @@ -340573,10 +340321,6 @@ "descr": "KOFIANET-AS-KR Korea Financial Investment Association, KR", "country": "KR", "active": true, - "org": "Korea Financial Investment Association", - "domain": "kofia.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "58.123.191.0/24", "203.248.174.0/24" @@ -340587,10 +340331,6 @@ "descr": "LDCC-AS Lotte Data Communication Company, KR", "country": "KR", "active": true, - "org": "Lotte Data Communication Company", - "domain": "www.ldcc.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.180.188.0/24", "58.180.191.0/24", @@ -340645,10 +340385,6 @@ "descr": "NACFFUTURES-AS NHINFORMATIONSYSTEM, KR", "country": "KR", "active": true, - "org": "NHINFORMATIONSYSTEM", - "domain": "nonghyup.com", - "type": "business", - "rir": "krnic", "prefixes": [ "115.92.183.0/24", "121.162.108.0/24", @@ -340668,10 +340404,6 @@ "descr": "CJCKN-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.176.0.0/22", "1.176.4.0/22", @@ -340998,10 +340730,6 @@ "descr": "FIRSTDATA-AS-KR FDIK, KR", "country": "KR", "active": true, - "org": "FDIK", - "domain": "fiserv.com", - "type": "business", - "rir": "krnic", "prefixes": [ "210.182.8.0/24", "222.110.146.128/25" @@ -341012,10 +340740,6 @@ "descr": "KSFC-AS-KR Korea Securities Finance Corporation, KR", "country": "KR", "active": true, - "org": "Korea Securities Finance Corporation", - "domain": "ksfc.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "60.196.139.0/24", "210.183.27.0/24" @@ -341026,10 +340750,6 @@ "descr": "SEJONGTELECOM-AS-KR Sejong Telecom, KR", "country": "KR", "active": true, - "org": "Sejong Telecom", - "domain": "sejongtelecom.net", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.180.133.0/24", "61.97.64.0/20", @@ -341127,10 +340847,6 @@ "descr": "CWD-AS Office of the president, KR", "country": "KR", "active": true, - "org": "Office of the president", - "domain": "president.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "175.114.136.0/24", "175.114.137.0/24", @@ -341165,10 +340881,6 @@ "descr": "PRO-AS-KR KOREA UNIVERSITY OF MEDIA ARTS, KR", "country": "KR", "active": true, - "org": "KOREA UNIVERSITY OF MEDIA ARTS", - "domain": "www.pro.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "1.227.168.0/24", "210.106.64.0/21" @@ -341179,10 +340891,6 @@ "descr": "SAMIL-AS Samil PwC, KR", "country": "KR", "active": true, - "org": "Samil PwC", - "domain": "pwc.com", - "type": "business", - "rir": "krnic", "prefixes": [ "210.108.80.0/22", "210.108.84.0/24", @@ -341195,10 +340903,6 @@ "descr": "RAYNET-AS GORayNet, KR", "country": "KR", "active": true, - "org": "GORayNet", - "domain": "raynet.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.111.160.0/20", "211.111.160.0/24", @@ -341219,10 +340923,6 @@ "descr": "KTO-AS-KR KTO, KR", "country": "KR", "active": true, - "org": "KTO", - "domain": "knto.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "175.122.1.0/24", "175.122.2.0/24" @@ -341232,10 +340932,6 @@ "asn": "9855", "descr": "KCCWF-AS-KR Korean Federation of Community Credit Cooperativ", "active": true, - "org": "Korean Federation of Community Credit Cooperatives", - "domain": "www.kfcc.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.92.225.0/24", "210.123.108.0/24", @@ -341248,10 +340944,6 @@ "descr": "WOORIWM-AS-KR WOORI Investment @ Securities, KR", "country": "KR", "active": true, - "org": "WOORI Investment @ Securities", - "domain": "nhqv.com", - "type": "business", - "rir": "krnic", "prefixes": [ "121.65.247.0/24", "121.131.217.0/24", @@ -341267,10 +340959,6 @@ "descr": "KOGAS-AS-KR KOREA GAS CORPORATION, KR", "country": "KR", "active": true, - "org": "KOREA GAS CORPORATION", - "domain": "www.kogas.or.kr:9450", - "type": "business", - "rir": "krnic", "prefixes": [ "61.36.228.0/24", "210.124.38.0/24", @@ -341288,10 +340976,6 @@ "descr": "KRNICNET Korea Internet Security Agency, KR", "country": "KR", "active": true, - "org": "Korea Internet Security Agency", - "domain": "www.kisa.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "49.8.0.0/24", "49.8.2.0/24", @@ -341320,10 +341004,6 @@ "descr": "CCCC-AS ChungCheong University, KR", "country": "KR", "active": true, - "org": "ChungCheong University", - "domain": "www.ok.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.232.140.0/24", "203.232.141.0/24", @@ -341359,10 +341039,6 @@ "descr": "NHIS-AS-KR National Health Insurance Service, KR", "country": "KR", "active": true, - "org": "National Health Insurance Service", - "domain": "nhis.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.255.227.0/24", "58.122.126.0/24", @@ -341382,10 +341058,6 @@ "descr": "HIAM-AS-KR Vi Asset Management Co., Ltd, KR", "country": "KR", "active": true, - "org": "Vi Asset Management Co., Ltd", - "domain": "viamc.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.207.0.0/24" ] @@ -341395,10 +341067,6 @@ "descr": "RAYNET1 GORayNet, KR", "country": "KR", "active": true, - "org": "GORayNet", - "domain": "raynet.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "49.50.17.0/24", "49.50.18.0/24", @@ -341426,10 +341094,6 @@ "descr": "EDUCAR-AS-KR Teachiworld Auto Insurance, KR", "country": "KR", "active": true, - "org": "Teachiworld Auto Insurance", - "domain": "www.hanafn.com:8002", - "type": "business", - "rir": "krnic", "prefixes": [ "61.37.252.0/24", "112.169.126.0/25" @@ -341440,10 +341104,6 @@ "descr": "KSDNET-AS-KR Korea Securities Depository, KR", "country": "KR", "active": true, - "org": "Korea Securities Depository", - "domain": "ksd.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "124.137.74.0/25", "124.137.74.128/25" @@ -341476,10 +341136,6 @@ "descr": "JTC-AS VISION College of Jeonju, KR", "country": "KR", "active": true, - "org": "VISION College of Jeonju", - "domain": "www.jvision.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.249.35.0/24", "210.93.68.0/24", @@ -341509,10 +341165,6 @@ "descr": "CUTH-AS Catholic University of DAEGU, KR", "country": "KR", "active": true, - "org": "Catholic University of DAEGU", - "domain": "www.cu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "114.71.20.0/22", "114.71.24.0/21", @@ -341550,10 +341202,6 @@ "descr": "DEUNET-AS DONG-EUI UNIVERSITY, KR", "country": "KR", "active": true, - "org": "DONG-EUI UNIVERSITY", - "domain": "www.deu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "113.198.221.0/24", "113.198.221.0/25", @@ -341620,10 +341268,6 @@ "descr": "KBE-AS-KR Gyeong Sang Buk-Do Office of Education, KR", "country": "KR", "active": true, - "org": "Gyeong Sang Buk-Do Office of Education", - "domain": "gbe.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "58.29.186.0/24", "61.41.239.0/24", @@ -345031,11 +344675,11 @@ "descr": "CUII CHINA UNICOM Industrial Internet Backbone, CN", "country": "CN", "active": true, - "org": "CHINA UNICOM Industrial Internet Backbone", + "org": "CHINA UNICOM Industrial Internet Backbone", "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "business", - "updated": "2017-09-06", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "1.28.41.0/24", @@ -345800,10 +345444,6 @@ "descr": "KNCTV-AS KangNam CableTV, KR", "country": "KR", "active": true, - "org": "KangNam CableTV", - "domain": "dlive.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "14.138.0.0/18", "14.138.64.0/18", @@ -345924,10 +345564,6 @@ "descr": "LGESHOP-AS LG Home shopping Inc., KR", "country": "KR", "active": true, - "org": "LG Home shopping Inc.", - "domain": "www.gsretail.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.232.48.0/24", "1.232.50.0/24", @@ -345949,10 +345585,6 @@ "descr": "CABLENET-AS-KR KCTV JEJU BROADCASTING, KR", "country": "KR", "active": true, - "org": "KCTV JEJU BROADCASTING", - "domain": "kctvjeju.com", - "type": "business", - "rir": "krnic", "prefixes": [ "27.100.128.0/17", "61.35.38.0/24", @@ -346098,10 +345730,6 @@ "descr": "NICEMONEY-AS-KR NICE TCM, KR", "country": "KR", "active": true, - "org": "NICE TCM", - "domain": "nicetcm.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "116.126.13.0/24", "220.118.52.0/24" @@ -346151,10 +345779,6 @@ "descr": "PUBNETPLUS2-AS-KR DACOM-PUBNETPLUS, KR", "country": "KR", "active": true, - "org": "DACOM-PUBNETPLUS", - "domain": "lguplus.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.184.0.0/16", "58.184.7.128/25", @@ -346204,10 +345828,6 @@ "descr": "AMWAYKOREA-AS-KR AMWAYKOREA, KR", "country": "KR", "active": true, - "org": "AMWAYKOREA", - "domain": "amway.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.9.32.0/22" ] @@ -346217,10 +345837,6 @@ "descr": "HOSTWAY-AS-KR Hostway IDC, KR", "country": "KR", "active": true, - "org": "Hostway IDC", - "domain": "www.hostway.co.kr", - "type": "hosting", - "rir": "krnic", "prefixes": [ "61.100.0.0/24", "61.100.1.0/24", @@ -346327,10 +345943,6 @@ "asn": "9953", "descr": "HDVENTURE-AS Hyundai Engineering Construction Co., Ltd.HDEC,", "active": true, - "org": "Hyundai Engineering Construction Co., Ltd.(HDEC)", - "domain": "hdec.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.239.216.0/21" ] @@ -346340,10 +345952,6 @@ "descr": "KUNSAN-AS Kunsan National University KNU, KR", "country": "KR", "active": true, - "org": "Kunsan National University (KNU)", - "domain": "www.kunsan.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "59.2.112.0/24", "117.17.108.0/22", @@ -346415,10 +346023,6 @@ "descr": "KINX-AS KINX, KR", "country": "KR", "active": true, - "org": "KINX", - "domain": "kinx.net", - "type": "business", - "rir": "krnic", "prefixes": [ "121.78.0.0/24", "121.78.1.0/24", @@ -346439,10 +346043,6 @@ "descr": "KAKAOGAMES-AS-KR kakaogames, KR", "country": "KR", "active": true, - "org": "kakaogames", - "domain": "www.kakaogamescorp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.255.12.0/24", "39.115.2.0/24", @@ -346486,10 +346086,6 @@ "descr": "DGB-AS-KR The Daegu Bank, Ltd, KR", "country": "KR", "active": true, - "org": "The Daegu Bank, Ltd", - "domain": "www.dgbfg.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "61.85.70.0/24" ] @@ -346505,10 +346101,6 @@ "descr": "SUNCHON-AS Sunchon National University, KR", "country": "KR", "active": true, - "org": "Sunchon National University", - "domain": "www.scnu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "114.70.43.0/24", "114.70.44.0/22", @@ -346554,10 +346146,6 @@ "descr": "TAEGUTEC-AS-KR TaeguTec, KR", "country": "KR", "active": true, - "org": "TaeguTec", - "domain": "taegutec.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "58.227.178.0/24", "211.33.202.0/24" @@ -346568,10 +346156,6 @@ "descr": "KOOKMINCARD2-AS-KR kbcard, KR", "country": "KR", "active": true, - "org": "kbcard", - "domain": "www.kbfg.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.230.104.0/24", "14.39.213.0/24", @@ -346585,10 +346169,6 @@ "descr": "KYOBO-AS KYOBO Life Insurance Co., Ltd., KR", "country": "KR", "active": true, - "org": "KYOBO Life Insurance Co., Ltd.", - "domain": "www.kyobo.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.38.250.0/24", "121.143.242.0/24", @@ -346601,10 +346181,6 @@ "asn": "9969", "descr": "NUCH-AS-KR Korea National University of Cultural Heritage, K", "active": true, - "org": "Korea National University of Cultural Heritage", - "domain": "nuch.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "220.68.62.0/24", "220.68.63.0/24" @@ -346615,10 +346191,6 @@ "descr": "KUT-AS Korea University of Technology and Education, KR", "country": "KR", "active": true, - "org": "Korea University of Technology and Education", - "domain": "www.koreatech.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.255.220.0/23", "210.119.188.0/22", @@ -346639,10 +346211,6 @@ "descr": "SKB-DONGDAEMUNCABLEINTERNET-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.115.128.0/18", "45.112.100.0/22", @@ -346657,10 +346225,6 @@ "descr": "INTINFRA-AS-KR INTMANAGEMENT Corp., KR", "country": "KR", "active": true, - "org": "INTMANAGEMENT Corp.,", - "domain": "it-management.com", - "type": "business", - "rir": "krnic", "prefixes": [ "45.113.48.0/24", "45.113.49.0/24", @@ -346679,9 +346243,6 @@ "descr": "BSITC-AS-KR BSITC, KR", "country": "KR", "active": true, - "org": "BSITC", - "type": "business", - "rir": "krnic", "prefixes": [ "61.252.172.0/22", "103.106.140.0/22", @@ -346701,10 +346262,6 @@ "descr": "KRA-AS-KR Korea Racing Association, KR", "country": "KR", "active": true, - "org": "Korea Racing Association", - "domain": "www.kra.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.239.112.0/24", "103.239.113.0/24", @@ -346716,10 +346273,6 @@ "asn": "9975", "descr": "KBISE-AS-KR Gyeongsangbuk-do Education Research Institute, K", "active": true, - "org": "Gyeongsangbuk-do Education Research Institute", - "domain": "www.gyo6.net", - "type": "business", - "rir": "krnic", "prefixes": [ "203.255.232.0/23" ] @@ -346729,10 +346282,6 @@ "descr": "ICNDP-AS-KR Namincheon Brodcasting Co., Ltd., KR", "country": "KR", "active": true, - "org": "Namincheon Brodcasting Co., Ltd.", - "domain": "nibtv.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.11.44.0/22", "115.126.192.0/18", @@ -346767,10 +346316,6 @@ "descr": "UOS-AS The University of Seoul, KR", "country": "KR", "active": true, - "org": "The University of Seoul", - "domain": "uos.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.249.96.0/20", "210.125.176.0/21" @@ -346781,10 +346326,6 @@ "descr": "HANWHAFUND-AS-KR Hanwha Asset Management, KR", "country": "KR", "active": true, - "org": "Hanwha Asset Management", - "domain": "www.hanwha.com", - "type": "business", - "rir": "krnic", "prefixes": [ "203.235.48.0/24" ] @@ -346794,10 +346335,6 @@ "descr": "LDCC-AS-KR Lotte Data Communication Company, KR", "country": "KR", "active": true, - "org": "Lotte Data Communication Company", - "domain": "www.ldcc.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "61.110.96.0/22", "61.110.100.0/24", @@ -346868,10 +346405,6 @@ "descr": "SAERONET-AS-KR Saero Network Service LTD, KR", "country": "KR", "active": true, - "org": "Saero Network Service LTD", - "domain": "www.hcn.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "49.142.160.0/22", "49.142.164.0/22", @@ -346960,10 +346493,6 @@ "descr": "PAICHAI-AS PAICHAI UNIVERSITY, KR", "country": "KR", "active": true, - "org": "PAICHAI UNIVERSITY", - "domain": "www.pcu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "58.150.248.0/21", "61.41.214.0/23", @@ -348270,11 +347799,11 @@ "asn": "10023", "descr": "SNOOPA-TRANSIT-AS-AP Vixtel Pty Ltd Ineternet Service Provid", "active": true, - "org": "Snoopa Community Geelong Pty Ltd", - "domain": "vixtel.com.au", - "abuse": "abuse@vixtel.com.au", + "org": "Terry Crews", + "domain": "gabrielcares.com", + "abuse": "abuse@gabrielcares.com", "type": "business", - "updated": "2023-08-03", + "updated": "2023-10-09", "rir": "apnic", "prefixes": [ "116.199.224.0/20", @@ -349014,10 +348543,6 @@ "descr": "GARAK-AS-KR SEOUL AGRICULTURAL MARINE PRODUCTS CORP., KR", "country": "KR", "active": true, - "org": "SEOUL AGRICULTURAL MARINE PRODUCTS CORP.", - "domain": "www.garak.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.30.204.0/24", "103.30.205.0/24" @@ -349028,10 +348553,6 @@ "descr": "HYUNDAIDEPT-AS-KR Hyundai Department Store Co., Ltd., KR", "country": "KR", "active": true, - "org": "Hyundai Department Store Co., Ltd.", - "domain": "hyundai-ite.com", - "type": "hosting", - "rir": "krnic", "prefixes": [ "58.233.228.0/24", "58.233.229.0/24", @@ -349053,10 +348574,6 @@ "descr": "CNM-AS-KR DLIVE, KR", "country": "KR", "active": true, - "org": "DLIVE", - "domain": "dlive.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "14.138.224.0/23", "14.138.226.0/23", @@ -349545,10 +349062,6 @@ "descr": "NHNNET-AS-KR NHN PlayMuseum, KR", "country": "KR", "active": true, - "org": "NHN PlayMuseum", - "domain": "www.nhn.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.243.200.0/24" ] @@ -349558,10 +349071,6 @@ "descr": "KHIDI-AS-KR Korea Health Industry Development Institute, KR", "country": "KR", "active": true, - "org": "Korea Health Industry Development Institute", - "domain": "www.khidi.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.179.230.0/24", "210.179.231.0/24" @@ -349572,10 +349081,6 @@ "descr": "NICEVAN-AS-KR NICE Information Telecommunication, Inc, KR", "country": "KR", "active": true, - "org": "NICE Information Telecommunication, Inc", - "domain": "nicevan.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "121.131.7.0/24", "121.131.7.0/25", @@ -349595,10 +349100,6 @@ "descr": "DPC-AS-KR SUSEONG COLLEGE, KR", "country": "KR", "active": true, - "org": "SUSEONG COLLEGE", - "domain": "free-apply.com", - "type": "education", - "rir": "krnic", "prefixes": [ "211.223.224.0/24", "211.223.225.0/24", @@ -349615,10 +349116,6 @@ "descr": "MIC-AS-KR Ministry of Science and ICT, KR", "country": "KR", "active": true, - "org": "Ministry of Science and ICT", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "58.184.108.0/24", "210.95.88.0/24" @@ -349629,10 +349126,6 @@ "descr": "RDA-AS-KR Rural Development Administration RDA, KR", "country": "KR", "active": true, - "org": "Rural Development Administration (RDA)", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.241.54.0/24", "203.241.55.0/24", @@ -349648,10 +349141,6 @@ "descr": "TNUTNET-AS Hanbat National University, KR", "country": "KR", "active": true, - "org": "Hanbat National University", - "domain": "hanbat.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "202.30.46.0/23", "203.230.96.0/21", @@ -349679,10 +349168,6 @@ "descr": "NSUCLOUD-AS-KR ISOLUTION, KR", "country": "KR", "active": true, - "org": "ISOLUTION", - "domain": "www.nate.com", - "type": "business", - "rir": "krnic", "prefixes": [ "125.138.176.0/23", "125.138.178.0/23", @@ -349701,10 +349186,6 @@ "descr": "SKNET-AS SK Co., KR", "country": "KR", "active": true, - "org": "SK Co.,", - "domain": "eng.sk.com", - "type": "business", - "rir": "krnic", "prefixes": [ "49.50.32.0/19", "49.50.35.0/24", @@ -349745,10 +349226,6 @@ "descr": "NL-AS-KR The National Library of Korea, KR", "country": "KR", "active": true, - "org": "The National Library of Korea", - "domain": "korea.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "124.137.58.0/24", "125.61.100.0/24" @@ -349759,10 +349236,6 @@ "descr": "MICNET-AS-KR Korea Post Information Center, KR", "country": "KR", "active": true, - "org": "Korea Post Information Center", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.254.99.128/25", "203.254.117.0/24", @@ -349775,10 +349248,6 @@ "descr": "KNU-AS Kyungpook National University, KR", "country": "KR", "active": true, - "org": "Kyungpook National University", - "domain": "en.knu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "155.230.0.0/16", "155.230.20.0/22", @@ -349790,10 +349259,6 @@ "descr": "AYTCNET-AS yeonsung University, KR", "country": "KR", "active": true, - "org": "yeonsung University", - "domain": "www.yeonsung.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "114.70.25.0/24", "114.70.26.0/24", @@ -349822,10 +349287,6 @@ "descr": "CMBKJ-AS-KR CMB Kwangju Broadcasting, KR", "country": "KR", "active": true, - "org": "CMB Kwangju Broadcasting", - "domain": "www.cmb.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "49.246.0.0/22", "49.246.4.0/22", @@ -349922,10 +349383,6 @@ "descr": "KORAIL-AS-KR Korean National Railroad Administration, KR", "country": "KR", "active": true, - "org": "Korean National Railroad Administration", - "domain": "korail.com", - "type": "business", - "rir": "krnic", "prefixes": [ "175.123.132.0/24", "211.173.8.0/23", @@ -349937,10 +349394,6 @@ "descr": "HDMF-AS Hyundai Marin Fire Insurance, KR", "country": "KR", "active": true, - "org": "Hyundai Marin Fire Insurance", - "domain": "www.hi.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.96.143.0/24", "115.21.8.0/24", @@ -349961,10 +349414,6 @@ "descr": "CU-AS-KR NACUFOK, KR", "country": "KR", "active": true, - "org": "NACUFOK", - "domain": "cu.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "59.27.104.0/24", "61.33.221.0/24", @@ -349984,10 +349433,6 @@ "descr": "YONSEI01-AS-KR YONSEI UNIVERSITY HEALTH SYSTEM, KR", "country": "KR", "active": true, - "org": "YONSEI UNIVERSITY HEALTH SYSTEM", - "domain": "yuhs.severance.healthcare", - "type": "education", - "rir": "krnic", "prefixes": [ "128.134.108.0/24", "128.134.109.0/24", @@ -350017,10 +349462,6 @@ "descr": "FSS-AS Financial Supervisory Service, KR", "country": "KR", "active": true, - "org": "Financial Supervisory Service", - "domain": "www.fss.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.73.100.0/25", "222.110.182.0/25" @@ -350049,10 +349490,6 @@ "descr": "KMA-AS Korea Meteorological Administration, KR", "country": "KR", "active": true, - "org": "Korea Meteorological Administration", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.247.66.0/24", "203.247.75.0/24", @@ -350077,10 +349514,6 @@ "descr": "NICEMONEY2-AS-KR NICE TCM, KR", "country": "KR", "active": true, - "org": "NICE TCM", - "domain": "nicetcm.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "175.120.232.0/24", "218.144.142.0/24" @@ -350091,10 +349524,6 @@ "descr": "GAYANET-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.176.128.0/22", "1.176.132.0/22", @@ -350200,10 +349629,6 @@ "descr": "SMLINE-AS-KR Seoul Metro, KR", "country": "KR", "active": true, - "org": "Seoul Metro", - "domain": "seoulmetro.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.231.20.0/24", "211.54.2.0/24", @@ -350216,10 +349641,6 @@ "descr": "KRISS-AS KRISS SubDAEJONnetworks connected to backbone, KR", "country": "KR", "active": true, - "org": "KRISS SubDAEJONnetworks connected to backbone", - "domain": "kriss.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.254.160.0/21", "210.98.16.0/21" @@ -350254,10 +349675,6 @@ "descr": "CHOHUNGBANK-AS Shinhan Bank, KR", "country": "KR", "active": true, - "org": "Shinhan Bank", - "domain": "shinhan.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "61.35.37.0/24", "110.11.133.0/24" @@ -350268,10 +349685,6 @@ "descr": "KNOU-AS Korea National Open University, KR", "country": "KR", "active": true, - "org": "Korea National Open University", - "domain": "mail.knou.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "61.43.90.0/24", "61.43.98.0/24", @@ -350938,9 +350351,9 @@ "country": "HK", "active": true, "org": "China Unicom (Hong Kong) Operations Limited", - "domain": "chinaunicom.cn", + "domain": "www.chinaunicom.com.hk", "abuse": "hk-abuse@chinaunicom.cn", - "type": "business", + "type": "hosting", "updated": "2020-05-27", "rir": "apnic", "prefixes": [ @@ -352850,10 +352263,6 @@ "descr": "DUNAMU-AS-KR DUNAMU, KR", "country": "KR", "active": true, - "org": "DUNAMU", - "domain": "dunamu.com", - "type": "business", - "rir": "krnic", "prefixes": [ "211.168.132.0/25" ] @@ -352869,10 +352278,6 @@ "descr": "SNUE-AS-KR Seoul National University of Education, KR", "country": "KR", "active": true, - "org": "Seoul National University of Education", - "domain": "www.snue.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.234.36.0/23", "210.93.22.0/23", @@ -352890,10 +352295,6 @@ "descr": "KAKAO-10158-AS-KR Kakao Corp, KR", "country": "KR", "active": true, - "org": "Kakao Corp", - "domain": "www.kakaocorp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.27.150.0/23", "103.27.150.0/24", @@ -352930,10 +352331,6 @@ "descr": "HAUNET-AS-KR Korea Aerospace University, KR", "country": "KR", "active": true, - "org": "Korea Aerospace University", - "domain": "kau.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "118.128.241.0/24", "118.128.242.0/24", @@ -352976,7 +352373,7 @@ "org": "KDDI KOREA", "domain": "kr.kddi.com", "abuse": "irt@nic.or.kr", - "type": "business", + "type": "hosting", "updated": "2023-07-26", "rir": "apnic", "prefixes": [ @@ -353050,10 +352447,6 @@ "descr": "QIA-AS-KR QIA, KR", "country": "KR", "active": true, - "org": "QIA", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.241.91.0/24" ] @@ -353063,10 +352456,6 @@ "descr": "SNUH-AS-KR SNUH, KR", "country": "KR", "active": true, - "org": "SNUH", - "domain": "snuh.org", - "type": "education", - "rir": "krnic", "prefixes": [ "203.229.128.0/20", "203.229.141.0/24", @@ -353084,10 +352473,6 @@ "descr": "SKB-GSD-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.117.128.0/18", "45.112.88.0/22", @@ -353106,10 +352491,6 @@ "descr": "CUSTOMS-AS-KR KOREA CUSTOMS SERVICE, KR", "country": "KR", "active": true, - "org": "KOREA CUSTOMS SERVICE", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.173.40.0/24", "211.173.41.0/24", @@ -353124,10 +352505,6 @@ "descr": "KOWANET-AS-KR Korea Water Resources Corporation, KR", "country": "KR", "active": true, - "org": "Korea Water Resources Corporation", - "domain": "www.kwater.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.237.0.0/19", "203.237.0.0/24", @@ -353141,10 +352518,6 @@ "descr": "HANVIT-AS HANVIT BANK, KR", "country": "KR", "active": true, - "org": "HANVIT BANK", - "domain": "woorifis.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "1.209.111.128/25", "1.232.5.0/24", @@ -353186,10 +352559,6 @@ "descr": "AMOREPACIFIC-AS-KR AMOREPACIFIC, KR", "country": "KR", "active": true, - "org": "AMOREPACIFIC", - "domain": "www.amorepacific.com", - "type": "business", - "rir": "krnic", "prefixes": [ "58.127.161.0/24", "58.236.189.0/24", @@ -353206,10 +352575,6 @@ "descr": "BOKNET-AS The Bank of Korea, KR", "country": "KR", "active": true, - "org": "The Bank of Korea", - "domain": "www.bok.or.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "210.104.132.0/24", "210.104.133.0/24" @@ -353220,10 +352585,6 @@ "descr": "SKTELINK-AS SKTelink, KR", "country": "KR", "active": true, - "org": "SKTelink", - "domain": "eng.sk.com", - "type": "business", - "rir": "krnic", "prefixes": [ "210.93.192.0/19", "210.111.128.0/19", @@ -353297,10 +352658,6 @@ "descr": "KBBOOK-AS KYOBO BOOK CENTER, KR", "country": "KR", "active": true, - "org": "KYOBO BOOK CENTER", - "domain": "www.kyobobook.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.98.64.0/24", "103.182.126.0/23", @@ -353312,10 +352669,6 @@ "descr": "KSNET-AS KSNET.Inc, KR", "country": "KR", "active": true, - "org": "KSNET.Inc", - "domain": "ksnet.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.181.28.0/24", "210.181.29.0/24" @@ -353326,10 +352679,6 @@ "descr": "MBC-AS-KR Munhwa Broadcasting Corporation, KR", "country": "KR", "active": true, - "org": "Munhwa Broadcasting Corporation", - "domain": "www.imbc.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.3.36.0/24", "103.3.37.0/24", @@ -353345,10 +352694,6 @@ "descr": "HCNKUMHO-AS-KR Kumho Cable, KR", "country": "KR", "active": true, - "org": "Kumho Cable", - "domain": "www.hcn.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.35.96.0/20", "27.35.96.0/22", @@ -353408,10 +352753,6 @@ "descr": "DJE-AS-KR Daejon Metropolitan Office of Education, KR", "country": "KR", "active": true, - "org": "Daejon Metropolitan Office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "14.50.176.0/21", "14.50.184.0/21", @@ -353443,10 +352784,6 @@ "asn": "10177", "descr": "GREENCROSSLIFEINSURANCE-AS-KR FUBON HYUNDAI LIFE INSURANCE C", "active": true, - "org": "FUBON HYUNDAI LIFE INSURANCE CO.,LTD", - "domain": "fubonhyundai.com", - "type": "business", - "rir": "krnic", "prefixes": [ "210.221.125.0/24" ] @@ -353480,10 +352817,6 @@ "descr": "DUKSUNG-AS-KR Duksung Womens University, KR", "country": "KR", "active": true, - "org": "Duksung Womens University", - "domain": "sso.duksung.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.252.208.0/20" ] @@ -353505,10 +352838,6 @@ "descr": "KCISA-AS-KR Korea Culture Information Service Agency, KR", "country": "KR", "active": true, - "org": "Korea Culture Information Service Agency", - "domain": "www.kcisa.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "175.125.91.0/24", "210.108.46.0/24", @@ -353519,10 +352848,6 @@ "asn": "10184", "descr": "KFCCC-AS Korean Federation of Community Credit Cooperatives,", "active": true, - "org": "Korean Federation of Community Credit Cooperatives", - "domain": "www.kfcc.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.84.13.0/24", "210.221.254.0/24", @@ -353535,10 +352860,6 @@ "descr": "HNB-AS Hana Bank Co., KR", "country": "KR", "active": true, - "org": "Hana Bank Co.", - "domain": "www.hanafn.com:8002", - "type": "banking", - "rir": "krnic", "prefixes": [ "1.236.222.0/24", "59.11.68.0/24", @@ -353571,10 +352892,6 @@ "descr": "REDCROSSNET-AS-KR Korean Red Cross, KR", "country": "KR", "active": true, - "org": "Korean Red Cross", - "domain": "redcross.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.127.212.0/24", "103.127.214.0/24", @@ -353600,10 +352917,6 @@ "descr": "CHADWICK-AS-KR Songdo Chadwick international School, KR", "country": "KR", "active": true, - "org": "Songdo Chadwick international School", - "domain": "www.chadwickschool.org", - "type": "education", - "rir": "krnic", "prefixes": [ "58.231.239.0/24", "59.17.3.0/24", @@ -353616,10 +352929,6 @@ "descr": "HMM-AS-KR Hyundai Movex, KR", "country": "KR", "active": true, - "org": "Hyundai Movex", - "domain": "www.hyundaimovex.com", - "type": "business", - "rir": "krnic", "prefixes": [ "203.242.32.0/20", "203.242.40.0/24", @@ -353634,10 +352943,6 @@ "descr": "JB-AS-KR Joongbu University, KR", "country": "KR", "active": true, - "org": "Joongbu University", - "domain": "joongbu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "14.42.86.0/24", "61.81.105.0/24", @@ -353665,10 +352970,6 @@ "descr": "SGMF-AS-KR SEEGENE MEDICAL FOUNDATION, KR", "country": "KR", "active": true, - "org": "SEEGENE MEDICAL FOUNDATION", - "domain": "direct.seegenemedical.com", - "type": "business", - "rir": "krnic", "prefixes": [ "219.252.39.0/24", "222.109.87.0/24" @@ -353679,10 +352980,6 @@ "descr": "KIWOOM-AS-KR kiwoom Securities.co.,Ltd, KR", "country": "KR", "active": true, - "org": "kiwoom Securities.co.,Ltd", - "domain": "www1.kiwoom.com", - "type": "business", - "rir": "krnic", "prefixes": [ "210.92.16.0/24" ] @@ -353692,10 +352989,6 @@ "descr": "BUSANBANK-AS-KR BUSANBANK, KR", "country": "KR", "active": true, - "org": "BUSANBANK", - "domain": "busanbank.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "119.195.116.0/24", "203.239.60.0/24" @@ -353706,10 +352999,6 @@ "descr": "DOOSANHEAVY-AS-KR Doosan Enerbility co., LTD., KR", "country": "KR", "active": true, - "org": "Doosan Enerbility co., LTD.", - "domain": "www.doosan.com", - "type": "business", - "rir": "krnic", "prefixes": [ "203.226.64.0/18" ] @@ -353719,10 +353008,6 @@ "descr": "HAIONNET-AS-KR HAIonNet, KR", "country": "KR", "active": true, - "org": "HAIonNet", - "domain": "haion.net", - "type": "business", - "rir": "krnic", "prefixes": [ "49.254.105.0/24", "115.144.35.0/24", @@ -353738,10 +353023,6 @@ "descr": "HNCBWORLD-AS-KR KOOKMIN BANK, KR", "country": "KR", "active": true, - "org": "KOOKMIN BANK", - "domain": "www.kbfg.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "1.224.38.0/24", "115.21.22.0/24", @@ -353755,10 +353036,6 @@ "descr": "CNU-AS-KR Chonnam National University, KR", "country": "KR", "active": true, - "org": "Chonnam National University", - "domain": "www.jnu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "168.131.0.0/16", "168.131.40.0/24", @@ -353778,10 +353055,6 @@ "descr": "CUP-AS-KR Catholic University of Pusan, KR", "country": "KR", "active": true, - "org": "Catholic University of Pusan", - "domain": "www.cup.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.232.208.0/21", "210.93.62.0/23" @@ -354107,9 +353380,9 @@ "country": "CN", "active": true, "org": "China Enterprise ICT Solutions Limited", - "domain": "www.china-entercom.com", + "domain": "www.citictel.com", "abuse": "ipas@cnnic.cn", - "type": "business", + "type": "hosting", "updated": "2021-06-16", "rir": "apnic", "prefixes": [ @@ -355090,7 +354363,7 @@ "country": "CA", "active": true, "org": "B3ZDNA", - "domain": "0x1bi.xyz", + "domain": "gopherproxy.net", "abuse": "ben@0x1bi.xyz", "type": "business", "created": "2023-07-05", @@ -355184,9 +354457,9 @@ "country": "BZ", "active": true, "org": "Belize Telemedia Limited", - "domain": "www.livedigi.com", + "domain": "livedigi.com", "abuse": "azuniga@livedigi.com", - "type": "isp", + "type": "business", "created": "1997-06-03", "updated": "2016-05-10", "rir": "lacnic", @@ -365358,7 +364631,7 @@ "country": "AR", "active": true, "org": "Interlink S.R.L.", - "domain": "www.interlink.com.ar", + "domain": "www.interlink.la", "abuse": "eduardo@interlink.com.ar", "type": "business", "created": "1997-10-29", @@ -373927,7 +373200,7 @@ "country": "US", "active": true, "org": "JDA eHealth Systems, Inc.", - "domain": "jdaehealth.com", + "domain": "www.parathon.com", "abuse": "systemadmin@jdaehealth.com", "type": "business", "created": "2011-07-19", @@ -381883,7 +381156,7 @@ "active": true, "org": "AccessPlus Communications, Inc.", "domain": "accesspluscom.com", - "abuse": "dnorton@accesspluscom.com", + "abuse": "swilliamson@accesspluscom.com", "type": "isp", "created": "2011-01-18", "updated": "2012-03-02", @@ -385009,7 +384282,7 @@ "org": "Globecomm Services Maryland LLC", "domain": "globecomm.com", "abuse": "GNSC-IP-Engineering@globecomm.com", - "type": "hosting", + "type": "business", "created": "1998-06-19", "updated": "2010-09-17", "rir": "arin", @@ -400748,9 +400021,9 @@ "country": "US", "active": true, "org": "Netrepid", - "domain": "elevatedmsp.com", + "domain": "www.netrepid.com", "abuse": "datacenter@elevatedmsp.com", - "type": "business", + "type": "hosting", "created": "1998-12-08", "updated": "2018-04-13", "rir": "arin", @@ -407015,9 +406288,9 @@ "country": "US", "active": true, "org": "Cm2.com Inc.", - "domain": "www.erado.com", + "domain": "zixcorp.com", "abuse": "customersupport@erado.com", - "type": "business", + "type": "hosting", "created": "1999-01-20", "updated": "2012-03-02", "rir": "arin", @@ -409015,9 +408288,9 @@ "country": "US", "active": true, "org": "Bayview Financial, LP", - "domain": "www.bayviewfinancial.com", + "domain": "bayviewfinancial.com", "abuse": "marcelpividal@bayviewfinancial.com", - "type": "hosting", + "type": "business", "created": "2005-03-14", "updated": "2012-02-24", "rir": "arin", @@ -412466,7 +411739,7 @@ "country": "US", "active": true, "org": "24 Hour Fitness USA, Inc.", - "domain": "www.24hourfit.com", + "domain": "24hourfit.com", "abuse": "ecadmin@24hourfit.com", "type": "business", "created": "1999-03-15", @@ -412659,7 +411932,7 @@ "org": "Contemporary Computer Services Inc.", "domain": "ccsinet.com", "abuse": "tednie@ccsinet.com", - "type": "hosting", + "type": "business", "created": "1999-03-15", "updated": "2012-03-02", "rir": "arin", @@ -414722,7 +413995,7 @@ "org": "Vertical Computers", "domain": "verticalcomputers.com", "abuse": "steven.sedory@verticalcomputers.com", - "type": "business", + "type": "hosting", "created": "2018-05-11", "updated": "2021-12-30", "rir": "arin", @@ -419160,7 +418433,7 @@ "domain": "www.telecomarmenia.am", "type": "isp", "created": "2001-11-30", - "updated": "2023-08-01", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "46.70.0.0/15", @@ -419306,7 +418579,7 @@ "abuse": "invitechabuse@invitech.hu", "type": "business", "created": "2002-09-11", - "updated": "2023-09-18", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "5.56.34.0/24", @@ -419998,7 +419271,7 @@ "domain": "www.ines.ro", "type": "business", "created": "2002-06-06", - "updated": "2023-09-20", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "80.86.96.0/19", @@ -420445,7 +419718,7 @@ "abuse": "abuse@dfi.ch", "type": "business", "created": "2002-09-20", - "updated": "2022-02-17", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "5.61.224.0/21", @@ -420626,7 +419899,7 @@ "abuse": "abuse@euskaltel.com", "type": "isp", "created": "2002-07-17", - "updated": "2023-01-12", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "5.159.128.0/18", @@ -420917,7 +420190,7 @@ "abuse": "abuse@vtx.ch", "type": "hosting", "created": "2002-09-11", - "updated": "2023-07-05", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "81.23.64.0/20", @@ -421075,7 +420348,7 @@ "domain": "corp.vodafone.es", "type": "isp", "created": "2002-08-22", - "updated": "2023-09-13", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "45.15.48.0/22", @@ -421502,7 +420775,7 @@ "abuse": "abuse@ton-net.com", "type": "business", "created": "1970-01-01", - "updated": "2023-08-07", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "77.237.192.0/19", @@ -421539,7 +420812,7 @@ "abuse": "abuse@rt.ru", "type": "isp", "created": "2005-07-01", - "updated": "2023-09-22", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "2.16.20.0/24", @@ -424656,7 +423929,7 @@ "abuse": "abuse@kcom.com", "type": "isp", "created": "2002-09-12", - "updated": "2017-11-15", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "5.198.0.0/17", @@ -424893,7 +424166,7 @@ "domain": "www.plusnet.de", "type": "business", "created": "2002-05-08", - "updated": "2023-09-16", + "updated": "2023-10-27", "rir": "ripe", "prefixes": [ "185.247.40.0/22", @@ -425975,7 +425248,7 @@ "domain": "ptl.ru", "type": "business", "created": "2002-02-16", - "updated": "2023-06-01", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "31.200.192.0/24", @@ -436287,7 +435560,7 @@ "domain": "gilat.net", "type": "isp", "created": "2001-12-31", - "updated": "2023-04-19", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "62.56.128.0/24", @@ -438980,7 +438253,7 @@ "abuse": "noc@gcn.bg", "type": "isp", "created": "2004-04-21", - "updated": "2023-08-04", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "78.108.240.0/20", @@ -439617,7 +438890,7 @@ "domain": "alsatis.com", "type": "business", "created": "1970-01-01", - "updated": "2023-09-23", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "84.205.64.0/24", @@ -440300,7 +439573,7 @@ "abuse": "abuse@hkn.de", "type": "hosting", "created": "2002-08-30", - "updated": "2022-04-06", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "88.205.0.0/20", @@ -440748,7 +440021,7 @@ "abuse": "abuse@ediscom.net", "type": "isp", "created": "2002-08-29", - "updated": "2023-04-14", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "46.167.32.0/21", @@ -441176,7 +440449,7 @@ "domain": "fuib.com", "type": "banking", "created": "1970-01-01", - "updated": "2023-08-24", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "194.44.66.0/24", @@ -441980,7 +441253,7 @@ "domain": "iphh.net", "type": "hosting", "created": "2002-09-20", - "updated": "2023-09-03", + "updated": "2023-10-07", "rir": "ripe", "prefixes": [ "45.130.192.0/23", @@ -442064,7 +441337,7 @@ "domain": "turk.net", "type": "business", "created": "2002-05-30", - "updated": "2023-08-14", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "31.223.0.0/24", @@ -444096,7 +443369,7 @@ "domain": "www.cloudheroes.com", "type": "hosting", "created": "1970-01-01", - "updated": "2023-07-03", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "46.231.160.0/21", @@ -445505,7 +444778,7 @@ "domain": "hotnet.net.il", "type": "isp", "created": "2009-05-12", - "updated": "2023-08-10", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "5.28.128.0/18", @@ -445687,7 +444960,7 @@ "abuse": "abuse@bit.nl", "type": "hosting", "created": "2002-09-19", - "updated": "2023-09-21", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.56.226.0/23", @@ -445858,7 +445131,7 @@ "domain": "fastweb.it", "type": "isp", "created": "2002-09-13", - "updated": "2023-08-29", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "2.16.17.0/24", @@ -446337,7 +445610,7 @@ "abuse": "abuse@entega-medianet.de", "type": "isp", "created": "2002-09-20", - "updated": "2023-09-13", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "5.182.236.0/22", @@ -447301,7 +446574,7 @@ "abuse": "abuse@volz.ua", "type": "business", "created": "2002-03-14", - "updated": "2023-09-11", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "91.197.168.0/24", @@ -448214,7 +447487,7 @@ "abuse": "abuse@deac.eu", "type": "hosting", "created": "2002-07-05", - "updated": "2023-04-24", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "37.203.32.0/21", @@ -449303,7 +448576,7 @@ "abuse": "abuse@htp.net", "type": "isp", "created": "2002-07-31", - "updated": "2022-11-21", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "45.156.124.0/22", @@ -450320,9 +449593,9 @@ "country": "IT", "active": true, "org": "Axera SpA", - "domain": "as34758.net", + "domain": "axera.it", "abuse": "abuse@as34758.net", - "type": "business", + "type": "hosting", "created": "1970-01-01", "updated": "2023-04-27", "rir": "ripe", @@ -450776,7 +450049,7 @@ "domain": "www.manxtelecom.com", "type": "isp", "created": "2002-05-10", - "updated": "2020-03-27", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "37.25.88.0/21", @@ -452309,7 +451582,7 @@ "domain": "rnc.ro", "type": "business", "created": "1970-01-01", - "updated": "2019-09-20", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "193.230.191.0/24" @@ -454101,7 +453374,7 @@ "abuse": "abuse@lidnet.net", "type": "business", "created": "2002-09-16", - "updated": "2022-03-11", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "37.44.204.0/22", @@ -455228,6 +454501,12 @@ "descr": "RESERVED, ZZ", "country": "ZZ", "active": true, + "org": "RIPE NCC Registration Services Department", + "abuse": "abuse@ripe.net", + "type": "business", + "created": "2018-09-04", + "updated": "2018-09-04", + "rir": "ripe", "prefixes": [ "213.147.64.0/19" ] @@ -456286,7 +455565,7 @@ "country": "DE", "active": true, "org": "Krick Management GmbH trading as iWelt GmbH + Co. KG", - "domain": "iwelt-ag.net", + "domain": "www.iwelt.de", "type": "hosting", "created": "2002-06-25", "updated": "2023-06-14", @@ -468352,9 +467631,9 @@ "descr": "NTS-ONLINE, US", "country": "US", "active": true, - "org": "NTS Communications, LLC", + "org": "Vexus Fiber", "domain": "www.vexusfiber.com", - "abuse": "abuse@nts-online.net", + "abuse": "abuse@vexusfiber.com", "type": "isp", "created": "1999-07-27", "updated": "2012-03-02", @@ -469138,9 +468417,9 @@ "country": "US", "active": true, "org": "Oneida Nation", - "domain": "oneidanation.org", + "domain": "oneida-nsn.gov", "abuse": "jdoxtat1@oneidanation.org", - "type": "business", + "type": "government", "created": "2018-04-04", "updated": "2018-04-04", "rir": "arin", @@ -478935,9 +478214,9 @@ "country": "US", "active": true, "org": "Data-Tech", - "domain": "www.lietzdev.com", + "domain": "www.datatech.de", "abuse": "chrislietz@lietzdev.com", - "type": "hosting", + "type": "business", "created": "2007-01-09", "updated": "2012-02-24", "rir": "arin", @@ -485090,7 +484369,7 @@ "country": "US", "active": true, "org": "Zoom Broadband", - "domain": "bubble.io", + "domain": "bluebirdbroadband.com", "abuse": "noc@bluebirdbroadband.com", "type": "isp", "created": "2007-03-13", @@ -485383,7 +484662,7 @@ "country": "US", "active": true, "org": "Ancestry.com., Inc.", - "domain": "tgn.com", + "domain": "www.ancestry.de", "abuse": "domreg@tgn.com", "type": "business", "created": "1999-11-15", @@ -485999,9 +485278,9 @@ "country": "US", "active": true, "org": "The Iserv Company, LLC", - "domain": "iserv.net", + "domain": "www.iservworks.com", "abuse": "net-admin@iserv.net", - "type": "business", + "type": "hosting", "created": "1999-11-16", "updated": "2012-02-24", "rir": "arin", @@ -487928,9 +487207,9 @@ "country": "US", "active": true, "org": "Portland General Electric Company", - "domain": "www.pgn.com", + "domain": "portlandgeneral.com", "abuse": "hostmaster@pgn.com", - "type": "hosting", + "type": "business", "created": "2013-08-16", "updated": "2013-08-16", "rir": "arin", @@ -497741,6 +497020,13 @@ "descr": "EL-RENO-MUNICIPAL-AUTHORITY, US", "country": "US", "active": true, + "org": "City of El Reno", + "domain": "elrenook.gov", + "abuse": "zmclemore@elrenook.gov", + "type": "government", + "created": "2022-12-16", + "updated": "2023-05-24", + "rir": "arin", "prefixes": [ "38.66.20.0/22", "38.66.22.0/23" @@ -506218,7 +505504,7 @@ "country": "US", "active": true, "org": "Steven Noble", - "domain": "sonn.com", + "domain": "www.sonn.com", "type": "business", "created": "2023-08-24", "updated": "2023-08-27", @@ -511157,9 +510443,9 @@ "country": "US", "active": true, "org": "EDF Trading North America, LLC", - "domain": "edftrading.com", + "domain": "www.edftrading.com", "abuse": "jim.heuton@edftrading.com", - "type": "hosting", + "type": "banking", "created": "2010-07-26", "updated": "2012-03-02", "rir": "arin", @@ -513853,7 +513139,7 @@ "abuse": "abuse@ibh.net", "type": "business", "created": "2002-01-10", - "updated": "2021-06-25", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "91.90.167.0/24", @@ -514075,7 +513361,7 @@ "domain": "internet.fo", "type": "business", "created": "2002-02-13", - "updated": "2018-09-04", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "81.18.224.0/20", @@ -515104,7 +514390,7 @@ "domain": "relianceglobalcom.com", "type": "hosting", "created": "2002-09-18", - "updated": "2023-09-18", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "43.231.188.0/24", @@ -515519,7 +514805,7 @@ "domain": "deltafiber.nl", "type": "isp", "created": "2002-09-06", - "updated": "2023-07-26", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "62.45.0.0/16", @@ -515891,7 +515177,7 @@ "abuse": "abuse@internetx.com", "type": "hosting", "created": "2002-09-24", - "updated": "2021-04-13", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "62.116.128.0/19", @@ -516440,7 +515726,7 @@ "domain": "www.materna.de", "type": "isp", "created": "2002-09-02", - "updated": "2021-03-22", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "139.2.0.0/24", @@ -517640,7 +516926,7 @@ "abuse": "abuse@dataways.gr", "type": "hosting", "created": "1970-01-01", - "updated": "2019-06-05", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "153.92.180.0/24", @@ -518124,7 +517410,7 @@ "domain": "servergalactic.com", "type": "hosting", "created": "1970-01-01", - "updated": "2023-08-11", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "62.77.128.0/22", @@ -518478,11 +517764,11 @@ "country": "CH", "active": true, "org": "Finanzdirektion des Kantons Bern", - "domain": "netwatch.ch", + "domain": "spie.com", "abuse": "abuse@sunrise.net", "type": "business", "created": "2002-01-31", - "updated": "2020-11-26", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "86.118.0.0/16", @@ -518985,7 +518271,7 @@ "abuse": "abuse@connesi.it", "type": "business", "created": "2009-10-08", - "updated": "2023-08-30", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "2.58.128.0/22", @@ -519139,7 +518425,7 @@ "abuse": "abuse@dragon.cz", "type": "isp", "created": "2002-06-01", - "updated": "2023-04-11", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "178.209.128.0/19", @@ -519232,7 +518518,7 @@ "domain": "intbel.ru", "type": "government", "created": "1970-01-01", - "updated": "2022-09-15", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "62.76.92.0/23", @@ -519800,7 +519086,7 @@ "domain": "ix.net.ua", "type": "business", "created": "2002-09-22", - "updated": "2023-09-13", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.119.76.0/22" @@ -520121,7 +519407,7 @@ "domain": "www.bix.bg", "type": "hosting", "created": "2009-07-30", - "updated": "2023-09-13", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "91.237.102.0/23" @@ -520159,7 +519445,7 @@ "domain": "tz.ru", "type": "isp", "created": "1970-01-01", - "updated": "2023-05-15", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "85.31.112.0/22", @@ -520620,7 +519906,7 @@ "abuse": "abuse@atman.pl", "type": "hosting", "created": "2001-11-13", - "updated": "2023-08-25", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "46.174.168.0/21", @@ -521024,7 +520310,7 @@ "domain": "masmovil.com", "type": "isp", "created": "2002-01-18", - "updated": "2023-08-16", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "31.221.128.0/19", @@ -521669,7 +520955,7 @@ "domain": "ctco.lv", "type": "business", "created": "2001-12-13", - "updated": "2017-11-15", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "217.21.168.0/21", @@ -522078,9 +521364,10 @@ "active": true, "org": "TOV BF Express Ltd", "domain": "www.express.net.ua", + "abuse": "abuse@express.net.ua", "type": "business", "created": "2002-01-12", - "updated": "2022-02-02", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "80.84.176.0/20", @@ -522345,10 +521632,10 @@ "country": "RU", "active": true, "org": "OOO Taxtelecom", - "domain": "ripn.net", + "domain": "taxtelecom.ru", "type": "business", "created": "2015-09-02", - "updated": "2020-11-16", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "195.208.98.0/24" @@ -526278,7 +525565,7 @@ "domain": "it.ikiu.ac.ir", "type": "education", "created": "2015-08-27", - "updated": "2020-03-10", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "185.114.188.0/22" @@ -527014,11 +526301,11 @@ "descr": "TGS-INT-NETWORK OSLO, NORWAY, NO", "country": "NO", "active": true, - "org": "Telenor Global Services AS", - "domain": "www.telenor.com", + "org": "TELENOR LINX AS", + "domain": "telenor.com", "type": "business", "created": "1970-01-01", - "updated": "2018-07-16", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "185.142.240.0/22", @@ -527691,10 +526978,10 @@ "active": true, "org": "Nazwa.pl Sp.z.o.o.", "domain": "www.nazwa.pl", - "abuse": "abuse@nazwa.pl", + "abuse": "abuse@netart.com", "type": "hosting", "created": "2002-07-26", - "updated": "2023-03-08", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "31.172.168.0/22", @@ -528193,7 +527480,7 @@ "abuse": "abuse@A1net.hr", "type": "isp", "created": "2002-08-22", - "updated": "2023-07-13", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "83.139.67.0/24", @@ -529603,11 +528890,11 @@ "descr": "AS16081 Obere Donaustr. 95, AT", "country": "AT", "active": true, - "org": "IBM Osterreich Internationale Buromaschinen Gesellschaft m.b.H.", - "domain": "www.ibm.com", - "type": "business", + "org": "Kyndryl, Inc.", + "domain": "www.kyndryl.com", + "type": "hosting", "created": "1970-01-01", - "updated": "2021-01-11", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "193.108.100.0/23", @@ -529816,7 +529103,7 @@ "domain": "ipublications.nl", "type": "business", "created": "2015-08-25", - "updated": "2023-09-21", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "79.110.60.0/24", @@ -531745,7 +531032,7 @@ "domain": "www.kleegroup.com", "type": "hosting", "created": "1970-01-01", - "updated": "2023-03-17", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.171.4.0/23", @@ -531762,7 +531049,7 @@ "domain": "www.web.am", "type": "hosting", "created": "1970-01-01", - "updated": "2022-11-06", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "2.56.204.0/22", @@ -532605,7 +531892,7 @@ "abuse": "abuse@ggamaur.net", "type": "isp", "created": "1970-01-01", - "updated": "2023-06-29", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "193.247.85.0/24" @@ -533101,7 +532388,7 @@ "abuse": "abuse@ovh.net", "type": "isp", "created": "1970-01-01", - "updated": "2023-09-12", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "5.39.0.0/17", @@ -533663,11 +532950,11 @@ "descr": "ING-DIRECT-SPAIN, ES", "country": "ES", "active": true, - "org": "ING Direct N.V.", - "domain": "www.eng.it", - "type": "education", + "org": "ING Bank N.V.", + "domain": "www.ing.com", + "type": "banking", "created": "2002-09-02", - "updated": "2023-07-20", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "193.41.234.0/24" @@ -533798,7 +533085,7 @@ "abuse": "abuse@box.nl", "type": "hosting", "created": "2002-09-23", - "updated": "2023-09-11", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "185.190.232.0/22", @@ -533959,7 +533246,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2015-09-10", "updated": "2022-06-01", @@ -534814,7 +534101,7 @@ "domain": "service.ricoh.de", "type": "business", "created": "1970-01-01", - "updated": "2017-11-15", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "217.144.32.0/20", @@ -536197,7 +535484,7 @@ "org": "Store Financial Services, LLC", "domain": "storefinancial.com", "abuse": "prodsupport@storefinancial.com", - "type": "hosting", + "type": "business", "created": "2010-12-16", "updated": "2012-03-02", "rir": "arin", @@ -552532,7 +551819,7 @@ "country": "BR", "active": true, "org": "COMPUGRAF SEGURANCA DA INFORMACAO LTDA", - "domain": "compugraf.com.br", + "domain": "www.compugraf.com.br", "abuse": "admlan@compugraf.com.br", "type": "business", "created": "2000-08-25", @@ -582411,10 +581698,6 @@ "descr": "IREX-AS-KR Airport Railroad Co ltd, KR", "country": "KR", "active": true, - "org": "Airport Railroad Co ltd", - "domain": "www.arex.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "59.17.186.0/24", "59.17.188.0/24", @@ -582438,10 +581721,6 @@ "descr": "SKGLOBAL-AS-KR SK Global co., Ltd, KR", "country": "KR", "active": true, - "org": "SK Global co., Ltd", - "domain": "eng.sk.com", - "type": "business", - "rir": "krnic", "prefixes": [ "206.219.0.0/20", "206.219.16.0/21", @@ -582471,10 +581750,6 @@ "descr": "SKB-MINS-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.118.64.0/18", "27.124.232.0/22", @@ -582495,10 +581770,6 @@ "asn": "17574", "descr": "SMGCC-AS-KR Seoul Metropolitan Government Computer Center, K", "active": true, - "org": "Seoul Metropolitan Government Computer Center", - "domain": "www.seoul.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.235.138.0/24", "58.227.216.0/24", @@ -582514,10 +581785,6 @@ "descr": "CAUNET-AS-KR Chung-Ang University, KR", "country": "KR", "active": true, - "org": "Chung-Ang University", - "domain": "www.cau.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "165.194.0.0/17", "165.194.128.0/17" @@ -582528,10 +581795,6 @@ "descr": "KOSEF-AS-KR National Research Foundation of Korea, KR", "country": "KR", "active": true, - "org": "National Research Foundation of Korea", - "domain": "www.nrf.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.253.232.0/24", "221.158.73.0/24" @@ -582542,10 +581805,6 @@ "descr": "GIGAPASS-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.177.0.0/21", "1.177.8.0/21", @@ -582628,10 +581887,6 @@ "descr": "HALLA-AS-KR CHEJU HALLA UNIVERSITY, KR", "country": "KR", "active": true, - "org": "CHEJU HALLA UNIVERSITY", - "domain": "www.chu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "14.49.224.0/24", "14.49.225.0/24", @@ -582660,10 +581915,6 @@ "descr": "KREONET2-AS-KR KISTI, KR", "country": "KR", "active": true, - "org": "KISTI", - "domain": "kisti.re.kr", - "type": "hosting", - "rir": "krnic", "prefixes": [ "134.75.15.0/24", "134.75.16.0/24", @@ -582696,10 +581947,6 @@ "descr": "NPS02-AS-KR National Pension Service, KR", "country": "KR", "active": true, - "org": "National Pension Service", - "domain": "nps.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.139.85.0/24" ] @@ -582709,10 +581956,6 @@ "descr": "MIRAEASSET-AS-KR Daewoo Securities Co., Ltd., KR", "country": "KR", "active": true, - "org": "Daewoo Securities Co., Ltd.", - "domain": "global.miraeasset.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "45.121.165.0/24", "45.121.166.0/24", @@ -582725,10 +581968,6 @@ "descr": "KIC-AS-KR Korea Investment Corporation, KR", "country": "KR", "active": true, - "org": "Korea Investment Corporation", - "domain": "www.kic.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.108.163.0/24", "220.65.225.0/24" @@ -582739,10 +581978,6 @@ "descr": "KCNNET-AS-KR Keumgang Cable Network, KR", "country": "KR", "active": true, - "org": "Keumgang Cable Network", - "domain": "kcn.tv", - "type": "isp", - "rir": "krnic", "prefixes": [ "59.186.42.0/24", "61.35.70.0/24", @@ -582804,10 +582039,6 @@ "descr": "ICE-AS-KR Inchon Metropolitan Office Of Education, KR", "country": "KR", "active": true, - "org": "Inchon Metropolitan Office Of Education", - "domain": "ice.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "125.133.128.0/24", "125.133.129.0/24", @@ -582866,10 +582097,6 @@ "asn": "17585", "descr": "PPS-AS-KR Public Procurement Service The Republic of Korea,", "active": true, - "org": "Public Procurement Service The Republic of Korea", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "211.61.4.0/24", "211.61.5.0/24" @@ -582880,10 +582107,6 @@ "descr": "NARATV-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "36.38.29.0/24", "36.38.38.0/24", @@ -582955,10 +582178,6 @@ "descr": "DAEGUBANK-AS-KR The Daegu Bank, Ltd, KR", "country": "KR", "active": true, - "org": "The Daegu Bank, Ltd", - "domain": "www.dgbfg.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "211.63.175.0/24" ] @@ -582968,10 +582187,6 @@ "descr": "GABIA-AS-KR GABIA Inc., KR", "country": "KR", "active": true, - "org": "GABIA Inc.", - "domain": "www.gabia.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.240.48.0/22", "121.78.79.0/24", @@ -583082,10 +582297,6 @@ "descr": "KGPC-AS-KR KOCCA, KR", "country": "KR", "active": true, - "org": "KOCCA", - "domain": "www.kocca.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "123.214.20.0/24", "123.214.21.0/24", @@ -583101,10 +582312,6 @@ "descr": "KRFNET-AS-KR National Research Foundation of Korea, KR", "country": "KR", "active": true, - "org": "National Research Foundation of Korea", - "domain": "www.nrf.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.246.118.0/24", "203.252.27.0/24" @@ -583115,10 +582322,6 @@ "descr": "IBK-AS-KR Industrial Bank of Korea, KR", "country": "KR", "active": true, - "org": "Industrial Bank of Korea", - "domain": "www.ibk.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "61.253.111.0/24", "114.52.78.0/24", @@ -583168,10 +582371,6 @@ "descr": "SMBS-AS-KR SMBS, KR", "country": "KR", "active": true, - "org": "SMBS", - "domain": "www.smbs.at", - "type": "education", - "rir": "krnic", "prefixes": [ "211.55.9.0/24" ] @@ -583181,10 +582380,6 @@ "descr": "KINSNET-AS-KR Korea Institute of Nuclear Safety, KR", "country": "KR", "active": true, - "org": "Korea Institute of Nuclear Safety", - "domain": "www.kins.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "134.75.151.0/24", "203.230.32.0/20", @@ -583201,10 +582396,6 @@ "descr": "CST21-AS-KR PINE ASSET SERVICE, KR", "country": "KR", "active": true, - "org": "PINE ASSET SERVICE", - "domain": "kimsind.com", - "type": "business", - "rir": "krnic", "prefixes": [ "27.111.96.0/24", "27.111.97.0/24", @@ -583249,10 +582440,6 @@ "descr": "SKB-SAEROMNET-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "45.112.104.0/22", "61.47.192.0/18", @@ -583284,10 +582471,6 @@ "descr": "YBNTV-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "43.251.120.0/22", "61.41.219.0/24", @@ -583505,10 +582688,6 @@ "descr": "YUHAN-AS-KR Yuhan University, KR", "country": "KR", "active": true, - "org": "Yuhan University", - "domain": "www.yuhan.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.229.241.0/24", "203.229.242.0/24", @@ -583523,10 +582702,6 @@ "asn": "17600", "descr": "ENVICO-AS-KR KOREA RESOURCES RECOVERY AND REUTILIZATION CORP", "active": true, - "org": "KOREA RESOURCES RECOVERY AND REUTILIZATION CORPORATION", - "domain": "keco.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.108.47.128/25", "61.108.48.0/24", @@ -583541,10 +582716,6 @@ "descr": "KCGF-AS-KR KOREA CREDIT GUARANTEE FUND, KR", "country": "KR", "active": true, - "org": "KOREA CREDIT GUARANTEE FUND", - "domain": "www.kodit.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "210.96.165.0/24", "210.96.166.0/24" @@ -583555,10 +582726,6 @@ "descr": "CRETEC-AS-KR CRETEC CHEGIM, KR", "country": "KR", "active": true, - "org": "CRETEC CHEGIM", - "domain": "cretec.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.132.36.0/24", "103.132.37.0/24", @@ -583570,10 +582737,6 @@ "asn": "17603", "descr": "KUMOH-AS-KR Kum oh National University of Technology KNUT, K", "active": true, - "org": "Kum oh National University of Technology (KNUT)", - "domain": "www.kumoh.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "202.31.128.0/20", "202.31.192.0/20" @@ -583590,10 +582753,6 @@ "descr": "KTNG-AS-KR KTNG Coporation, KR", "country": "KR", "active": true, - "org": "KTNG Coporation", - "domain": "www.ktng.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.140.12.0/24", "103.140.13.0/24" @@ -583604,10 +582763,6 @@ "descr": "SMLNET-AS-KR SM LINE CORPORATION, KR", "country": "KR", "active": true, - "org": "SM LINE CORPORATION", - "domain": "smlines.com", - "type": "business", - "rir": "krnic", "prefixes": [ "203.246.144.0/24" ] @@ -583617,10 +582772,6 @@ "descr": "AS5665-AS-KR Mirae Asset Life Insurance Co., Ltd, KR", "country": "KR", "active": true, - "org": "Mirae Asset Life Insurance Co., Ltd", - "domain": "global.miraeasset.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "103.166.222.0/24", "103.166.223.0/24", @@ -583637,10 +582788,6 @@ "descr": "ABN-AS-KR ABN, KR", "country": "KR", "active": true, - "org": "ABN", - "domain": "www.abn.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "27.116.128.0/17", "27.116.128.0/21", @@ -583730,10 +582877,6 @@ "descr": "SILLAUNIVERSITY-AS-KR Silla Univ, KR", "country": "KR", "active": true, - "org": "Silla Univ", - "domain": "en.silla.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "61.100.224.0/24", "61.100.225.0/24", @@ -583764,10 +582907,6 @@ "descr": "KHFC-AS-KR Korea Housing Finance Corporation, KR", "country": "KR", "active": true, - "org": "Korea Housing Finance Corporation", - "domain": "hf.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "211.196.4.0/24", "211.196.4.0/25", @@ -583787,10 +582926,6 @@ "descr": "KTEINFO-AS-KR KTE Information and Communications, KR", "country": "KR", "active": true, - "org": "KTE Information and Communications", - "domain": "skbinfo.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "103.129.184.0/24", "103.129.185.0/24", @@ -583806,10 +582941,6 @@ "descr": "GEUMGANG-AS-KR Geumgang University, KR", "country": "KR", "active": true, - "org": "Geumgang University", - "domain": "www.ggu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.237.184.0/22", "220.69.64.0/23", @@ -583822,10 +582953,6 @@ "descr": "CJU-AS-KR Chongju University, KR", "country": "KR", "active": true, - "org": "Chongju University", - "domain": "www.cju.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "58.72.206.0/24", "58.72.207.0/24", @@ -583839,10 +582966,6 @@ "descr": "BAROFN-AS-KR barofn, KR", "country": "KR", "active": true, - "org": "barofn", - "domain": "kakaopaysec.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.139.214.0/24", "103.139.214.0/25", @@ -583915,7 +583038,7 @@ "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "isp", - "updated": "2019-06-09", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "27.115.0.0/17", @@ -584652,7 +583775,7 @@ "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "isp", - "updated": "2019-06-09", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "27.39.0.0/19", @@ -586564,7 +585687,7 @@ "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "business", - "updated": "2019-06-09", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "27.38.0.0/16", @@ -587647,9 +586770,9 @@ "active": true, "org": "Qualcomm Inc", "domain": "www.qualcomm.com", - "abuse": "hostmaster@qualcomm.com", + "abuse": "hostmast@qualcomm.com", "type": "business", - "updated": "2020-06-22", + "updated": "2023-09-25", "rir": "apnic", "prefixes": [ "202.46.22.0/23", @@ -593560,9 +592683,9 @@ "country": "CN", "active": true, "org": "China Enterprise ICT Solutions Limited", - "domain": "www.china-entercom.com", + "domain": "www.citictel.com", "abuse": "ipas@cnnic.cn", - "type": "business", + "type": "hosting", "updated": "2021-06-16", "rir": "apnic", "prefixes": [ @@ -594330,11 +593453,11 @@ "asn": "17816", "descr": "CHINA169-GZ China Unicom IP network China169 Guangdong provi", "active": true, - "org": "China Unicom IP network China169 Guangdong province", + "org": "China Unicom IP network China169 Guangdong province", "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", - "type": "isp", - "updated": "2017-09-28", + "type": "business", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "27.36.0.0/14", @@ -595080,10 +594203,6 @@ "descr": "NCOM-AS-KR NCOM ltd., KR", "country": "KR", "active": true, - "org": "NCOM ltd.", - "domain": "shinbinet.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.114.174.0/24", "210.114.175.0/24", @@ -595106,10 +594225,6 @@ "descr": "WOORICARD-AS-KR WOORICARD, KR", "country": "KR", "active": true, - "org": "WOORICARD", - "domain": "pc.wooricard.com", - "type": "business", - "rir": "krnic", "prefixes": [ "106.241.157.0/24", "121.156.69.0/24", @@ -595132,10 +594247,6 @@ "descr": "IBKS-AS-KR IBK Securities, KR", "country": "KR", "active": true, - "org": "IBK Securities", - "domain": "ibks.com", - "type": "business", - "rir": "krnic", "prefixes": [ "175.124.149.0/24" ] @@ -595145,10 +594256,6 @@ "descr": "KCP-AS-KR NHN KCP Corp., KR", "country": "KR", "active": true, - "org": "NHN KCP Corp.", - "domain": "kcp.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.215.144.0/24", "103.215.145.0/24", @@ -595190,10 +594297,6 @@ "descr": "E-HYUNDAI-AS-KR HYUNDAI HOMESHOPPING, KR", "country": "KR", "active": true, - "org": "HYUNDAI HOMESHOPPING", - "domain": "www.ehyundai.com", - "type": "business", - "rir": "krnic", "prefixes": [ "59.150.52.0/24", "124.137.36.0/24", @@ -595210,10 +594313,6 @@ "descr": "DREAMPLUS-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.11.128.0/17", "1.11.230.0/24", @@ -595348,10 +594447,6 @@ "descr": "KOREACERT-AS-KR KECA, Inc., KR", "country": "KR", "active": true, - "org": "KECA, Inc.", - "domain": "crosscert.com", - "type": "business", - "rir": "krnic", "prefixes": [ "211.192.169.0/24" ] @@ -595361,10 +594456,6 @@ "descr": "NCIA-AS-KR NATIONAL INFORMATION RESOURCES SERVICE, KR", "country": "KR", "active": true, - "org": "NATIONAL INFORMATION RESOURCES SERVICE", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "27.101.10.0/24", "27.101.11.0/24", @@ -595862,10 +594953,6 @@ "descr": "SAHMYOOK-AS-KR Sahmyook University, KR", "country": "KR", "active": true, - "org": "Sahmyook University", - "domain": "www.syu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "59.5.140.0/24", "59.5.232.0/24", @@ -595877,10 +594964,6 @@ "descr": "NPS01-AS-KR National Pension Service, KR", "country": "KR", "active": true, - "org": "National Pension Service", - "domain": "nps.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.139.84.0/24", "210.97.37.0/24" @@ -595891,10 +594974,6 @@ "descr": "GTP-AS-KR Gyeonggi Technopark, KR", "country": "KR", "active": true, - "org": "Gyeonggi Technopark", - "domain": "www.gtp.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "110.93.24.0/21", "110.93.24.0/24", @@ -595920,10 +594999,6 @@ "descr": "SKB-H-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "1.224.16.0/20" ] @@ -595933,10 +595008,6 @@ "descr": "FSS-AS-KR Financial Supervisory Service, KR", "country": "KR", "active": true, - "org": "Financial Supervisory Service", - "domain": "www.fss.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.73.60.128/25" ] @@ -595946,10 +595017,6 @@ "descr": "INAMES-AS-KR INAMES, KR", "country": "KR", "active": true, - "org": "INAMES", - "domain": "inames.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "202.31.187.0/24" ] @@ -595959,10 +595026,6 @@ "descr": "SKB-GINAMHANVIT-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "45.112.164.0/22", "45.112.165.0/24", @@ -596160,10 +595223,6 @@ "descr": "KFBBLOCKCHAIN-AS-KR Korea Federation of Banks, KR", "country": "KR", "active": true, - "org": "Korea Federation of Banks", - "domain": "www.kfb.or.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "211.168.153.0/24", "211.168.158.0/24", @@ -596175,10 +595234,6 @@ "descr": "KPETRO-AS-KR KPETRO, KR", "country": "KR", "active": true, - "org": "KPETRO", - "domain": "www.kpetro.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "39.118.130.0/24", "221.150.131.0/24" @@ -596189,10 +595244,6 @@ "descr": "KOREALIFE-AS-KR HANWHALIFE, KR", "country": "KR", "active": true, - "org": "HANWHALIFE", - "domain": "www.hanwha.com", - "type": "business", - "rir": "krnic", "prefixes": [ "210.216.157.0/24", "210.216.158.0/24", @@ -596208,10 +595259,6 @@ "descr": "LGTELECOM-AS-KR LGTELECOM, KR", "country": "KR", "active": true, - "org": "LGTELECOM", - "domain": "lguplus.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "61.33.197.0/24", "61.43.164.0/24", @@ -597114,10 +596161,6 @@ "descr": "SKBCABLELINE-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.116.64.0/18", "27.116.74.0/23", @@ -597176,10 +596219,6 @@ "descr": "HANENT-AS-KR HANNET Co.,Ltd., KR", "country": "KR", "active": true, - "org": "HANNET Co.,Ltd.", - "domain": "hannet.net", - "type": "business", - "rir": "krnic", "prefixes": [ "58.234.151.128/25", "58.234.200.128/25", @@ -597192,10 +596231,6 @@ "descr": "KONYANG-AS-KR Konyang University, KR", "country": "KR", "active": true, - "org": "Konyang University", - "domain": "www.konyang.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "211.225.30.0/23", "211.225.32.0/21", @@ -597211,10 +596246,6 @@ "descr": "SKB-NAKDONGDIGITALBUSANNET-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.115.192.0/18", "27.115.193.0/24", @@ -597459,10 +596490,6 @@ "descr": "POWERVIS-AS-KR LG POWERCOMM, KR", "country": "KR", "active": true, - "org": "LG POWERCOMM", - "domain": "www.lguplus.com", - "type": "business", - "rir": "krnic", "prefixes": [ "14.4.0.0/14", "14.4.0.0/15", @@ -597672,10 +596699,6 @@ "descr": "CBNET-AS-KR NICEINFOMATIONSERVICE, KR", "country": "KR", "active": true, - "org": "NICEINFOMATIONSERVICE", - "domain": "www.nice.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "119.192.231.0/24", "121.162.154.0/24", @@ -597692,10 +596715,6 @@ "descr": "WEBZEN-AS-KR Webzen Inc., KR", "country": "KR", "active": true, - "org": "Webzen Inc.", - "domain": "www.webzen.com", - "type": "business", - "rir": "krnic", "prefixes": [ "139.5.226.0/24", "139.5.227.0/24", @@ -597707,10 +596726,6 @@ "descr": "KIT-AS-KR KyungNam College of Information Technology, KR", "country": "KR", "active": true, - "org": "KyungNam College of Information Technology", - "domain": "kit.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.254.170.0/24", "210.110.208.0/20", @@ -597724,10 +596739,6 @@ "descr": "KWNU-AS-KR Kangwon National University, KR", "country": "KR", "active": true, - "org": "Kangwon National University", - "domain": "wwwk.kangwon.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "114.70.74.0/23", "114.70.98.0/23", @@ -597770,10 +596781,6 @@ "descr": "YONHAPNEWS-AS-KR Yonhap News Agency, KR", "country": "KR", "active": true, - "org": "Yonhap News Agency", - "domain": "www.yna.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.40.248.0/24", "203.234.152.0/24", @@ -597788,10 +596795,6 @@ "descr": "SKB-TBROAD_HANVIT-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.119.128.0/17", "61.97.16.0/20", @@ -597829,10 +596832,6 @@ "descr": "SCOURT-AS-KR Supreme Court of Korea, KR", "country": "KR", "active": true, - "org": "Supreme Court of Korea", - "domain": "scourt.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "203.240.64.0/24", "203.240.65.0/24", @@ -597852,10 +596851,6 @@ "descr": "KISTNET-AS-KR Korea Institute of Science and Technology, KR", "country": "KR", "active": true, - "org": "Korea Institute of Science and Technology", - "domain": "kist.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "161.122.0.0/16" ] @@ -597865,10 +596860,6 @@ "descr": "KBINET-AS-KR KOREA BANKING INSTITUTE, KR", "country": "KR", "active": true, - "org": "KOREA BANKING INSTITUTE", - "domain": "www.kbi.or.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "211.249.118.0/24", "211.249.118.128/25" @@ -597879,10 +596870,6 @@ "descr": "HYUPSUNG-NET-AS-KR Hyupsung University, KR", "country": "KR", "active": true, - "org": "Hyupsung University", - "domain": "omail.uhs.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.230.112.0/23", "203.230.113.0/24", @@ -597895,10 +596882,6 @@ "descr": "REGISTRY-AS-KR Supreme Court of Korea, KR", "country": "KR", "active": true, - "org": "Supreme Court of Korea", - "domain": "scourt.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "203.240.80.0/24", "203.240.81.0/24" @@ -597909,10 +596892,6 @@ "descr": "KHU-AS-KR Kyung Hee University, KR", "country": "KR", "active": true, - "org": "Kyung Hee University", - "domain": "khu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "163.180.0.0/18", "163.180.64.0/19", @@ -597938,10 +596917,6 @@ "descr": "BESTEZ-AS-KR Daewoo Securities Co., Ltd., KR", "country": "KR", "active": true, - "org": "Daewoo Securities Co., Ltd.", - "domain": "global.miraeasset.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "1.230.122.0/24", "45.121.167.0/24", @@ -597959,10 +596934,6 @@ "descr": "NPC-AS-KR National Pension Corporation, KR", "country": "KR", "active": true, - "org": "National Pension Corporation", - "domain": "nps.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.150.160.0/24" ] @@ -597972,10 +596943,6 @@ "descr": "ECBANK-AS-KR ec-bank, KR", "country": "KR", "active": true, - "org": "ec-bank", - "domain": "www.ecb.europa.eu", - "type": "banking", - "rir": "krnic", "prefixes": [ "211.183.67.0/24" ] @@ -597985,10 +596952,6 @@ "descr": "AHNLAB-AS-KR Ahnlab, Inc., KR", "country": "KR", "active": true, - "org": "Ahnlab, Inc.", - "domain": "global.ahnlab.com", - "type": "business", - "rir": "krnic", "prefixes": [ "210.112.192.0/19" ] @@ -597998,10 +596961,6 @@ "descr": "NEXG-AS-KR NexG Co., LTD, KR", "country": "KR", "active": true, - "org": "NexG Co., LTD", - "domain": "nexg.net", - "type": "business", - "rir": "krnic", "prefixes": [ "27.118.128.0/17", "58.181.0.0/18", @@ -598112,10 +597071,6 @@ "descr": "RDA2014 Rural Development Administration RDA, KR", "country": "KR", "active": true, - "org": "Rural Development Administration (RDA)", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.96.9.128/25" ] @@ -598131,10 +597086,6 @@ "descr": "INETHOSTING-AS-KR Inet Hosting, Inc., KR", "country": "KR", "active": true, - "org": "Inet Hosting, Inc.", - "domain": "inet.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.231.224.0/20", "203.235.116.0/24", @@ -610212,10 +609163,6 @@ "descr": "ALLIANZ-AS-KR ABL Life Insurance Co., Ltd., KR", "country": "KR", "active": true, - "org": "ABL Life Insurance Co., Ltd.", - "domain": "www.abllife.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.40.27.0/24", "61.42.199.0/24", @@ -610234,10 +609181,6 @@ "descr": "KJISTNET-AS-KR K-JIST, KR", "country": "KR", "active": true, - "org": "K-JIST", - "domain": "gist.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.230.48.0/24", "203.230.49.0/24", @@ -610273,10 +609216,6 @@ "descr": "CNUNET-AS-KR Chungnam National University, KR", "country": "KR", "active": true, - "org": "Chungnam National University", - "domain": "plus.cnu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "168.188.0.0/16", "168.188.234.0/24", @@ -610292,10 +609231,6 @@ "descr": "BSFN-AS-KR BNK Securities Co.,Ltd, KR", "country": "KR", "active": true, - "org": "BNK Securities Co.,Ltd", - "domain": "www.bnkfn.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.117.55.0/24", "222.110.21.0/24" @@ -610306,10 +609241,6 @@ "descr": "KEPRI-AS-KR KEPCO, KR", "country": "KR", "active": true, - "org": "KEPCO", - "domain": "home.kepco.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "168.78.0.0/19", "168.78.0.0/24", @@ -610599,10 +609530,6 @@ "descr": "SKG_NW-AS-KR SK Telecom, KR", "country": "KR", "active": true, - "org": "SK Telecom", - "domain": "sk.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.102.0.0/16", "58.103.0.0/16", @@ -610654,10 +609581,6 @@ "descr": "SMARTRO-AS-KR SMARTRO, KR", "country": "KR", "active": true, - "org": "SMARTRO", - "domain": "www.smartro.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.192.50.0/24", "211.193.35.0/24" @@ -610750,10 +609673,6 @@ "descr": "SRAIL-AS-KR SR, KR", "country": "KR", "active": true, - "org": "SR", - "domain": "srail.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.62.228.0/24", "103.62.229.0/24" @@ -610764,10 +609683,6 @@ "descr": "POONGSAN-AS-KR POONGSAN, KR", "country": "KR", "active": true, - "org": "POONGSAN", - "domain": "poongsan.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.251.178.0/24" ] @@ -610777,10 +609692,6 @@ "descr": "KOVAN-AS-KR Korea VAn Service Co.LTD, KR", "country": "KR", "active": true, - "org": "Korea VAn Service Co.LTD", - "domain": "kovan.com", - "type": "business", - "rir": "krnic", "prefixes": [ "203.231.12.0/24", "203.231.13.0/24" @@ -610791,10 +609702,6 @@ "descr": "SKB-VITSSEN-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.112.128.0/17", "45.112.108.0/22", @@ -610819,10 +609726,6 @@ "descr": "CNCITY-AS-KR CNCITY energy CO.,LTD, KR", "country": "KR", "active": true, - "org": "CNCITY energy CO.,LTD", - "domain": "cncity.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "118.128.142.128/25", "121.184.101.128/25" @@ -610833,10 +609736,6 @@ "descr": "KAMCO-AS-KR Korea Asset Management COrporation, KR", "country": "KR", "active": true, - "org": "Korea Asset Management COrporation", - "domain": "kamco.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.183.40.0/24" ] @@ -610846,10 +609745,6 @@ "descr": "PCN-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.11.0.0/21", "1.11.24.0/21", @@ -610935,10 +609830,6 @@ "descr": "SORABOLNET-AS-KR Sorabol College, KR", "country": "KR", "active": true, - "org": "Sorabol College", - "domain": "sorabol.ac.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.246.76.0/22", "220.66.181.0/24", @@ -610956,10 +609847,6 @@ "descr": "SHINHANSYS2-AS-KR SHINHAN DS, KR", "country": "KR", "active": true, - "org": "SHINHAN DS", - "domain": "shinhan.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.237.181.0/24", "106.249.55.0/24", @@ -610973,10 +609860,6 @@ "descr": "SPEEDON-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.11.8.0/21", "1.11.16.0/22", @@ -611033,10 +609916,6 @@ "descr": "YJNET-AS-KR YeungNam College of Science Technology, KR", "country": "KR", "active": true, - "org": "YeungNam College of Science Technology", - "domain": "ync.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.237.188.0/23", "210.119.184.0/22", @@ -611052,10 +609931,6 @@ "descr": "GNUE-AS-KR Kwangju National University of Education, KR", "country": "KR", "active": true, - "org": "Kwangju National University of Education", - "domain": "gnue.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "117.17.130.0/24", "117.17.131.0/24", @@ -611076,10 +609951,6 @@ "descr": "KRAFTON-AS-KR KRAFTON INC, KR", "country": "KR", "active": true, - "org": "KRAFTON INC", - "domain": "www.krafton.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.114.124.0/22" ] @@ -611089,10 +609960,6 @@ "descr": "KTNET-AS-KR KUMHO TIRE, KR", "country": "KR", "active": true, - "org": "KUMHO TIRE", - "domain": "www.kumhotire.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.126.64.0/22", "165.141.0.0/18", @@ -611108,10 +609975,6 @@ "descr": "SNUBH-AS-KR Seoul National University Bundang Hospital, KR", "country": "KR", "active": true, - "org": "Seoul National University Bundang Hospital", - "domain": "www.snubh.org", - "type": "education", - "rir": "krnic", "prefixes": [ "125.132.159.0/24", "125.132.205.0/24", @@ -611127,10 +609990,6 @@ "descr": "MASANC-AS-KR Masan College, KR", "country": "KR", "active": true, - "org": "Masan College", - "domain": "www.masan.ac.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.105.118.0/23", "210.113.147.0/24", @@ -611144,10 +610003,6 @@ "descr": "KORCHRISTUNIV160-AS-KR Korea Christian University, KR", "country": "KR", "active": true, - "org": "Korea Christian University", - "domain": "free-apply.com", - "type": "education", - "rir": "krnic", "prefixes": [ "203.229.245.0/24", "211.219.157.0/24", @@ -611161,10 +610016,6 @@ "descr": "SPORTSTOTOKOREA-AS-KR Sports Toto Korea, KR", "country": "KR", "active": true, - "org": "Sports Toto Korea", - "domain": "www.sportstoto-korea.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.41.168.0/24", "218.236.2.0/24", @@ -611181,10 +610032,6 @@ "descr": "DOTNAME-AS-KR Dotname Korea Corp, KR", "country": "KR", "active": true, - "org": "Dotname Korea Corp", - "domain": "dotnamekorea.com", - "type": "business", - "rir": "krnic", "prefixes": [ "45.120.65.0/24", "121.0.64.0/18", @@ -611196,10 +610043,6 @@ "descr": "SMUC-AS-KR Sangmyung University, KR", "country": "KR", "active": true, - "org": "Sangmyung University", - "domain": "smu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "117.16.170.0/23", "117.16.172.0/22", @@ -611219,10 +610062,6 @@ "descr": "HONGIK-AS-KR HONGIK UNIVERSITY, KR", "country": "KR", "active": true, - "org": "HONGIK UNIVERSITY", - "domain": "www.hongik.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.249.64.0/20", "203.249.80.0/22", @@ -611244,10 +610083,6 @@ "descr": "HCC-AS-KR Daejeon Institute of Science and Technology, KR", "country": "KR", "active": true, - "org": "Daejeon Institute of Science and Technology", - "domain": "dst.ac.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.232.148.0/22", "210.93.32.0/22", @@ -611276,10 +610111,6 @@ "asn": "18333", "descr": "ATNET-AS-KR atKorea Argo-Fisheries Food Trade Corporation, K", "active": true, - "org": "at(Korea Argo-Fisheries Food Trade Corporation)", - "domain": "www.at.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.108.108.0/24", "121.134.234.0/24", @@ -611291,10 +610122,6 @@ "descr": "GCNCATV-AS-KR Gyounggidongbu cable tv co., Ltd., KR", "country": "KR", "active": true, - "org": "Gyounggidongbu cable tv co., Ltd.", - "domain": "dlive.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "101.235.176.0/20", "103.23.84.0/22", @@ -611320,10 +610147,6 @@ "descr": "SWU-NET-AS-KR Seoul Women University, KR", "country": "KR", "active": true, - "org": "Seoul Women University", - "domain": "www.swu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "220.72.65.0/24", "220.116.191.0/24" @@ -611334,10 +610157,6 @@ "descr": "KIOM-AS-KR Korea Institute of Oriental Medicine, KR", "country": "KR", "active": true, - "org": "Korea Institute of Oriental Medicine", - "domain": "kiom.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.218.194.0/24", "210.218.196.0/24" @@ -611354,10 +610173,6 @@ "descr": "STARVAN-AS-KR DAOUDATA, KR", "country": "KR", "active": true, - "org": "DAOUDATA", - "domain": "www.daoudata.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "123.140.121.0/24", "222.106.99.0/24" @@ -611380,10 +610195,6 @@ "descr": "GUMI-AS-KR Gumi College, KR", "country": "KR", "active": true, - "org": "Gumi College", - "domain": "free-apply.com", - "type": "education", - "rir": "krnic", "prefixes": [ "61.80.206.0/23", "61.80.208.0/20" @@ -611400,10 +610211,6 @@ "descr": "TAEGUTECH-AS-KR Daegu Technical College, KR", "country": "KR", "active": true, - "org": "Daegu Technical College", - "domain": "ttc.ac.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.97.155.0/24", "210.97.156.0/22", @@ -611578,9 +610385,9 @@ "country": "ID", "active": true, "org": "PT Kiwoom Sekuritas Indonesia", - "domain": "kiwoom.co.id", + "domain": "www.kiwoom.co.id", "abuse": "abuse@kiwoom.co.id", - "type": "business", + "type": "banking", "updated": "2020-08-05", "rir": "apnic", "prefixes": [ @@ -611742,7 +610549,7 @@ "domain": "www.apnic.net", "abuse": "noc@apnic.net", "type": "business", - "updated": "2019-06-09", + "updated": "2023-10-17", "rir": "apnic", "prefixes": [ "202.12.31.0/24" @@ -611766,7 +610573,7 @@ "domain": "www.apnic.net", "abuse": "noc@apnic.net", "type": "business", - "updated": "2019-06-09", + "updated": "2023-10-17", "rir": "apnic", "prefixes": [ "203.119.86.0/24" @@ -611784,7 +610591,7 @@ "domain": "www.apnic.net", "abuse": "noc@apnic.net", "type": "business", - "updated": "2019-06-09", + "updated": "2023-10-17", "rir": "apnic", "prefixes": [ "203.119.95.0/24" @@ -612398,10 +611205,10 @@ "country": "VN", "active": true, "org": "FPT Telecom Company", - "domain": "fpt.com.vn", + "domain": "fpt.com", "abuse": "hm-changed@vnnic.vn", "type": "isp", - "updated": "2023-08-28", + "updated": "2023-10-16", "rir": "apnic", "prefixes": [ "1.52.0.0/14", @@ -617157,7 +615964,7 @@ "domain": "mercycat.com", "abuse": "hostmaster@twnic.net.tw", "type": "hosting", - "updated": "2023-07-26", + "updated": "2023-10-12", "rir": "apnic", "prefixes": [ "103.172.126.0/24", @@ -623272,7 +622079,7 @@ "country": "US", "active": true, "org": "Abt Associates, Inc.", - "domain": "www.abtassoc.com", + "domain": "abtassoc.com", "abuse": "pete_goodridge@abtassoc.com", "type": "business", "created": "2006-11-16", @@ -632423,9 +631230,9 @@ "country": "US", "active": true, "org": "Iteris, Inc.", - "domain": "odetics.com", + "domain": "www.iteris.com", "abuse": "hostmaster@odetics.com", - "type": "business", + "type": "hosting", "created": "2000-11-07", "updated": "2015-10-20", "rir": "arin", @@ -638888,9 +637695,9 @@ "country": "US", "active": true, "org": "Telnet Worldwide, Inc.", - "domain": "www.telnetww.com", + "domain": "telnetww.com", "abuse": "abuse@telnetww.com", - "type": "business", + "type": "hosting", "created": "2001-06-11", "updated": "2012-02-24", "rir": "arin", @@ -646886,9 +645693,9 @@ "country": "US", "active": true, "org": "Builder Homesite, Inc.", - "domain": "www.newhometech.com", + "domain": "newhometech.com", "abuse": "abuse-contact@newhometech.com", - "type": "hosting", + "type": "business", "created": "2014-11-18", "updated": "2014-11-18", "rir": "arin", @@ -647571,7 +646378,7 @@ "country": "CA", "active": true, "org": "Vodalink Telecom Inc.", - "domain": "vodalink.ca", + "domain": "www.vodalink.ca", "abuse": "max@vodalink.com", "type": "isp", "created": "2013-10-03", @@ -666902,7 +665709,7 @@ "org": "Digital Ventures, LLC", "domain": "digitalventur.es", "abuse": "noc@digitalventur.es", - "type": "hosting", + "type": "business", "created": "2023-03-08", "updated": "2023-03-08", "rir": "arin", @@ -669094,7 +667901,7 @@ "country": "US", "active": true, "org": "Randolph Telephone Company", - "domain": "rtmc.coop", + "domain": "www.rtmc.net", "abuse": "ptheis@rtmc.coop", "type": "isp", "created": "2001-05-11", @@ -669133,7 +667940,7 @@ "country": "US", "active": true, "org": "General Mills", - "domain": "genmills.com", + "domain": "www.generalmills.de", "abuse": "abuse@genmills.com", "type": "business", "created": "2001-05-14", @@ -669207,7 +668014,7 @@ "abuse": "abuse@ttk.ru", "type": "isp", "created": "2002-09-12", - "updated": "2023-09-04", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "5.8.192.0/21", @@ -669851,7 +668658,7 @@ "country": "SI", "active": true, "org": "Intereuropa d.d.", - "domain": "softnet.si", + "domain": "www.softnet.si", "abuse": "abuse@softnet.si", "type": "business", "created": "2002-08-07", @@ -671235,7 +670042,7 @@ "abuse": "abuse@xservers.ro", "type": "hosting", "created": "1970-01-01", - "updated": "2021-11-26", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "176.223.166.0/24", @@ -671282,7 +670089,7 @@ "abuse": "abuse@info-connect.dk", "type": "business", "created": "1970-01-01", - "updated": "2019-10-17", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "213.132.0.0/19" @@ -671940,7 +670747,7 @@ "abuse": "abuse@le.com.ua", "type": "business", "created": "2002-01-03", - "updated": "2018-10-11", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "194.125.244.0/23", @@ -672215,7 +671022,7 @@ "abuse": "abuse@plusnet.de", "type": "isp", "created": "2005-12-23", - "updated": "2023-09-18", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "5.10.210.0/24", @@ -672504,7 +671311,7 @@ "domain": "www.phosagro.com", "type": "business", "created": "2001-12-07", - "updated": "2017-11-15", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "217.195.96.0/24", @@ -672792,7 +671599,7 @@ "domain": "www.skoda-auto.cz", "type": "business", "created": "1970-01-01", - "updated": "2023-03-06", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "193.108.106.0/23", @@ -672850,7 +671657,7 @@ "domain": "www.aa.net.uk", "type": "isp", "created": "2002-08-12", - "updated": "2023-08-03", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "5.172.160.0/20", @@ -674020,7 +672827,7 @@ "abuse": "abuse@rascom.ru", "type": "business", "created": "2002-08-23", - "updated": "2023-09-08", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "79.141.208.0/20", @@ -674651,7 +673458,7 @@ "domain": "eurtel.net", "type": "hosting", "created": "1970-01-01", - "updated": "2022-10-20", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "80.68.192.0/20", @@ -674892,7 +673699,7 @@ "domain": "netcom-kassel.de", "type": "isp", "created": "1970-01-01", - "updated": "2023-08-09", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "45.138.56.0/22", @@ -675167,12 +673974,11 @@ "descr": "FUSE2, GB", "country": "GB", "active": true, - "org": "Fuse 2 Communications Ltd", - "domain": "www.fuse2.net", - "abuse": "support@fuse2.net", - "type": "hosting", + "org": "Southern Communications Ltd", + "domain": "www.efar.co.uk", + "type": "isp", "created": "2015-07-31", - "updated": "2018-09-04", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.109.104.0/22" @@ -676480,7 +675286,7 @@ "active": true, "org": "Office Depot Europe B.V.", "domain": "officedepot.eu", - "type": "hosting", + "type": "business", "created": "1970-01-01", "updated": "2023-04-27", "rir": "ripe", @@ -676632,7 +675438,7 @@ "abuse": "abuse@cinia.fi", "type": "business", "created": "2002-06-05", - "updated": "2022-09-29", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "5.61.88.0/21", @@ -677207,11 +676013,10 @@ "descr": "NOOR-AS, EG", "country": "EG", "active": true, - "org": "Noor Data Networks ASN", - "type": "business", - "created": "2002-02-19", - "updated": "2019-04-24", - "rir": "ripe", + "org": "The Noor Group", + "domain": "noor.net", + "type": "hosting", + "rir": "afrinic", "prefixes": [ "41.187.0.0/16", "41.187.0.0/17", @@ -677313,7 +676118,7 @@ "org": "PE Service center Maket", "type": "business", "created": "2010-08-30", - "updated": "2020-11-16", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "193.108.226.0/23", @@ -682360,7 +681165,7 @@ "domain": "www.icc.rv.ua", "type": "business", "created": "2004-10-14", - "updated": "2022-09-09", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "194.187.216.0/22" @@ -682531,7 +681336,7 @@ "abuse": "cert@oc.geant.net", "type": "business", "created": "2002-09-25", - "updated": "2023-09-12", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "62.40.96.0/19", @@ -683654,7 +682459,7 @@ "domain": "www.quirinale.it", "type": "business", "created": "1970-01-01", - "updated": "2018-09-04", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "193.108.205.0/24" @@ -684037,7 +682842,7 @@ "domain": "www.telta.de", "type": "isp", "created": "2002-09-05", - "updated": "2023-06-06", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "80.78.160.0/20", @@ -685046,7 +683851,7 @@ "domain": "www.oekb.at", "type": "banking", "created": "1970-01-01", - "updated": "2021-01-18", + "updated": "2023-10-07", "rir": "ripe", "prefixes": [ "143.245.0.0/16", @@ -685559,7 +684364,7 @@ "country": "PL", "active": true, "org": "Ministerstwo Rozwoju i Technologii", - "domain": "mrit.gov.pl", + "domain": "www.gov.pl", "type": "government", "created": "1970-01-01", "updated": "2023-07-26", @@ -685971,7 +684776,7 @@ "domain": "www.unlimited.net.il", "type": "isp", "created": "2015-07-23", - "updated": "2019-09-19", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "185.110.108.0/24", @@ -686493,7 +685298,7 @@ "domain": "vodafone.com", "type": "isp", "created": "2002-08-15", - "updated": "2021-06-25", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "46.252.32.0/20", @@ -687541,7 +686346,7 @@ "domain": "www.ipko.com", "type": "isp", "created": "2001-10-04", - "updated": "2022-09-12", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "46.99.0.0/16", @@ -688299,7 +687104,7 @@ "domain": "nspk.ru", "type": "business", "created": "2015-07-22", - "updated": "2023-02-07", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "195.209.134.0/24", @@ -689425,11 +688230,11 @@ "descr": "ENGIE-SERVICES-SDO, NL", "country": "NL", "active": true, - "org": "ENGIE Services Zuid BV", - "domain": "engiedigital.nl", + "org": "EQUANS Zuid-Nederland bv", + "domain": "nubes-infra.nl", "type": "business", "created": "2002-10-17", - "updated": "2022-06-20", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "85.234.240.0/23", @@ -689735,7 +688540,7 @@ "domain": "vodafone.com", "type": "isp", "created": "2001-11-02", - "updated": "2022-11-14", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "5.63.192.0/18", @@ -690138,7 +688943,7 @@ "country": "GB", "active": true, "org": "CA Technology R&D Limited", - "domain": "broadcom.com", + "domain": "www.broadcom.com", "type": "business", "created": "2002-06-06", "updated": "2023-08-08", @@ -690443,7 +689248,7 @@ "domain": "www.k-business.com", "type": "hosting", "created": "2002-08-27", - "updated": "2023-01-10", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "193.109.232.0/24", @@ -690647,7 +689452,7 @@ "active": true, "org": "EQUINIX (SERVICES) LIMITED", "domain": "equinix.com", - "type": "business", + "type": "hosting", "created": "2002-01-10", "updated": "2021-10-18", "rir": "ripe", @@ -691189,7 +689994,7 @@ "abuse": "abuse@envia-tel.net", "type": "hosting", "created": "2002-08-28", - "updated": "2023-04-27", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "31.42.180.0/24", @@ -692153,7 +690958,7 @@ "abuse": "abuse@vpktelecom.ru", "type": "business", "created": "2002-02-28", - "updated": "2023-07-07", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "78.24.152.0/21", @@ -692202,7 +691007,7 @@ "country": "CH", "active": true, "org": "ETAT DE GENEVE", - "domain": "www.etat.ge.ch", + "domain": "etat.ge.ch", "type": "business", "created": "2009-01-13", "updated": "2021-09-11", @@ -693509,7 +692314,7 @@ "org": "LEGACY MARKETING PARTNERS, L.L.C.", "domain": "legacymp.com", "abuse": "lturner@legacymp.com", - "type": "hosting", + "type": "business", "created": "2010-01-15", "updated": "2012-02-24", "rir": "arin", @@ -701075,7 +699880,7 @@ "country": "US", "active": true, "org": "WiredISP Inc.", - "domain": "wiredisp.com", + "domain": "www.wiredisp.com", "abuse": "admin@wiredisp.com", "type": "hosting", "created": "2001-06-28", @@ -706739,9 +705544,9 @@ "country": "US", "active": true, "org": "Hood Canal Communications", - "domain": "hoodcanal.net", + "domain": "www.hoodcanal.net", "abuse": "admin@hoodcanal.net", - "type": "isp", + "type": "hosting", "created": "2001-07-31", "updated": "2022-10-07", "rir": "arin", @@ -709536,7 +708341,7 @@ "org": "Siemens Corporation", "domain": "siemens.com", "abuse": "georgios.billios@siemens.com", - "type": "hosting", + "type": "business", "created": "2001-08-21", "updated": "2012-07-31", "rir": "arin", @@ -716255,9 +715060,9 @@ "country": "CA", "active": true, "org": "The Travel Corporation (Canada) Ltd.", - "domain": "www.thetravelcorporation.com", + "domain": "ttc.com", "abuse": "boris.rudakov@travcorp.ca", - "type": "hosting", + "type": "business", "created": "2009-01-21", "updated": "2012-02-24", "rir": "arin", @@ -716456,7 +715261,7 @@ "country": "US", "active": true, "org": "LORETTO COMMUNICATION SERVICES, INC.", - "domain": "neonova.net", + "domain": "api-digital.com", "abuse": "abuse@api-digital.com", "type": "isp", "created": "2011-01-27", @@ -719231,7 +718036,7 @@ "org": "Gannett Welsh & Kotler LLC", "domain": "gwkinc.com", "abuse": "clabarre@gwkinc.com", - "type": "hosting", + "type": "business", "created": "2009-01-23", "updated": "2012-02-24", "rir": "arin", @@ -723296,9 +722101,9 @@ "country": "US", "active": true, "org": "Login, Inc.", - "domain": "www.loginbusiness.com", + "domain": "loginbusiness.com", "abuse": "abuse@loginbusiness.com", - "type": "isp", + "type": "hosting", "created": "2001-11-19", "updated": "2020-01-22", "rir": "arin", @@ -728273,7 +727078,7 @@ "country": "US", "active": true, "org": "GLACIER BANCORP INC", - "domain": "glacierbancorp.com", + "domain": "www.glacierbancorp.com", "abuse": "wan@glacierbancorp.com", "type": "banking", "created": "2006-07-28", @@ -732769,9 +731574,9 @@ "country": "US", "active": true, "org": "Atheral LLC", - "domain": "as22961.com", + "domain": "atheral.com", "abuse": "noc@as22961.com", - "type": "business", + "type": "hosting", "created": "2023-01-12", "updated": "2023-01-12", "rir": "arin", @@ -738964,7 +737769,7 @@ "country": "US", "active": true, "org": "Pocketinet Communications, Inc", - "domain": "pocketinet.net", + "domain": "pocketinet.com", "abuse": "dgibbard@pocketinet.net", "type": "isp", "created": "2002-02-20", @@ -741663,6 +740468,13 @@ "descr": "AMPLI-23-ASN, CA", "country": "CA", "active": true, + "org": "Amplisys Inc.", + "domain": "amplisys.ca", + "abuse": "support@amplisys.ca", + "type": "business", + "created": "2023-05-17", + "updated": "2023-05-17", + "rir": "arin", "prefixes": [ "216.197.92.0/23" ] @@ -745791,10 +744603,6 @@ "descr": "KORNU-AS-KR Korea Nazarene University, KR", "country": "KR", "active": true, - "org": "Korea Nazarene University", - "domain": "www.kornu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "59.27.163.0/24", "59.27.164.0/22", @@ -745823,10 +744631,6 @@ "descr": "IITA-AS-KR National IT Industry Promotion Agency, KR", "country": "KR", "active": true, - "org": "National IT Industry Promotion Agency", - "domain": "www.nipa.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "119.31.240.0/24", "119.31.241.0/24", @@ -745843,10 +744647,6 @@ "descr": "SHB Shinhan Bank, KR", "country": "KR", "active": true, - "org": "Shinhan Bank", - "domain": "shinhan.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "14.36.208.0/24", "14.36.209.0/24", @@ -745862,10 +744662,6 @@ "descr": "SHB1 Shinhan Bank, KR", "country": "KR", "active": true, - "org": "Shinhan Bank", - "domain": "shinhan.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "59.7.254.0/24", "59.7.255.0/24", @@ -745879,10 +744675,6 @@ "descr": "BANKTOWN-AS-KR INITECH, KR", "country": "KR", "active": true, - "org": "INITECH", - "domain": "initech.com", - "type": "business", - "rir": "krnic", "prefixes": [ "183.102.25.0/24", "183.102.26.0/24", @@ -745904,10 +744696,6 @@ "descr": "KNFC-AS-KR KepcoNF, KR", "country": "KR", "active": true, - "org": "KepcoNF", - "domain": "www.knfc.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "219.251.240.0/24" ] @@ -745923,10 +744711,6 @@ "descr": "METLIFEKOREA-AS-KR MetLife Korea, KR", "country": "KR", "active": true, - "org": "MetLife Korea", - "domain": "www.metlife.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.41.206.0/24" ] @@ -745936,10 +744720,6 @@ "descr": "YONGINUNIVERSITY-AS-KR Yongin University, KR", "country": "KR", "active": true, - "org": "Yongin University", - "domain": "www.yongin.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "210.119.136.0/24", "210.119.137.0/24", @@ -745978,10 +744758,6 @@ "descr": "SKB-VITSSEN-SUWON-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.119.0.0/17", "27.119.0.0/23", @@ -746220,10 +744996,6 @@ "descr": "CRA-AS-KR Cycle Racing Association, KR", "country": "KR", "active": true, - "org": "Cycle Racing Association", - "domain": "kspo.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.90.28.0/24", "211.241.8.0/24" @@ -746234,10 +745006,6 @@ "descr": "SEOJEONG-AS-KR SEOJEONG COLLEGE, KR", "country": "KR", "active": true, - "org": "SEOJEONG COLLEGE", - "domain": "www.lguplus.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.84.112.128/25", "114.70.201.0/24", @@ -746259,10 +745027,6 @@ "descr": "INCHEON-AS-KR UNIVERSITY OF INCHEON, KR", "country": "KR", "active": true, - "org": "UNIVERSITY OF INCHEON", - "domain": "inu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "117.16.191.0/24", "117.16.192.0/24", @@ -746414,10 +745178,6 @@ "asn": "23572", "descr": "AIAK-AS-KR American International Assurance Company Korea, K", "active": true, - "org": "American International Assurance Company Korea", - "domain": "www.aia.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.90.244.0/24", "103.90.245.0/24" @@ -746428,10 +745188,6 @@ "descr": "OCIC-AS-KR OCI Information Communication, KR", "country": "KR", "active": true, - "org": "OCI Information Communication", - "domain": "www.ocic.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "61.43.203.0/24", "203.233.22.0/24", @@ -746444,10 +745200,6 @@ "descr": "KISPRICING-AS-KR KISPricing, KR", "country": "KR", "active": true, - "org": "KISPricing", - "domain": "www.bond.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "222.110.192.0/24" ] @@ -746457,10 +745209,6 @@ "descr": "SKB-GOV-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "124.0.187.128/25", "125.61.0.0/17", @@ -746484,10 +745232,6 @@ "descr": "NHN-AS-KR NAVER Cloud Corp., KR", "country": "KR", "active": true, - "org": "NAVER Cloud Corp.", - "domain": "navercorp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.255.48.0/22", "1.255.48.0/23", @@ -746684,10 +745428,6 @@ "descr": "SKB-NAMDONGNET-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.120.0.0/18", "45.112.96.0/22", @@ -746701,10 +745441,6 @@ "descr": "SENNEIS-AS-KR Seoul Metropolitan Office Of Education, KR", "country": "KR", "active": true, - "org": "Seoul Metropolitan Office Of Education", - "domain": "sen.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.231.193.0/24", "61.108.10.0/24", @@ -746739,10 +745475,6 @@ "descr": "SEGYE-AS-KR DAILY SPORTSWORLD, KR", "country": "KR", "active": true, - "org": "DAILY SPORTSWORLD", - "domain": "segye.com", - "type": "business", - "rir": "krnic", "prefixes": [ "58.102.128.0/24", "58.102.129.0/24", @@ -746755,10 +745487,6 @@ "descr": "HYNIX-AS-KR Hynix Semiconductor Inc., KR", "country": "KR", "active": true, - "org": "Hynix Semiconductor Inc.", - "domain": "eng.sk.com", - "type": "business", - "rir": "krnic", "prefixes": [ "166.125.0.0/24", "166.125.239.0/24", @@ -746782,10 +745510,6 @@ "descr": "DOOSAN-AS-KR Doosan Corporation Digital Innovation, KR", "country": "KR", "active": true, - "org": "Doosan Corporation Digital Innovation", - "domain": "www.doosan.com", - "type": "business", - "rir": "krnic", "prefixes": [ "116.120.61.0/24", "116.120.62.0/23", @@ -746820,10 +745544,6 @@ "descr": "HYROADPUSAN-AS-KR PUSAN CABLE TV SYSTEM CO., LTD., KR", "country": "KR", "active": true, - "org": "PUSAN CABLE TV SYSTEM CO., LTD.", - "domain": "www.nate.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "1.222.192.0/24", "1.222.193.0/24", @@ -747099,10 +745819,6 @@ "descr": "MOJNET-AS-KR Ministry of Justice, KR", "country": "KR", "active": true, - "org": "Ministry of Justice", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "210.178.29.0/24", "210.178.30.0/24", @@ -747115,10 +745831,6 @@ "descr": "KCUE-AS-KR Korean Council for University Education, KR", "country": "KR", "active": true, - "org": "Korean Council for University Education", - "domain": "english.kcue.or.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.237.251.0/24" ] @@ -747128,10 +745840,6 @@ "descr": "KCB-AS-KR Korea Credit Bureau, KR", "country": "KR", "active": true, - "org": "Korea Credit Bureau", - "domain": "koreacb.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "59.5.41.0/24", "219.255.136.0/24", @@ -747143,10 +745851,6 @@ "descr": "KEP-AS-KR KAKAO Enterprise, KR", "country": "KR", "active": true, - "org": "KAKAO Enterprise", - "domain": "kakaoenterprise.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.201.8.0/21", "61.109.213.0/24", @@ -747179,10 +745883,6 @@ "descr": "MOEDR-AS-KR KERIS, KR", "country": "KR", "active": true, - "org": "KERIS", - "domain": "keris.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.102.123.0/24", "210.102.125.0/24" @@ -747193,10 +745893,6 @@ "descr": "IBKC-AS-KR IBKCapital, KR", "country": "KR", "active": true, - "org": "IBKCapital", - "domain": "www.ibkc.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.254.201.0/24" ] @@ -747206,10 +745902,6 @@ "descr": "LS-AS-KR LS ITC, KR", "country": "KR", "active": true, - "org": "LS ITC", - "domain": "lsitc.com", - "type": "business", - "rir": "krnic", "prefixes": [ "58.72.242.0/24", "58.151.159.0/25", @@ -747256,10 +745948,6 @@ "descr": "BKLNETWORK-AS-KR bkl LLC, KR", "country": "KR", "active": true, - "org": "bkl LLC", - "domain": "bkl.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "175.119.43.0/24", "203.231.25.0/24", @@ -747273,10 +745961,6 @@ "descr": "YKKNET-AS-KR YKK KOREA CO., LTD., KR", "country": "KR", "active": true, - "org": "YKK KOREA CO., LTD.", - "domain": "ykk.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.255.3.0/24", "103.150.204.0/24", @@ -747294,10 +745978,6 @@ "descr": "EDNSKR-KR Korea Internet Security Agency, KR", "country": "KR", "active": true, - "org": "Korea Internet Security Agency", - "domain": "www.kisa.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.18.127.0/24", "1.18.128.0/24", @@ -747327,10 +746007,6 @@ "descr": "DDNSKR-KR Korea Internet Security Agency, KR", "country": "KR", "active": true, - "org": "Korea Internet Security Agency", - "domain": "www.kisa.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.18.123.0/24", "1.18.125.0/24", @@ -747348,10 +746024,6 @@ "descr": "GDNSKR-KR Korea Internet Security Agency, KR", "country": "KR", "active": true, - "org": "Korea Internet Security Agency", - "domain": "www.kisa.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.18.132.0/24", "1.18.133.0/24", @@ -747378,10 +746050,6 @@ "descr": "TAEKWANG-AS-KR tsis, KR", "country": "KR", "active": true, - "org": "tsis", - "domain": "www.tsis.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.224.181.0/24", "114.108.28.0/24", @@ -748663,7 +747331,7 @@ "country": "ID", "active": true, "org": "PT Sistelindo Mitralintas", - "domain": "sistelindo.com", + "domain": "www.sistelindo.net.id", "abuse": "abuse@idnic.net", "type": "business", "updated": "2016-10-17", @@ -755481,9 +754149,9 @@ "country": "PK", "active": true, "org": "National Telecommunication Corporation", - "domain": "ntc.org.pk", + "domain": "ntc.net.pk", "abuse": "zahir.abbas@ntc.org.pk", - "type": "isp", + "type": "hosting", "updated": "2020-06-22", "rir": "apnic", "prefixes": [ @@ -760171,11 +758839,11 @@ "descr": "SAFENZ-TRANSIT-AS-NZ SafeNZ Networks LTD, NZ", "country": "NZ", "active": true, - "org": "SafeNZ Networks Limited", - "domain": "www.prophecy.co.nz", - "abuse": "abuse@safenz.net", + "org": "Securecom Ltd", + "domain": "www.securecom.co.nz", + "abuse": "totalnet.support@securecom.co.nz", "type": "business", - "updated": "2020-06-17", + "updated": "2023-10-12", "rir": "apnic", "prefixes": [ "202.170.160.0/20" @@ -760194,7 +758862,7 @@ "domain": "www.liverton.com", "abuse": "abuse@liverton.com", "type": "business", - "updated": "2023-03-01", + "updated": "2023-10-03", "rir": "apnic", "prefixes": [ "202.160.48.0/21", @@ -766094,9 +764762,9 @@ "country": "ID", "active": true, "org": "PT. Dhecyber Flow Indonesia", - "domain": "dhecyber.com", + "domain": "dhecyber.net.id", "abuse": "abuse@idnic.net", - "type": "isp", + "type": "hosting", "updated": "2018-01-17", "rir": "apnic", "prefixes": [ @@ -768283,7 +766951,7 @@ "org": "EdgeIX Pty Ltd", "domain": "edgeix.net", "abuse": "abuse@edgeix.net", - "type": "business", + "type": "isp", "updated": "2023-07-17", "rir": "apnic", "prefixes": [ @@ -769420,7 +768088,7 @@ "domain": "www.allinteractive.com.au", "abuse": "abuse@allinteractive.com.au", "type": "business", - "updated": "2020-10-20", + "updated": "2023-10-15", "rir": "apnic", "prefixes": [ "180.178.120.0/24", @@ -773739,9 +772407,9 @@ "country": "MH", "active": true, "org": "National Telecommunications Authority", - "domain": "www.minta.mh", + "domain": "www.web.nta.mh", "abuse": "abuse@minta.mh", - "type": "hosting", + "type": "isp", "updated": "2020-06-22", "rir": "apnic", "prefixes": [ @@ -776170,11 +774838,11 @@ "asn": "24456", "descr": "SYKES-PHILIPPINES Sykes Asia Inc. Call Center Philippines, P", "active": true, - "org": "Sykes Asia Inc.", - "domain": "foundever.com", + "org": "FOUNDEVER ASIA, INC.", + "domain": "sykes.com", "abuse": "apacitnetworkadministrators@sykes.com", "type": "business", - "updated": "2020-06-02", + "updated": "2023-10-24", "rir": "apnic", "prefixes": [ "58.71.67.0/24", @@ -784346,7 +783014,7 @@ "domain": "zaomtc.ru", "type": "isp", "created": "2005-07-14", - "updated": "2023-07-17", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "87.236.8.0/21", @@ -785178,7 +783846,7 @@ "abuse": "abuse@rambler-co.ru", "type": "business", "created": "2002-08-15", - "updated": "2023-07-27", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "81.19.64.0/19", @@ -785942,7 +784610,7 @@ "domain": "rosintel.ru", "type": "business", "created": "2006-11-23", - "updated": "2021-01-25", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "91.103.72.0/21", @@ -786826,11 +785494,11 @@ "descr": "ASN-DELTAVISTA, PL", "country": "PL", "active": true, - "org": "Deltavista Sp. z o.o.", + "org": "CRIF Sp. z o. o.", "domain": "deltavista.com", "type": "business", "created": "2002-03-08", - "updated": "2018-09-04", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "193.111.41.0/24" @@ -787111,8 +785779,8 @@ "country": "NL", "active": true, "org": "Globecomm Europe B.V.", - "domain": "globecomm.com", - "type": "hosting", + "domain": "speedcast.com", + "type": "business", "created": "2002-03-14", "updated": "2018-10-11", "rir": "ripe", @@ -788026,7 +786694,7 @@ "domain": "openpeering.nl", "type": "isp", "created": "2002-04-15", - "updated": "2023-09-05", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "213.207.0.0/24", @@ -788166,7 +786834,7 @@ "domain": "telekom.hu", "type": "business", "created": "2002-04-02", - "updated": "2023-08-25", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "91.199.155.0/24" @@ -792539,7 +791207,7 @@ "abuse": "abuse@monzoon.net", "type": "isp", "created": "2002-05-07", - "updated": "2020-06-05", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "46.253.176.0/20", @@ -793448,7 +792116,7 @@ "abuse": "abuse@everyware.ch", "type": "hosting", "created": "2002-09-20", - "updated": "2021-09-03", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "77.244.48.0/20", @@ -797810,7 +796478,7 @@ "abuse": "ripe@datak.ir", "type": "business", "created": "2002-08-31", - "updated": "2023-09-09", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "81.91.128.0/22", @@ -798604,7 +797272,7 @@ "domain": "alsatis.com", "type": "business", "created": "2002-09-16", - "updated": "2023-09-22", + "updated": "2023-10-27", "rir": "ripe", "prefixes": [ "193.0.14.0/23", @@ -798702,7 +797370,7 @@ "abuse": "abuse-mailbox@megafon.ru", "type": "isp", "created": "2002-08-13", - "updated": "2023-09-13", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "31.173.0.0/21", @@ -801415,7 +800083,7 @@ "domain": "keeper.ua", "type": "business", "created": "2002-09-23", - "updated": "2023-02-15", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "195.234.148.0/24", @@ -803250,7 +801918,7 @@ "abuse": "abuse@mk-netzdienste.de", "type": "business", "created": "2002-11-11", - "updated": "2023-09-18", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "31.209.112.0/20", @@ -803811,7 +802479,7 @@ "domain": "www.internext.cz", "type": "isp", "created": "2002-11-19", - "updated": "2023-07-27", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "37.9.192.0/21", @@ -804217,7 +802885,7 @@ "abuse": "abuse@domru.ru", "type": "isp", "created": "2002-11-25", - "updated": "2023-04-21", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "77.106.68.0/22", @@ -804774,11 +803442,11 @@ "descr": "SCOTTISH-SOUTHERN-PLC-AS, GB", "country": "GB", "active": true, - "org": "SSE PLC", + "org": "Neos Networks Limited", "domain": "neosnetworks.com", "type": "business", "created": "2002-12-04", - "updated": "2017-11-15", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "161.12.5.0/24", @@ -805369,7 +804037,7 @@ "country": "DE", "active": true, "org": "Vautron Rechenzentrum AG", - "domain": "www.vautron.de", + "domain": "vautron.de", "abuse": "abuse@vautron.de", "type": "hosting", "created": "2002-12-11", @@ -805718,7 +804386,7 @@ "domain": "ip.net.ua", "type": "business", "created": "2002-12-18", - "updated": "2023-09-15", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "46.30.160.0/21", @@ -806389,7 +805057,7 @@ "domain": "avantel.ru", "type": "hosting", "created": "2003-01-06", - "updated": "2023-04-13", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "46.229.68.0/24", @@ -806465,7 +805133,7 @@ "domain": "www.orange.com", "type": "banking", "created": "2003-01-07", - "updated": "2023-08-25", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "82.177.246.0/24", @@ -806749,7 +805417,7 @@ "abuse": "abuse@ledl.net", "type": "hosting", "created": "2003-01-15", - "updated": "2022-10-05", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "213.145.224.0/19" @@ -808672,7 +807340,7 @@ "org": "thinkCSC", "domain": "thinkcsc.com", "abuse": "kurt@thinkcsc.com", - "type": "business", + "type": "hosting", "created": "2007-10-18", "updated": "2012-02-24", "rir": "arin", @@ -809005,7 +807673,7 @@ "org": "Shared Services Canada", "domain": "www.canada.ca", "abuse": "michelle.saunders@ssc-spc.gc.ca", - "type": "hosting", + "type": "government", "created": "2002-10-23", "updated": "2017-07-13", "rir": "arin", @@ -810644,7 +809312,7 @@ "org": "Dairyland Power Cooperative", "domain": "dairynet.com", "abuse": "fpb@dairynet.com", - "type": "hosting", + "type": "business", "created": "2002-05-10", "updated": "2012-03-02", "rir": "arin", @@ -813034,7 +811702,7 @@ "org": "LUS Fiber", "domain": "lusfiber.net", "abuse": "abuse@lusfiber.net", - "type": "hosting", + "type": "isp", "created": "2002-05-31", "updated": "2018-06-19", "rir": "arin", @@ -814321,9 +812989,9 @@ "country": "US", "active": true, "org": "QS Investors Holdings, LLC", - "domain": "www.qsinvestors.com", + "domain": "qsinvestors.com", "abuse": "Tomislav.Goles@qsinvestors.com", - "type": "banking", + "type": "business", "created": "2010-08-18", "updated": "2012-02-24", "rir": "arin", @@ -820854,9 +819522,9 @@ "country": "US", "active": true, "org": "NATIONAL FLOOD SERVICES", - "domain": "nfsmt.com", + "domain": "nationalfloodservices.com", "abuse": "SGUN@nfsmt.com", - "type": "hosting", + "type": "business", "created": "2002-09-02", "updated": "2012-03-02", "rir": "arin", @@ -831796,9 +830464,9 @@ "country": "US", "active": true, "org": "Southern Kansas Telephone Co., Inc.", - "domain": "www.sktcompanies.com", + "domain": "sktcompanies.com", "abuse": "abuse@sktcompanies.com", - "type": "hosting", + "type": "isp", "created": "2002-11-19", "updated": "2012-03-02", "rir": "arin", @@ -832118,7 +830786,7 @@ "org": "Baptist Health System of Alabama", "domain": "bhsala.com", "abuse": "network.services@bhsala.com", - "type": "hosting", + "type": "business", "created": "2014-01-21", "updated": "2014-01-21", "rir": "arin", @@ -834415,7 +833083,7 @@ "org": "Nasulex Networks", "domain": "nasulex.net", "abuse": "abuse@nasulex.net", - "type": "business", + "type": "hosting", "created": "2023-08-24", "updated": "2023-08-24", "rir": "arin", @@ -845557,9 +844225,9 @@ "country": "US", "active": true, "org": "Telnet Worldwide, Inc.", - "domain": "www.telnetww.com", + "domain": "telnetww.com", "abuse": "abuse@telnetww.com", - "type": "business", + "type": "hosting", "created": "2003-04-01", "updated": "2017-05-31", "rir": "arin", @@ -864554,12 +863222,12 @@ "descr": "NET.COM TELECOMUNICACOES, BR", "country": "BR", "active": true, - "org": "NET.COM TELECOMUNICAÇÕES", + "org": "NET.COM PROVEDOR DE INTERNET", "domain": "netcom.psi.br", "abuse": "alcimar@netcom.psi.br", - "type": "isp", + "type": "business", "created": "2010-05-27", - "updated": "2019-06-14", + "updated": "2023-10-11", "rir": "lacnic", "prefixes": [ "138.0.192.0/22", @@ -864932,10 +863600,12 @@ "descr": "RLINE - Solucoes Inteligentes, BR", "country": "BR", "active": true, - "org": "RLINE - Soluções Inteligentes", - "type": "business", + "org": "RLINE TELECOM LTDA", + "domain": "rline.com.br", + "abuse": "rosauro@rline.com.br", + "type": "isp", "created": "2009-03-27", - "updated": "2013-03-06", + "updated": "2023-10-19", "rir": "lacnic", "prefixes": [ "186.192.224.0/20", @@ -865892,7 +864562,7 @@ "country": "BR", "active": true, "org": "NETWORKBRASIL Ltda.", - "domain": "www.idc.net.br", + "domain": "idc.net.br", "abuse": "noc@idc.net.br", "type": "hosting", "created": "2008-01-04", @@ -866549,7 +865219,7 @@ "abuse": "deywid.gomes@sempre.net.br", "type": "isp", "created": "2008-04-02", - "updated": "2021-07-06", + "updated": "2023-09-25", "rir": "lacnic", "prefixes": [ "128.201.176.0/22", @@ -868524,7 +867194,7 @@ "abuse": "rodrigo@altaredecorporate.com.br", "type": "hosting", "created": "2008-10-10", - "updated": "2021-10-13", + "updated": "2023-10-25", "rir": "lacnic", "prefixes": [ "177.130.0.0/20", @@ -870323,7 +868993,7 @@ "country": "BR", "active": true, "org": "IFTNET Telecomunicacoes Ltda", - "domain": "iftnet.net.br", + "domain": "www.iftnet.com.br", "abuse": "ti@iftnet.net.br", "type": "isp", "created": "2007-08-02", @@ -881216,10 +879886,10 @@ "active": true, "org": "EMBRAER - Empresa Brasileira de Aeronutica SA", "domain": "embraer.com", - "abuse": "suporte.aplicativos@embraer.com.br", + "abuse": "gestao.suporteaplicativos@embraer.com.br", "type": "business", "created": "2006-01-16", - "updated": "2023-01-30", + "updated": "2023-10-16", "rir": "lacnic", "prefixes": [ "201.7.144.0/20", @@ -881266,10 +879936,10 @@ "active": true, "org": "SENADO FEDERAL", "domain": "www12.senado.leg.br", - "abuse": "ssitesier@senado.gov.br", + "abuse": "sesier@senado.leg.br", "type": "business", "created": "2006-01-30", - "updated": "2013-03-06", + "updated": "2023-10-23", "rir": "lacnic", "prefixes": [ "201.54.48.0/20", @@ -881876,9 +880546,9 @@ "country": "BR", "active": true, "org": "WNET INTERNET LTDA.", - "domain": "wnet.net.br", + "domain": "www.wnet.net.br", "abuse": "dominios@wnet.net.br", - "type": "hosting", + "type": "business", "created": "2006-06-27", "updated": "2022-05-04", "rir": "lacnic", @@ -883160,7 +881830,7 @@ "domain": "vk.com", "type": "business", "created": "2009-08-05", - "updated": "2023-07-17", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "95.142.201.0/24", @@ -883263,7 +881933,7 @@ "domain": "www.retelit.it", "type": "hosting", "created": "2003-02-06", - "updated": "2023-09-22", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "45.89.180.0/22", @@ -883327,7 +881997,7 @@ "org": "GlobalConnect A/S", "domain": "globalconnect.dk", "abuse": "abuse@globalconnect.dk", - "type": "isp", + "type": "hosting", "created": "2003-02-06", "updated": "2023-05-12", "rir": "ripe", @@ -884152,7 +882822,7 @@ "domain": "www.scotnet.co.uk", "type": "isp", "created": "2003-02-17", - "updated": "2020-06-22", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "80.80.176.0/20", @@ -884426,7 +883096,7 @@ "domain": "master.km.ua", "type": "business", "created": "2003-02-20", - "updated": "2023-04-14", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "188.190.160.0/19", @@ -884582,7 +883252,7 @@ "domain": "centrumdanych.asseco.cloud", "type": "business", "created": "2003-02-21", - "updated": "2016-05-31", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "46.20.49.0/24", @@ -884631,7 +883301,7 @@ "domain": "baktelecom.az", "type": "isp", "created": "2003-02-24", - "updated": "2023-05-17", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "5.178.10.0/24", @@ -884785,7 +883455,7 @@ "country": "PL", "active": true, "org": "Moventum Sp. z o.o.", - "domain": "atlanticfundservices.eu", + "domain": "www.moventum.de", "type": "business", "created": "2011-03-16", "updated": "2023-09-01", @@ -885061,11 +883731,11 @@ "descr": "INTERTEL-AS, BG", "country": "BG", "active": true, - "org": "Eastern telecommunication Company AD", - "domain": "www.novatel.bg", + "org": "Eastern Telecommunication Company EAD", + "domain": "etcc.bg", "type": "isp", "created": "2003-03-04", - "updated": "2018-09-04", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "193.29.55.0/24", @@ -885950,11 +884620,11 @@ "descr": "THALES-SCS, GB", "country": "GB", "active": true, - "org": "Thales Transport and Security Ltd", - "domain": "www.thalesgroup.com", + "org": "Thales UK Limited", + "domain": "uk.thalesgroup.com", "type": "business", "created": "2010-01-25", - "updated": "2022-08-01", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "109.234.168.0/21", @@ -886187,7 +884857,7 @@ "domain": "samlink.fi", "type": "business", "created": "2003-03-26", - "updated": "2020-03-30", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "185.251.48.0/22", @@ -887735,7 +886405,7 @@ "domain": "eut.ru", "type": "isp", "created": "2003-04-23", - "updated": "2023-08-07", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "62.181.34.0/23", @@ -888038,9 +886708,9 @@ "country": "MD", "active": true, "org": "Information Technology and Cyber Security Service P.I.", - "domain": "stisc.gov.md", + "domain": "www.cybersecurityintelligence.com", "abuse": "abuse@itsec.md", - "type": "government", + "type": "hosting", "created": "2003-05-01", "updated": "2020-03-12", "rir": "ripe", @@ -888543,7 +887213,7 @@ "domain": "www.morningstar.com", "type": "banking", "created": "2003-05-12", - "updated": "2017-11-15", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "195.47.237.0/24" @@ -888586,11 +887256,11 @@ "descr": "BALLOU-AS, SE", "country": "SE", "active": true, - "org": "Ballou Internet Services AB", - "domain": "hostek.com", + "org": "Hostek AB", + "domain": "www.ilait.com", "type": "hosting", "created": "2007-01-05", - "updated": "2021-08-27", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "91.189.40.0/21", @@ -889329,7 +887999,7 @@ "abuse": "abuse@grazkom.at", "type": "isp", "created": "2003-05-21", - "updated": "2023-01-27", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "37.143.176.0/20", @@ -889659,7 +888329,7 @@ "abuse": "abuse@hostmaster.ua", "type": "business", "created": "2003-05-23", - "updated": "2022-06-08", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "109.70.108.0/24", @@ -889768,7 +888438,7 @@ "domain": "www.satsvyaz.ru", "type": "business", "created": "2003-05-26", - "updated": "2023-07-11", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "62.213.32.0/19", @@ -889848,7 +888518,7 @@ "domain": "faust.net.ua", "type": "isp", "created": "2003-05-26", - "updated": "2022-06-08", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "91.206.4.0/23", @@ -889871,7 +888541,7 @@ "domain": "www.ielo.net", "type": "isp", "created": "2003-05-27", - "updated": "2023-09-14", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "45.10.224.0/22", @@ -889910,7 +888580,7 @@ "abuse": "abuse@filanco.ru", "type": "isp", "created": "2011-01-08", - "updated": "2023-09-22", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "31.28.0.0/19", @@ -890730,7 +889400,7 @@ "abuse": "abuse@leitwert.net", "type": "business", "created": "2015-08-17", - "updated": "2020-01-22", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "45.136.160.0/24", @@ -892126,7 +890796,7 @@ "abuse": "abuse@gandi.net", "type": "hosting", "created": "2003-06-20", - "updated": "2023-09-20", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "46.226.108.0/22", @@ -892233,12 +890903,11 @@ "descr": "ASCOTLC-AS Telecoms Services Provider, IT", "country": "IT", "active": true, - "org": "Asco TLC S.p.A.", - "domain": "www.ascotlc.it", - "abuse": "abuse@ascotlc.it", + "org": "Acantho S.p.a", + "domain": "acantho.net", "type": "business", "created": "2003-06-23", - "updated": "2022-08-24", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "31.216.240.0/20", @@ -893237,7 +891906,7 @@ "domain": "mastertel.ru", "type": "hosting", "created": "2003-07-03", - "updated": "2023-09-19", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "31.44.80.0/20", @@ -895628,7 +894297,7 @@ "country": "DE", "active": true, "org": "Guido Werner trading as wel.de Internet Service Provider e. K.", - "domain": "www.wel.de", + "domain": "wel.de", "type": "business", "created": "2003-08-08", "updated": "2018-09-04", @@ -896546,7 +895215,7 @@ "abuse": "abuse@unet.nl", "type": "isp", "created": "2003-08-28", - "updated": "2023-05-04", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "46.22.176.0/23", @@ -896573,11 +895242,11 @@ "descr": "HP-WEBVAULT, ES", "country": "ES", "active": true, - "org": "Hewlett-Packard Outsourcing Espana SL", + "org": "ENTERPRISE SOLUTIONS OUTSOURCING ESPANA SL", "domain": "dxc.com", "type": "business", "created": "2011-03-24", - "updated": "2020-03-17", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "91.224.240.0/23" @@ -898393,11 +897062,11 @@ "descr": "WEBHUSET-AS, DE", "country": "DE", "active": true, - "org": "Host Europe GmbH", - "domain": "www.hosteurope.de", - "type": "hosting", + "org": "Webhuset AS", + "domain": "bitpro.no", + "type": "business", "created": "2003-09-24", - "updated": "2019-10-31", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "31.24.128.0/21", @@ -899167,7 +897836,7 @@ "abuse": "abuse@astutium.com", "type": "hosting", "created": "2003-10-06", - "updated": "2023-09-23", + "updated": "2023-10-27", "rir": "ripe", "prefixes": [ "80.76.212.0/22", @@ -902442,7 +901111,7 @@ "country": "DE", "active": true, "org": "Krick Management GmbH trading as iWelt GmbH + Co. KG", - "domain": "iwelt-ag.net", + "domain": "www.iwelt.de", "type": "hosting", "created": "2003-10-27", "updated": "2023-06-14", @@ -902532,7 +901201,7 @@ "abuse": "support@netassist.ua", "type": "business", "created": "2003-10-28", - "updated": "2023-09-22", + "updated": "2023-10-08", "rir": "ripe", "prefixes": [ "62.205.128.0/19", @@ -902916,7 +901585,7 @@ "domain": "limes.com.pl", "type": "business", "created": "2003-10-31", - "updated": "2021-12-17", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "89.206.0.0/18", @@ -903040,7 +901709,7 @@ "domain": "last-mile.hu", "type": "business", "created": "2003-11-04", - "updated": "2021-03-09", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "5.180.123.0/24", @@ -907280,7 +905949,7 @@ "active": true, "org": "Five Area Systems, LLC", "domain": "fivearea.com", - "abuse": "ddunagan@fivearea.net", + "abuse": "fivearea@fivearea.com", "type": "isp", "created": "2009-11-16", "updated": "2012-02-24", @@ -918893,9 +917562,9 @@ "country": "US", "active": true, "org": "BURNS & MCDONNELL, INC.", - "domain": "burnsmcd.com", + "domain": "www.burnsmcd.com", "abuse": "tpelzer@burnsmcd.com", - "type": "hosting", + "type": "business", "created": "2020-04-02", "updated": "2020-04-02", "rir": "arin", @@ -927620,7 +926289,7 @@ "domain": "safetycomputing.com", "type": "hosting", "created": "2003-11-21", - "updated": "2021-01-12", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "82.199.0.0/19" @@ -928227,7 +926896,7 @@ "abuse": "abuse@as30781.net", "type": "business", "created": "2003-12-03", - "updated": "2023-09-01", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "5.226.0.0/21", @@ -928684,7 +927353,7 @@ "domain": "www.detasad.com", "type": "hosting", "created": "2009-10-08", - "updated": "2018-09-04", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "88.209.128.0/22", @@ -928767,7 +927436,7 @@ "abuse": "abuse@hm.com", "type": "business", "created": "2003-12-15", - "updated": "2018-09-04", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "185.134.16.0/22", @@ -928950,7 +927619,7 @@ "country": "DE", "active": true, "org": "Schwartauer Werke GmbH & Co. KG", - "domain": "schwartau.de", + "domain": "www.schwartau.de", "type": "business", "created": "2003-12-15", "updated": "2023-07-17", @@ -929683,7 +928352,7 @@ "abuse": "abuse@sgmi.pl", "type": "business", "created": "2003-12-19", - "updated": "2023-07-19", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "83.142.168.0/22", @@ -930101,7 +928770,7 @@ "abuse": "abuse@yemen.net.ye", "type": "isp", "created": "2003-12-30", - "updated": "2023-08-17", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "5.100.160.0/21", @@ -930794,7 +929463,7 @@ "domain": "www.rba.hr", "type": "banking", "created": "2004-01-12", - "updated": "2018-09-04", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "193.23.182.0/24" @@ -933297,7 +931966,7 @@ "org": "GlobalConnect A/S", "domain": "globalconnect.dk", "abuse": "abuse@globalconnect.dk", - "type": "isp", + "type": "hosting", "created": "2004-02-10", "updated": "2023-06-08", "rir": "ripe", @@ -933733,7 +932402,7 @@ "domain": "sbb.rs", "type": "isp", "created": "2004-02-12", - "updated": "2023-09-21", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "5.22.160.0/19", @@ -934026,8 +932695,8 @@ "country": "RU", "active": true, "org": "Avelacom Business Ltd.", - "domain": "avelacom.ru", - "type": "business", + "domain": "avelacom.com", + "type": "hosting", "created": "2004-02-17", "updated": "2023-08-17", "rir": "ripe", @@ -935482,7 +934151,7 @@ "abuse": "abuse-mailbox@megafon.ru", "type": "isp", "created": "2004-03-05", - "updated": "2023-09-23", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "31.173.0.0/16", @@ -936676,11 +935345,11 @@ "descr": "EXPRESSNIKOPOL-AS, UA", "country": "UA", "active": true, - "org": "Multidisciplin Company Express Ltd", - "domain": "www.en.net.ua", + "org": "Shtoler Vitaliy Andreevich", + "domain": "en.net.ua", "type": "business", "created": "2009-11-12", - "updated": "2023-09-21", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "195.211.212.0/22" @@ -938389,7 +937058,7 @@ "domain": "www.beyond.pl", "type": "hosting", "created": "2004-03-26", - "updated": "2023-05-08", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.57.136.0/22", @@ -938581,7 +937250,7 @@ "abuse": "abuse@3s.pl", "type": "business", "created": "2004-03-29", - "updated": "2023-08-14", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "31.172.176.0/20", @@ -939016,7 +937685,7 @@ "abuse": "abuse@ti.ru", "type": "isp", "created": "2004-04-01", - "updated": "2023-08-02", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "5.8.177.0/24", @@ -940767,7 +939436,7 @@ "org": "Zayo Infrastructure France SA", "domain": "zayo.com", "abuse": "abuse@zayo.com", - "type": "business", + "type": "hosting", "created": "2004-04-27", "updated": "2018-09-04", "rir": "ripe", @@ -940799,7 +939468,7 @@ "domain": "www.astelnet.com", "type": "hosting", "created": "2004-04-27", - "updated": "2023-02-04", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "81.222.96.0/24", @@ -941015,7 +939684,7 @@ "domain": "www.k-business.com", "type": "hosting", "created": "2004-04-29", - "updated": "2023-01-10", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "148.198.0.0/16", @@ -942013,7 +940682,7 @@ "abuse": "NOC@BELCENTER.BE", "type": "business", "created": "2004-05-21", - "updated": "2023-07-09", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "185.57.128.0/22", @@ -944068,7 +942737,7 @@ "domain": "arkada-x.com", "type": "business", "created": "2004-06-11", - "updated": "2018-09-04", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "86.62.44.0/23", @@ -944936,7 +943605,7 @@ "domain": "www.expocentr.ru", "type": "business", "created": "2004-06-24", - "updated": "2020-02-24", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "194.54.132.0/22", @@ -945126,7 +943795,7 @@ "domain": "lan-telecom.net", "type": "business", "created": "2007-02-26", - "updated": "2023-05-26", + "updated": "2023-10-14", "rir": "ripe", "prefixes": [ "91.192.128.0/22", @@ -945267,7 +943936,7 @@ "country": "FI", "active": true, "org": "Planeetta Internet Oy", - "domain": "www.planeetta.fi", + "domain": "planeetta.fi", "abuse": "abuse@planeetta.fi", "type": "hosting", "created": "2015-05-08", @@ -945406,11 +944075,11 @@ "descr": "RIPN-FDNS-RU-NYC, RU", "country": "RU", "active": true, - "org": "Joint-stock company Internet Exchange MSK-IX", + "org": "Join-stock company Internet ExchangeMSK-IX", "domain": "msk-ix.ru", "type": "business", "created": "2004-06-30", - "updated": "2019-02-25", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "193.232.141.0/24" @@ -946470,11 +945139,11 @@ "descr": "TEGUT-AS, DE", "country": "DE", "active": true, - "org": "tegut... Gutberlet Stiftung & Co", - "domain": "www.tegut.com", + "org": "tegut... Verwaltungs GmbH trading as tegut... gute Lebensmittel GmbH & Co. KG", + "domain": "tegut.de", "type": "business", "created": "2004-07-26", - "updated": "2019-08-06", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "193.28.150.0/24" @@ -956389,9 +955058,9 @@ "country": "US", "active": true, "org": "Southern Farm Bureau Casualty Insurance Company", - "domain": "sfbcic.com", + "domain": "w3.sfbcic.com", "abuse": "hostmaster@sfbcic.com", - "type": "hosting", + "type": "government", "created": "2004-03-04", "updated": "2012-03-02", "rir": "arin", @@ -961178,7 +959847,7 @@ "country": "US", "active": true, "org": "C3", - "domain": "www.c3cloud.com", + "domain": "c3cloud.com", "abuse": "rmancinelli@c3cloud.com", "type": "business", "created": "2014-01-13", @@ -972796,7 +971465,7 @@ "org": "Los Angeles Superior Court of California", "domain": "lacourt.org", "abuse": "bkwok@lacourt.org", - "type": "hosting", + "type": "business", "created": "2019-06-05", "updated": "2019-06-05", "rir": "arin", @@ -977731,9 +976400,9 @@ "country": "US", "active": true, "org": "MISSION HOSPITAL, INC.", - "domain": "www.msj.org", + "domain": "msj.org", "abuse": "Brian.Underwood@msj.org", - "type": "hosting", + "type": "business", "created": "2021-09-09", "updated": "2021-09-09", "rir": "arin", @@ -990127,7 +988796,7 @@ "domain": "www.bit.admin.ch", "type": "business", "created": "2004-08-16", - "updated": "2022-02-22", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "131.102.0.0/16", @@ -990680,12 +989349,11 @@ "descr": "ATFBANK-AS JSC ATFBank UniCredit Group, KZ", "country": "KZ", "active": true, - "org": "JSC ATFBank", - "domain": "atfbank.kz", - "abuse": "abuse@atfbank.kz", - "type": "business", + "org": "JSC First Heartland Jysan Bank", + "domain": "kase.kz", + "type": "banking", "created": "2004-08-27", - "updated": "2018-09-04", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "195.38.22.0/24" @@ -991890,7 +990558,7 @@ "abuse": "abuse@ukrmir.com.ua", "type": "business", "created": "2004-09-07", - "updated": "2023-09-19", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "185.93.186.0/24", @@ -993401,7 +992069,7 @@ "abuse": "abuse@hivane.net", "type": "hosting", "created": "2004-10-01", - "updated": "2023-09-20", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "44.31.71.0/24", @@ -993717,7 +992385,7 @@ "org": "Bystrov Dmitriy Sergeevich", "type": "business", "created": "2008-12-29", - "updated": "2022-11-02", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "31.222.253.0/24", @@ -993772,7 +992440,7 @@ "active": true, "org": "OOO NPP Logika", "domain": "logika.ru", - "type": "hosting", + "type": "business", "created": "2004-10-11", "updated": "2020-11-16", "rir": "ripe", @@ -994316,7 +992984,7 @@ "abuse": "abuse@nteb.no", "type": "business", "created": "2004-10-20", - "updated": "2023-05-26", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "84.16.192.0/19", @@ -994783,7 +993451,7 @@ "country": "DE", "active": true, "org": "Bechtle Managed Service GmbH", - "domain": "bechtle.com", + "domain": "www.bechtle.com", "abuse": "netzwerk-ho.bms@bechtle.com", "type": "business", "created": "2004-10-28", @@ -995009,7 +993677,7 @@ "org": "LLC MicroTeam", "type": "business", "created": "2004-11-04", - "updated": "2022-03-03", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "193.32.21.0/24" @@ -995573,7 +994241,7 @@ "domain": "aztelekom.az", "type": "isp", "created": "2004-11-11", - "updated": "2023-09-13", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "80.69.48.0/24", @@ -997081,7 +995749,7 @@ "country": "RS", "active": true, "org": "Eurobank Direktna a.d.", - "domain": "direktnabanka.rs", + "domain": "www.eurobank.gr", "type": "banking", "created": "2004-12-01", "updated": "2022-06-24", @@ -997647,11 +996315,11 @@ "descr": "ETA-BG-ASN, BG", "country": "BG", "active": true, - "org": "Eta BG Ltd.", + "org": "Geo BG Net SPLtd.", "domain": "botevgrad.com", "type": "business", "created": "2004-12-09", - "updated": "2022-01-19", + "updated": "2023-10-07", "rir": "ripe", "prefixes": [ "46.10.217.0/24", @@ -998128,7 +996796,7 @@ "abuse": "abuse@gaoland.net", "type": "business", "created": "2004-12-14", - "updated": "2019-12-04", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "78.108.224.0/20", @@ -998168,7 +996836,7 @@ "abuse": "abuse@link11.de", "type": "hosting", "created": "2004-12-16", - "updated": "2023-07-12", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "31.214.212.0/24", @@ -1000500,11 +999168,11 @@ "descr": "BROM-AS STR. GEORGE CONSTANTINESCU, NR. 3, RO", "country": "RO", "active": true, - "org": "Banca Romaneasca S.A", - "domain": "mobile.telekom.ro", - "type": "isp", + "org": "EXIM BANCA ROMANEASCA S.A.", + "domain": "eximbank.ro", + "type": "business", "created": "2005-01-21", - "updated": "2020-10-02", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "195.8.120.0/24" @@ -1000851,7 +999519,7 @@ "domain": "excom.es", "type": "business", "created": "2010-01-25", - "updated": "2023-09-01", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "5.182.160.0/24", @@ -1001039,10 +999707,9 @@ "active": true, "org": "TDC Holding A/S", "domain": "abuse.mail.dk", - "abuse": "postmaster@abuse.mail.dk", "type": "isp", "created": "2012-04-24", - "updated": "2021-04-29", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "77.234.160.0/19", @@ -1001533,7 +1000200,7 @@ "active": true, "org": "Maxnet Telecomunicatii SRL", "domain": "maxnet.ro", - "type": "isp", + "type": "hosting", "created": "2005-04-14", "updated": "2023-08-25", "rir": "ripe", @@ -1001775,7 +1000442,7 @@ "domain": "centrumdanych.asseco.cloud", "type": "business", "created": "2005-02-08", - "updated": "2018-09-04", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "77.87.75.0/24", @@ -1002240,7 +1000907,7 @@ "domain": "office.intercon.ru", "type": "business", "created": "2005-02-14", - "updated": "2022-09-06", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "77.238.128.0/22", @@ -1002657,7 +1001324,7 @@ "abuse": "abuse@heliantis.fr", "type": "business", "created": "2005-02-16", - "updated": "2022-06-01", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "83.173.64.0/19", @@ -1002715,7 +1001382,7 @@ "abuse": "abuse@reksoft.ru", "type": "business", "created": "2005-02-16", - "updated": "2021-08-03", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "188.64.144.0/24", @@ -1003145,7 +1001812,7 @@ "abuse": "admins@sunlight.net", "type": "business", "created": "2015-04-17", - "updated": "2020-11-16", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "37.230.246.0/24", @@ -1003366,7 +1002033,7 @@ "domain": "telia.com", "type": "isp", "created": "2005-02-24", - "updated": "2020-04-01", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "77.110.0.0/18", @@ -1003414,11 +1002081,11 @@ "descr": "IMATRIX, NL", "country": "NL", "active": true, - "org": "Matrix PC b.v.", - "domain": "www.matrix.nl", - "type": "hosting", + "org": "Matrix Groep B.V.", + "domain": "matrix-it.nl", + "type": "business", "created": "2009-08-10", - "updated": "2022-11-18", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "91.215.148.0/22", @@ -1004763,7 +1003430,7 @@ "abuse": "hubert@hubertlewandowski.pl", "type": "business", "created": "2019-10-31", - "updated": "2023-09-18", + "updated": "2023-10-05", "rir": "ripe", "prefixesIPv6": [ "2a0e:46c7::/48", @@ -1005073,7 +1003740,7 @@ "abuse": "abuse@wavecom.ee", "type": "hosting", "created": "2005-03-18", - "updated": "2023-05-24", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "37.252.4.0/23", @@ -1005337,7 +1004004,7 @@ "domain": "tps.uz", "type": "isp", "created": "2005-03-23", - "updated": "2022-08-08", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "45.130.148.0/23", @@ -1005850,11 +1004517,11 @@ "descr": "TELNET-AS Bulgaria, Veliko Tarnovo, BG", "country": "BG", "active": true, - "org": "Telnet Limited", - "domain": "telnet.bg", - "type": "business", + "org": "Vivacom Bulgaria EAD", + "domain": "vivacom.bg", + "type": "isp", "created": "2005-03-30", - "updated": "2019-12-04", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "78.142.44.0/23", @@ -1006029,9 +1004696,9 @@ "country": "IT", "active": true, "org": "Axera SpA", - "domain": "as34758.net", + "domain": "axera.it", "abuse": "abuse@as34758.net", - "type": "business", + "type": "hosting", "created": "2005-03-30", "updated": "2023-04-28", "rir": "ripe", @@ -1006244,7 +1004911,7 @@ "abuse": "abuse@layer23.nl", "type": "business", "created": "2015-04-15", - "updated": "2022-11-29", + "updated": "2023-09-23", "rir": "ripe", "prefixes": [ "185.138.56.0/22", @@ -1006396,7 +1005063,7 @@ "domain": "vhost.bz", "type": "isp", "created": "2015-06-01", - "updated": "2022-06-28", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "91.233.121.0/24", @@ -1006505,7 +1005172,7 @@ "abuse": "abuse@t-2.com", "type": "business", "created": "2005-04-05", - "updated": "2023-08-24", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "46.248.64.0/19", @@ -1007942,7 +1006609,7 @@ "abuse": "abuse@cosmonova.net", "type": "hosting", "created": "2005-04-20", - "updated": "2023-03-28", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "95.67.0.0/17", @@ -1009028,7 +1007695,7 @@ "domain": "ifog.ch", "type": "hosting", "created": "2019-06-25", - "updated": "2023-02-19", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "23.140.249.0/24", @@ -1009334,7 +1008001,7 @@ "country": "NL", "active": true, "org": "Vivor B.V.", - "domain": "www.vivor.net", + "domain": "vivor.net", "abuse": "abuse@vivor.net", "type": "hosting", "created": "2005-05-03", @@ -1009464,7 +1008131,7 @@ "domain": "www.idline.fr", "type": "business", "created": "2005-05-06", - "updated": "2021-11-23", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "109.239.112.0/23", @@ -1009689,7 +1008356,7 @@ "abuse": "abuse@polycomm.net", "type": "business", "created": "2019-10-28", - "updated": "2023-09-18", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "45.139.24.0/22", @@ -1009786,7 +1008453,7 @@ "domain": "www.we2u.se", "type": "business", "created": "2005-05-10", - "updated": "2023-09-12", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "85.235.0.0/20" @@ -1012865,12 +1011532,11 @@ "descr": "ODISO-AS, FR", "country": "FR", "active": true, - "org": "CYLLENE LILLE SASU", + "org": "CYLLENE ITS", "domain": "www.groupe-cyllene.com", - "abuse": "abuse@altima-hosting.fr", "type": "hosting", "created": "2005-05-13", - "updated": "2022-02-03", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "37.148.252.0/22", @@ -1015702,7 +1014368,7 @@ "domain": "www.hybula.com", "type": "hosting", "created": "2019-04-09", - "updated": "2022-11-03", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "2.58.57.0/24", @@ -1016576,7 +1015242,7 @@ "abuse": "abuse@znet.lviv.ua", "type": "business", "created": "2015-04-02", - "updated": "2023-08-25", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "185.94.219.0/24", @@ -1018474,7 +1017140,7 @@ "abuse": "abuse@f5.com", "type": "business", "created": "2015-04-01", - "updated": "2023-09-11", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "5.182.212.0/22", @@ -1018591,7 +1017257,7 @@ "domain": "ipm.ac.ir", "type": "education", "created": "2005-07-11", - "updated": "2018-09-04", + "updated": "2023-10-08", "rir": "ripe", "prefixes": [ "193.189.122.0/24" @@ -1018742,7 +1017408,7 @@ "abuse": "abuse@dataline.ua", "type": "business", "created": "2005-07-11", - "updated": "2023-05-16", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "5.53.112.0/21", @@ -1019879,7 +1018545,7 @@ "abuse": "abuse@lagis.at", "type": "isp", "created": "2005-07-25", - "updated": "2022-10-13", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "83.164.128.0/17", @@ -1022125,7 +1020791,7 @@ "country": "IT", "active": true, "org": "MAILUP S.P.A.", - "domain": "contactlab.it", + "domain": "contactlab.com", "type": "business", "created": "2011-11-16", "updated": "2023-08-09", @@ -1022685,7 +1021351,7 @@ "abuse": "abuse@sasag.ch", "type": "isp", "created": "2005-08-25", - "updated": "2023-07-03", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "46.245.184.0/21", @@ -1024050,11 +1022716,11 @@ "descr": "NAGARRO-AS, RO", "country": "RO", "active": true, - "org": "NAGARRO IQUEST TECHNOLOGIES SRL", - "domain": "www.nagarro.com", + "org": "Nagarro SRL", + "domain": "nagarro.com", "type": "business", "created": "2005-09-14", - "updated": "2021-12-01", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "194.117.242.0/23" @@ -1024069,7 +1022735,7 @@ "domain": "x.inetcom.ru", "type": "business", "created": "2005-09-14", - "updated": "2022-12-22", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "46.149.110.0/24", @@ -1024144,11 +1022810,11 @@ "descr": "ZOL, UA", "country": "UA", "active": true, - "org": "TOV Zaporizhya Online", - "domain": "zol.net.ua", + "org": "OMEGA-GROUP LLC", + "domain": "ogroup.net.ua", "type": "business", "created": "2005-09-15", - "updated": "2022-11-12", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "91.189.128.0/24", @@ -1024327,7 +1022993,7 @@ "domain": "novaline.net", "type": "business", "created": "2010-01-06", - "updated": "2022-10-24", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "94.124.166.0/24", @@ -1024484,7 +1023150,7 @@ "domain": "www.eurafibre.fr", "type": "business", "created": "2005-09-20", - "updated": "2023-09-07", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "31.172.172.0/22", @@ -1024986,7 +1023652,7 @@ "domain": "virtua.systems", "type": "education", "created": "2019-01-21", - "updated": "2023-07-15", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "185.10.16.0/22", @@ -1026336,7 +1025002,7 @@ "org": "NT Service Ltd", "type": "business", "created": "2005-10-12", - "updated": "2019-09-16", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "91.234.28.0/23", @@ -1027404,7 +1026070,7 @@ "domain": "interros.ru", "type": "business", "created": "2005-10-24", - "updated": "2020-04-03", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "194.88.141.0/24" @@ -1031984,12 +1030650,12 @@ "descr": "NTS-TYLER-01, US", "country": "US", "active": true, - "org": "NTS Communications, LLC", + "org": "Vexus Fiber", "domain": "www.vexusfiber.com", - "abuse": "abuse@nts-online.net", + "abuse": "abuse@vexusfiber.com", "type": "isp", "created": "2005-04-12", - "updated": "2020-08-18", + "updated": "2023-01-20", "rir": "arin", "prefixes": [ "172.110.24.0/21", @@ -1032600,9 +1031266,9 @@ "country": "US", "active": true, "org": "AMERICAN IMAGING MANAGEMENT Inc.", - "domain": "americanimaging.net", + "domain": "www.careloninsights.com", "abuse": "bergmanr@americanimaging.net", - "type": "hosting", + "type": "business", "created": "2005-04-21", "updated": "2012-03-02", "rir": "arin", @@ -1036984,9 +1035650,9 @@ "country": "US", "active": true, "org": "CONCERGENT, LLC", - "domain": "concergent.com", + "domain": "uvsinc.com", "abuse": "dreisig@concergent.com", - "type": "business", + "type": "hosting", "created": "2005-09-23", "updated": "2005-09-23", "rir": "arin", @@ -1041759,7 +1040425,7 @@ "org": "Zachary Seguin, Sole Proprietorship", "domain": "zacharyseguin.ca", "abuse": "abuse@zacharyseguin.ca", - "type": "business", + "type": "education", "created": "2023-08-03", "updated": "2023-08-08", "rir": "arin", @@ -1041915,7 +1040581,7 @@ "org": "VINAKOM COMMUNICATIONS", "domain": "vinakom.com", "abuse": "techsupport@vinakom.com", - "type": "isp", + "type": "hosting", "created": "2005-11-30", "updated": "2013-07-31", "rir": "arin", @@ -1054752,7 +1053418,8 @@ "country": "DZ", "active": true, "org": "Icosnet SPA", - "type": "business", + "domain": "icosnet.com.dz", + "type": "hosting", "rir": "afrinic", "prefixes": [ "196.41.224.0/19", @@ -1079107,9 +1077774,9 @@ "country": "US", "active": true, "org": "Kyndryl INC", - "domain": "kyndryl.com", + "domain": "www.kyndryl.com", "abuse": "abuse@kyndryl.com", - "type": "business", + "type": "hosting", "updated": "2023-08-06", "rir": "apnic", "prefixes": [ @@ -1081772,7 +1080439,7 @@ "org": "Globecomm Systems Asia", "domain": "globecomm.com", "abuse": "jposerio@globecomm.com", - "type": "hosting", + "type": "business", "updated": "2020-05-19", "rir": "apnic", "prefixes": [ @@ -1082291,10 +1080958,6 @@ "descr": "BUSANBANK2-AS-KR BUSANBANK, KR", "country": "KR", "active": true, - "org": "BUSANBANK", - "domain": "busanbank.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "121.175.28.0/24", "211.53.102.0/24" @@ -1082305,10 +1080968,6 @@ "descr": "EWP-AS-KR KOREA EAST-WEST POWER, KR", "country": "KR", "active": true, - "org": "KOREA EAST-WEST POWER", - "domain": "ewp.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "58.235.227.0/24", "58.235.239.0/24" @@ -1082375,10 +1081034,6 @@ "descr": "HELLONET-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.11.64.0/21", "1.11.71.0/24", @@ -1082465,10 +1081120,6 @@ "descr": "HANAINS1-AS-KR HANATI, KR", "country": "KR", "active": true, - "org": "HANATI", - "domain": "hanafn.com", - "type": "business", - "rir": "krnic", "prefixes": [ "121.172.146.0/24" ] @@ -1082484,10 +1081135,6 @@ "descr": "SKB-QRIXNETSDM-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "45.112.168.0/22", "61.102.128.0/18", @@ -1082664,10 +1081311,6 @@ "descr": "SKB-QRIXNETJJ-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.145.56.0/24", "61.102.128.0/22", @@ -1082703,10 +1081346,6 @@ "descr": "NICEPAYMENTS03-AS-KR NICEPAYMENTS.CO, KR", "country": "KR", "active": true, - "org": "NICEPAYMENTS.CO", - "domain": "www.nicepay.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.228.206.0/24" ] @@ -1082716,10 +1081355,6 @@ "descr": "KAKAO-AS-KR Kakao Corp, KR", "country": "KR", "active": true, - "org": "Kakao Corp", - "domain": "www.kakaocorp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.201.0.0/24", "27.0.236.0/22", @@ -1082786,10 +1081421,6 @@ "descr": "INICIS-AS-KR INICIS Co., Ltd, KR", "country": "KR", "active": true, - "org": "INICIS Co., Ltd", - "domain": "kggroup.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "39.115.212.0/24", "183.109.71.0/24" @@ -1082800,10 +1081431,6 @@ "descr": "YULCHON-AS-KR Yulchon LLC, KR", "country": "KR", "active": true, - "org": "Yulchon LLC", - "domain": "www.yulchon.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.96.207.0/24", "121.53.255.0/24", @@ -1082817,10 +1081444,6 @@ "descr": "SCOURTFAMILYDR SCOURTFAMILY, KR", "country": "KR", "active": true, - "org": "SCOURTFAMILY", - "domain": "scourt.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "58.184.118.0/24" ] @@ -1082830,10 +1081453,6 @@ "descr": "SKB-QRIXNETKS-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "112.212.128.0/18", "115.161.128.0/18", @@ -1082853,10 +1081472,6 @@ "descr": "HYEJEON-AS-KR Hyejeon University, KR", "country": "KR", "active": true, - "org": "Hyejeon University", - "domain": "www.hj.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "59.25.64.0/24", "59.25.65.0/24", @@ -1082871,10 +1081486,6 @@ "descr": "SCH-AS-KR SOON CHUN HYANG UNIVERSITY, KR", "country": "KR", "active": true, - "org": "SOON CHUN HYANG UNIVERSITY", - "domain": "sgee.sch.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "114.71.198.0/24", "114.71.199.0/24", @@ -1082970,10 +1081581,6 @@ "descr": "CDNETWORKS-AS-KR CDNetworks, KR", "country": "KR", "active": true, - "org": "CDNetworks", - "domain": "cdnetworks.com", - "type": "hosting", - "rir": "krnic", "prefixes": [ "14.0.64.0/20", "14.0.72.0/24", @@ -1083046,10 +1081653,6 @@ "descr": "SKB-TCNINTERNET-AS-KR SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.124.128.0/17", "45.112.156.0/22", @@ -1083065,10 +1081668,6 @@ "descr": "CWUIC Chungwoon University, KR", "country": "KR", "active": true, - "org": "Chungwoon University", - "domain": "home.chungwoon.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "61.79.244.0/24", "61.79.245.0/24", @@ -1083085,10 +1081684,6 @@ "descr": "HANACLOUD-AS-KR HANA TI, KR", "country": "KR", "active": true, - "org": "HANA TI", - "domain": "hanafn.com", - "type": "business", - "rir": "krnic", "prefixes": [ "183.109.29.0/24" ] @@ -1083098,10 +1081693,6 @@ "descr": "HUGC-AS-KR Korea Housing Urban Guarantee Corporation, KR", "country": "KR", "active": true, - "org": "Korea Housing Urban Guarantee Corporation", - "domain": "khug.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.252.186.0/24", "211.236.18.0/24" @@ -1083112,10 +1081703,6 @@ "descr": "KUMC-AS-KR KUMC, KR", "country": "KR", "active": true, - "org": "KUMC", - "domain": "www.kumc.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "163.152.144.0/21", "163.152.151.0/24", @@ -1083132,9 +1081719,6 @@ "descr": "TERANET-AS-KR Shinjin Network, KR", "country": "KR", "active": true, - "org": "Shinjin Network", - "type": "business", - "rir": "krnic", "prefixes": [ "61.104.128.0/24", "61.104.129.0/24", @@ -1083156,10 +1081740,6 @@ "descr": "SEOICHEON-AS-KR KCTC, KR", "country": "KR", "active": true, - "org": "KCTC", - "domain": "kctc.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "121.157.6.0/25" ] @@ -1083169,9 +1081749,6 @@ "descr": "JS89005-AS-KR jin san cable net company ltd, KR", "country": "KR", "active": true, - "org": "jin san cable net company ltd", - "type": "isp", - "rir": "krnic", "prefixes": [ "61.104.159.0/24", "61.104.160.0/24", @@ -1083208,10 +1081785,6 @@ "descr": "GBNTV-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "58.102.199.0/24", "58.102.200.0/23", @@ -1083361,10 +1081934,6 @@ "descr": "UPASSTV-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.253.231.0/24", "61.253.240.0/20", @@ -1083479,10 +1082048,6 @@ "descr": "SGIC-AS-KR Seoul Guarantee Insurance Company, KR", "country": "KR", "active": true, - "org": "Seoul Guarantee Insurance Company", - "domain": "sgic.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.232.12.0/24", "61.72.18.0/24", @@ -1083495,10 +1082060,6 @@ "descr": "AMCSEOUL-AS-KR asan medical center, KR", "country": "KR", "active": true, - "org": "asan medical center", - "domain": "www.amc.seoul.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.233.2.0/24", "210.122.170.0/24", @@ -1083516,10 +1082077,6 @@ "descr": "DGBDATASYSTEM-AS-KR DGBDATASYSTEM, KR", "country": "KR", "active": true, - "org": "DGBDATASYSTEM", - "domain": "www.dgbfg.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "14.39.215.0/24", "203.251.77.0/24", @@ -1083532,10 +1082089,6 @@ "descr": "FREEWAY-AS-KR Korea Expressway Corporation, KR", "country": "KR", "active": true, - "org": "Korea Expressway Corporation", - "domain": "www.ex.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "180.148.180.0/24", "180.148.181.0/24", @@ -1083548,10 +1082101,6 @@ "descr": "SCI-AS-KR Seoul Credit Rating Information Inc, KR", "country": "KR", "active": true, - "org": "Seoul Credit Rating Information Inc", - "domain": "sci.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "121.131.145.0/24", "210.207.91.0/24" @@ -1083562,9 +1082111,6 @@ "descr": "GUNSANBROAD-AS-KR GUNSAN broad, KR", "country": "KR", "active": true, - "org": "GUNSAN broad", - "type": "business", - "rir": "krnic", "prefixes": [ "58.103.176.0/24", "58.103.177.0/24", @@ -1083578,10 +1082124,6 @@ "descr": "GICO-AS-KR Gyeonggi Hosing Urban Development Corporation, KR", "country": "KR", "active": true, - "org": "Gyeonggi Hosing Urban Development Corporation", - "domain": "www.gh.or.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "211.118.124.0/25" ] @@ -1083591,10 +1082133,6 @@ "descr": "S1-AS-KR S1 CORPORATION, KR", "country": "KR", "active": true, - "org": "S1 CORPORATION", - "domain": "www.samsung.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.19.124.0/24", "103.19.125.0/24", @@ -1083607,10 +1082145,6 @@ "descr": "SAMSUNGGROUP SamsungSDS Inc., KR", "country": "KR", "active": true, - "org": "SamsungSDS Inc.", - "domain": "www.samsung.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.104.55.0/24", "112.108.11.0/24", @@ -1083625,10 +1082159,6 @@ "descr": "MMU-AS-KR Mokpo National Maritime University, KR", "country": "KR", "active": true, - "org": "Mokpo National Maritime University", - "domain": "www.mmu.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "202.30.49.0/24", "203.232.248.0/22", @@ -1083649,10 +1082179,6 @@ "descr": "MULTINET-AS-KR CMB, KR", "country": "KR", "active": true, - "org": "CMB", - "domain": "www.cmb.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "27.126.0.0/22", "27.126.8.0/24", @@ -1083708,10 +1082234,6 @@ "descr": "KLNET-AS-KR KDB Life Insurance Co.,Ltd, KR", "country": "KR", "active": true, - "org": "KDB Life Insurance Co.,Ltd", - "domain": "www.kdblife.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "218.149.131.0/24", "218.149.132.0/24", @@ -1084075,9 +1082597,9 @@ "country": "ID", "active": true, "org": "PT. Inova Duapuluh Duapuluh", - "domain": "www.inova.net.id", + "domain": "inova.net.id", "abuse": "abuse@idnic.net", - "type": "hosting", + "type": "business", "updated": "2016-10-17", "rir": "apnic", "prefixes": [ @@ -1091694,9 +1090216,9 @@ "country": "CN", "active": true, "org": "3 Fuxing Road, Beijing, China", - "domain": "cast.org.cn", + "domain": "www.cast.org.cn", "abuse": "18601130651@163.com", - "type": "hosting", + "type": "education", "updated": "2021-11-03", "rir": "apnic", "prefixes": [ @@ -1092139,10 +1090661,6 @@ "descr": "CMBSEJONG-AS-KR CMB Sejong Broadcasting Co,.Ltd, KR", "country": "KR", "active": true, - "org": "CMB Sejong Broadcasting Co,.Ltd", - "domain": "www.cmb.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "27.126.4.0/24", "27.126.5.0/24", @@ -1092167,10 +1090685,6 @@ "descr": "KCOPA-AS-KR Korea Copyright Protection Agency, KR", "country": "KR", "active": true, - "org": "Korea Copyright Protection Agency", - "domain": "www.kcopa.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "125.129.210.0/24" ] @@ -1092180,10 +1090694,6 @@ "descr": "FWORKER-AS-KR FAMOUS WORKER, KR", "country": "KR", "active": true, - "org": "FAMOUS WORKER", - "domain": "f-worker.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.255.6.0/24", "58.123.183.0/24", @@ -1092204,10 +1090714,6 @@ "descr": "GOEGY-AS-KR Goyang Office of Education, KR", "country": "KR", "active": true, - "org": "Goyang Office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.236.2.0/24", "1.236.3.0/24", @@ -1092222,10 +1090728,6 @@ "descr": "GOEG-AS-KR Gyeonggi provincial gimpo office of education, KR", "country": "KR", "active": true, - "org": "Gyeonggi provincial gimpo office of education", - "domain": "goe.gol.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "61.79.246.0/24", "121.190.250.0/24", @@ -1092240,10 +1090742,6 @@ "descr": "GOEYP-AS-KR KYONGGI YANGPYEONG OFFICE OF EDUCATION, KR", "country": "KR", "active": true, - "org": "KYONGGI YANGPYEONG OFFICE OF EDUCATION", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.237.2.0/24", "1.237.3.0/24", @@ -1092257,10 +1090755,6 @@ "descr": "HOMEPLUS-AS-KR Homeplus Co., Ltd., KR", "country": "KR", "active": true, - "org": "Homeplus Co., Ltd.", - "domain": "front.homeplus.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.143.79.0/24" ] @@ -1092270,10 +1090764,6 @@ "descr": "GOESN-AS-KR Gyeonggido Seongnam Office of Education, KR", "country": "KR", "active": true, - "org": "Gyeonggido Seongnam Office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.237.5.0/24", "1.238.16.0/24", @@ -1092289,10 +1090779,6 @@ "descr": "GOE-AS-KR GwangJuHaNam Office of Education, KR", "country": "KR", "active": true, - "org": "GwangJuHaNam Office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "59.12.223.0/24", "121.133.199.0/24", @@ -1092308,10 +1090794,6 @@ "descr": "GOEPJ-AS-KR Paju office of Education Gyeonggi Province, KR", "country": "KR", "active": true, - "org": "Paju office of Education Gyeonggi Province", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.236.0.0/24", "1.236.1.0/24", @@ -1092330,10 +1090812,6 @@ "descr": "GOEUJB-AS-KR Gyeonggi Uijeongbu office of Education, KR", "country": "KR", "active": true, - "org": "Gyeonggi Uijeongbu office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "112.77.31.128/25", "112.77.32.0/25", @@ -1092386,10 +1090864,6 @@ "descr": "GOEYJ-AS-KR Gyeonggi-do Yeoju Office of Education, KR", "country": "KR", "active": true, - "org": "Gyeonggi-do Yeoju Office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.238.20.0/24", "1.238.21.0/24", @@ -1092402,10 +1090876,6 @@ "descr": "GOEPT-AS-KR Gyeonggi-do Pyongtaek Office Education, KR", "country": "KR", "active": true, - "org": "Gyeonggi-do Pyongtaek Office Education", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.238.8.0/24", "1.238.9.0/24", @@ -1092421,10 +1090891,6 @@ "asn": "38401", "descr": "GOEAN-AS-KR Gyeonggi Provincial Anseong Office of Education,", "active": true, - "org": "Gyeonggi Provincial Anseong Office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.238.14.0/24", "1.238.15.0/24", @@ -1092454,10 +1090920,6 @@ "asn": "38402", "descr": "GOESW-AS-KR Gyeonggi Provincial Suwon Office of Education, K", "active": true, - "org": "Gyeonggi Provincial Suwon Office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.238.6.0/24", "1.238.7.0/24", @@ -1092477,10 +1090939,6 @@ "descr": "GOEGU-AS-KR GunpoUiwang Office of Education, KR", "country": "KR", "active": true, - "org": "GunpoUiwang Office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.241.2.0/24", "1.241.3.0/24", @@ -1092495,10 +1090953,6 @@ "asn": "38404", "descr": "GOEBC-AS-KR Gyeonggi Provincial Bucheon Office of Education,", "active": true, - "org": "Gyeonggi Provincial Bucheon Office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "61.79.247.0/24", "121.190.251.0/24", @@ -1092512,10 +1090966,6 @@ "descr": "GOEKM-AS-KR Gwang Myeong Office of Education, KR", "country": "KR", "active": true, - "org": "Gwang Myeong Office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "124.138.152.0/24", "124.138.153.0/24", @@ -1092528,10 +1090978,6 @@ "descr": "GOEHS-AS-KR Kyeonggi-Do Hwaseong Office of Education, KR", "country": "KR", "active": true, - "org": "Kyeonggi-Do Hwaseong Office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.238.28.128/25", "61.77.45.0/24", @@ -1092545,10 +1090991,6 @@ "descr": "GOEAS-AS-KR Gyeonggi-Do Ansan Office of Education, KR", "country": "KR", "active": true, - "org": "Gyeonggi-Do Ansan Office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.242.4.0/24", "1.242.5.0/24", @@ -1092560,10 +1091002,6 @@ "asn": "38408", "descr": "GOEAY-AS-KR GYEONGGI PROVINCIAL ANYANG OFFICE OF EDUCATION,", "active": true, - "org": "GYEONGGI PROVINCIAL ANYANG OFFICE OF EDUCATION", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.241.0.0/24", "1.241.1.0/24", @@ -1092580,10 +1091018,6 @@ "descr": "GOEDY-AS-KR Dongducheonyangju office of Education, KR", "country": "KR", "active": true, - "org": "Dongducheonyangju office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "175.121.151.0/24", "211.185.51.0/24", @@ -1092596,10 +1091030,6 @@ "descr": "GOEPC-AS-KR Pocheon Office of Education, KR", "country": "KR", "active": true, - "org": "Pocheon Office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "124.1.47.128/25", "175.121.149.0/24", @@ -1092613,10 +1091043,6 @@ "descr": "GOEYI-AS-KR Yongin office of education, KR", "country": "KR", "active": true, - "org": "Yongin office of education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.238.12.0/24", "1.238.28.0/25", @@ -1092632,10 +1091058,6 @@ "descr": "GOEIC-AS-KR Gyeonggi-Do Icheon office of Education, KR", "country": "KR", "active": true, - "org": "Gyeonggi-Do Icheon office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "121.133.209.0/24", "124.138.122.0/24", @@ -1092653,10 +1091075,6 @@ "descr": "GOESH-AS-KR Gyeonggi siheung office of education, KR", "country": "KR", "active": true, - "org": "Gyeonggi siheung office of education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.242.7.0/24", "118.36.75.0/24", @@ -1092669,10 +1091087,6 @@ "descr": "GOEGN-AS-KR Guri Namyangju Office Of Education, KR", "country": "KR", "active": true, - "org": "Guri Namyangju Office Of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "1.240.0.0/24", "121.163.204.0/24", @@ -1092686,10 +1091100,6 @@ "descr": "GOEYC-AS-KR Gyeonggi Yeoncheon Office of Education, KR", "country": "KR", "active": true, - "org": "Gyeonggi Yeoncheon Office of Education", - "domain": "goe.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "124.138.145.0/24", "211.185.52.0/24", @@ -1092700,10 +1091110,6 @@ "asn": "38417", "descr": "GOEGP-AS-KR Gyeonggi Province Gapyeong office of Education,", "active": true, - "org": "Gyeonggi Province Gapyeong office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "14.53.178.0/24", "14.53.179.0/24", @@ -1092734,10 +1091140,6 @@ "descr": "APPLYHOME-AS-KR KOREA APPRAISAL BOARD, KR", "country": "KR", "active": true, - "org": "KOREA APPRAISAL BOARD", - "domain": "kab.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.43.243.0/24" ] @@ -1092753,10 +1091155,6 @@ "descr": "BCCARD-AS-KR BCCARD, KR", "country": "KR", "active": true, - "org": "BCCARD", - "domain": "www.bccard.com", - "type": "business", - "rir": "krnic", "prefixes": [ "115.88.81.0/24", "210.92.35.0/24", @@ -1092769,10 +1091167,6 @@ "descr": "MIRAEASSETUY-AS-KR Mirae Asset Investment Management Co., Lt", "country": "Lt", "active": true, - "org": "Mirae Asset Investment Management Co., Ltd.", - "domain": "global.miraeasset.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "210.182.168.0/24", "218.234.3.0/24" @@ -1092795,10 +1091189,6 @@ "descr": "KCT-AS-KR KOREA CABLE TELECOM, KR", "country": "KR", "active": true, - "org": "KOREA CABLE TELECOM", - "domain": "kcttel.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "27.255.96.0/21", "27.255.100.0/24", @@ -1092822,10 +1091212,6 @@ "descr": "KREI-AS-KR KOREA RURAL ECONOMIC INSTITUTE, KR", "country": "KR", "active": true, - "org": "KOREA RURAL ECONOMIC INSTITUTE", - "domain": "krei.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.255.236.0/22", "203.255.236.0/24", @@ -1092840,10 +1091226,6 @@ "descr": "STXIDC-AS-KR FORCETEC Co., LTD., KR", "country": "KR", "active": true, - "org": "FORCETEC Co., LTD.", - "domain": "onestx.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.43.209.0/24", "61.74.191.0/24", @@ -1092860,10 +1091242,6 @@ "descr": "KICC-AS-KR Korea Information Communicaions Co., KR", "country": "KR", "active": true, - "org": "Korea Information Communicaions Co.", - "domain": "kicc.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.33.205.0/24", "61.33.205.0/25", @@ -1092884,10 +1091262,6 @@ "descr": "BORYUNG-AS-KR Boryung Pharmaceutical Co.,Ltd., KR", "country": "KR", "active": true, - "org": "Boryung Pharmaceutical Co.,Ltd.", - "domain": "boryung.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "123.214.181.0/24" ] @@ -1092897,10 +1091271,6 @@ "descr": "SHINHANCARD-AS-KR Shinhan card, KR", "country": "KR", "active": true, - "org": "Shinhan card", - "domain": "shinhan.com", - "type": "business", - "rir": "krnic", "prefixes": [ "211.168.45.0/24" ] @@ -1092910,10 +1091280,6 @@ "descr": "LIGINSURE-AS-KR KB Insurance, KR", "country": "KR", "active": true, - "org": "KB Insurance", - "domain": "kbinsure.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "121.163.173.0/24", "121.163.175.0/24", @@ -1092934,10 +1091300,6 @@ "descr": "KFAC-AS-KR Korea Fund Administration Compliance, KR", "country": "KR", "active": true, - "org": "Korea Fund Administration Compliance", - "domain": "global.miraeasset.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "116.125.150.0/24", "222.110.104.0/24" @@ -1092948,10 +1091310,6 @@ "descr": "POLARISOFFICE-AS-KR POLARISOFFICE, KR", "country": "KR", "active": true, - "org": "POLARISOFFICE", - "domain": "www.polarisoffice.com", - "type": "government", - "rir": "krnic", "prefixes": [ "61.96.206.0/24", "211.45.65.0/24", @@ -1093658,11 +1092016,11 @@ "asn": "38474", "descr": "DAWE-AS-AU DEPARTMENT OF AGRICULTURE WATER AND THE ENVIRONME", "active": true, - "org": "DEPARTMENT OF AGRICULTURE WATER AND THE ENVIRONMENT", + "org": "Department of Agriculture, Fisheries and Forestry", "domain": "agriculture.gov.au", "abuse": "ictsourcingandcontractgovernance@agriculture.gov.au", "type": "government", - "updated": "2020-11-11", + "updated": "2023-10-06", "rir": "apnic", "prefixes": [ "147.66.0.0/16", @@ -1098617,10 +1096975,6 @@ "descr": "KHNP-AS-KR KHNP, KR", "country": "KR", "active": true, - "org": "KHNP", - "domain": "khnp.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.248.189.0/24", "61.248.190.0/24", @@ -1098636,10 +1096990,6 @@ "descr": "HCLC-AS-KR abcle, KR", "country": "KR", "active": true, - "org": "abcle", - "domain": "abcle.co.kr", - "type": "hosting", - "rir": "krnic", "prefixes": [ "61.97.128.0/19", "61.250.128.0/18", @@ -1098781,10 +1097131,6 @@ "descr": "BINET-AS-KR NICEINFOMATIONSERVICE, KR", "country": "KR", "active": true, - "org": "NICEINFOMATIONSERVICE", - "domain": "www.nice.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "125.143.170.0/24", "183.96.231.0/24", @@ -1098814,10 +1097160,6 @@ "descr": "KAKAOBANK-AS-KR KakaoBank Corp., KR", "country": "KR", "active": true, - "org": "KakaoBank Corp.", - "domain": "www.kakaobank.com", - "type": "banking", - "rir": "krnic", "prefixes": [ "61.252.176.0/24", "61.252.191.0/24", @@ -1098834,10 +1097176,6 @@ "descr": "KONKUKHOSPITAL-AS-KR Konkuk University Hospital, KR", "country": "KR", "active": true, - "org": "Konkuk University Hospital", - "domain": "www.kuh.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "1.229.157.128/25", "220.149.56.0/24", @@ -1098849,10 +1097187,6 @@ "descr": "CNBTV-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.11.96.0/22", "1.11.100.0/22", @@ -1099006,10 +1097340,6 @@ "descr": "SOIL-AS-KR S-OIL Corp., Ltd, KR", "country": "KR", "active": true, - "org": "S-OIL Corp., Ltd", - "domain": "s-oil.com", - "type": "business", - "rir": "krnic", "prefixes": [ "116.125.212.0/24", "116.125.213.0/24", @@ -1099034,9 +1097364,6 @@ "descr": "KCTVNET-AS-KR Korea Cable TV Kwangju Broadcasting, KR", "country": "KR", "active": true, - "org": "Korea Cable TV Kwangju Broadcasting", - "type": "isp", - "rir": "krnic", "prefixes": [ "43.227.120.0/22", "61.245.176.0/20", @@ -1099072,10 +1097399,6 @@ "descr": "NLCSJEJU-AS-KR NLCS Jeju, KR", "country": "KR", "active": true, - "org": "NLCS Jeju", - "domain": "www.nlcsjeju.co.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "14.49.192.0/24", "61.42.132.0/24" @@ -1099092,10 +1097415,6 @@ "descr": "FLEXNET-AS-KR flexnetworks, KR", "country": "KR", "active": true, - "org": "flexnetworks", - "domain": "flexnetworks.co.kr", - "type": "hosting", - "rir": "krnic", "prefixes": [ "14.129.224.0/24", "14.129.225.0/24", @@ -1099234,10 +1097553,6 @@ "descr": "HIPLUS-AS-KR SMHiplus Corporation, KR", "country": "KR", "active": true, - "org": "SMHiplus Corporation", - "domain": "smhiplus.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.82.219.0/24" ] @@ -1099247,10 +1097562,6 @@ "descr": "DAUMKAKAOKR3 Kakao Corp, KR", "country": "KR", "active": true, - "org": "Kakao Corp", - "domain": "www.kakaocorp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "103.246.59.0/24", "121.53.208.0/24", @@ -1099269,10 +1097580,6 @@ "descr": "FDKRELAY-AS-KR FDIK, KR", "country": "KR", "active": true, - "org": "FDIK", - "domain": "fiserv.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.232.153.128/25" ] @@ -1099282,10 +1097589,6 @@ "descr": "CMBHK-AS-KR CMB, KR", "country": "KR", "active": true, - "org": "CMB", - "domain": "www.cmb.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.66.188.0/22", "103.246.172.0/22", @@ -1099338,10 +1097641,6 @@ "asn": "38681", "descr": "JNEINET-AS-KR Jeollanamdo Educational Research Information I", "active": true, - "org": "Jeollanamdo Educational Research Information Institute", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "59.3.141.128/25", "59.3.221.0/24", @@ -1099387,10 +1097686,6 @@ "asn": "38682", "descr": "NIERNET-AS-KR National Institute of Environmental Research,", "active": true, - "org": "National Institute of Environmental Research", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.216.202.0/24", "103.216.203.0/24", @@ -1099403,10 +1097698,6 @@ "descr": "NEC-AS-KR National Electoin Commission, KR", "country": "KR", "active": true, - "org": "National Electoin Commission", - "domain": "www.nec.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "14.63.127.0/24", "58.184.177.0/24", @@ -1099420,10 +1097711,6 @@ "descr": "CMBDAEJEON-AS-KR CMB Daejeon Broadcasting Co,.Ltd, KR", "country": "KR", "active": true, - "org": "CMB Daejeon Broadcasting Co,.Ltd", - "domain": "www.cmb.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "45.64.144.0/22", "49.143.128.0/18", @@ -1099512,10 +1097799,6 @@ "descr": "KSCC-AS-KR Tmoney co., ltd, KR", "country": "KR", "active": true, - "org": "Tmoney co., ltd", - "domain": "tmoney.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.235.15.0/24", "203.239.25.0/24", @@ -1099533,10 +1097816,6 @@ "descr": "WISEN-AS-KR GSNeotek, KR", "country": "KR", "active": true, - "org": "GSNeotek", - "domain": "gscdn.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.227.196.0/24", "1.248.219.0/24", @@ -1099610,10 +1097889,6 @@ "asn": "38692", "descr": "JBES-AS-KR Jeollabukdo Office Of Education Research And Info", "active": true, - "org": "Jeollabukdo Office Of Education Research And Information Institute", - "domain": "jbedu.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "14.55.70.0/23", "14.55.72.0/23", @@ -1099662,10 +1097937,6 @@ "descr": "TSNET-AS-KR Korea Transportation Safety Authority, KR", "country": "KR", "active": true, - "org": "Korea Transportation Safety Authority", - "domain": "www.kotsa.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "183.101.94.0/24", "183.101.95.0/24" @@ -1099700,10 +1097971,6 @@ "descr": "BC-AS-KR bucheon university, KR", "country": "KR", "active": true, - "org": "bucheon university", - "domain": "bucheon.uz", - "type": "education", - "rir": "krnic", "prefixes": [ "114.70.149.0/24", "114.70.154.0/23", @@ -1099733,10 +1098000,6 @@ "descr": "KBRI-AS-KR Korea Brain Research Institute, KR", "country": "KR", "active": true, - "org": "Korea Brain Research Institute", - "domain": "kbri.re.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "121.181.196.0/24", "203.247.186.0/24" @@ -1099780,10 +1098043,6 @@ "descr": "UBASE-AS-KR UBASE, KR", "country": "KR", "active": true, - "org": "UBASE", - "domain": "ubase.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.101.73.0/24", "211.59.88.0/24", @@ -1099801,10 +1098060,6 @@ "descr": "SMILESERV-AS-KR SMILESERV, KR", "country": "KR", "active": true, - "org": "SMILESERV", - "domain": "smileserv.com", - "type": "business", - "rir": "krnic", "prefixes": [ "49.247.0.0/16", "49.247.0.0/17", @@ -1099966,10 +1098221,6 @@ "descr": "KEBHANAATM-AS-KR Hana Bank Co., KR", "country": "KR", "active": true, - "org": "Hana Bank Co.", - "domain": "www.hanafn.com:8002", - "type": "banking", - "rir": "krnic", "prefixes": [ "39.127.123.0/24", "211.198.16.0/24" @@ -1099980,10 +1098231,6 @@ "descr": "KTB-AS-KR KTBnetwork Co., Ltd., KR", "country": "KR", "active": true, - "org": "KTBnetwork Co., Ltd.", - "domain": "ktb.co.kr", - "type": "hosting", - "rir": "krnic", "prefixes": [ "61.103.49.0/24" ] @@ -1100008,9 +1098255,6 @@ "descr": "DACOM-AS-KR KOREA DATA, KR", "country": "KR", "active": true, - "org": "KOREA DATA", - "type": "business", - "rir": "krnic", "prefixes": [ "14.47.130.0/24", "45.113.44.0/24", @@ -1100028,10 +1098272,6 @@ "descr": "ASSETPLUS-AS-KR ASSETPLUS INVESTMENT MANAGEMENT Co., LTD, KR", "country": "KR", "active": true, - "org": "ASSETPLUS INVESTMENT MANAGEMENT Co., LTD", - "domain": "www.assetplus.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "175.214.51.0/24" ] @@ -1100041,10 +1098281,6 @@ "descr": "TOSSPAYMENTS-AS-KR Tosspayments, KR", "country": "KR", "active": true, - "org": "Tosspayments", - "domain": "tosspaynemts.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.214.105.0/24", "1.214.106.0/24", @@ -1100066,10 +1098302,6 @@ "descr": "KOREAEXIM-AS-KR EXPORT-IMPORT BANK OF KOREA, KR", "country": "KR", "active": true, - "org": "EXPORT-IMPORT BANK OF KOREA", - "domain": "www.koreaexim.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "39.115.136.0/24", "175.113.92.0/24", @@ -1101402,12 +1099634,12 @@ "country": "ID", "active": true, "org": "PT. HIPERNET INDODATA", - "domain": "www.hyper.net.id", + "domain": "hypernet.co.id", "abuse": [ "abuse@hypernet.co.id", "core@hypernet.co.id" ], - "type": "hosting", + "type": "business", "updated": "2020-10-05", "rir": "apnic", "prefixes": [ @@ -1103689,9 +1101921,9 @@ "country": "AU", "active": true, "org": "Netfilter Pty Ltd", - "domain": "somerville.com.au", + "domain": "managedservices.atturra.com", "abuse": "abuse@somerville.com.au", - "type": "hosting", + "type": "business", "updated": "2020-08-26", "rir": "apnic", "prefixes": [ @@ -1103763,11 +1101995,11 @@ "descr": "GOLDCOAST-NON-AU-AS-1 Gold Coast City Council., AU", "country": "AU", "active": true, - "org": "Gold Coast City Council", - "domain": "www.goldcoast.qld.gov.au", - "abuse": "smsmith@goldcoast.qld.gov.au", + "org": "Council of the City of Gold Coast", + "domain": "goldcoast.qld.gov.au", + "abuse": "DigitalCity@goldcoast.qld.gov.au", "type": "government", - "updated": "2021-01-18", + "updated": "2023-10-12", "rir": "apnic", "prefixes": [ "203.3.64.0/23", @@ -1106718,7 +1104950,7 @@ "domain": "tps.uz", "type": "isp", "created": "2005-12-01", - "updated": "2021-06-03", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "87.237.232.0/21", @@ -1107233,7 +1105465,7 @@ "abuse": "abuse@leitwert.net", "type": "business", "created": "2015-03-10", - "updated": "2020-01-22", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "194.145.116.0/24", @@ -1107408,7 +1105640,7 @@ "domain": "sepanta.net", "type": "isp", "created": "2005-12-07", - "updated": "2022-04-14", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "85.133.128.0/24", @@ -1108412,7 +1106644,7 @@ "domain": "lanplus.net", "type": "business", "created": "2018-08-17", - "updated": "2020-10-09", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "195.5.124.0/23", @@ -1108445,11 +1106677,11 @@ "descr": "SWISSGRID, CH", "country": "CH", "active": true, - "org": "swissgrid ag", + "org": "Swissgrid AG", "domain": "www.swissgrid.ch", "type": "business", "created": "2005-12-16", - "updated": "2020-08-20", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "83.137.72.0/21" @@ -1109362,11 +1107594,11 @@ "descr": "TOUCHTEC, GB", "country": "GB", "active": true, - "org": "TouchTec Technology Limited", - "domain": "touchtec.technology", + "org": "Connective Online Limited", + "domain": "connective.online", "type": "business", "created": "2018-08-07", - "updated": "2023-06-25", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "139.28.108.0/22", @@ -1109413,7 +1107645,7 @@ "domain": "optilink.ru", "type": "business", "created": "2005-12-28", - "updated": "2023-08-31", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "88.82.160.0/19" @@ -1109870,7 +1108102,7 @@ "domain": "ipm.ac.ir", "type": "education", "created": "2006-01-06", - "updated": "2022-11-17", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "193.189.123.0/24" @@ -1110112,7 +1108344,7 @@ "domain": "alsardfiber.com", "type": "isp", "created": "2010-05-26", - "updated": "2023-08-31", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.21.139.0/24", @@ -1110301,7 +1108533,7 @@ "domain": "fastbit.ro", "type": "hosting", "created": "2018-07-30", - "updated": "2019-09-16", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "185.253.252.0/22" @@ -1111496,8 +1109728,8 @@ "country": "MD", "active": true, "org": "Information Technology and Cyber Security Service P.I.", - "domain": "stisc.gov.md", - "type": "government", + "domain": "www.cybersecurityintelligence.com", + "type": "hosting", "created": "2006-01-23", "updated": "2020-09-30", "rir": "ripe", @@ -1111709,8 +1109941,8 @@ "country": "DE", "active": true, "org": "METRO Digital GmbH", - "domain": "www.wipro.com", - "type": "business", + "domain": "metro.digital", + "type": "hosting", "created": "2006-01-24", "updated": "2021-04-08", "rir": "ripe", @@ -1112982,7 +1111214,7 @@ "domain": "www.sabic.com", "type": "business", "created": "2006-02-09", - "updated": "2022-07-19", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "89.147.0.0/23", @@ -1114024,7 +1112256,7 @@ "domain": "sapinet.fr", "type": "hosting", "created": "2017-12-14", - "updated": "2023-09-05", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "2.56.247.0/24", @@ -1114650,11 +1112882,11 @@ "descr": "KALIANT-AS, SK", "country": "SK", "active": true, - "org": "KALIANT s.r.o.", - "domain": "www.tlapnet.sk", - "type": "isp", + "org": "Jiri Tlapak", + "domain": "tlapnet.cz", + "type": "business", "created": "2015-01-29", - "updated": "2018-09-04", + "updated": "2023-10-27", "rir": "ripe", "prefixes": [ "185.85.36.0/22" @@ -1114856,7 +1113088,7 @@ "domain": "gc.lviv.ua", "type": "business", "created": "2007-09-24", - "updated": "2023-08-21", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "91.198.116.0/24" @@ -1116748,7 +1114980,7 @@ "domain": "sadad.co.ir", "type": "business", "created": "2008-07-15", - "updated": "2022-01-05", + "updated": "2023-10-07", "rir": "ripe", "prefixes": [ "89.235.64.0/22", @@ -1118772,7 +1117004,7 @@ "domain": "pegast.ru", "type": "business", "created": "2006-04-07", - "updated": "2023-05-05", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "85.31.120.0/24", @@ -1118857,7 +1117089,7 @@ "domain": "netpoint.biz", "type": "business", "created": "2006-04-10", - "updated": "2018-09-04", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "5.61.96.0/21", @@ -1119924,7 +1118156,7 @@ "domain": "it-mark.net", "type": "business", "created": "2006-04-19", - "updated": "2018-10-11", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "46.174.160.0/21", @@ -1120058,7 +1118290,7 @@ "domain": "xiaoyu.net", "type": "business", "created": "2017-10-25", - "updated": "2023-09-08", + "updated": "2023-10-13", "rir": "ripe", "prefixesIPv6": [ "2406:840:f100::/48", @@ -1120132,7 +1118364,7 @@ "country": "RO", "active": true, "org": "SimpliQ Tech SRL", - "domain": "www.simpliq.com", + "domain": "www.simpliq.ro", "type": "hosting", "created": "2006-04-20", "updated": "2023-02-11", @@ -1120387,7 +1118619,7 @@ "abuse": "abuse@hypernet.ru", "type": "business", "created": "2006-04-24", - "updated": "2023-08-25", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "62.192.32.0/19", @@ -1120487,11 +1118719,11 @@ "descr": "RENTARACK-AS, DE", "country": "DE", "active": true, - "org": "Host Europe GmbH", - "domain": "www.hosteurope.de", - "type": "hosting", + "org": "Webhuset AS", + "domain": "bitpro.no", + "type": "business", "created": "2006-04-24", - "updated": "2021-02-01", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "46.226.8.0/21", @@ -1120852,7 +1119084,7 @@ "abuse": "abuse@franceix.net", "type": "isp", "created": "2017-10-23", - "updated": "2023-09-08", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "45.146.35.0/24" @@ -1129632,7 +1127864,7 @@ "domain": "soft-industry.com", "type": "business", "created": "2006-05-16", - "updated": "2018-10-11", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "195.189.200.0/23", @@ -1130002,11 +1128234,11 @@ "country": "US", "active": true, "org": "LTech Solutions, Ltd.", - "domain": "ltechsolutions.com", + "domain": "www.ltechsolutions.com", "abuse": "lee.barnhouse@ltechsolutions.com", "type": "business", "created": "2023-06-09", - "updated": "2023-06-09", + "updated": "2023-10-25", "rir": "arin", "prefixes": [ "23.160.120.0/24", @@ -1131411,7 +1129643,7 @@ "country": "US", "active": true, "org": "Farmers Telecommunications Cooperative, Inc.", - "domain": "neonova.net", + "domain": "farmerstel.com", "abuse": "ipadmin@neonova.net", "type": "isp", "created": "2006-06-07", @@ -1133214,7 +1131446,7 @@ "org": "Kodiak Computer Services, Inc.", "domain": "kodiaksys.com", "abuse": "mvoss@kodiaksys.com", - "type": "hosting", + "type": "business", "created": "2006-06-21", "updated": "2012-02-24", "rir": "arin", @@ -1142546,9 +1140778,9 @@ "country": "US", "active": true, "org": "CAYUSE TECHNOLOGIES LLC", - "domain": "cayusess.com", + "domain": "www.cayusetechnologies.com", "abuse": "support@cayusess.com", - "type": "hosting", + "type": "business", "created": "2022-09-09", "updated": "2022-09-09", "rir": "arin", @@ -1148943,8 +1147175,8 @@ "country": "CZ", "active": true, "org": "ASTELNET s.r.o.", - "domain": "astelnet.com", - "type": "business", + "domain": "www.astelnet.com", + "type": "hosting", "created": "2006-05-22", "updated": "2023-02-04", "rir": "ripe", @@ -1149903,7 +1148135,7 @@ "abuse": "v.popov@infocloud.su", "type": "business", "created": "2017-10-02", - "updated": "2020-11-16", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "185.195.241.0/24" @@ -1150307,7 +1148539,7 @@ "abuse": "a-b-u-s-e@komm.one", "type": "business", "created": "2006-06-06", - "updated": "2023-07-06", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "194.127.180.0/24", @@ -1150946,11 +1149178,11 @@ "descr": "WN-AS, UA", "country": "UA", "active": true, - "org": "Private enterprise Gorbunov A.A.", - "domain": "welcomenet.ru", + "org": "Gorbunov Alexander Anatolyevich", + "domain": "wn.dn.ua", "type": "business", "created": "2006-06-09", - "updated": "2018-09-04", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "5.153.182.0/23", @@ -1151602,7 +1149834,7 @@ "domain": "www.first-root.com", "type": "hosting", "created": "2009-02-23", - "updated": "2023-09-21", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "91.206.76.0/23", @@ -1151764,7 +1149996,7 @@ "domain": "uos.com.ua", "type": "business", "created": "2006-06-15", - "updated": "2023-05-17", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "195.64.166.0/23" @@ -1151851,12 +1150083,12 @@ "descr": "MALLTECH-AS, RU", "country": "RU", "active": true, - "org": "MALLTECH LLC", - "domain": "malltech.ru", - "abuse": "it@malltech.ru", + "org": "MT Lab LLC", + "domain": "malltech-lab.ru", + "abuse": "it@malltech-lab.ru", "type": "business", "created": "2017-10-16", - "updated": "2020-11-16", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "185.195.242.0/24" @@ -1155027,7 +1153259,7 @@ "domain": "fibertelecom.it", "type": "hosting", "created": "2019-09-13", - "updated": "2023-08-31", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "5.183.110.0/24", @@ -1155185,7 +1153417,7 @@ "domain": "www.fina.hr", "type": "business", "created": "2006-07-26", - "updated": "2021-09-13", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "85.209.12.0/24", @@ -1155200,12 +1153432,11 @@ "descr": "PROSERV-AS, GB", "country": "GB", "active": true, - "org": "Panserve Limited", - "domain": "www.marathonbet.com", - "abuse": "abuse@marathonbet.ru", + "org": "ISG Limited", + "domain": "isg-sys.com", "type": "business", "created": "2006-07-26", - "updated": "2018-09-04", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "194.9.2.0/23" @@ -1155250,11 +1153481,10 @@ "country": "SE", "active": true, "org": "Telia Company AB", - "domain": "svenskastadsnat.se", - "abuse": "abuse@telia.com", + "domain": "telia.com", "type": "isp", "created": "2006-07-26", - "updated": "2019-04-15", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "82.145.128.0/19", @@ -1156799,7 +1155029,7 @@ "domain": "rncb.ru", "type": "banking", "created": "2006-08-18", - "updated": "2022-09-28", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "93.189.87.0/24", @@ -1157086,7 +1155316,7 @@ "domain": "mzlz-zagreb-airport.hr", "type": "business", "created": "2006-08-23", - "updated": "2018-09-04", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "89.164.90.0/24" @@ -1157303,7 +1155533,7 @@ "domain": "tekoc.ru", "type": "business", "created": "2006-08-28", - "updated": "2022-12-22", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "89.250.224.0/20", @@ -1157820,12 +1156050,12 @@ "descr": "PRTN-AS, RU", "country": "RU", "active": true, - "org": "Proton LLC", - "domain": "proton.org.ru", - "abuse": "info@proton.org.ru", - "type": "business", + "org": "Netex Limited", + "domain": "netex.broker", + "abuse": "abuse@netex.broker", + "type": "hosting", "created": "2019-11-19", - "updated": "2021-01-11", + "updated": "2023-10-10", "rir": "ripe", "prefixesIPv6": [ "2a0c:9a80::/29", @@ -1158169,7 +1156399,7 @@ "domain": "ett.net.pl", "type": "business", "created": "2006-09-07", - "updated": "2019-09-27", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "194.9.52.0/23", @@ -1158189,7 +1156419,7 @@ "active": true, "org": "SAS ARMATIS LC FRANCE", "domain": "armatis-lc.com", - "type": "hosting", + "type": "business", "created": "2008-09-01", "updated": "2020-07-22", "rir": "ripe", @@ -1158271,7 +1156501,7 @@ "domain": "mediaserve.nl", "type": "business", "created": "2019-07-19", - "updated": "2021-01-14", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "45.131.84.0/22", @@ -1161840,7 +1160070,7 @@ "abuse": "abuse@miran.ru", "type": "hosting", "created": "2006-10-13", - "updated": "2023-04-14", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "91.142.80.0/24", @@ -1162754,7 +1160984,7 @@ "domain": "www.ipgarde.com", "type": "business", "created": "2006-10-23", - "updated": "2021-08-26", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "31.172.164.0/22", @@ -1163331,7 +1161561,7 @@ "domain": "ttc.kz", "type": "hosting", "created": "2006-10-26", - "updated": "2023-08-28", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.57.96.0/24", @@ -1164435,7 +1162665,7 @@ "abuse": "abuse@filanco.ru", "type": "business", "created": "2006-11-02", - "updated": "2022-10-24", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "193.39.248.0/24" @@ -1164546,7 +1162776,7 @@ "domain": "nt-vps.ru", "type": "hosting", "created": "2006-11-02", - "updated": "2023-08-21", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "91.102.152.0/21", @@ -1166190,7 +1164420,7 @@ "domain": "dozortel.ru", "type": "business", "created": "2006-11-22", - "updated": "2023-09-15", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "46.31.4.0/24", @@ -1166506,7 +1164736,7 @@ "domain": "nextpertise.nl", "type": "hosting", "created": "2006-11-23", - "updated": "2023-09-18", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "2.56.216.0/22", @@ -1166617,7 +1164847,7 @@ "domain": "1-hostingservice.com", "type": "business", "created": "2015-01-26", - "updated": "2018-09-18", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "94.46.141.0/24", @@ -1166904,7 +1165134,7 @@ "domain": "www.kaspersky.de", "type": "business", "created": "2006-11-27", - "updated": "2021-12-20", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "77.74.180.0/22", @@ -1167211,7 +1165441,7 @@ "domain": "pegast.ru", "type": "business", "created": "2006-11-30", - "updated": "2018-09-04", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "85.31.125.0/24" @@ -1169459,7 +1167689,7 @@ "domain": "almatel.ru", "type": "business", "created": "2006-12-22", - "updated": "2023-05-26", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "77.247.128.0/20", @@ -1172784,7 +1171014,7 @@ "domain": "one.al", "type": "business", "created": "2007-01-31", - "updated": "2023-09-21", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "79.106.0.0/16", @@ -1173066,7 +1171296,7 @@ "domain": "www.unicreditleasing.ro", "type": "business", "created": "2007-02-02", - "updated": "2023-09-21", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "194.0.204.0/24" @@ -1173208,7 +1171438,7 @@ "domain": "geidea.net", "type": "banking", "created": "2017-05-12", - "updated": "2018-09-04", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "185.202.231.0/24" @@ -1173319,7 +1171549,7 @@ "domain": "respina.net", "type": "business", "created": "2007-02-05", - "updated": "2023-09-12", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.188.40.0/24", @@ -1174213,7 +1172443,7 @@ "domain": "www.progest.ch", "type": "business", "created": "2020-11-23", - "updated": "2023-06-19", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "185.218.196.0/24", @@ -1174822,7 +1173052,7 @@ "domain": "msk-ix.ru", "type": "business", "created": "2007-02-13", - "updated": "2022-11-29", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "86.62.48.0/24", @@ -1174880,7 +1173110,7 @@ "domain": "epresaenergia.es", "type": "business", "created": "2007-02-14", - "updated": "2021-12-13", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "77.241.112.0/22", @@ -1176223,7 +1174453,7 @@ "abuse": "abuse@anexia.at", "type": "hosting", "created": "2007-02-27", - "updated": "2023-09-06", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "2.57.104.0/24", @@ -1177416,7 +1175646,7 @@ "org": "GlobalConnect A/S", "domain": "globalconnect.dk", "abuse": "abuse@globalconnect.dk", - "type": "isp", + "type": "hosting", "created": "2007-03-07", "updated": "2022-06-16", "rir": "ripe", @@ -1177743,7 +1175973,7 @@ "domain": "astartaholding.com", "type": "business", "created": "2007-03-09", - "updated": "2022-11-21", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "194.0.237.0/24" @@ -1177982,7 +1176212,7 @@ "abuse": "abuse@telemach.ba", "type": "business", "created": "2007-03-13", - "updated": "2023-07-20", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "5.43.64.0/18", @@ -1179184,7 +1177414,7 @@ "country": "US", "active": true, "org": "Deloitte Touche Tohmatsu Services, LLC", - "domain": "deloitte.com", + "domain": "www2.deloitte.com", "type": "business", "created": "2007-03-23", "updated": "2023-07-14", @@ -1180577,7 +1178807,7 @@ "country": "SI", "active": true, "org": "Realis Informacijske tehnologije d.o.o.", - "domain": "realis.si", + "domain": "www.realis.si", "type": "hosting", "created": "2007-04-03", "updated": "2018-09-04", @@ -1181408,7 +1179638,7 @@ "domain": "yotele.com", "type": "business", "created": "2007-04-10", - "updated": "2023-02-01", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "46.149.128.0/20", @@ -1181582,7 +1179812,7 @@ "domain": "datafiber.nl", "type": "business", "created": "2007-04-11", - "updated": "2022-10-13", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "46.21.160.0/20", @@ -1182792,11 +1181022,11 @@ "descr": "DT-IT, NL", "country": "NL", "active": true, - "org": "DT-IT V.O.F.", - "domain": "dt-it.nl", + "org": "Internet B.V", + "domain": "damenitgroep.nl", "type": "business", "created": "2014-12-31", - "updated": "2022-01-14", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.82.140.0/22", @@ -1183464,7 +1181694,7 @@ "active": true, "org": "GNET Internet Telekomunikasyon A.S.", "domain": "guzel.net.tr", - "type": "isp", + "type": "hosting", "created": "2020-03-11", "updated": "2022-08-30", "rir": "ripe", @@ -1183868,8 +1182098,8 @@ "country": "TR", "active": true, "org": "Niobe Bilisim Teknolojileri Yazilim San. Tic. Ltd. Sti.", - "domain": "trdns.com", - "type": "business", + "domain": "www.niobehosting.com", + "type": "hosting", "created": "2007-04-27", "updated": "2023-05-29", "rir": "ripe", @@ -1184018,7 +1182248,7 @@ "active": true, "org": "GlobalConnect A/S", "domain": "globalconnect.dk", - "type": "isp", + "type": "hosting", "created": "2007-05-02", "updated": "2019-01-09", "rir": "ripe", @@ -1184166,7 +1182396,7 @@ "abuse": "a-b-u-s-e@komm.one", "type": "business", "created": "2007-05-04", - "updated": "2023-07-06", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "194.0.92.0/24", @@ -1184605,7 +1182835,7 @@ "domain": "sh.com.tr", "type": "hosting", "created": "2007-05-09", - "updated": "2022-12-28", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "31.210.32.0/24", @@ -1186413,7 +1184643,7 @@ "abuse": "abuse-ripe@mezcalito.fr", "type": "business", "created": "2007-05-16", - "updated": "2021-12-03", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "91.213.25.0/24", @@ -1187337,7 +1185567,7 @@ "domain": "www.hostnode.se", "type": "hosting", "created": "2021-03-26", - "updated": "2021-03-26", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.122.74.0/24" @@ -1187483,7 +1185713,7 @@ "domain": "www.govorite.ru", "type": "government", "created": "2007-05-30", - "updated": "2022-02-18", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "5.182.52.0/22", @@ -1188494,7 +1186724,7 @@ "domain": "www.tseu.eu", "type": "hosting", "created": "2020-09-04", - "updated": "2022-04-15", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "193.3.63.0/24" @@ -1188688,7 +1186918,7 @@ "domain": "littlemoenew.com", "type": "business", "created": "2017-02-20", - "updated": "2020-11-16", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "185.190.82.0/24" @@ -1189817,7 +1188047,7 @@ "domain": "megafon.tj", "type": "isp", "created": "2009-09-23", - "updated": "2023-06-06", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "45.81.37.0/24", @@ -1189894,7 +1188124,7 @@ "domain": "tele-matika.com", "type": "business", "created": "2018-07-19", - "updated": "2023-01-26", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "91.247.77.0/24", @@ -1189962,7 +1188192,7 @@ "domain": "bulsat.com", "type": "isp", "created": "2007-06-26", - "updated": "2022-09-10", + "updated": "2023-10-14", "rir": "ripe", "prefixes": [ "37.143.192.0/18", @@ -1190155,7 +1188385,7 @@ "domain": "msk-ix.ru", "type": "business", "created": "2007-06-26", - "updated": "2023-06-12", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "195.209.6.0/24" @@ -1190590,7 +1188820,7 @@ "abuse": "abuse@yoomoney.ru", "type": "banking", "created": "2007-07-02", - "updated": "2021-11-24", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "77.75.152.0/21", @@ -1190791,7 +1189021,7 @@ "abuse": "abuse@dgn.net.tr", "type": "hosting", "created": "2007-07-04", - "updated": "2023-09-12", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "5.34.208.0/24", @@ -1191094,7 +1189324,7 @@ "domain": "eternalhost.net", "type": "hosting", "created": "2018-11-01", - "updated": "2023-08-28", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "62.233.46.0/24", @@ -1191153,7 +1189383,7 @@ "abuse": "abuse@severen.net", "type": "business", "created": "2011-08-30", - "updated": "2023-07-14", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "82.112.184.0/23", @@ -1192003,7 +1190233,7 @@ "domain": "cma.org.sa", "type": "business", "created": "2007-07-12", - "updated": "2019-07-10", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "77.240.130.0/23", @@ -1192188,7 +1190418,7 @@ "domain": "red-telecom.net", "type": "isp", "created": "2017-05-03", - "updated": "2023-02-07", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "91.201.236.0/24" @@ -1193276,7 +1191506,7 @@ "domain": "dtel-ix.net", "type": "isp", "created": "2017-04-07", - "updated": "2021-03-04", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "91.206.3.0/24", @@ -1193612,7 +1191842,7 @@ "country": "DE", "active": true, "org": "items management GmbH trading as 'items GmbH & Co. KG'", - "domain": "items-muenster.de", + "domain": "itemsnet.de", "type": "business", "created": "2007-07-25", "updated": "2023-08-28", @@ -1193930,7 +1192160,7 @@ "country": "UA", "active": true, "org": "Private Joint Stock Company Sunset Trade", - "domain": "www.it-furshet.com.ua", + "domain": "it-furshet.com.ua", "type": "business", "created": "2007-07-27", "updated": "2023-06-26", @@ -1196636,10 +1194866,9 @@ "active": true, "org": "ZTV CORP LLC", "domain": "ztv.su", - "abuse": "abuse@ztv.su", "type": "hosting", "created": "2020-09-03", - "updated": "2023-08-17", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "45.155.207.0/24", @@ -1197379,7 +1195608,7 @@ "country": "RO", "active": true, "org": "Gothaer Asigurari Reasigurari S.A.", - "domain": "gothaer.ro", + "domain": "www.xprimm.com", "type": "business", "created": "2007-09-03", "updated": "2017-11-15", @@ -1197638,7 +1195867,7 @@ "domain": "servercore.com", "type": "hosting", "created": "2019-12-12", - "updated": "2023-03-14", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "82.148.0.0/21", @@ -1198883,7 +1197112,7 @@ "domain": "evolink.com", "type": "banking", "created": "2007-09-20", - "updated": "2023-04-04", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "82.119.78.0/24", @@ -1199178,11 +1197407,11 @@ "descr": "ALFABANK-UA Kiev, Ukraine, UA", "country": "UA", "active": true, - "org": "JSC ALFA-BANK", - "domain": "alfabank.ru", - "type": "business", + "org": "AT SENS BANK", + "domain": "sensebank.com.ua", + "type": "banking", "created": "2007-09-24", - "updated": "2018-10-11", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "91.197.216.0/24", @@ -1199512,11 +1197741,11 @@ "descr": "IMLGROUP-AS, IT", "country": "IT", "active": true, - "org": "IML Motori SpA", + "org": "Deutz Italy S.r.l.", "domain": "enet.it", "type": "business", "created": "2007-09-24", - "updated": "2022-02-07", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "194.37.252.0/24" @@ -1200722,7 +1198951,7 @@ "domain": "www.muki.com", "type": "business", "created": "2007-09-26", - "updated": "2018-09-04", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "91.198.148.0/24", @@ -1201101,7 +1199330,7 @@ "domain": "gov35.ru", "type": "business", "created": "2016-12-21", - "updated": "2021-12-27", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "213.109.78.0/24" @@ -1201687,11 +1199916,11 @@ "descr": "RIPN-NS5-RU-MSK, RU", "country": "RU", "active": true, - "org": "Joint-stock company Internet Exchange MSK-IX", + "org": "Join-stock company Internet ExchangeMSK-IX", "domain": "msk-ix.ru", "type": "business", "created": "2007-10-05", - "updated": "2019-09-16", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "62.76.62.0/23", @@ -1202345,7 +1200574,7 @@ "domain": "optinet.co.uk", "type": "business", "created": "2016-12-20", - "updated": "2021-04-26", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "5.253.252.0/22", @@ -1203871,7 +1202100,7 @@ "domain": "www.airbridgecargo.com", "type": "business", "created": "2007-10-25", - "updated": "2023-09-19", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.198.221.0/24" @@ -1204658,7 +1202887,7 @@ "country": "EE", "active": true, "org": "IronTelecom OU", - "domain": "irontele.com", + "domain": "irontelecom.com", "type": "hosting", "created": "2007-10-31", "updated": "2021-08-30", @@ -1205415,11 +1203644,11 @@ "descr": "TRC-CITY-AS, UA", "country": "UA", "active": true, - "org": "FOP Kolesnichenko Nataliya Anatoliivna", + "org": "PP TRCCity TV center", "domain": "l4.ua", "type": "business", "created": "2007-11-07", - "updated": "2020-10-27", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "81.162.224.0/24", @@ -1205771,7 +1204000,7 @@ "abuse": "abuse@fornex.com", "type": "hosting", "created": "2016-12-01", - "updated": "2022-02-03", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "31.172.65.0/24" @@ -1206747,7 +1204976,7 @@ "abuse": "abuse@tmhbv.nl", "type": "business", "created": "2018-09-24", - "updated": "2023-06-13", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "45.93.119.0/24", @@ -1207090,7 +1205319,7 @@ "domain": "westcall.spb.ru", "type": "business", "created": "2008-03-26", - "updated": "2023-06-23", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "194.59.184.0/24" @@ -1207853,8 +1206082,8 @@ "country": "DE", "active": true, "org": "ETN EmslandTel.Net GmbH & Co KG", - "domain": "surfn.de", - "type": "isp", + "domain": "emslandtel.net", + "type": "business", "created": "2012-09-20", "updated": "2020-03-07", "rir": "ripe", @@ -1208182,7 +1206411,7 @@ "domain": "indigoics.co.uk", "type": "hosting", "created": "2019-04-16", - "updated": "2023-03-09", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "45.8.120.0/22", @@ -1208205,7 +1206434,7 @@ "abuse": "abuse@sibset-team.ru", "type": "business", "created": "2007-12-04", - "updated": "2021-12-30", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "77.240.160.0/20", @@ -1208322,11 +1206551,11 @@ "descr": "NAGARRO-AS, RO", "country": "RO", "active": true, - "org": "NAGARRO IQUEST TECHNOLOGIES SRL", - "domain": "www.nagarro.com", + "org": "Nagarro SRL", + "domain": "nagarro.com", "type": "business", "created": "2007-12-04", - "updated": "2021-12-01", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "195.93.136.0/23" @@ -1208426,11 +1206655,11 @@ "descr": "IQNETWORKS, IQ", "country": "IQ", "active": true, - "org": "IQ Networks", - "domain": "iqnet.com", + "org": "IQ Networks for Data and Internet Services Ltd", + "domain": "iq.email", "type": "business", "created": "2007-12-05", - "updated": "2021-11-02", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "62.201.193.0/24", @@ -1208972,7 +1207201,7 @@ "domain": "mtnirancell.ir", "type": "isp", "created": "2007-12-11", - "updated": "2023-02-21", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "2.144.0.0/17", @@ -1210468,7 +1208697,7 @@ "domain": "omonia.com", "type": "hosting", "created": "2007-12-21", - "updated": "2023-06-21", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "91.199.77.0/24", @@ -1210988,7 +1209217,7 @@ "abuse": "abuse@nocyo.de", "type": "hosting", "created": "2007-12-27", - "updated": "2018-09-04", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "109.234.216.0/24", @@ -1211647,7 +1209876,7 @@ "domain": "itsjefen.no", "type": "hosting", "created": "2008-01-11", - "updated": "2023-09-21", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "5.145.152.0/21", @@ -1213366,10 +1211595,10 @@ "country": "RU", "active": true, "org": "Commercial Bank Moskommertsbank JSC", - "domain": "moskb.ru", + "domain": "www.moskb.ru", "type": "banking", "created": "2008-01-24", - "updated": "2023-08-28", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "195.93.240.0/23", @@ -1214674,7 +1212903,7 @@ "domain": "www.grass-merkur.de", "type": "hosting", "created": "2008-01-29", - "updated": "2023-09-19", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "193.29.252.0/23", @@ -1215046,7 +1213275,7 @@ "domain": "msk-ix.ru", "type": "business", "created": "2008-01-31", - "updated": "2022-12-22", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "193.232.133.0/24" @@ -1215095,7 +1213324,7 @@ "abuse": "abuse@fobul.net", "type": "isp", "created": "2010-03-02", - "updated": "2018-09-04", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "92.247.104.0/22", @@ -1215478,7 +1213707,7 @@ "abuse": "abuse@netweb.com.tr", "type": "hosting", "created": "2022-04-06", - "updated": "2023-09-13", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "45.9.5.0/24", @@ -1216592,7 +1214821,7 @@ "domain": "gigatrans.ua", "type": "business", "created": "2008-02-11", - "updated": "2023-09-20", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "46.182.80.0/22", @@ -1216883,7 +1215112,7 @@ "domain": "tres.net.tr", "type": "hosting", "created": "2022-04-05", - "updated": "2023-08-26", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "77.92.151.0/24" @@ -1216916,7 +1215145,7 @@ "domain": "telecomplus.co.uk", "type": "isp", "created": "2008-02-14", - "updated": "2022-02-16", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "85.202.224.0/20", @@ -1220170,7 +1218399,7 @@ "active": true, "org": "Bulgartel AD", "domain": "bulgartel.bg", - "type": "business", + "type": "isp", "created": "2008-03-14", "updated": "2023-08-11", "rir": "ripe", @@ -1220580,7 +1218809,7 @@ "org": "ELS Telecom, LTD", "type": "isp", "created": "2008-03-19", - "updated": "2023-09-20", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "5.59.243.0/24", @@ -1221379,7 +1219608,7 @@ "domain": "azmagroup.ir", "type": "isp", "created": "2008-03-27", - "updated": "2023-03-19", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "212.16.66.0/24", @@ -1221820,7 +1220049,7 @@ "domain": "kainternet.ru", "type": "business", "created": "2008-04-02", - "updated": "2022-11-25", + "updated": "2023-10-08", "rir": "ripe", "prefixes": [ "93.95.192.0/21", @@ -1223136,7 +1221365,7 @@ "domain": "mifril.ru", "type": "business", "created": "2008-04-17", - "updated": "2022-01-28", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "93.188.120.0/21", @@ -1223735,11 +1221964,11 @@ "descr": "RIPN-SU-NET, RU", "country": "RU", "active": true, - "org": "Joint-stock company Internet Exchange MSK-IX", + "org": "Join-stock company Internet ExchangeMSK-IX", "domain": "msk-ix.ru", "type": "business", "created": "2008-04-23", - "updated": "2020-03-12", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "193.232.132.0/24", @@ -1234402,7 +1232631,7 @@ "org": "INTERLINK TECHNOLOGY, PT", "domain": "interlink.net.id", "abuse": "abuse@interlink.net.id", - "type": "hosting", + "type": "business", "updated": "2019-04-18", "rir": "apnic", "prefixes": [ @@ -1235696,10 +1233925,6 @@ "descr": "SSYC-AS-KR SSANGYONG CEMENT INDUSTRY CO.,LTD, KR", "country": "KR", "active": true, - "org": "SSANGYONG CEMENT INDUSTRY CO.,LTD", - "domain": "www.ssangyongcne.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "221.149.230.0/24" ] @@ -1235709,10 +1233934,6 @@ "descr": "JCN-AS-KR Ulsan Jung-Ang Broadcasting Network, KR", "country": "KR", "active": true, - "org": "Ulsan Jung-Ang Broadcasting Network", - "domain": "jcntv.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.107.150.0/24", "61.250.103.0/24", @@ -1235746,10 +1233967,6 @@ "descr": "TRUSTONASSET-AS-KR TRUSTONASSET, KR", "country": "KR", "active": true, - "org": "TRUSTONASSET", - "domain": "www.trustonasset.com", - "type": "business", - "rir": "krnic", "prefixes": [ "211.217.200.0/24" ] @@ -1235759,10 +1233976,6 @@ "descr": "SUNMOON-AS-KR SunMoon University, KR", "country": "KR", "active": true, - "org": "SunMoon University", - "domain": "www.sunmoon.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "39.127.0.0/22", "61.34.253.0/24", @@ -1235808,10 +1234021,6 @@ "descr": "JBTV-AS-KR LG HelloVision Corp., KR", "country": "KR", "active": true, - "org": "LG HelloVision Corp.", - "domain": "LGHelloVision365.onmicrosoft.com", - "type": "business", - "rir": "krnic", "prefixes": [ "36.38.16.0/22", "36.38.20.0/22", @@ -1235860,10 +1234069,6 @@ "descr": "CLTNET-AS-KR cyberlogitec, KR", "country": "KR", "active": true, - "org": "cyberlogitec", - "domain": "www.cyberlogitec.com", - "type": "business", - "rir": "krnic", "prefixes": [ "116.127.223.0/24", "116.127.224.0/24", @@ -1235885,10 +1234090,6 @@ "descr": "KNB-AS-KR KYONGNAMBANK, KR", "country": "KR", "active": true, - "org": "KYONGNAMBANK", - "domain": "knbank.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "118.220.70.0/24", "210.124.238.0/24" @@ -1235905,10 +1234106,6 @@ "descr": "BROADBANDIDC-AS-KR BROADBANDIDC, KR", "country": "KR", "active": true, - "org": "BROADBANDIDC", - "domain": "broadbandidc.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.224.180.0/24", "39.116.130.0/24", @@ -1235951,10 +1234148,6 @@ "descr": "ULN-AS-KR ULNetworks Co., Ltd., KR", "country": "KR", "active": true, - "org": "ULNetworks Co., Ltd.", - "domain": "ul-net.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "27.125.0.0/17", "27.125.44.0/22", @@ -1235985,10 +1234178,6 @@ "descr": "KSCFC-AS-KR KSCFC, KR", "country": "KR", "active": true, - "org": "KSCFC", - "domain": "kscfc.com", - "type": "business", - "rir": "krnic", "prefixes": [ "203.239.7.0/24" ] @@ -1235998,10 +1234187,6 @@ "descr": "CCS-AS-KR CCS, KR", "country": "KR", "active": true, - "org": "CCS", - "domain": "www.nate.com", - "type": "business", - "rir": "krnic", "prefixes": [ "61.96.64.0/20", "61.96.168.0/21", @@ -1236048,10 +1234233,6 @@ "descr": "JEIL-AS-KR Firstfire Marine Insurance, KR", "country": "KR", "active": true, - "org": "Firstfire Marine Insurance", - "domain": "www.hanwha.com", - "type": "business", - "rir": "krnic", "prefixes": [ "58.227.74.0/24" ] @@ -1236086,10 +1234267,6 @@ "asn": "45377", "descr": "JJE-AS-KR Jeju Special Self Governing Provincial office of E", "active": true, - "org": "Jeju Special Self Governing Provincial office of Education", - "domain": "korea.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "59.8.0.0/24", "203.230.160.0/19", @@ -1236109,10 +1234286,6 @@ "asn": "45379", "descr": "UNIST-AS-KR Ulsan National Institute of Science and Technolo", "active": true, - "org": "Ulsan National Institute of Science and Technology", - "domain": "www.unist.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "114.70.0.0/20", "114.70.2.0/24", @@ -1236128,10 +1234301,6 @@ "descr": "MMAACNC-AS-KR MMAAC C, KR", "country": "KR", "active": true, - "org": "MMAAC C", - "domain": "mmaa.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "124.194.6.128/25", "175.211.51.0/24" @@ -1236142,10 +1234311,6 @@ "descr": "SHNET-AS-KR Seoul Housing Communities Corporation, KR", "country": "KR", "active": true, - "org": "Seoul Housing Communities Corporation", - "domain": "i-sh.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "128.134.95.0/24", "128.134.96.0/24", @@ -1236157,10 +1234322,6 @@ "descr": "EHOSTIDC-AS-KR EHOSTICT, KR", "country": "KR", "active": true, - "org": "EHOSTICT", - "domain": "www.ehostidc.co.kr", - "type": "hosting", - "rir": "krnic", "prefixes": [ "27.255.65.0/24", "27.255.66.0/24", @@ -1236243,10 +1234404,6 @@ "descr": "EXTKSURE-AS-KR Korea trade insurance corporation, KR", "country": "KR", "active": true, - "org": "Korea trade insurance corporation", - "domain": "ksure.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.43.195.0/24", "103.159.160.0/24", @@ -1236259,10 +1234416,6 @@ "descr": "DAELIM Daelim Co.,Ltd., KR", "country": "KR", "active": true, - "org": "Daelim Co.,Ltd.", - "domain": "www.daelim.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.226.0.0/24", "203.226.1.0/24", @@ -1236338,10 +1234491,6 @@ "descr": "KOCES-AS-KR KOCES, KR", "country": "KR", "active": true, - "org": "KOCES", - "domain": "koces.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.53.211.0/24", "211.192.167.0/25", @@ -1236353,10 +1234502,6 @@ "descr": "SEVITNET-AS-KR SEVITNET, KR", "country": "KR", "active": true, - "org": "SEVITNET", - "domain": "sevitnet.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "58.102.229.0/24", "58.102.230.0/24", @@ -1236368,10 +1234513,6 @@ "asn": "45389", "descr": "JBEDUNET-AS-KR Jeollabukdo Office Of Education Research And", "active": true, - "org": "Jeollabukdo Office Of Education Research And Information Institute", - "domain": "jbedu.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "61.255.147.0/24", "116.125.185.0/24", @@ -1236391,10 +1234532,6 @@ "descr": "AHAKOREA-AS-KR American Home Assurance Korea, KR", "country": "KR", "active": true, - "org": "American Home Assurance Korea", - "domain": "www.aig.com", - "type": "business", - "rir": "krnic", "prefixes": [ "112.171.16.0/24", "218.232.114.0/24" @@ -1236405,10 +1234542,6 @@ "descr": "KORAILRETAIL-AS-KR Korailretail, KR", "country": "KR", "active": true, - "org": "Korailretail", - "domain": "korailretail.com", - "type": "business", - "rir": "krnic", "prefixes": [ "222.108.149.0/25" ] @@ -1236440,10 +1234573,6 @@ "descr": "EPKINET KERIS, KR", "country": "KR", "active": true, - "org": "KERIS", - "domain": "keris.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "61.108.227.0/24" ] @@ -1236477,10 +1234606,6 @@ "asn": "45397", "descr": "KFPP-AS-KR KOREA FOUNDATION FOR THE PROMOTION OF PRIVATE SCH", "active": true, - "org": "KOREA FOUNDATION FOR THE PROMOTION OF PRIVATE SCHOOL", - "domain": "www.kasfo.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "220.66.90.0/24" ] @@ -1236495,10 +1234620,6 @@ "asn": "45399", "descr": "KAL-AS-KR Hanjin Information Systems Telecommunication Co.,", "active": true, - "org": "Hanjin Information Systems Telecommunication Co., Ltd", - "domain": "www.hist.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "58.120.47.0/24", "58.226.213.0/24", @@ -1236550,10 +1234671,6 @@ "descr": "NICNET Korea Telecom, KR", "country": "KR", "active": true, - "org": "Korea Telecom", - "domain": "kt.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "61.83.247.0/25", "61.83.247.128/25", @@ -1236751,10 +1234868,6 @@ "descr": "NICEPAYMENTS-AS-KR NICEPAYMENTS.CO, KR", "country": "KR", "active": true, - "org": "NICEPAYMENTS.CO", - "domain": "www.nicepay.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "121.133.126.0/24", "211.47.33.0/24" @@ -1236771,10 +1234884,6 @@ "descr": "IITPA-AS-KR INCHEON TECHNOPARK, KR", "country": "KR", "active": true, - "org": "INCHEON TECHNOPARK", - "domain": "itp.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "112.171.144.0/24", "112.171.145.0/24", @@ -1236838,10 +1234947,6 @@ "descr": "AJU-AS-KR AJU Internet Technology, KR", "country": "KR", "active": true, - "org": "AJU Internet Technology", - "domain": "aju.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.196.209.0/24" ] @@ -1236851,10 +1234956,6 @@ "descr": "DONGWON-AS-KR Macquarie Telecom, KR", "country": "KR", "active": true, - "org": "AS Manager", - "domain": "www.dongwon.com", - "type": "business", - "rir": "krnic", "prefixes": [ "14.52.31.0/24", "58.120.165.0/24", @@ -1236866,10 +1234967,6 @@ "descr": "KOSAF-AS-KR KOSAF, KR", "country": "KR", "active": true, - "org": "KOSAF", - "domain": "www.kosaf.go.kr", - "type": "government", - "rir": "krnic", "prefixes": [ "61.34.163.0/24", "114.70.96.0/24", @@ -1236881,10 +1234978,6 @@ "descr": "KBCAPITAL-AS-KR KBCAPITAL, KR", "country": "KR", "active": true, - "org": "KBCAPITAL", - "domain": "www.kbfg.com", - "type": "business", - "rir": "krnic", "prefixes": [ "1.239.1.0/24", "220.85.44.0/24" @@ -1241416,9 +1239509,9 @@ "country": "AU", "active": true, "org": "The Travel Corporation PTY LTD", - "domain": "www.thetravelcorporation.com", + "domain": "travelcorporation.com.au", "abuse": "darrin.beckinsale@travelcorporation.com.au", - "type": "hosting", + "type": "business", "updated": "2020-11-25", "rir": "apnic", "prefixes": [ @@ -1247181,7 +1245274,7 @@ "org": "EdIT Counsel", "domain": "edit-co.com", "abuse": "admin@edit-co.com", - "type": "business", + "type": "hosting", "updated": "2020-06-23", "rir": "apnic", "prefixes": [ @@ -1252913,7 +1251006,7 @@ "org": "EBIX CASH MOBILITY SOFTWARE INDIA LIMITED", "domain": "ebixcash.com", "abuse": "santosh.chordia@ebixcash.com", - "type": "business", + "type": "banking", "updated": "2023-08-10", "rir": "apnic", "prefixes": [ @@ -1259121,10 +1257214,6 @@ "asn": "45963", "descr": "KIRAMS-AS-KR KIRAMS Korea Institute of Radiological Medical", "active": true, - "org": "KIRAMS (Korea Institute of Radiological Medical Sciences)", - "domain": "kcch.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.247.182.0/24" ] @@ -1259134,10 +1257223,6 @@ "descr": "EDWARDSKOREA-AS-KR Edwards korea Limited, KR", "country": "KR", "active": true, - "org": "Edwards korea Limited", - "domain": "www.edwardsvacuum.com", - "type": "business", - "rir": "krnic", "prefixes": [ "211.169.28.0/24" ] @@ -1259165,10 +1257250,6 @@ "descr": "KONACENTER-AS-KR KONAI, KR", "country": "KR", "active": true, - "org": "KONAI", - "domain": "konai.com", - "type": "business", - "rir": "krnic", "prefixes": [ "119.197.122.0/24", "203.235.54.0/24" @@ -1259179,10 +1257260,6 @@ "descr": "INIVAN-AS-KR INICIS Co., Ltd, KR", "country": "KR", "active": true, - "org": "INICIS Co., Ltd", - "domain": "kggroup.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.105.73.0/24" ] @@ -1259198,10 +1257275,6 @@ "descr": "FSIISAC-AS-KR Financial Security Institute, KR", "country": "KR", "active": true, - "org": "Financial Security Institute", - "domain": "www.fsec.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.59.156.0/24", "103.59.159.0/24" @@ -1259211,10 +1257284,6 @@ "asn": "45972", "descr": "KOREALX-AS-KR KOREA LAND AND GEOSPATIAL INFORMATIX CORPORATI", "active": true, - "org": "KOREA LAND AND GEOSPATIAL INFORMATIX CORPORATION", - "domain": "www.lx.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "14.55.65.0/24", "14.55.66.0/25", @@ -1259229,10 +1257298,6 @@ "descr": "KOTRA-AS-KR KOTRA, KR", "country": "KR", "active": true, - "org": "KOTRA", - "domain": "www.kotra.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "125.131.31.0/24" ] @@ -1259567,10 +1257632,6 @@ "descr": "CKBS-AS-KR CANON KOREA INC., KR", "country": "KR", "active": true, - "org": "CANON KOREA INC.", - "domain": "kr.canon", - "type": "business", - "rir": "krnic", "prefixes": [ "203.240.149.0/24", "203.240.150.0/24", @@ -1259582,10 +1257643,6 @@ "descr": "KISDFS-AS-KR KIS Information Communication,Inc, KR", "country": "KR", "active": true, - "org": "KIS Information Communication,Inc", - "domain": "www.kisvan.co.kr", - "type": "isp", - "rir": "krnic", "prefixes": [ "61.40.18.0/24" ] @@ -1259636,10 +1257693,6 @@ "descr": "DIRS-AS-KR Dongnam Institute of Radiologycal Sciences, KR", "country": "KR", "active": true, - "org": "Dongnam Institute of Radiologycal Sciences", - "domain": "www.dirams.re.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "203.253.227.0/24", "203.253.228.0/24", @@ -1259651,10 +1257704,6 @@ "descr": "SAMSUNGCLOUDPLATFORM-AS-KR SamsungSDS Inc., KR", "country": "KR", "active": true, - "org": "SamsungSDS Inc.", - "domain": "www.samsung.com", - "type": "business", - "rir": "krnic", "prefixes": [ "112.106.168.0/22", "112.106.232.0/22", @@ -1259712,10 +1257761,6 @@ "descr": "DONGWHA-AS-KR Dongwha Enterprise Co. Ltd., KR", "country": "KR", "active": true, - "org": "Dongwha Enterprise Co. Ltd.", - "domain": "www.dongwha.com", - "type": "business", - "rir": "krnic", "prefixes": [ "183.109.74.0/24", "210.206.189.0/24" @@ -1259726,10 +1257771,6 @@ "descr": "KODIT-AS-KR KOREA CREDIT GUARANTEE FUND, KR", "country": "KR", "active": true, - "org": "KOREA CREDIT GUARANTEE FUND", - "domain": "www.kodit.co.kr", - "type": "banking", - "rir": "krnic", "prefixes": [ "175.121.41.0/24" ] @@ -1259756,10 +1257797,6 @@ "descr": "HIRANET-AS-KR Health Insurance Review Assessment Service, KR", "country": "KR", "active": true, - "org": "Health Insurance Review Assessment Service", - "domain": "hira.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "103.206.74.0/24", "103.206.75.0/24", @@ -1259771,10 +1257808,6 @@ "descr": "KAKAO-45991-AS-KR Kakao Corp, KR", "country": "KR", "active": true, - "org": "Kakao Corp", - "domain": "www.kakaocorp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "110.76.140.0/22", "121.53.212.0/22", @@ -1259791,10 +1257824,6 @@ "descr": "CG-AS-KR Construction Guarantee Cooperative, KR", "country": "KR", "active": true, - "org": "Construction Guarantee Cooperative", - "domain": "www.cgbest.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "202.128.100.0/24", "202.128.101.0/24" @@ -1259805,10 +1257834,6 @@ "descr": "SBDNET-AS-KR SHINBUNDANG RAILROAD, KR", "country": "KR", "active": true, - "org": "SHINBUNDANG RAILROAD", - "domain": "www.doosan.com", - "type": "business", - "rir": "krnic", "prefixes": [ "112.170.51.0/24", "210.92.79.0/24" @@ -1259831,10 +1257856,6 @@ "descr": "DAOU-AS-KR DAOU TECHNOLOGY, KR", "country": "KR", "active": true, - "org": "DAOU TECHNOLOGY", - "domain": "daou.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "1.11.92.0/23", "1.11.94.0/24", @@ -1259947,10 +1257968,6 @@ "descr": "NMC-AS-KR National Medical Center, KR", "country": "KR", "active": true, - "org": "National Medical Center", - "domain": "nmc.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "175.118.2.0/24" ] @@ -1259960,10 +1257977,6 @@ "descr": "CAR Korea Transportation Safety Authority, KR", "country": "KR", "active": true, - "org": "Korea Transportation Safety Authority", - "domain": "www.kotsa.or.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "211.236.84.0/24" ] @@ -1259973,10 +1257986,6 @@ "descr": "KBINSURE-AS-KR KB Insurance, KR", "country": "KR", "active": true, - "org": "KB Insurance", - "domain": "kbinsure.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "112.161.191.0/24", "211.170.136.128/25" @@ -1259993,10 +1258002,6 @@ "descr": "PHIS-AS-KR PHIS, KR", "country": "KR", "active": true, - "org": "PHIS", - "domain": "www.phis.de", - "type": "business", - "rir": "krnic", "prefixes": [ "121.135.147.0/24", "121.135.147.0/25", @@ -1260023,7 +1258028,7 @@ "org": "CONNECTWAVE", "domain": "connectwave.co.kr", "abuse": "irt@nic.or.kr", - "type": "business", + "type": "hosting", "updated": "2023-02-02", "rir": "apnic", "prefixes": [ @@ -1260043,10 +1258048,6 @@ "descr": "SKBMIL SK Broadband Co Ltd, KR", "country": "KR", "active": true, - "org": "SK Broadband Co Ltd", - "domain": "skbroadband.com", - "type": "isp", - "rir": "krnic", "prefixes": [ "1.224.32.0/20" ] @@ -1260056,10 +1258057,6 @@ "descr": "KYOWON-AS-KR kyowoncreative ITcenter, KR", "country": "KR", "active": true, - "org": "kyowoncreative ITcenter", - "domain": "kyowon.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "210.223.42.0/24", "211.106.46.0/23", @@ -1260071,10 +1258068,6 @@ "descr": "SIMPLEXINTERNET-AS-KR Cafe24 Corp., KR", "country": "KR", "active": true, - "org": "Cafe24 Corp.", - "domain": "www.cafe24corp.com", - "type": "business", - "rir": "krnic", "prefixes": [ "14.49.13.0/24", "14.49.14.0/24" @@ -1260097,10 +1258090,6 @@ "descr": "YABESK-AS-KR YABESK, KR", "country": "KR", "active": true, - "org": "YABESK", - "domain": "yabesk.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "14.35.192.0/22", "14.35.196.0/22", @@ -1260146,10 +1258135,6 @@ "descr": "DIRECT-AS-KR SAMJUNG DATA SERVICE, KR", "country": "KR", "active": true, - "org": "SAMJUNG DATA SERVICE", - "domain": "www.sds.co.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "223.130.64.0/24", "223.130.65.0/24", @@ -1260229,10 +1258214,6 @@ "descr": "INDUK-AS-KR Induk University, KR", "country": "KR", "active": true, - "org": "Induk University", - "domain": "induk.ac.kr", - "type": "education", - "rir": "krnic", "prefixes": [ "203.246.96.0/24", "203.246.97.0/24", @@ -1264194,7 +1262175,7 @@ "country": "US", "active": true, "org": "QuickPacket, LLC", - "domain": "quickpacket.com.", + "domain": "quickpacket.com", "abuse": "abuse@quickpacket.com", "type": "hosting", "created": "2008-07-28", @@ -1266180,9 +1264161,9 @@ "country": "US", "active": true, "org": "Circle Company Associates, Inc.", - "domain": "www.aspireconcierges.com", + "domain": "aspireconcierges.com", "abuse": "dns.support@aspireconcierges.com", - "type": "hosting", + "type": "business", "created": "2008-08-22", "updated": "2019-06-18", "rir": "arin", @@ -1268984,7 +1266965,7 @@ "org": "Reliable IT, LLC", "domain": "reliableitcorp.com", "abuse": "ritrenewals@reliableitcorp.com", - "type": "hosting", + "type": "business", "created": "2019-08-28", "updated": "2019-08-28", "rir": "arin", @@ -1272112,9 +1270093,9 @@ "country": "US", "active": true, "org": "Blackstar Fiber Company, LP", - "domain": "blackstarfiber.com", + "domain": "ix-west.org", "abuse": "noc@blackstarfiber.com", - "type": "business", + "type": "isp", "created": "2021-08-09", "updated": "2021-08-09", "rir": "arin", @@ -1278424,7 +1276405,7 @@ "country": "US", "active": true, "org": "Radio Training Network Inc.", - "domain": "hisradio.net", + "domain": "www.radiotrainingnetwork.com", "abuse": "Trey@hisradio.net", "type": "business", "created": "2009-05-08", @@ -1279955,9 +1277936,9 @@ "country": "US", "active": true, "org": "Twin Valley Communications Inc", - "domain": "www.sktcompanies.com", + "domain": "tvtinc.net", "abuse": "tvt_abuse@tvtinc.net", - "type": "hosting", + "type": "isp", "created": "2009-06-03", "updated": "2012-02-24", "rir": "arin", @@ -1281104,7 +1279085,7 @@ "domain": "prolink.ru", "type": "business", "created": "2008-04-25", - "updated": "2019-12-04", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "194.226.8.0/22", @@ -1281730,7 +1279711,7 @@ "domain": "tcell.tj", "type": "business", "created": "2008-05-02", - "updated": "2021-10-06", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "109.75.48.0/20", @@ -1281891,7 +1279872,7 @@ "abuse": "abuse@anexia.at", "type": "hosting", "created": "2017-04-24", - "updated": "2023-09-15", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "94.16.25.0/24", @@ -1282962,7 +1280943,7 @@ "domain": "tookan.tech", "type": "business", "created": "2022-04-05", - "updated": "2023-05-22", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "91.186.193.0/24", @@ -1283303,7 +1281284,7 @@ "domain": "citylink.pro", "type": "business", "created": "2008-05-22", - "updated": "2023-09-19", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "93.190.200.0/21", @@ -1283881,7 +1281862,7 @@ "domain": "wifi-communication.com", "type": "isp", "created": "2022-02-22", - "updated": "2022-02-22", + "updated": "2023-09-25", "rir": "ripe", "prefixesIPv6": [ "2a02:d1c0::/29" @@ -1284412,7 +1282393,7 @@ "domain": "www.fixnet.com.tr", "type": "isp", "created": "2008-05-28", - "updated": "2023-05-11", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "93.184.144.0/24", @@ -1285584,7 +1283565,7 @@ "domain": "europlan.ru", "type": "business", "created": "2016-04-08", - "updated": "2020-06-11", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "193.232.176.0/24", @@ -1285704,7 +1283685,7 @@ "domain": "ukrsd.com.ua", "type": "business", "created": "2008-06-06", - "updated": "2021-03-31", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.204.84.0/22" @@ -1286466,7 +1284447,7 @@ "abuse": "udagus@yuzhno-sakh.ru", "type": "business", "created": "2020-12-28", - "updated": "2023-03-14", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "213.5.73.0/24" @@ -1286584,7 +1284565,7 @@ "domain": "www.ferrexpo.ua", "type": "business", "created": "2008-06-13", - "updated": "2019-10-04", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "195.43.148.0/24" @@ -1286891,7 +1284872,7 @@ "domain": "o2-cloud.ru", "type": "business", "created": "2008-06-19", - "updated": "2023-09-14", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "93.174.48.0/24", @@ -1287036,11 +1285017,11 @@ "descr": "RIPN-RU-RND RND RU services AS, RU", "country": "RU", "active": true, - "org": "Joint-stock company Internet Exchange MSK-IX", + "org": "Join-stock company Internet ExchangeMSK-IX", "domain": "msk-ix.ru", "type": "business", "created": "2008-06-20", - "updated": "2019-10-11", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "193.232.139.0/24", @@ -1287078,7 +1285059,7 @@ "abuse": "abuse@23M.com", "type": "hosting", "created": "2008-06-20", - "updated": "2023-06-16", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "5.253.0.0/24", @@ -1287249,7 +1285230,7 @@ "domain": "tps.uz", "type": "isp", "created": "2008-10-28", - "updated": "2020-03-31", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "94.141.64.0/19", @@ -1287664,7 +1285645,7 @@ "active": true, "org": "MSTN CJSC", "domain": "www.mstn.ru", - "type": "business", + "type": "hosting", "created": "2008-06-24", "updated": "2022-12-09", "rir": "ripe", @@ -1288073,7 +1286054,7 @@ "domain": "nexanet.ch", "type": "hosting", "created": "2008-06-27", - "updated": "2018-09-04", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "93.174.184.0/21", @@ -1289311,7 +1287292,7 @@ "domain": "vk.com", "type": "business", "created": "2008-07-03", - "updated": "2023-09-14", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "79.137.139.0/24", @@ -1289797,7 +1287778,7 @@ "domain": "erlang.ru", "type": "business", "created": "2008-07-10", - "updated": "2023-07-21", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "79.110.240.0/24", @@ -1291557,7 +1289538,7 @@ "domain": "lobnya.com", "type": "isp", "created": "2008-07-25", - "updated": "2022-09-14", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "94.137.64.0/21", @@ -1292193,7 +1290174,7 @@ "domain": "ripe.pudu.be", "type": "business", "created": "2022-02-25", - "updated": "2023-04-25", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "44.31.59.0/24", @@ -1292575,7 +1290556,7 @@ "country": "DE", "active": true, "org": "Prinovis Verwaltungs GmbH", - "domain": "prinovis.com", + "domain": "www.prinovis.com", "type": "business", "created": "2008-08-06", "updated": "2023-08-18", @@ -1293491,7 +1291472,7 @@ "abuse": "abuse@corp.mail.ru", "type": "business", "created": "2008-08-15", - "updated": "2023-09-14", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "5.61.16.0/21", @@ -1294075,7 +1292056,8 @@ "country": "RO", "active": true, "org": "ABO NET SRL", - "type": "business", + "domain": "www.abonet.ro", + "type": "hosting", "created": "2008-08-20", "updated": "2021-11-23", "rir": "ripe", @@ -1294107,7 +1292089,7 @@ "domain": "go.com.sa", "type": "isp", "created": "2008-08-21", - "updated": "2023-03-08", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "37.99.128.0/18", @@ -1295778,7 +1293760,7 @@ "active": true, "org": "Equinix (Netherlands) B.V.", "domain": "equinix.com", - "type": "business", + "type": "hosting", "created": "2008-09-11", "updated": "2022-12-01", "rir": "ripe", @@ -1296110,7 +1294092,7 @@ "org": "LTD Erline", "type": "business", "created": "2008-09-11", - "updated": "2023-05-25", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "45.132.252.0/22", @@ -1296164,11 +1294146,10 @@ "descr": "PTW-AS, UA", "country": "UA", "active": true, - "org": "PAN-Telecom Ltd.", - "domain": "homenet.ua", - "type": "isp", + "org": "NPK Home-Net Ltd.", + "type": "business", "created": "2008-09-11", - "updated": "2023-06-19", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "91.198.249.0/24", @@ -1296329,7 +1294310,7 @@ "abuse": "abuse@sgn.net", "type": "business", "created": "2008-09-11", - "updated": "2020-09-21", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "91.208.200.0/24" @@ -1296342,7 +1294323,7 @@ "active": true, "org": "ARCTUR d.o.o.", "domain": "arctur.si", - "type": "education", + "type": "hosting", "created": "2010-05-04", "updated": "2022-12-22", "rir": "ripe", @@ -1298811,11 +1296792,11 @@ "descr": "IRKUT, RU", "country": "RU", "active": true, - "org": "Scientific Production Corporation Irkut PJSC", - "domain": "eng.irkut.com", + "org": "PJSC Yakovlev", + "domain": "yakovlev.ru", "type": "business", "created": "2015-02-04", - "updated": "2023-08-11", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "194.226.31.0/24", @@ -1299306,7 +1297287,7 @@ "domain": "noc.team", "type": "hosting", "created": "2023-07-27", - "updated": "2023-09-04", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "41.191.212.0/22", @@ -1299404,7 +1297385,7 @@ "domain": "dsm-gb.co.uk", "type": "hosting", "created": "2008-10-07", - "updated": "2023-06-15", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "94.126.232.0/24", @@ -1299648,11 +1297629,12 @@ "descr": "GETRONICSUK_AS, GB", "country": "GB", "active": true, - "org": "Getronics Services UK Limited", - "domain": "www.getronics.com", - "type": "hosting", + "org": "GTN Services B.V.", + "domain": "getronics.com", + "abuse": "ip.abuse@getronics.com", + "type": "business", "created": "2008-10-10", - "updated": "2021-10-18", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "94.127.96.0/23", @@ -1299672,7 +1297654,7 @@ "domain": "umlc.ru", "type": "business", "created": "2008-10-10", - "updated": "2023-09-21", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "185.214.244.0/22" @@ -1299830,9 +1297812,10 @@ "country": "UA", "active": true, "org": "PBF Electra", + "abuse": "sirglund@gmail.com", "type": "business", "created": "2008-10-13", - "updated": "2021-11-18", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "91.209.11.0/24", @@ -1300286,11 +1298269,11 @@ "descr": "VIRTUALDC, RU", "country": "RU", "active": true, - "org": "Sole trader Malkov Dmitrii Vladimirovich", - "domain": "virtualdc.io", + "org": "Dmitrii Vladimirovich Malkov", + "domain": "virtualdc.ru", "type": "hosting", "created": "2020-09-02", - "updated": "2023-02-13", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "31.222.227.0/24", @@ -1301096,7 +1299079,7 @@ "abuse": "abuse@aminidc.com", "type": "business", "created": "2016-03-09", - "updated": "2023-08-23", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.189.242.0/23", @@ -1301368,7 +1299351,7 @@ "domain": "tic.ir", "type": "isp", "created": "2012-01-05", - "updated": "2023-01-26", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "2.189.42.0/24", @@ -1302366,11 +1300349,11 @@ "country": "RU", "active": true, "org": "Tehno-Pro LLC", - "domain": "teerex.ru", + "domain": "www.teerex.ru", "abuse": "info@teerex.ru", - "type": "business", + "type": "isp", "created": "2023-07-21", - "updated": "2023-07-21", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "212.42.48.0/24" @@ -1302470,7 +1300453,7 @@ "org": "GLB Bulut Teknolojisi Limited Sirketi", "domain": "ddos-lab.com", "abuse": "m.oztopchu@ddos-lab.com", - "type": "business", + "type": "hosting", "created": "2023-07-21", "updated": "2023-07-21", "rir": "ripe", @@ -1302851,11 +1300834,11 @@ "country": "US", "active": true, "org": "CRE Network, LLC", - "domain": "cre0809.net", + "domain": "www.cre0809.net", "abuse": "abuse@cre0809.net", "type": "business", "created": "2023-07-20", - "updated": "2023-08-07", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "23.150.56.0/24" @@ -1303332,8 +1301315,8 @@ "country": "US", "active": true, "org": "socialimprove LLC", - "domain": "socialimprove.org", - "type": "business", + "domain": "www.socialimprove.org", + "type": "hosting", "created": "2023-07-20", "updated": "2023-08-18", "rir": "ripe", @@ -1303624,7 +1301607,7 @@ "domain": "rusanovka-net.kiev.ua", "type": "business", "created": "2008-11-03", - "updated": "2022-07-22", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "94.244.0.0/18", @@ -1304040,9 +1302023,9 @@ "country": "GB", "active": true, "org": "Spectrum Internet Ltd", - "domain": "spectruminternet.com", + "domain": "ogi.net", "abuse": "abuse@spectruminternet.com", - "type": "hosting", + "type": "business", "created": "2008-11-06", "updated": "2023-05-26", "rir": "ripe", @@ -1304093,9 +1302076,9 @@ "country": "GB", "active": true, "org": "The Penguin Collective Ltd", - "domain": "thepenguincollective.ltd", + "domain": "www.thepenguincollective.ltd", "abuse": "noc@thepenguincollective.ltd", - "type": "business", + "type": "hosting", "created": "2023-07-19", "updated": "2023-07-20", "rir": "ripe", @@ -1305230,7 +1303213,7 @@ "abuse": "abuse@mtw.ru", "type": "hosting", "created": "2008-11-17", - "updated": "2023-04-20", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "31.129.122.0/24", @@ -1305757,7 +1303740,7 @@ "abuse": "abuse@obit.ru", "type": "business", "created": "2008-11-19", - "updated": "2023-02-16", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "91.209.128.0/23", @@ -1306312,7 +1304295,7 @@ "domain": "tigrisnet.net", "type": "isp", "created": "2008-11-24", - "updated": "2018-09-04", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "81.90.16.0/20", @@ -1306334,7 +1304317,7 @@ "domain": "rootsecurity.be", "type": "hosting", "created": "2008-11-24", - "updated": "2023-02-03", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "91.209.133.0/24", @@ -1306662,8 +1304645,8 @@ "country": "FR", "active": true, "org": "OVER-LINK s.a.s.", - "domain": "over-link.com", - "type": "business", + "domain": "www.over-link.net", + "type": "hosting", "created": "2008-11-25", "updated": "2018-09-04", "rir": "ripe", @@ -1306871,7 +1304854,7 @@ "domain": "devonstudio.pl", "type": "business", "created": "2016-10-17", - "updated": "2023-09-14", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "91.198.55.0/24", @@ -1307095,7 +1305078,7 @@ "abuse": "abuse@i.cz", "type": "business", "created": "2008-11-27", - "updated": "2018-09-04", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "94.124.40.0/21" @@ -1307275,7 +1305258,7 @@ "domain": "vrangel.ru", "type": "business", "created": "2008-11-28", - "updated": "2021-12-17", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "94.229.240.0/20" @@ -1307530,7 +1305513,7 @@ "domain": "legion-net.ru", "type": "business", "created": "2008-12-01", - "updated": "2023-06-13", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "91.211.26.0/23", @@ -1307836,7 +1305819,7 @@ "domain": "iq.group", "type": "isp", "created": "2020-07-16", - "updated": "2020-07-16", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "62.201.239.0/24", @@ -1309568,7 +1307551,7 @@ "abuse": "abuse@kitten.network", "type": "business", "created": "2023-03-30", - "updated": "2023-08-23", + "updated": "2023-10-12", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc1::/48", @@ -1309917,7 +1307900,7 @@ "abuse": "notice@abrbaranidc.ir", "type": "business", "created": "2023-07-13", - "updated": "2023-08-08", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "62.60.141.0/24" @@ -1311291,7 +1309274,7 @@ "abuse": "abuse@pendc.com", "type": "hosting", "created": "2020-12-31", - "updated": "2023-09-09", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "2.56.248.0/24", @@ -1311580,7 +1309563,7 @@ "org": "IT Futura Sp. z o.o.", "domain": "itfutura.com", "abuse": "abuse@itfutura.com", - "type": "hosting", + "type": "business", "created": "2009-01-06", "updated": "2023-02-09", "rir": "ripe", @@ -1312617,7 +1310600,7 @@ "domain": "2adventure-studios.com", "type": "hosting", "created": "2023-08-08", - "updated": "2023-08-29", + "updated": "2023-10-17", "rir": "ripe", "prefixesIPv6": [ "2a05:b0c7:7000::/36", @@ -1312732,7 +1310715,7 @@ "domain": "as48707.pl", "type": "hosting", "created": "2009-01-14", - "updated": "2023-07-11", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "91.230.200.0/24", @@ -1313773,7 +1311756,7 @@ "domain": "www.sobis.ro", "type": "business", "created": "2009-01-30", - "updated": "2021-11-23", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "91.212.23.0/24" @@ -1314693,7 +1312676,7 @@ "domain": "enix.io", "type": "hosting", "created": "2009-02-12", - "updated": "2022-02-11", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "45.140.108.0/22", @@ -1316063,7 +1314046,7 @@ "domain": "domru.ru", "type": "isp", "created": "2009-02-19", - "updated": "2023-07-24", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "62.78.80.0/20", @@ -1316407,7 +1314390,7 @@ "domain": "www.datanode.eu", "type": "hosting", "created": "2009-02-23", - "updated": "2018-09-04", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "37.156.7.0/24", @@ -1316431,7 +1314414,7 @@ "domain": "ipcom.info", "type": "business", "created": "2009-02-23", - "updated": "2022-11-02", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "31.40.156.0/24", @@ -1316542,7 +1314525,7 @@ "domain": "tcell.tj", "type": "business", "created": "2009-02-24", - "updated": "2018-09-04", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "109.75.58.0/24", @@ -1317300,7 +1315283,7 @@ "abuse": "abuse@as48927.net", "type": "hosting", "created": "2018-09-26", - "updated": "2023-03-16", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "178.215.228.0/22", @@ -1317405,7 +1315388,7 @@ "domain": "netltd.ru", "type": "business", "created": "2009-03-03", - "updated": "2020-10-06", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "193.36.35.0/24" @@ -1318711,7 +1316694,7 @@ "domain": "russianpost.ru", "type": "business", "created": "2009-03-20", - "updated": "2020-11-16", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "46.61.150.0/24", @@ -1319128,7 +1317111,7 @@ "domain": "www.d-lake.fr", "type": "hosting", "created": "2018-03-29", - "updated": "2023-09-04", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "2.59.188.0/22", @@ -1320020,7 +1318003,7 @@ "domain": "www.10line.com.tr", "type": "isp", "created": "2021-07-15", - "updated": "2021-07-15", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "194.31.11.0/24" @@ -1321092,7 +1319075,7 @@ "domain": "www.asimonetworks.com", "type": "business", "created": "2018-02-20", - "updated": "2023-09-18", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "83.98.157.0/24", @@ -1322160,7 +1320143,7 @@ "domain": "recaled.com", "type": "business", "created": "2023-08-24", - "updated": "2023-09-12", + "updated": "2023-10-18", "rir": "ripe", "prefixesIPv6": [ "2a13:df80:8000::/38", @@ -1323543,7 +1321526,7 @@ "domain": "deltahost.ua", "type": "business", "created": "2022-03-09", - "updated": "2022-03-10", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "178.211.155.0/24" @@ -1324719,7 +1322702,7 @@ "domain": "enginyring.com", "type": "business", "created": "2023-02-22", - "updated": "2023-08-23", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "174.136.200.0/24" @@ -1324892,11 +1322875,11 @@ "descr": "GUTABANK-AS, RU", "country": "RU", "active": true, - "org": "OJSC GUTA-BANK", + "org": "JSC GUTA-BANK", "domain": "gutabank.ru", "type": "business", "created": "2009-05-25", - "updated": "2020-11-16", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "194.190.4.0/24" @@ -1326235,7 +1324218,7 @@ "domain": "harmony.hosting", "type": "hosting", "created": "2016-09-23", - "updated": "2023-09-14", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "37.44.236.0/24", @@ -1327540,7 +1325523,7 @@ "domain": "selectel.ru", "type": "business", "created": "2009-06-18", - "updated": "2023-08-30", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "2.56.138.0/24", @@ -1328553,7 +1326536,7 @@ "domain": "as49519.net", "type": "business", "created": "2022-01-04", - "updated": "2023-01-04", + "updated": "2023-10-14", "rir": "ripe", "prefixes": [ "5.105.6.0/24" @@ -1328990,7 +1326973,7 @@ "domain": "artplanet.ru", "type": "business", "created": "2009-06-29", - "updated": "2019-09-12", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "80.87.204.0/23", @@ -1329025,7 +1327008,7 @@ "domain": "www.i3d.net", "type": "hosting", "created": "2009-06-29", - "updated": "2023-01-11", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "5.200.0.0/19", @@ -1330061,7 +1328044,7 @@ "domain": "www.pipenetworks.com", "type": "isp", "created": "2023-05-11", - "updated": "2023-09-13", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "207.2.122.0/24" @@ -1330527,8 +1328510,8 @@ "country": "UA", "active": true, "org": "Itera Consulting Group Ukraine Ltd.", - "domain": "www.iteraconsulting.com", - "type": "hosting", + "domain": "ip.datagroup.ua", + "type": "business", "created": "2009-07-15", "updated": "2018-09-04", "rir": "ripe", @@ -1331042,7 +1329025,7 @@ "domain": "everex.es", "type": "isp", "created": "2009-07-21", - "updated": "2019-01-21", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "37.130.208.0/21", @@ -1331305,7 +1329288,7 @@ "domain": "tic.ir", "type": "isp", "created": "2017-09-08", - "updated": "2023-07-29", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "2.188.0.0/16", @@ -1332212,7 +1330195,7 @@ "abuse": "network@gameserve.co", "type": "isp", "created": "2023-01-24", - "updated": "2023-09-16", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "194.55.227.0/24" @@ -1332691,7 +1330674,7 @@ "domain": "www.intuit.com", "type": "business", "created": "2019-04-15", - "updated": "2019-04-15", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "91.102.40.0/24", @@ -1333270,9 +1331253,10 @@ "active": true, "org": "Lunar Digital Solutions Limited", "domain": "lunardigital.co.uk", + "abuse": "abuse@lunardigital.co.uk", "type": "hosting", "created": "2023-05-04", - "updated": "2023-05-15", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.194.252.0/23" @@ -1333529,7 +1331513,7 @@ "abuse": "abuse@3hcloud.com", "type": "hosting", "created": "2020-05-08", - "updated": "2023-03-22", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "45.144.48.0/22", @@ -1333668,7 +1331652,7 @@ "abuse": "abuse@gnc.am", "type": "business", "created": "2009-09-14", - "updated": "2023-05-15", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "5.63.160.0/21", @@ -1334058,7 +1332042,7 @@ "domain": "astra.in.ua", "type": "business", "created": "2009-09-24", - "updated": "2023-07-12", + "updated": "2023-10-14", "rir": "ripe", "prefixes": [ "45.12.24.0/24", @@ -1335445,7 +1333429,7 @@ "abuse": "abuse@gaoland.net", "type": "business", "created": "2009-10-06", - "updated": "2021-01-21", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "5.57.96.0/19", @@ -1336166,7 +1334150,7 @@ "abuse": "abuse@rentaserv.su", "type": "business", "created": "2022-02-02", - "updated": "2023-03-23", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "5.42.199.0/24", @@ -1336489,12 +1334473,12 @@ "descr": "TORNADO, BE", "country": "BE", "active": true, - "org": "VERIXI SA", - "domain": "www.verixi.be", - "abuse": "noc@verixi.net", - "type": "hosting", + "org": "TORNADO TELECOM S.R.L.", + "domain": "tornado.be", + "abuse": "p.garot@tornado.be", + "type": "isp", "created": "2009-10-19", - "updated": "2022-08-06", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "185.185.231.0/24" @@ -1338588,7 +1336572,7 @@ "domain": "ti.ru", "type": "business", "created": "2009-10-30", - "updated": "2021-09-10", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "109.73.15.0/24", @@ -1339099,7 +1337083,7 @@ "domain": "webcraft-found.com", "type": "hosting", "created": "2016-07-28", - "updated": "2021-12-21", + "updated": "2023-10-23", "rir": "ripe", "prefixesIPv6": [ "2001:67c:6f4::/48" @@ -1339472,12 +1337456,11 @@ "descr": "NETVILLAGE-AS, RU", "country": "RU", "active": true, - "org": "DDoS Protection LTD.", - "domain": "ddos-protection.ru", - "abuse": "abuse-c@ddos-protection.ru", - "type": "business", + "org": "Melbikomas UAB", + "domain": "www.melbicom.net", + "type": "hosting", "created": "2009-11-17", - "updated": "2020-03-30", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "195.211.220.0/24", @@ -1339889,7 +1337872,7 @@ "domain": "easio-com.com", "type": "business", "created": "2023-01-04", - "updated": "2023-08-30", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "45.11.185.0/24" @@ -1340120,11 +1338103,11 @@ "descr": "SOFTCON-AS, RO", "country": "RO", "active": true, - "org": "Nagarro Software SRL", - "domain": "www.nagarro.com", + "org": "Nagarro SRL", + "domain": "nagarro.com", "type": "business", "created": "2009-11-20", - "updated": "2021-11-23", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "193.104.150.0/24" @@ -1340529,11 +1338512,11 @@ "descr": "INFOKLAS-AS Slavutych, Kyiv region, UA", "country": "UA", "active": true, - "org": "Slavutych Elektromeregy", - "domain": "admin.smn.com.ua", - "type": "business", + "org": "Municipal Enterprise Slavutych-Teplomerezhi of Slavutych City Council of Vyshhorod District of Kyiv Region", + "domain": "smn.com.ua", + "type": "government", "created": "2009-11-24", - "updated": "2021-03-24", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "91.192.200.0/23" @@ -1340863,7 +1338846,7 @@ "active": true, "org": "CenturyNetworks Ltd", "domain": "10g.lu", - "type": "business", + "type": "hosting", "created": "2023-01-04", "updated": "2023-01-04", "rir": "ripe", @@ -1342233,7 +1340216,7 @@ "abuse": "abuse@gold-telecom.ru", "type": "isp", "created": "2009-12-11", - "updated": "2023-03-14", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "91.233.88.0/24", @@ -1342633,7 +1340616,7 @@ "domain": "sferos.com", "type": "business", "created": "2009-12-15", - "updated": "2022-05-23", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "193.104.203.0/24" @@ -1343002,7 +1340985,7 @@ "domain": "www.blix.com", "type": "hosting", "created": "2009-12-16", - "updated": "2022-12-21", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "31.169.48.0/21", @@ -1343758,7 +1341741,7 @@ "domain": "nspk.ru", "type": "business", "created": "2014-11-06", - "updated": "2023-02-07", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "185.170.1.0/24", @@ -1343774,7 +1341757,7 @@ "domain": "selectel.ru", "type": "business", "created": "2017-10-16", - "updated": "2023-07-19", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "2.58.68.0/22", @@ -1344130,7 +1342113,7 @@ "country": "DE", "active": true, "org": "New Work SE", - "domain": "xing.com", + "domain": "www.new-work.se", "abuse": "hostmaster@xing.com", "type": "business", "created": "2009-12-22", @@ -1344493,7 +1342476,7 @@ "country": "DK", "active": true, "org": "Sipato ApS", - "domain": "sipato.com", + "domain": "www.sipato.com", "type": "business", "created": "2023-08-08", "updated": "2023-08-08", @@ -1345409,7 +1343392,7 @@ "domain": "wardynski.com.pl", "type": "business", "created": "2010-01-14", - "updated": "2018-09-04", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "193.105.20.0/24" @@ -1346229,7 +1344212,7 @@ "domain": "mkb.ru", "type": "banking", "created": "2010-01-21", - "updated": "2022-06-15", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "195.191.76.0/23" @@ -1348293,7 +1346276,7 @@ "domain": "sibenergotelecom.ru", "type": "business", "created": "2010-02-11", - "updated": "2021-05-05", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "194.190.56.0/22" @@ -1350505,7 +1348488,7 @@ "domain": "vtel.jo", "type": "isp", "created": "2010-03-05", - "updated": "2021-12-20", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "109.237.192.0/24", @@ -1351121,7 +1349104,7 @@ "domain": "aebrus.ru", "type": "business", "created": "2010-03-11", - "updated": "2020-01-31", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "193.232.111.0/24" @@ -1352012,7 +1349995,7 @@ "domain": "mckay.com", "type": "hosting", "created": "2010-03-19", - "updated": "2023-08-12", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "37.1.88.0/21", @@ -1352505,7 +1350488,7 @@ "domain": "levira.com", "type": "business", "created": "2010-03-25", - "updated": "2022-05-20", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "37.0.24.0/21", @@ -1352643,9 +1350626,10 @@ "country": "UA", "active": true, "org": "PP Serih Olena Petrovna", + "abuse": "sirglund@gmail.com", "type": "business", "created": "2010-03-26", - "updated": "2021-11-18", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "193.24.220.0/24", @@ -1352664,7 +1350648,7 @@ "domain": "smart1.ru", "type": "business", "created": "2010-03-26", - "updated": "2023-09-07", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "194.190.64.0/24", @@ -1352694,11 +1350678,11 @@ "descr": "LCOM-AS, RU", "country": "RU", "active": true, - "org": "LLC LCom", + "org": "LCom LLC", "abuse": "andrey.telprof@mail.ru", "type": "business", "created": "2010-03-26", - "updated": "2021-06-18", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "195.3.182.0/24" @@ -1352710,7 +1350694,7 @@ "country": "GB", "active": true, "org": "Inspiretec LTD", - "domain": "www.inspiretec.com", + "domain": "inspiretec.com", "type": "business", "created": "2010-03-26", "updated": "2020-09-30", @@ -1353006,7 +1350990,7 @@ "domain": "www.muona.fr", "type": "business", "created": "2016-07-12", - "updated": "2023-04-12", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "82.196.16.0/24", @@ -1353623,7 +1351607,7 @@ "org": "VITA Ltd", "type": "business", "created": "2010-04-09", - "updated": "2018-09-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "46.174.92.0/22", @@ -1353894,7 +1351878,7 @@ "domain": "hostkey.com", "type": "hosting", "created": "2020-12-30", - "updated": "2023-01-02", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "5.180.172.0/24", @@ -1354755,7 +1352739,7 @@ "domain": "bakker-it.eu", "type": "business", "created": "2022-07-19", - "updated": "2023-03-22", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "89.37.98.0/24" @@ -1354981,7 +1352965,7 @@ "abuse": "support@ku.net.ua", "type": "business", "created": "2010-04-22", - "updated": "2018-09-04", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "91.216.22.0/24", @@ -1355569,7 +1353553,7 @@ "abuse": "a-b-u-s-e@komm.one", "type": "business", "created": "2010-05-03", - "updated": "2023-07-06", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "91.205.76.0/22", @@ -1355724,7 +1353708,7 @@ "domain": "vodafone.com", "type": "isp", "created": "2010-05-06", - "updated": "2023-08-10", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "79.171.48.0/21", @@ -1356062,7 +1354046,7 @@ "abuse": "abuse@e-sbl.net", "type": "isp", "created": "2010-05-10", - "updated": "2021-06-28", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "87.239.168.0/21", @@ -1356591,7 +1354575,7 @@ "abuse": "kjh14@hi.is", "type": "business", "created": "2022-12-01", - "updated": "2023-08-15", + "updated": "2023-10-25", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc1:ff02::/48" @@ -1356710,7 +1354694,7 @@ "domain": "svols.com", "type": "business", "created": "2010-05-19", - "updated": "2023-07-17", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "91.213.44.0/24", @@ -1356769,7 +1354753,7 @@ "abuse": "admin@powernet.com.ru", "type": "business", "created": "2010-05-20", - "updated": "2023-08-10", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "31.128.128.0/19", @@ -1356909,11 +1354893,11 @@ "country": "FR", "active": true, "org": "Hospices civils de Lyon", - "domain": "rezopole.net", - "abuse": "abuse@rezopole.net", + "domain": "franceix.net", + "abuse": "abuse@franceix.net", "type": "business", "created": "2010-05-20", - "updated": "2021-08-20", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "195.254.160.0/23", @@ -1356993,7 +1354977,7 @@ "domain": "www.aspirets.com", "type": "hosting", "created": "2010-05-21", - "updated": "2021-04-09", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "5.22.136.0/21", @@ -1357506,7 +1355490,7 @@ "domain": "www.globalconnect.dk", "type": "hosting", "created": "2010-05-26", - "updated": "2018-09-04", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "195.254.168.0/23" @@ -1357757,7 +1355741,7 @@ "abuse": "admin@blw.moe", "type": "business", "created": "2023-07-17", - "updated": "2023-08-29", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "193.32.86.0/24" @@ -1358682,7 +1356666,7 @@ "domain": "interros.ru", "type": "business", "created": "2020-07-07", - "updated": "2020-11-16", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "194.85.5.0/24" @@ -1360663,7 +1358647,7 @@ "org": "Armenian internet traffic exchange 'Armix' foundation", "type": "business", "created": "2010-06-25", - "updated": "2021-10-08", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "91.218.4.0/22", @@ -1360978,7 +1358962,7 @@ "org": "Center of Information Technologies Ltd.", "type": "business", "created": "2010-06-29", - "updated": "2022-10-02", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "193.33.74.0/23" @@ -1361236,7 +1359220,7 @@ "org": "Kutumova Elena Vladimyrovna", "domain": "evps.cloud", "abuse": "abuse@evps.cloud", - "type": "business", + "type": "hosting", "created": "2010-07-05", "updated": "2023-08-01", "rir": "ripe", @@ -1362022,10 +1360006,11 @@ "descr": "TEVIANT-AS JSE Teviant, UA", "country": "UA", "active": true, - "org": "JSE Teviant", + "org": "LLC Joint Small Enterprise Teviant", + "domain": "teviant.com.ua", "type": "business", "created": "2010-07-22", - "updated": "2019-11-26", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "194.213.104.0/23" @@ -1362361,7 +1360346,7 @@ "abuse": "abuse@arcolink.it", "type": "isp", "created": "2020-10-27", - "updated": "2023-06-21", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "185.58.4.0/22", @@ -1362588,7 +1360573,7 @@ "domain": "hugoregibo.be", "type": "business", "created": "2022-11-04", - "updated": "2023-08-18", + "updated": "2023-10-07", "rir": "ripe", "prefixesIPv6": [ "2a13:1c47:fffa::/48", @@ -1362776,10 +1360761,11 @@ "descr": "SMARTCOM, UA", "country": "UA", "active": true, - "org": "Kishchenko N.M. PE", + "org": "LLC SMARTCOM", + "domain": "lir.ua", "type": "business", "created": "2010-07-30", - "updated": "2021-09-22", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "91.232.0.0/22", @@ -1362947,7 +1360933,7 @@ "org": "FOP Koshoviy Oleg Volodymirovich", "type": "business", "created": "2010-08-03", - "updated": "2023-09-20", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "195.191.72.0/23" @@ -1364304,7 +1362290,7 @@ "domain": "enisey.net", "type": "business", "created": "2010-08-18", - "updated": "2021-05-18", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "89.31.104.0/22", @@ -1365352,7 +1363338,7 @@ "abuse": "abuse@technological.ro", "type": "business", "created": "2010-09-02", - "updated": "2023-08-28", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "31.131.160.0/22", @@ -1365732,7 +1363718,7 @@ "country": "DE", "active": true, "org": "Adtran Networks SE", - "domain": "advaoptical.com", + "domain": "www.adva.com", "type": "business", "created": "2010-09-10", "updated": "2023-08-16", @@ -1366177,7 +1364163,7 @@ "country": "CZ", "active": true, "org": "Resident Control Telco s.r.o.", - "domain": "resident-control.cz", + "domain": "www.jednotlacitko.cz", "type": "business", "created": "2010-09-16", "updated": "2023-07-25", @@ -1366255,7 +1364241,7 @@ "domain": "kinnet.ru", "type": "business", "created": "2010-09-17", - "updated": "2018-09-04", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "91.196.84.0/22", @@ -1366360,7 +1364346,7 @@ "domain": "tevia.ru", "type": "business", "created": "2010-09-21", - "updated": "2018-09-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "46.31.152.0/21" @@ -1367129,7 +1365115,7 @@ "country": "DE", "active": true, "org": "Messer Business & IT Consulting GmbH", - "domain": "messer-bic.com", + "domain": "www.messer-bic.com", "type": "business", "created": "2010-09-29", "updated": "2021-12-23", @@ -1369576,7 +1367562,7 @@ "domain": "protahub.com.tr", "type": "isp", "created": "2022-12-29", - "updated": "2022-12-29", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "185.115.209.0/24" @@ -1369710,7 +1367696,7 @@ "country": "CH", "active": true, "org": "Neun AG", - "domain": "hogatex.ch", + "domain": "www.hogatex.ch", "type": "business", "created": "2010-10-20", "updated": "2023-08-04", @@ -1370507,7 +1368493,7 @@ "abuse": "martijn@servunit.com", "type": "hosting", "created": "2022-06-28", - "updated": "2023-07-22", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "45.138.19.0/24", @@ -1370587,7 +1368573,7 @@ "org": "Nextly SASU", "type": "business", "created": "2022-07-27", - "updated": "2023-08-09", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "91.217.219.0/24" @@ -1370682,7 +1368668,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2010-10-29", "updated": "2023-04-26", @@ -1370895,7 +1368881,7 @@ "abuse": "cde@jw.org", "type": "business", "created": "2010-10-29", - "updated": "2022-11-09", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "91.220.88.0/24", @@ -1371078,7 +1369064,7 @@ "domain": "amtelcom.ru", "type": "business", "created": "2010-11-02", - "updated": "2023-09-15", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "46.31.0.0/21", @@ -1371421,7 +1369407,7 @@ "country": "CH", "active": true, "org": "Pronetic GmbH", - "domain": "pronetic.ch", + "domain": "www.pronetic.de", "type": "hosting", "created": "2019-03-25", "updated": "2023-04-05", @@ -1371624,7 +1369610,7 @@ "org": "SIEL, INFORMACIJSKE RESITVE, D.O.O.", "domain": "siel.si", "abuse": "abuse@siel.si", - "type": "business", + "type": "hosting", "created": "2010-11-04", "updated": "2020-01-29", "rir": "ripe", @@ -1372705,7 +1370691,7 @@ "domain": "biz.nearoute.io", "type": "business", "created": "2021-11-18", - "updated": "2021-12-30", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "23.26.34.0/24", @@ -1372759,7 +1370745,7 @@ "org": "FOP Gabidyllin Viktor Faritovuch", "type": "business", "created": "2012-09-18", - "updated": "2023-05-31", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "128.0.105.0/24" @@ -1373022,7 +1371008,7 @@ "abuse": "abuse@shared-as.net", "type": "hosting", "created": "2010-11-17", - "updated": "2023-09-21", + "updated": "2023-10-23", "rir": "ripe", "prefixesIPv6": [ "2001:67c:374::/48", @@ -1373854,7 +1371840,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-06-24", "updated": "2022-06-01", @@ -1376149,7 +1374135,7 @@ "domain": "pdxnet.co.uk", "type": "hosting", "created": "2023-05-01", - "updated": "2023-07-23", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "23.154.8.0/24", @@ -1376946,10 +1374932,10 @@ "country": "FR", "active": true, "org": "I2SNETWORK SAS", - "domain": "i2snetwork.com", - "type": "business", + "domain": "www.i2snetwork.com", + "type": "hosting", "created": "2021-07-13", - "updated": "2023-08-01", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "185.143.241.0/24", @@ -1378201,7 +1376187,7 @@ "domain": "telsat.wroc.pl", "type": "business", "created": "2011-01-10", - "updated": "2023-01-25", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "91.222.192.0/22" @@ -1378901,7 +1376887,7 @@ "domain": "rosprint.net", "type": "business", "created": "2011-01-25", - "updated": "2018-09-04", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "91.223.34.0/24" @@ -1379088,7 +1377074,7 @@ "abuse": "etc@etc-com.ru", "type": "isp", "created": "2011-01-26", - "updated": "2019-04-19", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "91.222.240.0/22" @@ -1380103,10 +1378089,10 @@ "active": true, "org": "Columbus Communications Curacao NV", "domain": "www.cwc.com", - "abuse": "tt-ispadmins@columbus.co", + "abuse": "edson.rosaria@cwc.com", "type": "isp", "created": "2010-04-08", - "updated": "2023-07-18", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "63.245.108.0/23", @@ -1383868,9 +1381854,9 @@ "country": "AR", "active": true, "org": "ARSAT - Empresa Argentina de Soluciones Satelitales S.A.", - "domain": "arsat.com.ar", + "domain": "www.arsat.com.ar", "abuse": "ingenieriaip@arsat.com.ar", - "type": "business", + "type": "hosting", "created": "2012-02-29", "updated": "2019-06-25", "rir": "lacnic", @@ -1384550,7 +1382536,7 @@ "abuse": "gvenier@unvm.edu.ar", "type": "education", "created": "2012-06-25", - "updated": "2018-12-13", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "200.124.112.0/21" @@ -1385259,9 +1383245,9 @@ "country": "AR", "active": true, "org": "COOP. ELECTRICA DE TODD LTDA", - "domain": "www.crgl.com.ar", + "domain": "crgl.com.ar", "abuse": "carlos@crgl.com.ar", - "type": "hosting", + "type": "business", "created": "2012-10-22", "updated": "2012-10-22", "rir": "lacnic", @@ -1388295,7 +1386281,7 @@ "abuse": "wilsonribeiro@frionline.com.br", "type": "isp", "created": "2013-05-21", - "updated": "2021-04-14", + "updated": "2023-10-18", "rir": "lacnic", "prefixes": [ "179.106.48.0/20" @@ -1388510,12 +1386496,12 @@ "descr": "Sul America Companhia Nacional de Seguros, BR", "country": "BR", "active": true, - "org": "Sul America Companhia Nacional de Seguros", - "domain": "portal.sulamericaseguros.com.br", + "org": "SUL AMRICA COMPANHIA NACIONAL DE SEGUROS", + "domain": "sulamerica.com.br", "abuse": "registro.br@sulamerica.com.br", "type": "business", "created": "2013-05-29", - "updated": "2015-07-29", + "updated": "2023-10-11", "rir": "lacnic", "prefixes": [ "179.106.117.0/24", @@ -1391412,12 +1389398,12 @@ "descr": "AUTOSERVICO Processamento de Dados Ltda., BR", "country": "BR", "active": true, - "org": "AUTOSERVICO Processamento de Dados Ltda.", - "domain": "autoservico.net.br", + "org": "AUTOserviço PROCESSAMENTO DE DADOS LTDA", + "domain": "autoservico.com.br", "abuse": "renato@autoservico.com.br", "type": "business", "created": "2012-11-23", - "updated": "2013-03-06", + "updated": "2023-10-11", "rir": "lacnic", "prefixes": [ "177.53.136.0/22" @@ -1392964,7 +1390950,7 @@ "abuse": "marcelo@biazitelecom.com.br", "type": "business", "created": "2013-02-04", - "updated": "2023-06-07", + "updated": "2023-10-18", "rir": "lacnic", "prefixes": [ "131.221.180.0/24", @@ -1393416,7 +1391402,7 @@ "abuse": "registro@maxxnettelecom.com", "type": "isp", "created": "2012-09-05", - "updated": "2022-04-11", + "updated": "2023-09-26", "rir": "lacnic", "prefixes": [ "177.39.120.0/22", @@ -1393870,10 +1391856,12 @@ "descr": "SILVA NET PROVEDOR DE INTERNET LTDA, BR", "country": "BR", "active": true, - "org": "SILVA NET PROVEDOR DE INTERNET LTDA", + "org": "76 FIBRA LTDA", + "domain": "knetprovedor.com.br", + "abuse": "ronaldo.sp@live.com", "type": "business", "created": "2012-09-25", - "updated": "2016-07-15", + "updated": "2023-10-02", "rir": "lacnic", "prefixes": [ "177.38.76.0/22", @@ -1394848,7 +1392836,7 @@ "abuse": "financeiro@aprimorar.net.br", "type": "business", "created": "2012-10-29", - "updated": "2017-04-06", + "updated": "2023-10-21", "rir": "lacnic", "prefixes": [ "177.66.24.0/22" @@ -1397195,11 +1395183,11 @@ "country": "BR", "active": true, "org": "ISOTELCO LTDA", - "domain": "isotelco.com.br", - "abuse": "bgp@isotelco.com.br", + "domain": "oncabo.com.br", + "abuse": "cco@oncabo.com.br", "type": "business", "created": "2012-08-17", - "updated": "2017-02-14", + "updated": "2023-10-19", "rir": "lacnic", "prefixes": [ "177.185.128.0/20", @@ -1398869,7 +1396857,7 @@ "country": "BR", "active": true, "org": "NAXI TELECOMUNICACOES LTDA", - "domain": "redeunifique.com.br", + "domain": "unifique.com.br", "abuse": "idc.tio@redeunifique.com.br", "type": "isp", "created": "2011-06-10", @@ -1402125,7 +1400113,7 @@ "abuse": "wilsonribeiro@frionline.com.br", "type": "isp", "created": "2010-04-23", - "updated": "2021-04-14", + "updated": "2023-10-18", "rir": "lacnic", "prefixes": [ "177.54.112.0/20", @@ -1402689,7 +1400677,7 @@ "country": "BR", "active": true, "org": "Equatorial Energia S/A", - "domain": "equatorialenergia.com.br", + "domain": "www.equatorialenergia.com.br", "abuse": "robson.rocha@equatorialenergia.com.br", "type": "business", "created": "2010-07-21", @@ -1405215,7 +1403203,7 @@ "country": "US", "active": true, "org": "Standing Rock Telecom", - "domain": "standingrocktelecom.com", + "domain": "www.standingrocktelecom.com", "abuse": "donna@standingrocktelecom.com", "type": "isp", "created": "2009-07-20", @@ -1412413,7 +1410401,7 @@ "country": "US", "active": true, "org": "National Cement Company", - "domain": "www.natcem.com", + "domain": "interworld.net", "abuse": "domreg@natcem.com", "type": "hosting", "created": "2011-05-02", @@ -1423944,9 +1421932,9 @@ "country": "US", "active": true, "org": "NEGU", - "domain": "negu.io", + "domain": "rozint.com", "abuse": "info@negu.io", - "type": "business", + "type": "government", "created": "2023-08-16", "updated": "2023-08-16", "rir": "arin", @@ -1434663,9 +1432651,9 @@ "country": "US", "active": true, "org": "The Cyber Web, Inc.", - "domain": "mrdogpoop.com", + "domain": "thecyberweb.com", "abuse": "mark@mrdogpoop.com", - "type": "business", + "type": "hosting", "created": "2013-02-04", "updated": "2013-02-04", "rir": "arin", @@ -1439341,7 +1437329,7 @@ "org": "Layer 2 Networks, Inc.", "domain": "l2net.io", "abuse": "info@l2net.io", - "type": "business", + "type": "hosting", "created": "2023-01-06", "updated": "2023-01-06", "rir": "arin", @@ -1442855,9 +1440843,9 @@ "country": "AU", "active": true, "org": "Australia Pacific Airports (MELB) Pty. Ltd.", - "domain": "melair.com.au", + "domain": "www.melbourneairport.com.au", "abuse": "domainnameadmin@melair.com.au", - "type": "hosting", + "type": "business", "updated": "2020-05-27", "rir": "apnic", "prefixes": [ @@ -1443715,11 +1441703,11 @@ "descr": "MCPL-IN Microscan Computers Private Limited, IN", "country": "IN", "active": true, - "org": "Microscan Computers Private Limited", + "org": "Microscan Infocommtech Private Limited", "domain": "microscan.co.in", "abuse": "abuse.notify@microscan.co.in", "type": "business", - "updated": "2018-06-07", + "updated": "2023-10-03", "rir": "apnic", "prefixes": [ "38.41.64.0/22", @@ -1444060,7 +1442048,7 @@ "domain": "luckytone.hk", "abuse": "sam@luckytone.hk", "type": "isp", - "updated": "2020-05-20", + "updated": "2023-09-28", "rir": "apnic", "prefixes": [ "103.6.6.0/24", @@ -1449295,7 +1447283,7 @@ "country": "KR", "active": true, "org": "Hanwha Ocean Co., Ltd.", - "domain": "hanwha.com", + "domain": "www.hanwha.com", "abuse": "irt@nic.or.kr", "type": "business", "updated": "2023-08-22", @@ -1449940,10 +1447928,6 @@ "descr": "SEJONG-AS-KR Hansol High School, KR", "country": "KR", "active": true, - "org": "Hansol High School", - "domain": "korea.kr", - "type": "business", - "rir": "krnic", "prefixes": [ "114.202.134.0/24", "118.217.16.0/24", @@ -1452907,7 +1450891,7 @@ "country": "HK", "active": true, "org": "Ez Hosting (Hong Kong) Limited", - "domain": "www.smarterasp.net", + "domain": "www.ez-web-hosting.com", "abuse": "abuse@smarterasp.net", "type": "hosting", "updated": "2020-08-24", @@ -1467297,7 +1465281,7 @@ "country": "HK", "active": true, "org": "Website Solution Limited", - "domain": "www.website-solution.net", + "domain": "website-solution.net", "abuse": "info@website-solution.net", "type": "hosting", "updated": "2022-10-27", @@ -1471283,7 +1469267,7 @@ "domain": "ixtelecom.net", "abuse": "noc@ixtelecom.net", "type": "isp", - "updated": "2023-08-08", + "updated": "2023-10-12", "rir": "apnic", "prefixes": [ "103.26.190.0/24", @@ -1472603,8 +1470587,8 @@ "country": "UA", "active": true, "org": "IT-INVEST LTD", - "domain": "invest-it.com.ua", - "type": "business", + "domain": "www.investitltd.com", + "type": "hosting", "created": "2011-02-09", "updated": "2020-04-08", "rir": "ripe", @@ -1474080,11 +1472064,11 @@ "descr": "TELEFONSERWIS-AS, PL", "country": "PL", "active": true, - "org": "Zaklad Teleradiotechniki Telefon Serwis Antoni Kois", + "org": "Antoni Kois", "domain": "telefonserwis.pl", - "type": "isp", + "type": "business", "created": "2011-02-21", - "updated": "2018-09-04", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "91.224.118.0/24", @@ -1474530,7 +1472514,7 @@ "domain": "mcn.al", "type": "isp", "created": "2011-02-28", - "updated": "2023-05-29", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "46.183.120.0/24", @@ -1474569,7 +1472553,7 @@ "domain": "www.olympus-europa.com", "type": "business", "created": "2011-02-28", - "updated": "2018-09-04", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "91.223.168.0/24" @@ -1475335,7 +1473319,7 @@ "country": "US", "active": true, "org": "Amateur Radio Digital Communications", - "domain": "ardc.net", + "domain": "www.ardc.net", "type": "isp", "created": "2023-07-24", "updated": "2023-07-24", @@ -1475523,7 +1473507,7 @@ "domain": "3net.ua", "type": "business", "created": "2011-03-10", - "updated": "2022-03-31", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "91.224.200.0/23", @@ -1475735,7 +1473719,7 @@ "abuse": "abuse@comfortel.pro", "type": "business", "created": "2011-03-11", - "updated": "2023-09-18", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "31.148.0.0/24", @@ -1475827,7 +1473811,7 @@ "active": true, "org": "Business Platform Ltd.", "domain": "bplatform.ru", - "type": "business", + "type": "hosting", "created": "2011-03-14", "updated": "2019-11-02", "rir": "ripe", @@ -1476124,8 +1474108,8 @@ "country": "CH", "active": true, "org": "Internet Society", - "domain": "noc.ietf.org", - "type": "business", + "domain": "www.internetsociety.org", + "type": "isp", "created": "2011-03-16", "updated": "2019-03-26", "rir": "ripe", @@ -1476551,7 +1474535,7 @@ "country": "TR", "active": true, "org": "OSMANLI YATIRIM MENKUL DEGERLER A.S", - "domain": "osmanlimenkul.com.tr", + "domain": "www.osmanlimenkul.com.tr", "type": "business", "created": "2022-11-23", "updated": "2023-07-18", @@ -1477746,7 +1475730,7 @@ "country": "TR", "active": true, "org": "Uzak Yazilim Ve Bilisim Sistemleri Tic. Ltd. Sti", - "domain": "www.uzak.net.tr", + "domain": "uzak.net.tr", "type": "hosting", "created": "2015-12-14", "updated": "2022-10-30", @@ -1477948,7 +1475932,7 @@ "domain": "terrahost.no", "type": "hosting", "created": "2018-02-07", - "updated": "2023-09-06", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "45.88.200.0/24", @@ -1478118,7 +1476102,7 @@ "domain": "proximus.lu", "type": "isp", "created": "2011-04-21", - "updated": "2023-08-02", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "31.204.88.0/24", @@ -1478498,10 +1476482,9 @@ "country": "IQ", "active": true, "org": "Msarat Al-heat IQ company for communication and Technologies Ltd", - "domain": "khatibi.org", "type": "isp", "created": "2020-02-06", - "updated": "2022-12-06", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "46.148.46.0/24", @@ -1479569,7 +1477552,7 @@ "abuse": "admin@mvs.gov.ua", "type": "government", "created": "2011-05-10", - "updated": "2018-09-04", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "91.227.69.0/24" @@ -1481465,7 +1479448,7 @@ "domain": "sprint-tel.ru", "type": "business", "created": "2015-04-07", - "updated": "2019-04-26", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "185.94.152.0/22", @@ -1481695,7 +1479678,7 @@ "abuse": "abuse@technological.ro", "type": "business", "created": "2011-06-06", - "updated": "2022-04-05", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "31.131.44.0/23", @@ -1481971,8 +1479954,8 @@ "country": "PL", "active": true, "org": "KK Uslugi IT Karol Knapik", - "domain": "www.kk.com.pl", - "type": "hosting", + "domain": "kk.com.pl", + "type": "business", "created": "2018-10-12", "updated": "2020-11-16", "rir": "ripe", @@ -1482061,12 +1480044,12 @@ "descr": "LAMDAHELLIX, GR", "country": "GR", "active": true, - "org": "Lamda Hellix SA", - "domain": "lamdahellix.com", - "abuse": "net@lamdahellix.com", - "type": "hosting", + "org": "Digital Realty Hellas Single Member S.A", + "domain": "digitalrealty.com", + "abuse": "gr-net@digitalrealty.com", + "type": "business", "created": "2011-06-09", - "updated": "2020-10-01", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "31.177.56.0/21", @@ -1482178,7 +1480161,7 @@ "abuse": "admin@cochentek.com", "type": "hosting", "created": "2022-11-01", - "updated": "2022-11-02", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "38.45.101.0/24", @@ -1482854,7 +1480837,7 @@ "domain": "as56958.net", "type": "business", "created": "2021-12-02", - "updated": "2023-01-11", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "91.132.103.0/24", @@ -1482908,8 +1480891,8 @@ "country": "IT", "active": true, "org": "RHS s.r.l.", - "domain": "rhs.riesihotspot.it", - "type": "hosting", + "domain": "riesihotspot.it", + "type": "business", "created": "2021-09-17", "updated": "2021-09-17", "rir": "ripe", @@ -1483387,7 +1481370,7 @@ "domain": "abaclouda.com", "type": "business", "created": "2022-09-19", - "updated": "2023-09-22", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "5.180.57.0/24", @@ -1483751,7 +1481734,7 @@ "domain": "itglobal.com", "type": "hosting", "created": "2022-11-18", - "updated": "2023-09-20", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "85.198.88.0/22", @@ -1484656,7 +1482639,7 @@ "domain": "kvant.if.ua", "type": "business", "created": "2011-07-11", - "updated": "2022-11-09", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "91.230.25.0/24", @@ -1484675,7 +1482658,7 @@ "domain": "dreamserver.ro", "type": "hosting", "created": "2020-03-31", - "updated": "2023-09-04", + "updated": "2023-09-24", "rir": "ripe", "prefixes": [ "212.81.56.0/24", @@ -1485206,7 +1483189,7 @@ "country": "DK", "active": true, "org": "JYSK A/S", - "domain": "jysk.com", + "domain": "www.jysk.com", "type": "business", "created": "2023-07-06", "updated": "2023-07-24", @@ -1485670,7 +1483653,7 @@ "country": "DE", "active": true, "org": "Vautron Rechenzentrum AG", - "domain": "www.vautron.de", + "domain": "vautron.de", "type": "hosting", "created": "2011-07-25", "updated": "2018-09-04", @@ -1486051,7 +1484034,7 @@ "domain": "vivatelecom.ro", "type": "isp", "created": "2011-07-29", - "updated": "2022-10-21", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "89.33.20.0/24", @@ -1486409,10 +1484392,10 @@ "active": true, "org": "Pluxcon Ltd", "domain": "pluxcon-it.com", - "abuse": "abuse@pluxcon-it.com", + "abuse": "gc3175@nyu.edu", "type": "hosting", "created": "2023-03-16", - "updated": "2023-03-16", + "updated": "2023-09-21", "rir": "ripe", "prefixes": [ "104.167.231.0/24" @@ -1486567,8 +1484550,8 @@ "country": "GB", "active": true, "org": "Amito Ltd", - "domain": "www.pulsant.com", - "type": "hosting", + "domain": "amito.com", + "type": "business", "created": "2011-08-11", "updated": "2017-11-30", "rir": "ripe", @@ -1487709,9 +1485692,9 @@ "active": true, "org": "Floris van der Krieken", "domain": "florisvdk.net", - "type": "business", + "type": "hosting", "created": "2023-05-01", - "updated": "2023-05-01", + "updated": "2023-10-21", "rir": "ripe", "prefixesIPv6": [ "2a0a:b400::/31" @@ -1488749,7 +1486732,7 @@ "domain": "itrc.ac.ir", "type": "business", "created": "2015-12-07", - "updated": "2023-08-28", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.130.76.0/24", @@ -1489012,7 +1486995,7 @@ "org": "Dylan Burke trading as Tritan Development", "domain": "tritan.dev", "abuse": "netops@tritan.dev", - "type": "business", + "type": "hosting", "created": "2023-06-30", "updated": "2023-09-06", "rir": "ripe", @@ -1492416,10 +1490399,10 @@ "country": "RU", "active": true, "org": "OOO Taxtelecom", - "domain": "ripn.net", + "domain": "taxtelecom.ru", "type": "business", "created": "2011-11-15", - "updated": "2019-04-30", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "195.209.116.0/23", @@ -1493533,7 +1491516,7 @@ "active": true, "org": "NETMOUNTAINS Group GmbH", "domain": "netmountains.de", - "type": "business", + "type": "hosting", "created": "2023-07-27", "updated": "2023-07-31", "rir": "ripe", @@ -1493698,7 +1491681,7 @@ "domain": "as30781.net", "type": "business", "created": "2011-12-05", - "updated": "2020-11-09", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "91.233.68.0/24" @@ -1494009,8 +1491992,8 @@ "country": "SK", "active": true, "org": "Proxis, spol. s r.o.", - "domain": "proxis.sk", - "type": "business", + "domain": "www.proxis.sk", + "type": "hosting", "created": "2011-12-08", "updated": "2018-09-04", "rir": "ripe", @@ -1494378,7 +1492361,7 @@ "abuse": "abuse@ivi.ru", "type": "business", "created": "2011-12-19", - "updated": "2023-08-24", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "80.67.40.0/24", @@ -1494919,7 +1492902,7 @@ "country": "RU", "active": true, "org": "Joint Stock Company AUTOASSISTANCE", - "domain": "0560.ru", + "domain": "www.0560.ru", "type": "business", "created": "2011-12-29", "updated": "2023-07-18", @@ -1496498,7 +1494481,7 @@ "abuse": "noc@voip-telecom.com", "type": "isp", "created": "2012-02-01", - "updated": "2023-01-31", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "45.10.45.0/24", @@ -1496619,7 +1494602,7 @@ "country": "NL", "active": true, "org": "Cloudbear B.V.", - "domain": "cloudbear.nl", + "domain": "cloudbear.eu", "abuse": "abuse@cbws.nl", "type": "hosting", "created": "2016-09-14", @@ -1497319,7 +1495302,7 @@ "domain": "www.syslevel.com", "type": "hosting", "created": "2022-02-23", - "updated": "2023-08-14", + "updated": "2023-10-20", "rir": "ripe", "prefixesIPv6": [ "2a12:8ac0::/40", @@ -1497841,7 +1495824,7 @@ "abuse": "abuse@truenetwork.ru", "type": "business", "created": "2012-02-16", - "updated": "2018-09-04", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "80.72.208.0/24", @@ -1498033,7 +1496016,7 @@ "abuse": "abuse@aus.com", "type": "business", "created": "2016-06-02", - "updated": "2023-02-08", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "185.154.4.0/22" @@ -1498323,7 +1496306,7 @@ "abuse": "network@verysmol.com", "type": "business", "created": "2019-12-09", - "updated": "2023-04-16", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "45.131.152.0/24" @@ -1499753,7 +1497736,7 @@ "domain": "crimea-com.net", "type": "business", "created": "2012-03-07", - "updated": "2021-02-16", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "91.236.134.0/23" @@ -1501036,7 +1499019,7 @@ "abuse": "abuse@plasmarack.com", "type": "hosting", "created": "2023-03-01", - "updated": "2023-09-07", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "23.139.25.0/24", @@ -1501663,7 +1499646,7 @@ "country": "FI", "active": true, "org": "Planeetta Internet Oy", - "domain": "www.planeetta.fi", + "domain": "planeetta.fi", "abuse": "abuse@planeetta.fi", "type": "hosting", "created": "2012-03-30", @@ -1502281,7 +1500264,7 @@ "domain": "sut.ru", "type": "isp", "created": "2012-04-05", - "updated": "2021-12-21", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "91.238.228.0/24", @@ -1502524,7 +1500507,7 @@ "domain": "www.securebit.ch", "type": "hosting", "created": "2019-01-03", - "updated": "2023-08-15", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "31.42.183.0/24", @@ -1502715,7 +1500698,7 @@ "abuse": "noc@scalaxy.com", "type": "hosting", "created": "2019-08-06", - "updated": "2023-07-12", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "2.56.112.0/24", @@ -1505142,7 +1503125,7 @@ "domain": "www.gamehouse.com", "type": "business", "created": "2018-04-26", - "updated": "2020-11-16", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.192.226.0/24" @@ -1505684,7 +1503667,7 @@ "domain": "tci.ir", "type": "isp", "created": "2012-05-29", - "updated": "2023-09-17", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.176.0.0/15", @@ -1509506,7 +1507489,7 @@ "domain": "lannet.com.ua", "type": "business", "created": "2012-06-27", - "updated": "2018-09-04", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "176.120.104.0/24" @@ -1509639,7 +1507622,7 @@ "country": "GB", "active": true, "org": "MARIA STYLE LTD", - "domain": "maria-global.net", + "domain": "www.maria-global.net", "abuse": "noc@maria-global.net", "type": "business", "created": "2023-06-29", @@ -1516069,7 +1514052,7 @@ "domain": "www.bdlink.com.bd", "abuse": "abuse@bdlink.com.bd", "type": "isp", - "updated": "2020-09-22", + "updated": "2023-10-22", "rir": "apnic", "prefixes": [ "45.251.129.0/24", @@ -1522893,7 +1520876,8 @@ "country": "JP", "active": true, "org": "BPS Inc.", - "type": "business", + "domain": "bps-net.jp", + "type": "hosting", "updated": "2015-02-27", "rir": "jpnic", "prefixes": [ @@ -1525613,9 +1523597,9 @@ "country": "ID", "active": true, "org": "PT Mitra Solusi Telematika", - "domain": "mst.co.id", + "domain": "www.mst.co.id", "abuse": "abuse@mst.co.id", - "type": "hosting", + "type": "business", "updated": "2014-02-20", "rir": "apnic", "prefixes": [ @@ -1527861,7 +1525845,7 @@ "domain": "hostiran.net", "type": "hosting", "created": "2012-07-11", - "updated": "2022-12-17", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "5.144.128.0/24", @@ -1527957,10 +1525941,11 @@ "descr": "SSJCO, IR", "country": "IR", "active": true, - "org": "Sari System-e Jonoub Co (Ltd.)", + "org": "GOSTARESH-E-ERTEBATAT-E MABNA COMPANY (Private Joint Stock)", + "domain": "gaamnet.ir", "type": "business", "created": "2012-07-11", - "updated": "2017-11-15", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "91.241.20.0/23" @@ -1528334,7 +1526319,7 @@ "domain": "comway.ro", "type": "isp", "created": "2021-06-18", - "updated": "2022-11-24", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "185.22.231.0/24", @@ -1529006,7 +1526991,7 @@ "org": "Fannavari Shahr Avazeh Co.PJS", "type": "business", "created": "2015-02-16", - "updated": "2020-11-16", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "5.160.217.0/24" @@ -1529240,10 +1527225,10 @@ "country": "RU", "active": true, "org": "LLC Resource-Media", - "domain": "ripn.net", + "domain": "resurs-media.ru", "type": "business", "created": "2012-07-27", - "updated": "2022-08-11", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "193.187.73.0/24" @@ -1529264,7 +1527249,7 @@ "domain": "www.depogazploiesti.ro", "type": "business", "created": "2021-10-26", - "updated": "2021-10-26", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "94.177.26.0/24" @@ -1529622,7 +1527607,7 @@ "domain": "visp.ru", "type": "business", "created": "2012-08-02", - "updated": "2019-03-19", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "91.242.213.0/24", @@ -1529683,7 +1527668,7 @@ "org": "UPSTREAM NETWORK LTD", "domain": "zhnet.co.uk", "abuse": "noc@zhnet.co.uk", - "type": "business", + "type": "hosting", "created": "2023-05-19", "updated": "2023-09-08", "rir": "ripe", @@ -1530890,7 +1528875,7 @@ "abuse": "noc@giganet.ua", "type": "isp", "created": "2012-08-22", - "updated": "2023-09-12", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "185.158.208.0/24", @@ -1531268,7 +1529253,7 @@ "org": "Dadeh Pardazan Mojtame Hormoz Company Ltd.", "type": "business", "created": "2012-08-31", - "updated": "2018-09-04", + "updated": "2023-10-08", "rir": "ripe", "prefixes": [ "91.247.66.0/23" @@ -1531410,7 +1529395,7 @@ "domain": "as59645.net", "type": "business", "created": "2022-01-31", - "updated": "2023-08-05", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "45.91.12.0/22", @@ -1531725,8 +1529710,8 @@ "country": "RU", "active": true, "org": "Ultra-Telecom LLC", - "domain": "ripn.net", - "type": "isp", + "domain": "www.ultratelecom.net", + "type": "hosting", "created": "2012-09-14", "updated": "2022-08-02", "rir": "ripe", @@ -1534189,7 +1532174,7 @@ "domain": "www.gluecklich-agentur.de", "type": "business", "created": "2014-09-22", - "updated": "2023-06-05", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "193.134.251.0/24" @@ -1535342,7 +1533327,7 @@ "domain": "layersistem.com", "type": "hosting", "created": "2014-08-21", - "updated": "2022-05-16", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.49.44.0/24", @@ -1535378,7 +1533363,7 @@ "domain": "marmin.co.uk", "type": "business", "created": "2023-05-08", - "updated": "2023-05-14", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "212.1.200.0/21", @@ -1535662,9 +1533647,10 @@ "active": true, "org": "JSC ICC MILANDR", "domain": "www.milandr.com", + "abuse": "adm@milandr.ru", "type": "government", "created": "2020-06-11", - "updated": "2020-11-16", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "195.208.18.0/24" @@ -1537531,7 +1535517,7 @@ "domain": "softline.com", "type": "business", "created": "2014-06-20", - "updated": "2022-10-21", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "194.190.6.0/24", @@ -1538054,7 +1536040,7 @@ "domain": "www.datacamp.co.uk", "type": "hosting", "created": "2014-06-04", - "updated": "2023-08-16", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "37.19.192.0/24", @@ -1540043,7 +1538029,7 @@ "org": "Net Service BG Ltd", "type": "business", "created": "2013-09-11", - "updated": "2022-12-20", + "updated": "2023-10-08", "rir": "ripe", "prefixes": [ "5.32.128.0/24", @@ -1540640,7 +1538626,7 @@ "domain": "1stonlinesolutions.com", "type": "business", "created": "2013-09-05", - "updated": "2021-06-09", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.34.172.0/24", @@ -1541056,7 +1539042,7 @@ "country": "IT", "active": true, "org": "MAILUP S.P.A.", - "domain": "contactlab.it", + "domain": "contactlab.com", "type": "business", "created": "2013-08-30", "updated": "2023-08-09", @@ -1541937,7 +1539923,7 @@ "abuse": "noc@ncot.by", "type": "business", "created": "2013-08-20", - "updated": "2023-08-11", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.11.76.0/22", @@ -1542252,10 +1540238,9 @@ "active": true, "org": "Cyberri Technologies Inc.", "domain": "cyberri.ca", - "abuse": "noc@cyberri.ca", "type": "business", "created": "2023-07-03", - "updated": "2023-07-03", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "23.160.40.0/24" @@ -1542308,7 +1540293,7 @@ "domain": "starnet.al", "type": "isp", "created": "2013-08-15", - "updated": "2023-09-08", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "185.33.32.0/24", @@ -1542913,7 +1540898,7 @@ "active": true, "org": "icixs networks UG (haftungsbeschraenkt)", "domain": "icixs.com", - "type": "hosting", + "type": "business", "created": "2021-08-13", "updated": "2022-11-05", "rir": "ripe", @@ -1544535,7 +1542520,7 @@ "abuse": "abuse@datacasa.com.tr", "type": "hosting", "created": "2020-02-25", - "updated": "2023-09-04", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "2.59.252.0/24", @@ -1544728,7 +1542713,7 @@ "domain": "www.revtelecom.net", "type": "isp", "created": "2019-05-29", - "updated": "2021-04-26", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "45.81.204.0/22", @@ -1544844,7 +1542829,7 @@ "domain": "aziendeitalia.com", "type": "hosting", "created": "2013-07-15", - "updated": "2023-05-25", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "46.231.24.0/24", @@ -1545563,7 +1543548,7 @@ "domain": "www.siriustec.it", "type": "isp", "created": "2013-07-09", - "updated": "2023-09-15", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "45.129.160.0/22", @@ -1545647,7 +1543632,7 @@ "active": true, "org": "Spike Telecom LLC", "domain": "spiketelecom.com", - "type": "isp", + "type": "hosting", "created": "2023-06-16", "updated": "2023-06-16", "rir": "ripe", @@ -1546001,7 +1543986,7 @@ "domain": "lebarmy.gov.lb", "type": "government", "created": "2016-05-23", - "updated": "2018-09-04", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "185.153.84.0/22" @@ -1546888,7 +1544873,7 @@ "domain": "vash-repetitor.ru", "type": "business", "created": "2017-01-23", - "updated": "2018-09-04", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "185.186.184.0/22", @@ -1547462,8 +1545447,8 @@ "country": "GB", "active": true, "org": "Amito Ltd", - "domain": "www.pulsant.com", - "type": "hosting", + "domain": "amito.com", + "type": "business", "created": "2013-06-14", "updated": "2020-12-23", "rir": "ripe", @@ -1547867,7 +1545852,7 @@ "active": true, "org": "Sniperhill Internet services LLC", "domain": "dhitelecom.com", - "type": "hosting", + "type": "business", "created": "2013-06-10", "updated": "2018-09-04", "rir": "ripe", @@ -1548793,7 +1546778,7 @@ "domain": "imatechnologies.fr", "type": "business", "created": "2013-05-29", - "updated": "2019-12-04", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "185.19.160.0/23", @@ -1548830,7 +1546815,7 @@ "domain": "www.csp-partnership.co.uk", "type": "business", "created": "2013-05-29", - "updated": "2018-09-04", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "185.27.196.0/23", @@ -1551258,7 +1549243,7 @@ "org": "Inter Plus Sp. z o.o.", "type": "business", "created": "2013-05-13", - "updated": "2021-12-03", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "79.139.66.0/24", @@ -1551761,8 +1549746,8 @@ "country": "PL", "active": true, "org": "ATMEL sp. z o. o.", - "domain": "elemes.net-el.pl:20080", - "type": "hosting", + "domain": "ept.elblag.eu", + "type": "business", "created": "2013-05-07", "updated": "2019-05-23", "rir": "ripe", @@ -1551900,7 +1549885,7 @@ "domain": "alarmtrade.ru", "type": "business", "created": "2013-05-06", - "updated": "2020-02-25", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "62.76.154.0/24" @@ -1552136,10 +1550121,10 @@ "country": "RU", "active": true, "org": "JSC TC Center", - "domain": "ripn.net", + "domain": "stoloto.ru", "type": "business", "created": "2013-05-01", - "updated": "2020-11-16", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "37.18.123.0/24", @@ -1552418,7 +1550403,7 @@ "active": true, "org": "Huize Holdings LLC", "domain": "62yun.com", - "type": "business", + "type": "hosting", "created": "2023-08-04", "updated": "2023-08-12", "rir": "ripe", @@ -1552626,7 +1550611,7 @@ "active": true, "org": "LLC EDERI", "domain": "ederi.ru", - "type": "hosting", + "type": "business", "created": "2013-04-24", "updated": "2023-09-07", "rir": "ripe", @@ -1552764,8 +1550749,8 @@ "country": "GB", "active": true, "org": "Twistic Limited", - "domain": "hostmyvm.org", - "type": "hosting", + "domain": "freev6.com", + "type": "business", "created": "2023-07-06", "updated": "2023-08-18", "rir": "ripe", @@ -1553077,7 +1551062,7 @@ "abuse": "noc@horizontelecom.nl", "type": "isp", "created": "2017-04-03", - "updated": "2023-01-25", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "5.133.84.0/22", @@ -1553630,10 +1551615,10 @@ "country": "RU", "active": true, "org": "OOO Taxtelecom", - "domain": "ripn.net", + "domain": "taxtelecom.ru", "type": "business", "created": "2013-04-12", - "updated": "2018-09-04", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "62.76.9.0/24" @@ -1553769,8 +1551754,8 @@ "country": "IE", "active": true, "org": "Orixcom Limited", - "domain": "orixcom.com", - "type": "business", + "domain": "www.orixcom.com", + "type": "hosting", "created": "2013-04-11", "updated": "2022-11-02", "rir": "ripe", @@ -1554029,11 +1552014,11 @@ "descr": "SYNAPSE-AS, IT", "country": "IT", "active": true, - "org": "Luigi Pellizzer trading as Synapse", + "org": "FIBERLAND SRLS", "domain": "fiberland.it", - "type": "hosting", + "type": "business", "created": "2013-04-05", - "updated": "2022-01-20", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "149.13.145.0/24", @@ -1554541,12 +1552526,12 @@ "descr": "POL, IR", "country": "IR", "active": true, - "org": "Pars Online PJS", + "org": "Parsan Lin Co. PJS", "domain": "parsonline.net", "abuse": "abuse@parsonline.net", "type": "business", "created": "2016-05-18", - "updated": "2023-09-04", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "31.214.168.0/24", @@ -1554666,7 +1552651,7 @@ "domain": "www.trianglenetworks.co.uk", "type": "isp", "created": "2013-03-26", - "updated": "2020-10-22", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "31.14.31.0/24", @@ -1554763,7 +1552748,7 @@ "active": true, "org": "FIBERDAN NETWORKS, S.L", "domain": "fiberdan.es", - "type": "business", + "type": "hosting", "created": "2021-06-23", "updated": "2023-08-03", "rir": "ripe", @@ -1554887,7 +1552872,7 @@ "domain": "sct-telecom.fr", "type": "isp", "created": "2013-03-20", - "updated": "2018-09-04", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "185.23.40.0/22", @@ -1555396,7 +1553381,7 @@ "domain": "hasgard.net", "type": "business", "created": "2013-10-16", - "updated": "2023-03-06", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "91.232.187.0/24", @@ -1555446,7 +1553431,7 @@ "domain": "bitency.net", "type": "business", "created": "2013-03-11", - "updated": "2023-08-17", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "37.72.96.0/20", @@ -1555666,7 +1553651,7 @@ "domain": "rybnet.ru", "type": "isp", "created": "2013-03-06", - "updated": "2018-09-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "185.20.180.0/22", @@ -1555747,12 +1553732,11 @@ "descr": "KALANDA, FR", "country": "FR", "active": true, - "org": "JAUBERT CHRISTIAN trading as KALANDA", - "domain": "www.kalanda.net", - "abuse": "abuse@as30781.net", - "type": "hosting", + "org": "SAS KALANDA", + "domain": "kalanda.net", + "type": "business", "created": "2017-04-19", - "updated": "2018-09-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "91.220.197.0/24", @@ -1556074,7 +1554058,7 @@ "abuse": "abuse@nextel.net", "type": "business", "created": "2013-02-27", - "updated": "2023-09-14", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "185.9.76.0/24", @@ -1556407,7 +1554391,7 @@ "domain": "gwc.global", "type": "isp", "created": "2016-05-17", - "updated": "2021-01-27", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "185.152.12.0/24", @@ -1556523,7 +1554507,7 @@ "domain": "www.softcat.com", "type": "hosting", "created": "2013-02-19", - "updated": "2017-11-15", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "130.0.80.0/22", @@ -1558381,7 +1556365,7 @@ "country": "IR", "active": true, "org": "Abzarhaye Farsi Shabakeh Co.,LTD.", - "domain": "persiantools.com", + "domain": "www.persiantools.com", "type": "business", "created": "2013-01-17", "updated": "2023-07-31", @@ -1559007,7 +1556991,7 @@ "abuse": "abuse@bgp.llc", "type": "business", "created": "2022-07-12", - "updated": "2023-09-05", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "103.166.247.0/24" @@ -1559040,11 +1557024,11 @@ "descr": "NEOS-NETWORKS, GB", "country": "GB", "active": true, - "org": "SSE PLC", + "org": "Neos Networks Limited", "domain": "neosnetworks.com", "type": "business", "created": "2012-12-28", - "updated": "2023-07-27", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "155.136.198.0/23", @@ -1562708,7 +1560692,7 @@ "domain": "voiptools.ru", "type": "business", "created": "2012-11-22", - "updated": "2023-02-04", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "193.150.54.0/23" @@ -1565298,7 +1563282,7 @@ "country": "AR", "active": true, "org": "Universidad Nacional de La Pampa", - "domain": "unlpam.edu.ar", + "domain": "www.unlpam.edu.ar", "abuse": "nestor@unlpam.edu.ar", "type": "education", "created": "2014-08-01", @@ -1567413,7 +1565397,7 @@ "country": "BR", "active": true, "org": "FALE S.A.", - "domain": "fale.com.br", + "domain": "www.fale.com.br", "abuse": "planum@fale.com.br", "type": "business", "created": "2023-07-20", @@ -1568111,7 +1566095,7 @@ "org": "RONDOTECH serviço DE COMUNICAÇÃO EIRELI-EPP", "domain": "rondotech.com.br", "abuse": "rubens@rondotech.com.br", - "type": "hosting", + "type": "business", "created": "2014-09-02", "updated": "2014-09-02", "rir": "lacnic", @@ -1568384,12 +1566368,12 @@ "descr": "LIGMAIS TELECOM - TECNOLOGIA E COMUNICACAO LTDA, BR", "country": "BR", "active": true, - "org": "LIGMAIS TELECOM - TECNOLOGIA E COMUNICAÇÃO LTDA", + "org": "LIGMAIS TELECOMUNICACAO EIRELI", "domain": "ligmais.com.br", "abuse": "suporte@ligmais.com.br", "type": "isp", "created": "2014-09-03", - "updated": "2014-09-03", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "131.108.52.0/22", @@ -1568522,11 +1566506,11 @@ "country": "BR", "active": true, "org": "NETWAY INFORMATICA LTDA", - "domain": "netwaytelecon.com.br", - "abuse": "ademirsantiago@netwaytelecon.com.br", + "domain": "netway.inf.br", + "abuse": "ademirsantiago@netway.inf.br", "type": "business", "created": "2014-09-04", - "updated": "2014-09-04", + "updated": "2023-10-06", "rir": "lacnic", "prefixes": [ "131.108.164.0/22", @@ -1571169,12 +1569153,12 @@ "descr": "ATIVY - SERVICOS EM TECNOLOGIA DA INFORMACAO LTDA, BR", "country": "BR", "active": true, - "org": "ATIVY - SERVICOS EM TECNOLOGIA DA INFORMACAO LTDA", + "org": "CONTINUY SERVICOS EM TECNOLOGIA DA INFORMACAO LTDA", "domain": "ativy.com", "abuse": "tiago.garbim@ativy.com", "type": "business", "created": "2014-06-26", - "updated": "2018-05-15", + "updated": "2023-10-24", "rir": "lacnic", "prefixes": [ "201.7.208.0/22", @@ -1571599,7 +1569583,7 @@ "abuse": "helmo@nettron.com.br", "type": "isp", "created": "2014-07-01", - "updated": "2014-07-01", + "updated": "2023-10-16", "rir": "lacnic", "prefixes": [ "201.140.240.0/22", @@ -1572131,7 +1570115,7 @@ "abuse": "miralvo@br10consultoria.com.br", "type": "isp", "created": "2014-07-07", - "updated": "2014-07-07", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "131.0.64.0/23", @@ -1574101,7 +1572085,7 @@ "abuse": "marcus.santos@iprojectti.com.br", "type": "isp", "created": "2014-06-13", - "updated": "2023-01-05", + "updated": "2023-10-11", "rir": "lacnic", "prefixes": [ "200.142.188.0/22", @@ -1574755,7 +1572739,7 @@ "domain": "cainet.ru", "type": "business", "created": "2014-04-02", - "updated": "2021-06-03", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "84.42.118.0/24", @@ -1574903,7 +1572887,7 @@ "domain": "as62000.net", "type": "hosting", "created": "2014-10-27", - "updated": "2023-07-28", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "45.147.96.0/23", @@ -1575605,12 +1573589,12 @@ "descr": "ROSA-AS, RU", "country": "RU", "active": true, - "org": "Rosa LLC", - "domain": "www.sdvor.com", + "org": "IT Labs LLC", + "domain": "axol.net", "abuse": "noc@sdvor.com", "type": "business", "created": "2021-06-09", - "updated": "2021-06-09", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "91.194.113.0/24", @@ -1576937,10 +1574921,10 @@ "country": "DE", "active": true, "org": "ILYAZ GmbH", - "domain": "netweb.com.tr", - "type": "business", + "domain": "www.netweb.com.tr", + "type": "hosting", "created": "2023-06-13", - "updated": "2023-06-13", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "89.213.143.0/24" @@ -1579046,7 +1577030,7 @@ "abuse": "abuse@clouvider.net", "type": "hosting", "created": "2013-12-12", - "updated": "2023-05-19", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "2.56.188.0/22", @@ -1581600,7 +1579584,7 @@ "domain": "msk-ix.ru", "type": "business", "created": "2013-12-05", - "updated": "2023-07-10", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "212.192.230.0/23", @@ -1581800,7 +1579784,7 @@ "domain": "nhm.it", "type": "business", "created": "2013-11-28", - "updated": "2021-03-26", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "5.62.72.0/21", @@ -1582115,7 +1580099,7 @@ "country": "HR", "active": true, "org": "Data Target d.o.o.", - "domain": "datatarget.eu", + "domain": "www.datatarget.eu", "type": "business", "created": "2023-05-15", "updated": "2023-05-16", @@ -1582324,7 +1580308,7 @@ "domain": "www.ngm.se", "type": "business", "created": "2017-04-26", - "updated": "2022-09-29", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "194.103.132.0/24" @@ -1583717,7 +1581701,7 @@ "domain": "utelecom.com.ua", "type": "isp", "created": "2013-10-14", - "updated": "2023-08-09", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "45.94.94.0/24", @@ -1583756,11 +1581740,11 @@ "descr": "IRKUT, RU", "country": "RU", "active": true, - "org": "Scientific Production Corporation Irkut PJSC", - "domain": "eng.irkut.com", + "org": "PJSC Yakovlev", + "domain": "yakovlev.ru", "type": "business", "created": "2013-10-11", - "updated": "2023-09-13", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "212.193.161.0/24" @@ -1583859,7 +1581843,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-05-06", "updated": "2022-06-01", @@ -1584266,7 +1582250,7 @@ "abuse": "abuse@kuzeydc.com", "type": "hosting", "created": "2021-05-05", - "updated": "2023-09-08", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "45.9.2.0/24", @@ -1584285,7 +1582269,7 @@ "domain": "interros.ru", "type": "business", "created": "2013-10-02", - "updated": "2020-04-03", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "194.88.140.0/24" @@ -1584565,7 +1582549,7 @@ "domain": "vuillermet.bzh", "type": "business", "created": "2023-03-22", - "updated": "2023-09-17", + "updated": "2023-10-14", "rir": "ripe", "prefixesIPv6": [ "2a13:cc80::/32", @@ -1587392,7 +1585376,7 @@ "country": "US", "active": true, "org": "Edina Public Schools", - "domain": "www.edinaschools.org", + "domain": "edina.k12.mn.us", "abuse": "helpdesk@edina.k12.mn.us", "type": "business", "created": "2018-03-02", @@ -1591489,7 +1589473,7 @@ "country": "US", "active": true, "org": "Sequris Group, LLC", - "domain": "www.cyberforceq.com", + "domain": "seqops.com", "abuse": "jim@seqops.com", "type": "business", "created": "2013-11-04", @@ -1592916,7 +1590900,7 @@ "country": "US", "active": true, "org": "Prairie Power, Inc.", - "domain": "www.ppi.coop", + "domain": "ppi.coop", "abuse": "IPNetworkEngineering@ppi.coop", "type": "business", "created": "2013-11-20", @@ -1594717,9 +1592701,9 @@ "country": "US", "active": true, "org": "WiValley, Inc.", - "domain": "wivalley.com", + "domain": "www.wivalley.com", "abuse": "NOC@wivalley.com", - "type": "business", + "type": "isp", "created": "2014-01-02", "updated": "2014-01-02", "rir": "arin", @@ -1600999,7 +1598983,7 @@ "abuse": "ipadmin@fullspansolutions.com", "type": "isp", "created": "2023-01-31", - "updated": "2023-01-31", + "updated": "2023-04-08", "rir": "arin", "prefixes": [ "216.146.17.0/24", @@ -1605936,9 +1603920,9 @@ "country": "VN", "active": true, "org": "VSTV-VN", - "domain": "www.vstv.vn", + "domain": "vstv.vn", "abuse": "hm-changed@vnnic.vn", - "type": "hosting", + "type": "business", "updated": "2017-11-22", "rir": "apnic", "prefixes": [ @@ -1615842,9 +1613826,9 @@ "country": "US", "active": true, "org": "Orca Networking Services", - "domain": "www.orcas.net", + "domain": "orcas.net", "abuse": "terryh@orcas.net", - "type": "hosting", + "type": "business", "created": "2017-06-26", "updated": "2017-06-26", "rir": "arin", @@ -1617368,7 +1615352,7 @@ "domain": "telestarcom.ru", "type": "isp", "created": "2020-08-24", - "updated": "2020-11-16", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "194.190.23.0/24", @@ -1617566,12 +1615550,12 @@ "descr": "ASN-DATAEQUIPMENT, NO", "country": "NO", "active": true, - "org": "Data Equipment A/S", - "domain": "dataequipment.no", - "abuse": "abuse@dataequipment.no", + "org": "DATA EQUIPMENT AS", + "domain": "netsecurity.no", + "abuse": "abuse2012231@netsecurity.no", "type": "business", "created": "2016-08-30", - "updated": "2020-11-16", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "185.97.192.0/24" @@ -1617867,10 +1615851,10 @@ "active": true, "org": "Kongsberg Aviation Maintenance Services AS", "domain": "kams.kongsberg.com", - "abuse": "abuse@dataequipment.no", + "abuse": "abuse@kams.kongsberg.com", "type": "business", "created": "2016-08-24", - "updated": "2023-02-01", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "185.97.193.0/24" @@ -1617956,7 +1615940,7 @@ "domain": "netjoin.it", "type": "business", "created": "2016-08-23", - "updated": "2023-06-28", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "91.193.55.0/24", @@ -1618107,7 +1616091,7 @@ "domain": "onlineserver.ir", "type": "business", "created": "2021-11-16", - "updated": "2023-07-19", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "45.90.72.0/24", @@ -1964108,7 +1962092,7 @@ "org": "CORE WINNER CO.,LIMITED TAIWAN BRANCH", "domain": "corewinner.com", "abuse": "hostmaster@twnic.net.tw", - "type": "business", + "type": "hosting", "updated": "2021-01-19", "rir": "apnic", "prefixes": [ @@ -1966071,7 +1964055,7 @@ "country": "ID", "active": true, "org": "PT Sprint Asia Technology", - "domain": "sprintasia.net", + "domain": "www.sprintasia.co.id", "abuse": "abuse@sprintasia.net", "type": "business", "updated": "2022-04-25", @@ -1966752,12 +1964736,6 @@ "descr": "HDI-AS-KR Hyundai Doosan Infracore, KR", "country": "KR", "active": true, - "org": "Hyundai Doosan Infracore", - "domain": "www.hd-infracore.com", - "abuse": "irt@nic.or.kr", - "type": "hosting", - "updated": "2022-04-08", - "rir": "apnic", "prefixes": [ "103.186.170.0/24", "103.186.171.0/24" @@ -1970006,9 +1967984,9 @@ "active": true, "org": "Qualcomm Inc", "domain": "www.qualcomm.com", - "abuse": "hostmaster@qualcomm.com", + "abuse": "hostmast@qualcomm.com", "type": "business", - "updated": "2020-06-22", + "updated": "2023-09-25", "rir": "apnic", "prefixes": [ "103.229.18.0/23", @@ -1976800,7 +1974778,7 @@ "country": "MY", "active": true, "org": "NexGen Global Sdn Bhd", - "domain": "nexgen-global.asia", + "domain": "www.nexgen-global.biz", "abuse": "support@nexgen-global.asia", "type": "business", "updated": "2023-08-09", @@ -1979034,11 +1977012,11 @@ "descr": "NTPL-AS-AP Netze Technology Private Limited, PK", "country": "PK", "active": true, - "org": "Netze Technology Private Limited", - "domain": "netze.pk", - "abuse": "support@netze.pk", - "type": "business", - "updated": "2020-06-03", + "org": "Netze Telecom (Private) Limited", + "domain": "netzetel.com", + "abuse": "abuse@netzetel.com", + "type": "isp", + "updated": "2023-09-28", "rir": "apnic", "prefixes": [ "103.104.212.0/24", @@ -1980349,7 +1978327,7 @@ "domain": "www.marlboroughcollegemalaysia.org", "abuse": "italert@marlboroughcollege.my", "type": "education", - "updated": "2020-09-02", + "updated": "2023-10-11", "rir": "apnic", "prefixes": [ "103.135.245.0/24" @@ -1981816,7 +1979794,7 @@ "org": "SDEC", "domain": "sdec.com.my", "abuse": "abuse@sdec.com.my", - "type": "business", + "type": "hosting", "updated": "2022-04-20", "rir": "apnic", "prefixes": [ @@ -1989352,9 +1987330,9 @@ "active": true, "org": "Qualcomm Inc", "domain": "www.qualcomm.com", - "abuse": "hostmaster@qualcomm.com", + "abuse": "hostmast@qualcomm.com", "type": "business", - "updated": "2020-06-22", + "updated": "2023-09-25", "rir": "apnic", "prefixes": [ "103.229.16.0/24" @@ -1990054,9 +1988032,9 @@ "country": "AU", "active": true, "org": "PG Lion ReSources Aust Pty Ltd", - "domain": "apac-resources.com", + "domain": "publicisgroupe.net", "abuse": "NETWORKERS_APAC@publicisgroupe.net", - "type": "hosting", + "type": "business", "updated": "2020-09-07", "rir": "apnic", "prefixes": [ @@ -1991478,9 +1989456,9 @@ "active": true, "org": "DGTEK PTY LTD", "domain": "dgtek.net", - "abuse": "info@dgtek.net", + "abuse": "noc@dgtek.net", "type": "isp", - "updated": "2020-11-23", + "updated": "2023-10-01", "rir": "apnic", "prefixes": [ "103.75.134.0/23", @@ -1992785,9 +1990763,9 @@ "country": "IN", "active": true, "org": "FUTURE NETSANCHAR LIMITED", - "domain": "fbnet.in", + "domain": "www.fbnet.in", "abuse": "ipadmin@fbnet.in", - "type": "business", + "type": "isp", "updated": "2023-08-12", "rir": "apnic", "prefixes": [ @@ -1995235,7 +1993213,7 @@ "org": "Zoom Plus Co,Ltd.", "domain": "zoomplus.net", "abuse": "abuse@zoomplus.net", - "type": "business", + "type": "isp", "updated": "2023-06-18", "rir": "apnic", "prefixes": [ @@ -1995526,11 +1993504,11 @@ "descr": "MOGULSS-AS-AP Mogul Service and Support LLC, MN", "country": "MN", "active": true, - "org": "Mogul Service and Support Co., Ltd.", - "domain": "mogulss.mn", - "abuse": "bolorerdene.s@mogulss.mn", + "org": "Mogul Service LLC", + "domain": "mogulservice.mn", + "abuse": "bolorerdene.s@mogulservice.mn", "type": "business", - "updated": "2020-05-27", + "updated": "2023-09-26", "rir": "apnic", "prefixes": [ "103.229.176.0/22", @@ -1995762,11 +1993740,11 @@ "descr": "IHIS-AS-AP Integrated Health Information Systems Pte Ltd, SG", "country": "SG", "active": true, - "org": "Integrated Health Information Systems Pte Ltd", - "domain": "www.ihis.com.sg", - "abuse": "contactus@ihis.com.sg", + "org": "SYNAPXE PTE. LTD.", + "domain": "synapxe.sg", + "abuse": "contactus@synapxe.sg", "type": "business", - "updated": "2021-01-07", + "updated": "2023-10-04", "rir": "apnic", "prefixes": [ "103.230.232.0/23", @@ -1995778,11 +1993756,11 @@ "asn": "133471", "descr": "IHIS2-AS-AP Integrated Health Information Systems Pte Ltd, S", "active": true, - "org": "Integrated Health Information Systems Pte Ltd", - "domain": "www.ihis.com.sg", - "abuse": "contactus@ihis.com.sg", + "org": "SYNAPXE PTE. LTD.", + "domain": "synapxe.sg", + "abuse": "contactus@synapxe.sg", "type": "business", - "updated": "2021-01-07", + "updated": "2023-10-04", "rir": "apnic", "prefixes": [ "103.230.234.0/23", @@ -1996866,7 +1994844,7 @@ "country": "AU", "active": true, "org": "Quality Computer Services Pty Ltd", - "domain": "www.qcsgroup.com.au", + "domain": "qcsgroup.com.au", "abuse": "noc@qcsgroup.com.au", "type": "hosting", "updated": "2021-01-12", @@ -1997333,9 +1995311,9 @@ "country": "BD", "active": true, "org": "Net Vision", - "domain": "netvisionisp.com", + "domain": "www.netatvision.de", "abuse": "info@netvisionisp.com", - "type": "business", + "type": "hosting", "updated": "2022-07-18", "rir": "apnic", "prefixes": [ @@ -1998213,7 +1996191,7 @@ "country": "NZ", "active": true, "org": "Liverton Security", - "domain": "livertonsecurity.com", + "domain": "www.livertonsecurity.com", "abuse": "abuse@livertonsecurity.com", "type": "business", "updated": "2023-01-18", @@ -2000677,7 +1998655,7 @@ "org": "IDIGITALCAMP WEB SERVICES", "domain": "idigitalcamp.com", "abuse": "abuse@idigitalcamp.com", - "type": "hosting", + "type": "business", "updated": "2021-10-11", "rir": "apnic", "prefixes": [ @@ -2001175,8 +1999153,9 @@ "country": "HK", "active": true, "org": "Better Cloud Limited", + "domain": "www.bettercloud.com", "abuse": "desnot17lacer@gmail.com", - "type": "business", + "type": "hosting", "updated": "2020-05-19", "rir": "apnic", "prefixes": [ @@ -2005269,9 +2003248,9 @@ "country": "BD", "active": true, "org": "SOL-BD", - "domain": "www.buecher.de", + "domain": "sol-bd.com", "abuse": "irtsolbd@sol-bd.com", - "type": "business", + "type": "hosting", "updated": "2020-05-27", "rir": "apnic", "prefixes": [ @@ -2006837,7 +2004816,7 @@ "descr": "MITHRILTELECOM-AS Mithril Telecommunications Private Limited", "active": true, "org": "Mithril Telecommunications Private Limited", - "domain": "mithriltelecom.com", + "domain": "www.mithriltele.com", "abuse": "support@mithriltelecom.com", "type": "isp", "updated": "2023-02-01", @@ -2011781,7 +2009760,7 @@ "org": "VIGHNAHARTA TELEINFRA PRIVATE LIMITED", "domain": "vti.org.in", "abuse": "abuse@vti.org.in", - "type": "hosting", + "type": "business", "updated": "2023-03-13", "rir": "apnic", "prefixes": [ @@ -2012497,7 +2010476,7 @@ "domain": "registry.godaddy", "abuse": "network-notify@registry.godaddy", "type": "business", - "updated": "2021-02-12", + "updated": "2023-10-25", "rir": "apnic", "prefixes": [ "103.132.246.0/24", @@ -2013817,11 +2011796,11 @@ "descr": "CLOUDFINITY-AS-AP Cloudfinity, AU", "country": "AU", "active": true, - "org": "Cloudfinity", - "domain": "www.cloudfinity.uk", - "abuse": "support@cloudfinity.com.au", + "org": "Bit Networks Pty Ltd", + "domain": "bitnetworks.com.au", + "abuse": "noc@bitnetworks.com.au", "type": "business", - "updated": "2023-04-24", + "updated": "2023-09-27", "rir": "apnic", "prefixes": [ "103.131.198.0/24", @@ -2018548,7 +2016527,7 @@ "descr": "ULTIMATECOMMS-AS-AP ULTIMATE COMMUNICATION SOLUTIONS PTY. LT", "active": true, "org": "ULTIMATE COMMUNICATION SOLUTIONS PTY. LTD.", - "domain": "ultimatets.wix.com", + "domain": "www.ultimatebroadband.com.au", "abuse": "abuse@ultimatecommunications.com.au", "type": "isp", "updated": "2021-01-20", @@ -2019171,11 +2017150,11 @@ "descr": "WSPL-AS-AP Beam Internet, AU", "country": "AU", "active": true, - "org": "Beam Internet", - "domain": "kodo.tech", - "abuse": "abuse@kodotech.com.au", + "org": "ANYCAST HOLDINGS PTY LTD", + "domain": "swoop.com.au", + "abuse": "abuse@swoop.com.au", "type": "business", - "updated": "2021-01-10", + "updated": "2023-10-23", "rir": "apnic", "prefixes": [ "5.253.12.0/22", @@ -2025620,7 +2023599,7 @@ "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "business", - "updated": "2019-06-09", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "43.230.224.0/23", @@ -2026402,7 +2024381,7 @@ "org": "MYHUB", "domain": "myhub.au", "abuse": "admin@myhub.au", - "type": "business", + "type": "hosting", "updated": "2023-08-23", "rir": "apnic", "prefixes": [ @@ -2028343,9 +2026322,9 @@ "country": "IN", "active": true, "org": "MilesWeb Internet Services Pvt Ltd", - "domain": "www.milesweb.com", + "domain": "www.milesweb.in", "abuse": "abuse@milesweb.com", - "type": "government", + "type": "hosting", "updated": "2016-04-01", "rir": "apnic", "prefixes": [ @@ -2030861,7 +2028840,7 @@ "country": "BD", "active": true, "org": "Smirity Cable", - "domain": "smiritycable.com", + "domain": "bill.smiritycable.com", "abuse": "shopan@smiritycable.com", "type": "isp", "updated": "2023-08-15", @@ -2030928,7 +2028907,7 @@ "org": "PT Telematika Mitrakreasi", "domain": "telematika-mitrakreasi.co.id", "abuse": "abuse@telematika-mitrakreasi.co.id", - "type": "hosting", + "type": "business", "updated": "2020-06-03", "rir": "apnic", "prefixes": [ @@ -2032724,7 +2030703,7 @@ "org": "M.D SOFT TECHNOLOGY", "domain": "mdsoftbd.com", "abuse": "alauddin@mdsoftbd.com", - "type": "business", + "type": "hosting", "updated": "2020-06-03", "rir": "apnic", "prefixes": [ @@ -2035089,9 +2033068,9 @@ "country": "KR", "active": true, "org": "MOACK.Co.LTD", - "domain": "moack.net", + "domain": "www.moack.co.kr", "abuse": "report@moack.net", - "type": "business", + "type": "hosting", "updated": "2023-09-05", "rir": "apnic", "prefixesIPv6": [ @@ -2036225,7 +2034204,7 @@ "org": "Netncr Technology Pvt. Ltd.", "domain": "netncr.com", "abuse": "amitarora@netncr.com", - "type": "hosting", + "type": "business", "updated": "2018-01-10", "rir": "apnic", "prefixes": [ @@ -2042865,7 +2040844,7 @@ "org": "Forsythes Information Technology Pty Ltd", "domain": "forsythesit.com.au", "abuse": "edavies@forsythesit.com.au", - "type": "hosting", + "type": "business", "updated": "2020-07-14", "rir": "apnic", "prefixes": [ @@ -2048017,9 +2045996,9 @@ "country": "IN", "active": true, "org": "WEBBERSTOP INDIA PRIVATE LIMITED", - "domain": "webberstop.com", + "domain": "www.webberstop.com", "abuse": "abuse@webberstop.com", - "type": "business", + "type": "hosting", "updated": "2023-07-19", "rir": "apnic", "prefixes": [ @@ -2049512,7 +2047491,7 @@ "org": "Hong Kong LIBA Network Technology Co., Limited", "domain": "liba.hk", "abuse": "service@liba.hk", - "type": "banking", + "type": "hosting", "updated": "2021-05-16", "rir": "apnic", "prefixesIPv6": [ @@ -2051252,9 +2049231,9 @@ "country": "HK", "active": true, "org": "ALLCLOUD LIMITED", - "domain": "allcloud.cc", + "domain": "allcloud.io", "abuse": "abuse@allcloud.cc", - "type": "business", + "type": "hosting", "updated": "2021-12-20", "rir": "apnic", "prefixes": [ @@ -2052305,11 +2050284,11 @@ "descr": "DTPL-AS-AP DEVOR TECHNOLOGIES PTE. LTD., SG", "country": "SG", "active": true, - "org": "DEVOR TECHNOLOGIES PTE. LTD.", - "domain": "www.wideye.com.sg", - "abuse": "abuse@devortech.com", - "type": "hosting", - "updated": "2020-07-22", + "org": "IEC Telecom Singapore Pte Ltd", + "domain": "iec-telecom.com", + "abuse": "technical-mea@iec-telecom.com", + "type": "isp", + "updated": "2023-10-04", "rir": "apnic", "prefixes": [ "103.93.167.0/24" @@ -2053922,6 +2051901,7 @@ "country": "IN", "active": true, "org": "Apex Broadband Network Pvt. Ltd.", + "domain": "apexbroadband.in", "abuse": "hanjrasonu@gmail.com", "type": "isp", "updated": "2017-10-27", @@ -2055718,9 +2053698,9 @@ "country": "KR", "active": true, "org": "MOACK.Co.LTD", - "domain": "moack.net", + "domain": "www.moack.co.kr", "abuse": "report@moack.net", - "type": "business", + "type": "hosting", "updated": "2022-11-08", "rir": "apnic", "prefixes": [ @@ -2056579,9 +2054559,9 @@ "country": "ID", "active": true, "org": "PT ARDETAMEDIA GLOBAL KOMPUTINDO", - "domain": "colo.co.id", + "domain": "www.ardetamedia.com", "abuse": "abuse@colo.co.id", - "type": "business", + "type": "hosting", "updated": "2017-10-13", "rir": "apnic", "prefixes": [ @@ -2063164,7 +2061144,7 @@ "org": "Speedmaxx Digital Networks Pvt Ltd", "domain": "speedmaxx.in", "abuse": "abuse@speedmaxx.in", - "type": "hosting", + "type": "business", "updated": "2018-03-22", "rir": "apnic", "prefixes": [ @@ -2064469,7 +2062449,7 @@ "country": "HK", "active": true, "org": "Bit Exchange Systems Limited", - "domain": "www.bit-exchange.net", + "domain": "www.bitoss.cn", "abuse": "noc@bit-exchange.net", "type": "hosting", "updated": "2020-05-27", @@ -2065794,9 +2063774,9 @@ "country": "ID", "active": true, "org": "PT. Cloudata Indonesia", - "domain": "cloudata.id", + "domain": "www.cloudata.co.id", "abuse": "abuse@cloudata.id", - "type": "business", + "type": "hosting", "updated": "2018-05-04", "rir": "apnic", "prefixes": [ @@ -2066452,7 +2064432,7 @@ "org": "Scott's Refrigerated Freightways PTY LTD", "domain": "scottsrl.com.au", "abuse": "abuse@scottsrl.com.au", - "type": "hosting", + "type": "business", "updated": "2020-09-01", "rir": "apnic", "prefixes": [ @@ -2068214,7 +2066194,7 @@ "domain": "planetwebbd.com", "abuse": "jwelebd@gmail.com", "type": "business", - "updated": "2021-01-07", + "updated": "2023-10-11", "rir": "apnic", "prefixes": [ "103.110.64.0/24", @@ -2068468,7 +2066448,7 @@ "domain": "rsnetbd.net", "abuse": "noc@rsnetbd.net", "type": "isp", - "updated": "2021-01-18", + "updated": "2023-10-11", "rir": "apnic", "prefixes": [ "103.110.160.0/24", @@ -2069157,7 +2067137,7 @@ "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "isp", - "updated": "2019-06-09", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "116.182.0.0/16" @@ -2073957,9 +2071937,9 @@ "country": "BD", "active": true, "org": "Net Matrix", - "domain": "netmatrixbd.com", + "domain": "netmatrix.com.bd", "abuse": "info@netmatrixbd.com", - "type": "business", + "type": "isp", "updated": "2021-01-13", "rir": "apnic", "prefixes": [ @@ -2075236,7 +2073216,7 @@ "org": "Global Broadband K.K", "domain": "glbb.com", "abuse": "peering@glbb.com", - "type": "hosting", + "type": "isp", "updated": "2020-07-07", "rir": "apnic", "prefixes": [ @@ -2078064,7 +2076044,7 @@ "country": "ID", "active": true, "org": "PT Baraya Telematika Nusantara", - "domain": "baraya.id", + "domain": "barayatel.co.id", "abuse": "hostmaster@baraya.id", "type": "business", "updated": "2018-11-16", @@ -2078639,7 +2076619,7 @@ "country": "ID", "active": true, "org": "PT. Waluya Istana Nusantara", - "domain": "waluya.co.id", + "domain": "colocation-server-indonesia-pt-waluya.business.site", "abuse": "abuse@waluya.co.id", "type": "hosting", "updated": "2019-02-04", @@ -2079038,7 +2077018,7 @@ "country": "MO", "active": true, "org": "Macau University of Science and Technology", - "domain": "must.edu.mo", + "domain": "www.must.edu.mo", "abuse": "ito.network@must.edu.mo", "type": "education", "updated": "2020-06-22", @@ -2079580,9 +2077560,9 @@ "country": "KR", "active": true, "org": "MOACK.Co.LTD", - "domain": "moack.net", + "domain": "www.moack.co.kr", "abuse": "report@moack.net", - "type": "business", + "type": "hosting", "updated": "2020-06-02", "rir": "apnic", "prefixes": [ @@ -2080889,7 +2078869,7 @@ "org": "Typhoon Communication Pvt. Ltd.", "domain": "typhooncommunicationpvtltd.com", "abuse": "abuse@typhooncommunicationpvtltd.com", - "type": "hosting", + "type": "isp", "updated": "2018-12-27", "rir": "apnic", "prefixes": [ @@ -2081487,7 +2079467,7 @@ "country": "IN", "active": true, "org": "Jubilant Foodworks Limited", - "domain": "jublfood.com", + "domain": "www.jubilantfoodworks.com", "abuse": "vishal.yadav@jublfood.com", "type": "business", "updated": "2019-01-24", @@ -2083768,7 +2081748,7 @@ "domain": "chinaunicom.cn", "abuse": "hqs-ipabuse@chinaunicom.cn", "type": "isp", - "updated": "2018-11-13", + "updated": "2023-10-21", "rir": "apnic", "prefixes": [ "1.1.8.0/24", @@ -2084470,7 +2082450,7 @@ "country": "PK", "active": true, "org": "K-Electric Limited", - "domain": "ke.com.pk", + "domain": "www.ke.com.pk", "abuse": [ "ahmed.harris@ke.com.pk", "danish.hussain@ke.com.pk" @@ -2086687,9 +2084667,9 @@ "country": "AU", "active": true, "org": "Promethium Pty Ltd", - "domain": "promethium.com.au", + "domain": "www.promethium.com.au", "abuse": "abuse@promethium.com.au", - "type": "business", + "type": "hosting", "updated": "2023-07-17", "rir": "apnic", "prefixes": [ @@ -2087552,7 +2085532,7 @@ "org": "HelloTech Limited", "domain": "hellotechbd.net", "abuse": "info@hellotechbd.net", - "type": "business", + "type": "isp", "updated": "2023-07-16", "rir": "apnic", "prefixes": [ @@ -2090170,7 +2088150,7 @@ "country": "ID", "active": true, "org": "Nusanet IniSaja", - "domain": "nusa.net.id", + "domain": "www.nusa.net.id", "abuse": "abuse@nusa.net.id", "type": "business", "updated": "2023-07-21", @@ -2093153,9 +2091133,9 @@ "country": "HK", "active": true, "org": "Antbox Networks Limited", - "domain": "antboxnetwork.com", + "domain": "www.antboxnetworks.com", "abuse": "abuse@antboxnetwork.com", - "type": "business", + "type": "hosting", "updated": "2021-01-27", "rir": "apnic", "prefixes": [ @@ -2094805,7 +2092785,7 @@ "domain": "jhongkar.com", "abuse": "jhongkarit@gmail.com", "type": "business", - "updated": "2023-04-14", + "updated": "2023-10-18", "rir": "apnic", "prefixes": [ "103.138.250.0/24", @@ -2095988,9 +2093968,9 @@ "country": "CN", "active": true, "org": "China UnionPay Co., Ltd", - "domain": "unionpay.com", + "domain": "www.unionpayintl.com", "abuse": "ipas@cnnic.cn", - "type": "business", + "type": "banking", "updated": "2020-05-19", "rir": "apnic", "prefixes": [ @@ -2098026,9 +2096006,9 @@ "active": true, "org": "Akari Networks Limited", "domain": "akari.net", - "abuse": "abuse@akari.ink", + "abuse": "abuse@akari.net", "type": "hosting", - "updated": "2022-03-23", + "updated": "2023-10-23", "rir": "apnic", "prefixesIPv6": [ "2404:f4c0:f3ff::/48" @@ -2098951,7 +2096931,7 @@ "country": "AU", "active": true, "org": "Freedom Furniture Australia Pty Limited", - "domain": "freedom.com.au", + "domain": "www.freedom.com.au", "abuse": "domains@freedom.com.au", "type": "business", "updated": "2023-09-01", @@ -2099080,9 +2097060,9 @@ "active": true, "org": "AERO COMMUNICATIONS BROADBAND PVT. LTD", "domain": "aeronet.com.pk", - "abuse": "jawad.asif@aeronet.com.pk", + "abuse": "adeel@aeronet.com.pk", "type": "isp", - "updated": "2020-10-14", + "updated": "2023-10-13", "rir": "apnic", "prefixes": [ "103.141.158.0/24" @@ -2099499,7 +2097479,7 @@ "org": "PT.CITRA BERDIKARI NUSANTARA", "domain": "citraberdikari.co.id", "abuse": "hostmaster@citraberdikari.co.id", - "type": "business", + "type": "hosting", "updated": "2019-09-12", "rir": "apnic", "prefixes": [ @@ -2100815,7 +2098795,7 @@ "org": "DC Communications Inc.", "domain": "dc-communications.jp", "abuse": "abuse@dc-communications.jp", - "type": "isp", + "type": "hosting", "updated": "2020-08-11", "rir": "apnic", "prefixes": [ @@ -2100880,9 +2098860,9 @@ "country": "BD", "active": true, "org": "Shebatel Network Ltd", - "domain": "sebatelnet.com", + "domain": "shebatel.com", "abuse": "admin@sebatelnet.com", - "type": "business", + "type": "isp", "updated": "2020-07-28", "rir": "apnic", "prefixes": [ @@ -2106291,7 +2104271,7 @@ "domain": "dito.ph", "abuse": "noc@dito.ph", "type": "isp", - "updated": "2020-06-17", + "updated": "2023-10-19", "rir": "apnic", "prefixes": [ "103.145.206.0/23", @@ -2107824,7 +2105804,7 @@ "org": "PT Skynet Network Bersama", "domain": "skynet-network.id", "abuse": "admin@skynet-network.id", - "type": "business", + "type": "isp", "updated": "2023-07-04", "rir": "apnic", "prefixes": [ @@ -2110443,7 +2108423,7 @@ "country": "BD", "active": true, "org": "360 Internet Inc Ltd.", - "domain": "www.internet.com.bd", + "domain": "internet.com.bd", "abuse": "abuse@internet.com.bd", "type": "hosting", "updated": "2020-08-04", @@ -2111987,7 +2109967,7 @@ "descr": "MITHRILTELECOM-AS Mithril Telecommunications Private Limited", "active": true, "org": "Mithril Telecommunications Private Limited", - "domain": "mithriltelecom.com", + "domain": "www.mithriltele.com", "abuse": "support@mithriltelecom.com", "type": "isp", "updated": "2020-03-17", @@ -2115769,7 +2113749,7 @@ "country": "KR", "active": true, "org": "Truenetworks Ltd.", - "domain": "mikrotik.co.kr", + "domain": "www.true-networks.de", "abuse": "support@mikrotik.co.kr", "type": "business", "updated": "2022-08-31", @@ -2117991,7 +2115971,7 @@ "domain": "herza.id", "abuse": "abuse@herza.id", "type": "hosting", - "updated": "2023-05-17", + "updated": "2023-10-08", "rir": "apnic", "prefixes": [ "38.47.176.0/20", @@ -2118539,9 +2116519,9 @@ "active": true, "org": "Institut Teknologi Kalimantan", "domain": "itk.ac.id", - "abuse": "rektor@itk.ac.id", + "abuse": "abuse@itk.ac.id", "type": "business", - "updated": "2023-09-05", + "updated": "2023-09-25", "rir": "apnic", "prefixes": [ "103.154.74.0/24", @@ -2119569,7 +2117549,7 @@ "org": "ReadyDedis, LLC", "domain": "readydedis.com", "abuse": "abuse@readydedis.com", - "type": "business", + "type": "hosting", "updated": "2020-11-18", "rir": "apnic", "prefixes": [ @@ -2120683,9 +2118663,9 @@ "country": "AU", "active": true, "org": "ONEQODE ASSETS PTY LTD", - "domain": "oneqode.com.au", + "domain": "www.oneqode.com", "abuse": "noc@oneqode.com.au", - "type": "business", + "type": "hosting", "updated": "2021-09-07", "rir": "apnic", "prefixes": [ @@ -2128245,9 +2126225,9 @@ "country": "ID", "active": true, "org": "PT Lintas Citra Abadi", - "domain": "lca.co.id", + "domain": "lintascitraabadi.com", "abuse": "abuse@lca.co.id", - "type": "hosting", + "type": "isp", "updated": "2020-10-02", "rir": "apnic", "prefixes": [ @@ -2132248,7 +2130228,7 @@ "org": "Faisal Cable Network (Pvt.) Limited", "domain": "fcnkasur.com", "abuse": "ceo@fcnkasur.com", - "type": "isp", + "type": "hosting", "updated": "2021-05-19", "rir": "apnic", "prefixes": [ @@ -2132762,7 +2130742,7 @@ "org": "Amtron Informatics India Limited", "domain": "aiinformatics.in", "abuse": "a.sarmah@aiinformatics.in", - "type": "hosting", + "type": "business", "updated": "2020-11-17", "rir": "apnic", "prefixes": [ @@ -2133265,7 +2131245,7 @@ "domain": "jhongkar.net", "abuse": "jhongkarit@gmail.com", "type": "business", - "updated": "2023-09-05", + "updated": "2023-10-18", "rir": "apnic", "prefixes": [ "103.114.93.0/24", @@ -2134615,7 +2132595,7 @@ "org": "Creative Networks", "domain": "creativenet.co.in", "abuse": "abuse@creativenet.co.in", - "type": "hosting", + "type": "business", "updated": "2021-02-25", "rir": "apnic", "prefixes": [ @@ -2136082,7 +2134062,7 @@ "org": "Badan Nasional Penanggulangan Bencana", "domain": "interlink.net.id", "abuse": "abuse@interlink.net.id", - "type": "hosting", + "type": "business", "updated": "2021-02-11", "rir": "apnic", "prefixes": [ @@ -2139752,7 +2137732,7 @@ "org": "Dinas Komunikasi dan Informatika Kabupaten Bangkalan", "domain": "interlink.net.id", "abuse": "abuse@interlink.net.id", - "type": "hosting", + "type": "business", "updated": "2021-03-23", "rir": "apnic", "prefixes": [ @@ -2141475,10 +2139455,10 @@ "country": "HK", "active": true, "org": "GZ REMITTANCE (CHINA) INDUSTRY LIMITED", - "domain": "gz-server.com", - "abuse": "ipipv4@gmail.com", + "domain": "ipv4superhub.com", + "abuse": "abuse@ipv4superhub.com", "type": "business", - "updated": "2022-04-16", + "updated": "2023-10-08", "rir": "apnic", "prefixes": [ "45.93.17.0/24", @@ -2141755,7 +2139735,7 @@ "org": "Hosteons Pte. Ltd.", "domain": "hosteons.com", "abuse": "abuse@hosteons.com", - "type": "business", + "type": "hosting", "updated": "2023-08-04", "rir": "apnic", "prefixes": [ @@ -2143276,7 +2141256,7 @@ "org": "King IT Net", "abuse": "kingitnet1@gmail.com", "type": "business", - "updated": "2021-10-20", + "updated": "2023-09-27", "rir": "apnic", "prefixes": [ "103.167.40.0/24" @@ -2146595,7 +2144575,7 @@ "org": "FASTJET TELECOM PRIVATE LIMITED", "domain": "fastjettelecom.in", "abuse": "admin@fastjettelecom.in", - "type": "hosting", + "type": "isp", "updated": "2021-07-23", "rir": "apnic", "prefixes": [ @@ -2147312,7 +2145292,7 @@ "org": "Netfirst Communication Pvt Ltd", "domain": "netfirst.in", "abuse": "info@netfirst.in", - "type": "hosting", + "type": "isp", "updated": "2021-07-20", "rir": "apnic", "prefixes": [ @@ -2147524,7 +2145504,7 @@ "org": "Frontline Internet Services Private Limited", "domain": "frontlineinternetservices.com", "abuse": "info@frontlineinternetservices.com", - "type": "business", + "type": "isp", "updated": "2021-08-02", "rir": "apnic", "prefixes": [ @@ -2147853,9 +2145833,9 @@ "active": true, "org": "Azurite27 Network", "domain": "lapinet27.com", - "abuse": "abuse@lapinet27.com", + "abuse": "abuse-report@lapinet27.com", "type": "business", - "updated": "2023-09-05", + "updated": "2023-10-21", "rir": "apnic", "prefixesIPv6": [ "2404:f4c0:f940::/48", @@ -2208816,7 +2206796,7 @@ "org": "Touch Connections", "domain": "touchcombd.com", "abuse": "abuse@touchcombd.com", - "type": "business", + "type": "isp", "updated": "2023-07-25", "rir": "apnic", "prefixes": [ @@ -2209585,7 +2207565,7 @@ "country": "NZ", "active": true, "org": "Liverton Security", - "domain": "livertonsecurity.com", + "domain": "www.livertonsecurity.com", "abuse": "abuse@livertonsecurity.com", "type": "business", "updated": "2022-03-29", @@ -2211553,8 +2209533,8 @@ "org": "PT Sarana Telemedia Nusantara", "domain": "telenusa.co.id", "abuse": "yulian@telenusa.co.id", - "type": "hosting", - "updated": "2021-11-26", + "type": "isp", + "updated": "2023-10-12", "rir": "apnic", "prefixes": [ "103.177.60.0/24" @@ -2226075,7 +2224055,7 @@ "country": "IN", "active": true, "org": "Isro Inertial Systems Unit", - "domain": "vssc.gov.in", + "domain": "www.vssc.gov.in", "abuse": "k_balan@vssc.gov.in", "type": "government", "updated": "2022-02-02", @@ -2226915,7 +2224895,7 @@ "org": "PT Hypermedia Teknologi Nusantara Centralindo", "domain": "htnc.web.id", "abuse": "abuse@htnc.web.id", - "type": "hosting", + "type": "business", "updated": "2022-01-04", "rir": "apnic", "prefixes": [ @@ -2228346,7 +2226326,7 @@ "domain": "evoxt.com", "abuse": "abuse@evoxt.com", "type": "hosting", - "updated": "2022-10-24", + "updated": "2023-10-05", "rir": "apnic", "prefixes": [ "23.27.163.0/24", @@ -2229240,7 +2227220,7 @@ "domain": "xfiniti.ph", "abuse": "abuse@xfiniti.ph", "type": "isp", - "updated": "2023-02-15", + "updated": "2023-10-19", "rir": "apnic", "prefixes": [ "103.183.95.0/24" @@ -2231190,8 +2229170,9 @@ "country": "HK", "active": true, "org": "Better Cloud Limited", + "domain": "www.bettercloud.com", "abuse": "desnot17lacer@gmail.com", - "type": "business", + "type": "hosting", "updated": "2022-03-24", "rir": "apnic", "prefixes": [ @@ -2233905,7 +2231886,7 @@ "domain": "supernet.net.np", "abuse": "abuse@supernet.net.np", "type": "isp", - "updated": "2022-12-21", + "updated": "2023-10-20", "rir": "apnic", "prefixes": [ "103.189.160.0/23", @@ -2234850,7 +2232831,7 @@ "descr": "IDNIC-PROTELINDO-AS-ID PT Profesional Telekomunikasi Indones", "active": true, "org": "PT Profesional Telekomunikasi Indonesia", - "domain": "protelindo.net", + "domain": "www.protelindo.net", "abuse": "infra@protelindo.net", "type": "isp", "updated": "2022-07-28", @@ -2235657,7 +2233638,7 @@ "org": "Data-Beam Business Solution", "domain": "databyte-network.com", "abuse": "abuse@databyte-network.com", - "type": "isp", + "type": "business", "updated": "2022-07-02", "rir": "apnic", "prefixes": [ @@ -2237633,7 +2235614,7 @@ "org": "Conetix Pty Ltd", "domain": "conetix.com.au", "abuse": "abuse@conetix.com.au", - "type": "business", + "type": "hosting", "updated": "2023-08-11", "rir": "apnic", "prefixesIPv6": [ @@ -2237908,7 +2235889,7 @@ "domain": "phsscamindo.com", "abuse": "admin@phsscamindo.com", "type": "business", - "updated": "2023-09-05", + "updated": "2023-10-13", "rir": "apnic", "prefixes": [ "185.223.154.0/24" @@ -2238577,7 +2236558,7 @@ "org": "PT Citra Cakrawala Pratama", "domain": "citracakrawala.com", "abuse": "abuse@citracakrawala.com", - "type": "business", + "type": "isp", "updated": "2022-09-20", "rir": "apnic", "prefixes": [ @@ -2239311,7 +2237292,7 @@ "org": "PT Pelita Global Media", "domain": "pelitaglobal.net", "abuse": "support@pelitaglobal.net", - "type": "business", + "type": "hosting", "updated": "2022-11-09", "rir": "apnic", "prefixes": [ @@ -2239542,7 +2237523,7 @@ "org": "PT Pasti Mandiri Solusi", "domain": "pasti.net.id", "abuse": "abuse@pasti.net.id", - "type": "hosting", + "type": "isp", "updated": "2022-12-01", "rir": "apnic", "prefixes": [ @@ -2239559,7 +2237540,7 @@ "org": "Long Mao Home Center Co.ltd.,", "domain": "longmaonetwork.com", "abuse": "kanhein@longmaonetwork.com", - "type": "business", + "type": "isp", "updated": "2022-08-29", "rir": "apnic", "prefixes": [ @@ -2241898,9 +2239879,9 @@ "descr": "IDNIC-TRAVELWIFI-AS-ID PT Republik Teknologi Kreasi Negeri,", "active": true, "org": "PT Republik Teknologi Kreasi Negeri", - "domain": "dnsctrl1.niagahoster.com", + "domain": "wifirepublic.id", "abuse": "rully.adiwibowo@wifirepublic.co", - "type": "hosting", + "type": "isp", "updated": "2022-12-16", "rir": "apnic", "prefixes": [ @@ -2242684,7 +2240665,7 @@ "org": "PT Jaringan Angkasa Intermedia", "domain": "jangki.net", "abuse": "indo@jangki.net", - "type": "business", + "type": "isp", "updated": "2023-02-02", "rir": "apnic", "prefixes": [ @@ -2242910,7 +2240891,7 @@ "org": "PT Binerkahan Digital Telco", "domain": "bit-telco.co.id", "abuse": "noc@bit-telco.co.id", - "type": "business", + "type": "isp", "updated": "2023-02-23", "rir": "apnic", "prefixes": [ @@ -2245024,7 +2243005,7 @@ "org": "Weber Meyer Sdn Bhd", "domain": "webermeyer.com", "abuse": "abuse@webermeyer.com", - "type": "business", + "type": "isp", "updated": "2023-08-16", "rir": "apnic", "prefixes": [ @@ -2245948,7 +2243929,7 @@ "domain": "flonlinebd.com", "abuse": "info@flonlinebd.com", "type": "isp", - "updated": "2023-03-07", + "updated": "2023-10-04", "rir": "apnic", "prefixes": [ "103.107.240.0/24", @@ -2246036,7 +2244017,7 @@ "domain": "askaribank.com", "abuse": "armoghan.khan@askaribank.com.pk", "type": "banking", - "updated": "2023-03-10", + "updated": "2023-10-04", "rir": "apnic", "prefixes": [ "103.214.40.0/24" @@ -2246432,7 +2244413,7 @@ "org": "DIGITAL SERVER COMPANY LIMITED", "domain": "maychuso.com", "abuse": "hm-changed@vnnic.vn", - "type": "business", + "type": "hosting", "updated": "2023-05-31", "rir": "apnic", "prefixes": [ @@ -2246592,7 +2244573,7 @@ "org": "VIET NAM VNNS TECHNOLOGIES JOINT STOCK COMPANY", "domain": "vnns.io", "abuse": "hm-changed@vnnic.vn", - "type": "business", + "type": "hosting", "updated": "2023-07-18", "rir": "apnic", "prefixes": [ @@ -2247409,7 +2245390,7 @@ "domain": "rumahhosting.com", "abuse": "abuse@rumahhosting.com", "type": "hosting", - "updated": "2023-03-16", + "updated": "2023-10-03", "rir": "apnic", "prefixes": [ "103.79.244.0/24", @@ -2247508,7 +2245489,7 @@ "org": "PT Fiber Data Nusantara", "domain": "fiberdatanusantara.com", "abuse": "abuse@fiberdatanusantara.com", - "type": "business", + "type": "hosting", "updated": "2023-03-28", "rir": "apnic", "prefixes": [ @@ -2247788,7 +2245769,7 @@ "org": "CV Mitra Tower Utama", "domain": "mitratower.com", "abuse": "abuse@mitratower.com", - "type": "business", + "type": "hosting", "updated": "2023-05-05", "rir": "apnic", "prefixes": [ @@ -2247910,7 +2245891,7 @@ "org": "PT Media Akses Telematika", "domain": "myakses.id", "abuse": "office@myakses.id", - "type": "hosting", + "type": "business", "updated": "2023-05-17", "rir": "apnic", "prefixes": [ @@ -2247966,7 +2245947,7 @@ "org": "PT Angkasa Prima Teknologi", "domain": "ap-teknologi.co.id", "abuse": "noc@ap-teknologi.co.id", - "type": "business", + "type": "isp", "updated": "2023-05-22", "rir": "apnic", "prefixes": [ @@ -2248038,7 +2246019,7 @@ "org": "PT Awan Data Indonesia", "domain": "maxcloud.id", "abuse": "abuse@maxcloud.id", - "type": "business", + "type": "hosting", "updated": "2023-05-31", "rir": "apnic", "prefixes": [ @@ -2248073,9 +2246054,9 @@ "country": "ID", "active": true, "org": "PT. Tri Akses Nusantara", - "domain": "pt-tan.com", + "domain": "www.pt-tan.com", "abuse": "abuse@pt-tan.com", - "type": "business", + "type": "isp", "updated": "2023-06-06", "rir": "apnic", "prefixes": [ @@ -2248387,7 +2246368,7 @@ "country": "AU", "active": true, "org": "Clearly IP Australia Pty Ltd", - "domain": "clearlyip.au", + "domain": "www.clearlyip.au", "abuse": "abuse@clearlyip.au", "type": "business", "updated": "2023-03-14", @@ -2248429,7 +2246410,7 @@ "domain": "www.yaetelecom.io", "abuse": "abuse@yaetelecom.io", "type": "isp", - "updated": "2023-03-22", + "updated": "2023-10-18", "rir": "apnic", "prefixes": [ "103.119.174.0/24", @@ -2248461,7 +2246442,7 @@ "org": "Queensland Urban Utilities", "domain": "urbanutilities.com.au", "abuse": "net-abuse@urbanutilities.com.au", - "type": "business", + "type": "banking", "updated": "2023-03-23", "rir": "apnic", "prefixes": [ @@ -2248489,7 +2246470,7 @@ "domain": "khulnafiberlink.com", "abuse": "khulnafiberlink22@gmail.com", "type": "isp", - "updated": "2023-03-24", + "updated": "2023-10-05", "rir": "apnic", "prefixes": [ "103.121.176.0/23", @@ -2248563,7 +2246544,7 @@ "domain": "torrongo.com", "abuse": "admin@torrongo.com", "type": "isp", - "updated": "2023-03-29", + "updated": "2023-10-18", "rir": "apnic", "prefixes": [ "103.122.206.0/23", @@ -2248592,7 +2246573,7 @@ "domain": "telewirebd.net", "abuse": "babul@telewirebd.net", "type": "isp", - "updated": "2023-03-30", + "updated": "2023-10-18", "rir": "apnic", "prefixes": [ "103.124.30.0/24" @@ -2248907,7 +2246888,7 @@ "country": "IN", "active": true, "org": "IVANTI TECHNOLOGY INDIA PRIVATE LIMITED", - "domain": "ivanti.com", + "domain": "www.ivanti.com", "abuse": "jeer.jadesha@ivanti.com", "type": "business", "updated": "2023-05-10", @@ -2249045,6 +2247026,7 @@ "country": "IN", "active": true, "org": "CONNECT U COMMUNICATION", + "domain": "connectu.in", "abuse": "rajpatel5593@gmail.com", "type": "isp", "updated": "2023-05-17", @@ -2249137,7 +2247119,7 @@ "org": "SRMAK TECHNOLOGICAL SYSTEM PRIVATE LIMITED", "domain": "hostycare.com", "abuse": "info@hostycare.com", - "type": "business", + "type": "hosting", "updated": "2023-08-07", "rir": "apnic", "prefixes": [ @@ -2249354,8 +2247336,9 @@ "country": "IN", "active": true, "org": "Kp Infratel Network", + "domain": "kp-infratel-network.business.site", "abuse": "kpinfratelnet@gmail.com", - "type": "business", + "type": "isp", "updated": "2023-06-07", "rir": "apnic", "prefixes": [ @@ -2249381,7 +2247364,7 @@ "org": "Linktel Info Technology Pvt Ltd", "domain": "linktelgoa.com", "abuse": "abuse@linktelgoa.com", - "type": "business", + "type": "isp", "updated": "2023-07-13", "rir": "apnic", "prefixes": [ @@ -2249871,7 +2247854,7 @@ "country": "IN", "active": true, "org": "SAHAJANAND MEDICAL TECHNOLOGIES LIMITED", - "domain": "smt.in", + "domain": "smtpl.com", "abuse": "it.security@smt.in", "type": "business", "updated": "2023-06-15", @@ -2250816,9 +2248799,9 @@ "country": "CN", "active": true, "org": "Pacific Insurance Technology Co., Ltd", - "domain": "cpic.com.cn", + "domain": "www.cpic.com.cn", "abuse": "ipas@cnnic.cn", - "type": "business", + "type": "hosting", "updated": "2023-06-29", "rir": "apnic", "prefixes": [ @@ -2251102,7 +2249085,7 @@ "domain": "www.verge.net.nz", "abuse": "abuse@verge.net.nz", "type": "hosting", - "updated": "2023-05-17", + "updated": "2023-10-01", "rir": "apnic", "prefixes": [ "103.204.2.0/23" @@ -2251126,7 +2249109,7 @@ "domain": "polonet.io", "abuse": "abuse@polonet.io", "type": "business", - "updated": "2023-09-05", + "updated": "2023-09-27", "rir": "apnic", "prefixes": [ "23.142.200.0/24", @@ -2251222,7 +2249205,7 @@ "country": "MM", "active": true, "org": "East Boy Engineering Company Limited", - "domain": "eastboymm.com", + "domain": "www.eastboymm.com", "abuse": "hlahtun@eastboymm.com", "type": "business", "updated": "2023-05-18", @@ -2251260,7 +2249243,7 @@ "org": "Easycloud Sdn Bhd", "domain": "easycloud.com.my", "abuse": "wailoon@easycloud.com.my", - "type": "business", + "type": "hosting", "updated": "2023-05-18", "rir": "apnic", "prefixes": [ @@ -2251693,7 +2249676,7 @@ "org": "Data Centre as a Service", "domain": "dcaas.com.au", "abuse": "abuse@dcaas.com.au", - "type": "business", + "type": "hosting", "updated": "2023-06-05", "rir": "apnic", "prefixes": [ @@ -2251736,9 +2249719,9 @@ "country": "PG", "active": true, "org": "Credit Corporation (PNG) Limited", - "domain": "creditcorporation.com.pg", + "domain": "www.creditcorporation.com.pg", "abuse": "abuse@creditcorporation.com.pg", - "type": "business", + "type": "banking", "updated": "2023-07-07", "rir": "apnic", "prefixes": [ @@ -2251957,7 +2249940,7 @@ "domain": "as151420.ne.jp", "abuse": "eabuse@as151420.ne.jp", "type": "business", - "updated": "2023-09-15", + "updated": "2023-10-12", "rir": "apnic", "prefixes": [ "103.115.3.0/24", @@ -2252278,9 +2250261,9 @@ "country": "MY", "active": true, "org": "CSF Advisers Sdn Bhd", - "domain": "csf-group.com", + "domain": "www.csf-group.com", "abuse": "abuse@csf-group.com", - "type": "business", + "type": "hosting", "updated": "2023-07-09", "rir": "apnic", "prefixes": [ @@ -2252327,7 +2250310,7 @@ "country": "NZ", "active": true, "org": "Caduceus Systems Limited", - "domain": "caduceus.co.nz", + "domain": "www.caduceus.co.nz", "abuse": "abuse@caduceus.co.nz", "type": "business", "updated": "2023-06-27", @@ -2252398,9 +2250381,9 @@ "country": "NP", "active": true, "org": "Dataspace Pvt. Ltd.", - "domain": "ds.com.np", + "domain": "dataspace.com.np", "abuse": "abuse@ds.com.np", - "type": "business", + "type": "hosting", "updated": "2023-06-28", "rir": "apnic", "prefixes": [ @@ -2252485,7 +2250468,7 @@ "org": "S.S.R.M NET", "domain": "ssrmnet.com", "abuse": "admin@ssrmnet.com", - "type": "business", + "type": "isp", "updated": "2023-07-04", "rir": "apnic", "prefixes": [ @@ -2252513,7 +2250496,7 @@ "org": "E-LINK CLOUD LIMITED", "domain": "elinkhk.com", "abuse": "support@elinkhk.com", - "type": "business", + "type": "hosting", "updated": "2023-07-04", "rir": "apnic", "prefixes": [ @@ -2252560,9 +2250543,9 @@ "country": "SG", "active": true, "org": "Lelantos Pte Ltd", - "domain": "lelantos.sg", + "domain": "www.lelantos.sg", "abuse": "abuse@lelantos.sg", - "type": "business", + "type": "isp", "updated": "2023-07-09", "rir": "apnic", "prefixes": [ @@ -2252586,7 +2250569,7 @@ "country": "BT", "active": true, "org": "Bhutan Power Corporation Ltd", - "domain": "bpc.bt", + "domain": "www.bpc.bt", "abuse": "bpcitofficial@bpc.bt", "type": "business", "updated": "2023-07-13", @@ -2252661,7 +2250644,7 @@ "org": "PT Uwais Borneo Group", "domain": "uwais.id", "abuse": "abuse@uwais.id", - "type": "business", + "type": "hosting", "updated": "2023-07-07", "rir": "apnic", "prefixes": [ @@ -2252683,7 +2250666,7 @@ "org": "PT Iktiar Doa Tawakal", "domain": "innet.id", "abuse": "abuse@innet.id", - "type": "business", + "type": "isp", "updated": "2023-07-07", "rir": "apnic", "prefixes": [ @@ -2252714,7 +2250697,7 @@ "org": "PT Agung Barokah Network", "domain": "agungnet.id", "abuse": "adi@agungnet.id", - "type": "business", + "type": "isp", "updated": "2023-07-07", "rir": "apnic", "prefixes": [ @@ -2252761,7 +2250744,7 @@ "org": "PT Pengkolan Akses Group", "domain": "pengkolanaksesgroup.id", "abuse": "pengkolanaksesgroup@pengkolanaksesgroup.id", - "type": "business", + "type": "isp", "updated": "2023-07-10", "rir": "apnic", "prefixes": [ @@ -2252781,9 +2250764,9 @@ "country": "ID", "active": true, "org": "PT Jenius Lintas Nusantara", - "domain": "jelintasnusantara.id", + "domain": "www.jelintasnusantara.id", "abuse": "abuse@jelintasnusantara.id", - "type": "business", + "type": "isp", "updated": "2023-07-12", "rir": "apnic", "prefixes": [ @@ -2252800,7 +2250783,7 @@ "domain": "infotechnusantara.id", "abuse": "abuse@infotechnusantara.id", "type": "business", - "updated": "2023-07-13", + "updated": "2023-10-05", "rir": "apnic", "prefixes": [ "103.217.147.0/24" @@ -2252812,7 +2250795,7 @@ "country": "ID", "active": true, "org": "PT Santoso Media Gemilang", - "domain": "mediagemilang.net", + "domain": "www.google.co.id", "abuse": "support@mediagemilang.net", "type": "business", "updated": "2023-07-13", @@ -2252834,9 +2250817,9 @@ "country": "ID", "active": true, "org": "PT Taffeta Fora Sistem", - "domain": "taffeta.co.id", + "domain": "www.taffeta.co.id", "abuse": "support@taffeta.co.id", - "type": "business", + "type": "hosting", "updated": "2023-07-14", "rir": "apnic", "prefixes": [ @@ -2252852,7 +2250835,7 @@ "org": "PT Top Class Universal", "domain": "topclass.id", "abuse": "abuse@topclass.id", - "type": "business", + "type": "isp", "updated": "2023-07-17", "rir": "apnic", "prefixes": [ @@ -2252865,7 +2250848,7 @@ "country": "ID", "active": true, "org": "SMK Negeri 22 Jakarta", - "domain": "smkn22jakarta.sch.id", + "domain": "www.smkn22jakarta.sch.id", "abuse": "abuse@smkn22jakarta.sch.id", "type": "business", "updated": "2023-07-17", @@ -2252886,9 +2250869,9 @@ "country": "ID", "active": true, "org": "PT Jaringan Internet Tayu", - "domain": "jaringantayu.com", + "domain": "jatayu.cloud", "abuse": "admin@jaringantayu.com", - "type": "business", + "type": "hosting", "updated": "2023-07-20", "rir": "apnic", "prefixes": [ @@ -2252903,7 +2250886,7 @@ "org": "PT. EXABIT GROUP NETWORK", "domain": "exabit.id", "abuse": "abuse@exabit.id", - "type": "business", + "type": "isp", "updated": "2023-07-22", "rir": "apnic", "prefixes": [ @@ -2252917,9 +2250900,9 @@ "country": "ID", "active": true, "org": "PT. LINTAS DATA TRANS", - "domain": "ldt.web.id", + "domain": "www.ldt.web.id", "abuse": "abuse@ldt.web.id", - "type": "business", + "type": "isp", "updated": "2023-07-22", "rir": "apnic", "prefixes": [ @@ -2252947,7 +2250930,7 @@ "org": "PT. GLOBAL TRANSMISI DATA", "domain": "globaldata.id", "abuse": "abuse@globaldata.id", - "type": "business", + "type": "isp", "updated": "2023-07-24", "rir": "apnic", "prefixes": [ @@ -2253107,7 +2251090,7 @@ "org": "CV Pandawa Network", "domain": "pdwntwk.my.id", "abuse": "admin@pdwntwk.my.id", - "type": "business", + "type": "hosting", "updated": "2023-08-11", "rir": "apnic", "prefixes": [ @@ -2253158,7 +2251141,7 @@ "org": "PT Jaringan Telematika Indonesia", "domain": "jartelindo.co.id", "abuse": "abuse@jartelindo.co.id", - "type": "business", + "type": "isp", "updated": "2023-08-25", "rir": "apnic", "prefixes": [ @@ -2253522,7 +2251505,7 @@ "org": "HOSTPERL", "domain": "hostperl.com", "abuse": "admin@hostperl.com", - "type": "business", + "type": "hosting", "updated": "2023-07-13", "rir": "apnic", "prefixes": [ @@ -2253544,7 +2251527,7 @@ "org": "Green Link Networks", "domain": "greenlinknetwork.xyz", "abuse": "abuse@greenlinknetwork.xyz", - "type": "business", + "type": "isp", "updated": "2023-07-13", "rir": "apnic", "prefixes": [ @@ -2253559,7 +2251542,7 @@ "org": "GenNext Technologies Limited", "domain": "gennext.net", "abuse": "abuse@gennext.net", - "type": "business", + "type": "hosting", "updated": "2023-08-21", "rir": "apnic", "prefixes": [ @@ -2253612,7 +2251595,7 @@ "org": "AVEVA RESOURCE", "domain": "avevaresources.com", "abuse": "avevaresources@gmail.com", - "type": "business", + "type": "isp", "updated": "2023-07-19", "rir": "apnic", "prefixes": [ @@ -2253719,7 +2251702,7 @@ "org": "Archon Network and Data Solution", "domain": "archon.net.ph", "abuse": "abuse@archon.net.ph", - "type": "business", + "type": "isp", "updated": "2023-08-24", "rir": "apnic", "prefixes": [ @@ -2253775,7 +2251758,7 @@ "country": "MN", "active": true, "org": "Erdenet Mining Corporation", - "domain": "erdenetmc.mn", + "domain": "www.erdenetmc.mn", "abuse": "abuse@erdenetmc.mn", "type": "business", "updated": "2023-07-28", @@ -2253811,9 +2251794,9 @@ "country": "CN", "active": true, "org": "Bengbu Qingye Technology", - "domain": "qingye.org", + "domain": "www.qingye.org", "abuse": "admin@qingye.org", - "type": "business", + "type": "hosting", "updated": "2023-08-06", "rir": "apnic", "prefixes": [ @@ -2253834,7 +2251817,7 @@ "org": "Netvine LTD", "domain": "netvine.nz", "abuse": "contact@netvine.nz", - "type": "business", + "type": "isp", "updated": "2023-08-15", "rir": "apnic", "prefixes": [ @@ -2254044,7 +2252027,7 @@ "country": "TH", "active": true, "org": "Thai Health Promotion Foundation", - "domain": "thaihealth.or.th", + "domain": "en.thaihealth.or.th", "abuse": "chakprin@thaihealth.or.th", "type": "business", "updated": "2023-08-21", @@ -2254083,7 +2252066,7 @@ "org": "iHOME", "domain": "ihome.com.bd", "abuse": "admin@ihome.com.bd", - "type": "business", + "type": "isp", "updated": "2023-08-24", "rir": "apnic", "prefixes": [ @@ -2254623,7 +2252606,7 @@ "org": "Macarne Limited", "domain": "macarne.com", "abuse": "abuse@macarne.com", - "type": "business", + "type": "hosting", "updated": "2023-08-25", "rir": "apnic", "prefixes": [ @@ -2254646,7 +2252629,7 @@ "org": "Rabbit Internet", "domain": "rabbitinternetbd.com", "abuse": "rakib@rabbitinternetbd.com", - "type": "business", + "type": "isp", "updated": "2023-08-27", "rir": "apnic", "prefixes": [ @@ -2254679,7 +2252662,7 @@ "country": "IN", "active": true, "org": "GRIDM CLOUD PRIVATE LIMITED", - "domain": "gridm.com", + "domain": "www.gridm.com", "abuse": "nitin@gridm.com", "type": "business", "updated": "2023-08-29", @@ -2478932,7 +2476915,7 @@ "domain": "www.freestone.net", "type": "hosting", "created": "2009-03-25", - "updated": "2019-02-16", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "193.5.68.0/23" @@ -2479746,7 +2477729,7 @@ "country": "RU", "active": true, "org": "Get-Net LLC", - "domain": "www.get-net.ru", + "domain": "get-net.ru", "type": "hosting", "created": "2009-03-25", "updated": "2023-02-07", @@ -2479783,7 +2477766,7 @@ "abuse": "abuse@netone.ru", "type": "business", "created": "2009-08-10", - "updated": "2023-08-29", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "5.35.40.0/24", @@ -2480139,12 +2478122,11 @@ "descr": "LYNERO-AS, DK", "country": "DK", "active": true, - "org": "Lynero ApS", - "domain": "www.lynero.dk", - "abuse": "abuse@lynero.dk", + "org": "DLX A/S", + "domain": "dlx.dk", "type": "hosting", "created": "2010-03-12", - "updated": "2020-10-21", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "178.23.176.0/21", @@ -2481749,7 +2479731,7 @@ "domain": "bemobile.ua", "type": "isp", "created": "2009-11-18", - "updated": "2018-09-04", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "194.247.174.0/24", @@ -2481835,11 +2479817,11 @@ "descr": "VU-AS, GB", "country": "GB", "active": true, - "org": "Virtual Universe LTD", + "org": "Amplefuture Group Limited", "domain": "cogentco.com", - "type": "hosting", + "type": "business", "created": "2009-10-23", - "updated": "2018-09-04", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "193.104.78.0/24" @@ -2482018,7 +2480000,7 @@ "domain": "isatel.tj", "type": "business", "created": "2009-11-25", - "updated": "2020-07-22", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "185.121.0.0/24", @@ -2482483,7 +2480465,7 @@ "domain": "www.bdi.net.pl", "type": "isp", "created": "2010-01-15", - "updated": "2018-09-04", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "109.95.176.0/21", @@ -2482770,7 +2480752,7 @@ "domain": "intercable.ru", "type": "business", "created": "2010-01-29", - "updated": "2023-04-04", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "84.47.148.0/23", @@ -2483997,7 +2481979,7 @@ "domain": "alsatis.com", "type": "business", "created": "2010-02-17", - "updated": "2023-09-22", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "193.0.9.0/24" @@ -2485503,11 +2483485,11 @@ "descr": "BLUECHIP, GB", "country": "GB", "active": true, - "org": "Blue Chip Customer Engineering Ltd", + "org": "SERVICE EXPRESS EUROPE LIMITED", "domain": "serviceexpress.com", "type": "hosting", "created": "2010-06-04", - "updated": "2020-12-09", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "88.151.218.0/24", @@ -2486603,7 +2484585,7 @@ "domain": "www.inea.pl", "type": "business", "created": "2010-07-19", - "updated": "2017-11-15", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "178.212.24.0/21" @@ -2486670,9 +2484652,10 @@ "country": "UA", "active": true, "org": "Private Enterprise KTV AIDA", + "domain": "aida.net.ua", "type": "business", "created": "2010-07-26", - "updated": "2018-09-04", + "updated": "2023-10-08", "rir": "ripe", "prefixes": [ "195.226.213.0/24" @@ -2487801,7 +2485784,7 @@ "domain": "delta.bg", "type": "business", "created": "2011-01-24", - "updated": "2023-05-18", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "5.182.20.0/24", @@ -2487986,7 +2485969,7 @@ "domain": "www.sprintdatacenter.pl", "type": "hosting", "created": "2010-08-17", - "updated": "2023-07-17", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "46.29.16.0/21", @@ -2488515,7 +2486498,7 @@ "domain": "centrumdanych.asseco.cloud", "type": "business", "created": "2010-09-14", - "updated": "2018-09-04", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "91.217.204.0/24" @@ -2489000,7 +2486983,7 @@ "abuse": "abuse@rybnet.ru", "type": "isp", "created": "2010-10-07", - "updated": "2018-09-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "46.47.0.0/19", @@ -2489738,7 +2487721,7 @@ "domain": "rrt.ua", "type": "business", "created": "2011-06-17", - "updated": "2023-08-29", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "91.228.229.0/24" @@ -2490352,7 +2488335,7 @@ "org": "CBS-LAN S.A.", "domain": "cbslan.com", "abuse": "abuse@lancom.gr", - "type": "business", + "type": "hosting", "created": "2023-08-04", "updated": "2023-08-04", "rir": "ripe", @@ -2490677,12 +2488660,11 @@ "descr": "ASBESKYDNET, CZ", "country": "CZ", "active": true, - "org": "BT MEDIA INVEST s.r.o.", - "domain": "btmedia.cz", - "abuse": "servis@btmedia.cz", + "org": "Jiri Tlapak", + "domain": "tlapnet.cz", "type": "business", "created": "2010-11-19", - "updated": "2022-02-11", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "185.230.172.0/22" @@ -2490890,7 +2488872,7 @@ "domain": "www.urdn.com.ua", "type": "hosting", "created": "2010-11-24", - "updated": "2021-01-15", + "updated": "2023-10-24", "rir": "ripe", "prefixesIPv6": [ "2a0f:e580::/48" @@ -2490984,10 +2488966,11 @@ "country": "CN", "active": true, "org": "XuanMing Liu", - "abuse": "Wdnmd66661@gmail.com", + "domain": "xxvv.eu.org", + "abuse": "abuse@xxvv.eu.org", "type": "business", "created": "2023-08-01", - "updated": "2023-09-08", + "updated": "2023-10-20", "rir": "ripe", "prefixesIPv6": [ "2a0f:7803:ff10::/48", @@ -2491235,8 +2489218,8 @@ "country": "TR", "active": true, "org": "SUNUCUN BILGI ILETISIM TEKNOLOJILERI VE TICARET LIMITED SIRKETI", - "domain": "sunucun.com.tr", - "type": "business", + "domain": "www.sunucun.com.tr", + "type": "hosting", "created": "2023-07-31", "updated": "2023-07-31", "rir": "ripe", @@ -2491297,7 +2489280,7 @@ "domain": "biztel.ru", "type": "isp", "created": "2010-12-09", - "updated": "2023-03-21", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "46.183.176.0/21", @@ -2491559,7 +2489542,7 @@ "active": true, "org": "JONAS LEDER", "domain": "jonasled.de", - "type": "business", + "type": "hosting", "created": "2023-07-31", "updated": "2023-09-19", "rir": "ripe", @@ -2491682,11 +2489665,11 @@ "descr": "NERDSCAVE, DE", "country": "DE", "active": true, - "org": "Moritz Mantel", + "org": "Moritz Mantel trading as Nerdscave", "domain": "nerdscave.de", "type": "business", "created": "2023-07-31", - "updated": "2023-08-15", + "updated": "2023-09-23", "rir": "ripe", "prefixesIPv6": [ "2a06:de01:70::/48", @@ -2491798,7 +2489781,7 @@ "country": "ES", "active": true, "org": "SYSAD IT SERVICES SL", - "domain": "adsystems.es", + "domain": "www.adsystems.org", "type": "business", "created": "2023-07-28", "updated": "2023-07-28", @@ -2492012,7 +2489995,7 @@ "domain": "citytelecom.ru", "type": "business", "created": "2010-12-28", - "updated": "2018-09-04", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "176.114.64.0/19", @@ -2492068,7 +2490051,7 @@ "abuse": "abuse@kyivlink.com", "type": "business", "created": "2023-07-28", - "updated": "2023-08-23", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "31.129.247.0/24" @@ -2492277,11 +2490260,11 @@ "descr": "NBANKA, SI", "country": "SI", "active": true, - "org": "Sberbank banka d.d.", - "domain": "www.srb.europa.eu", + "org": "Nova Ljubljanska Banka d.d.", + "domain": "nlb.si", "type": "banking", "created": "2011-01-05", - "updated": "2023-05-11", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "91.220.240.0/24" @@ -2492578,7 +2490561,7 @@ "org": "Bart Hooft", "domain": "as.selfhostable.net", "abuse": "abuse@as.selfhostable.net", - "type": "business", + "type": "hosting", "created": "2023-07-27", "updated": "2023-08-30", "rir": "ripe", @@ -2493203,8 +2491186,8 @@ "country": "CZ", "active": true, "org": "NHK Solutions s.r.o.", - "domain": "nhk.cz", - "type": "hosting", + "domain": "www.nhksolutions.eu", + "type": "business", "created": "2011-02-09", "updated": "2020-11-16", "rir": "ripe", @@ -2493250,7 +2491233,7 @@ "domain": "www.cardifpinnacle.com", "type": "business", "created": "2011-02-10", - "updated": "2020-07-21", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "193.202.105.0/24" @@ -2493626,7 +2491609,7 @@ "active": true, "org": "Virtueon Solutions LLC", "domain": "virtueon.org", - "type": "business", + "type": "isp", "created": "2023-07-25", "updated": "2023-07-25", "rir": "ripe", @@ -2493767,7 +2491750,7 @@ "domain": "ismhdez.es", "type": "business", "created": "2023-07-25", - "updated": "2023-07-31", + "updated": "2023-10-07", "rir": "ripe", "prefixesIPv6": [ "2a0c:b641:a70::/48", @@ -2493801,9 +2491784,9 @@ "active": true, "org": "Nicolas Vidal", "domain": "as197609.net", - "type": "business", + "type": "isp", "created": "2023-07-25", - "updated": "2023-08-13", + "updated": "2023-10-06", "rir": "ripe", "prefixesIPv6": [ "2a12:dd47:101::/48" @@ -2494171,7 +2492154,7 @@ "active": true, "org": "Alec Hoefler", "domain": "a-hoefler.eu", - "type": "business", + "type": "hosting", "created": "2023-07-24", "updated": "2023-08-26", "rir": "ripe", @@ -2494317,7 +2492300,7 @@ "country": "DE", "active": true, "org": "Innofinity GmbH", - "domain": "innofinity.de", + "domain": "www.innofinity.de", "type": "business", "created": "2023-07-24", "updated": "2023-07-24", @@ -2494410,7 +2492393,7 @@ "country": "BG", "active": true, "org": "INERPS EOOD", - "domain": "inerps.eu", + "domain": "www.inerps.eu", "type": "business", "created": "2023-07-21", "updated": "2023-07-28", @@ -2494428,7 +2492411,7 @@ "domain": "cl8.com", "type": "hosting", "created": "2015-08-10", - "updated": "2023-06-12", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "85.239.40.0/23", @@ -2494450,7 +2492433,7 @@ "active": true, "org": "JUAN PORRO FLORES", "domain": "serversgame.es", - "type": "business", + "type": "hosting", "created": "2023-07-21", "updated": "2023-07-21", "rir": "ripe", @@ -2494582,7 +2492565,7 @@ "active": true, "org": "Florian Johannes Krieger", "domain": "krmail.dev", - "type": "business", + "type": "hosting", "created": "2023-07-21", "updated": "2023-07-23", "rir": "ripe", @@ -2494657,8 +2492640,8 @@ "country": "FR", "active": true, "org": "XEFI ENGINEERING BY NC2 SAS", - "domain": "nexeren.com", - "type": "business", + "domain": "www.nexeren.com", + "type": "hosting", "created": "2011-03-17", "updated": "2023-08-10", "rir": "ripe", @@ -2494850,7 +2492833,7 @@ "country": "GB", "active": true, "org": "Mr David John Benwell", - "domain": "it-communicationsltd.co.uk", + "domain": "www.it-communicationsltd.co.uk", "type": "business", "created": "2023-07-20", "updated": "2023-08-23", @@ -2494970,9 +2492953,9 @@ "country": "GB", "active": true, "org": "Onionring Limited", - "domain": "onionring.co.uk", + "domain": "onionring.cloud", "abuse": "info@onionring.co.uk", - "type": "business", + "type": "hosting", "created": "2023-07-20", "updated": "2023-07-20", "rir": "ripe", @@ -2494989,7 +2492972,7 @@ "domain": "kazteleport.kz", "type": "hosting", "created": "2011-03-25", - "updated": "2022-03-01", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "31.31.216.0/21", @@ -2495671,7 +2493654,7 @@ "domain": "www.keminet.net", "type": "hosting", "created": "2011-04-01", - "updated": "2023-09-18", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "31.171.152.0/21", @@ -2496119,9 +2494102,9 @@ "country": "VG", "active": true, "org": "BWE CAPITAL LIMITED", - "domain": "bwe.capital", + "domain": "www.bwe.capital", "abuse": "abuse@bwe.capital", - "type": "business", + "type": "hosting", "created": "2023-07-18", "updated": "2023-07-18", "rir": "ripe", @@ -2496432,7 +2494415,7 @@ "active": true, "org": "MERCAN NET BILISIM TEKNOLOJILERI TIC. LTD.STI.", "domain": "mercannet.com.tr", - "type": "business", + "type": "isp", "created": "2023-07-18", "updated": "2023-07-18", "rir": "ripe", @@ -2496727,7 +2494710,7 @@ "active": true, "org": "ZgoShop, Inc.", "domain": "zgovps.com", - "type": "business", + "type": "hosting", "created": "2023-07-17", "updated": "2023-07-17", "rir": "ripe", @@ -2496927,7 +2494910,7 @@ "country": "DE", "active": true, "org": "Chaostreff Dortmund e.V.", - "domain": "chaostreff-dortmund.de", + "domain": "www.chaostreff-dortmund.de", "type": "business", "created": "2023-07-14", "updated": "2023-07-14", @@ -2497398,7 +2495381,7 @@ "active": true, "org": "Malte Bittner", "domain": "as197814.net", - "type": "business", + "type": "isp", "created": "2023-07-13", "updated": "2023-08-24", "rir": "ripe", @@ -2497801,10 +2495784,10 @@ "active": true, "org": "Gas Connect Austria GmbH", "domain": "www.gasconnect.at", - "abuse": "KBC-Ripe@kapsch.net", + "abuse": "KBC-Ripe@k-business.com", "type": "business", "created": "2011-05-24", - "updated": "2020-05-25", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "91.227.130.0/24" @@ -2497905,8 +2495888,8 @@ "country": "TR", "active": true, "org": "Yusuf Baris Sarikaya trading as 'HOSTEGRO HOSTING SATIS'", - "domain": "hostegro.com", - "type": "business", + "domain": "www.hostegro.com", + "type": "banking", "created": "2023-07-11", "updated": "2023-07-11", "rir": "ripe", @@ -2498013,7 +2495996,7 @@ "country": "UA", "active": true, "org": "Classic Private University", - "domain": "flagman.zp.ua", + "domain": "www.flagman.zp.ua", "type": "education", "created": "2023-07-11", "updated": "2023-07-11", @@ -2498160,7 +2496143,7 @@ "abuse": "abuse@haruka.cloud", "type": "business", "created": "2023-07-07", - "updated": "2023-09-20", + "updated": "2023-10-07", "rir": "ripe", "prefixes": [ "89.213.166.0/24" @@ -2498301,7 +2496284,7 @@ "domain": "ibanpay.business.site", "type": "business", "created": "2011-06-03", - "updated": "2019-10-17", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "176.57.40.0/24", @@ -2498379,7 +2496362,7 @@ "domain": "www.icm.es", "type": "business", "created": "2011-06-07", - "updated": "2021-08-20", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "77.73.80.0/21", @@ -2498587,7 +2496570,7 @@ "active": true, "org": "Erik Stomp", "domain": "est-it.de", - "type": "business", + "type": "hosting", "created": "2023-07-06", "updated": "2023-07-25", "rir": "ripe", @@ -2498899,7 +2496882,7 @@ "org": "LAN SINGLE MEMBER P.C.", "domain": "balkangate.com", "abuse": "abuse@lancom.gr", - "type": "business", + "type": "hosting", "created": "2023-07-06", "updated": "2023-07-06", "rir": "ripe", @@ -2499126,7 +2497109,7 @@ "country": "AT", "active": true, "org": "Elektrizitaetswerke Frastanz GmbH", - "domain": "ewerke.at", + "domain": "www.ewerke.at", "type": "business", "created": "2023-07-05", "updated": "2023-07-05", @@ -2499164,7 +2497147,7 @@ "abuse": "ripencc@noahvdaa.me", "type": "business", "created": "2023-07-05", - "updated": "2023-08-31", + "updated": "2023-09-28", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc1:6200::/48", @@ -2499598,7 +2497581,7 @@ "domain": "luxoptica.ua", "type": "business", "created": "2011-10-21", - "updated": "2023-07-31", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "193.150.88.0/24" @@ -2499816,7 +2497799,7 @@ "abuse": "info@mega.net.ru", "type": "business", "created": "2023-07-03", - "updated": "2023-09-21", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "217.25.80.0/22" @@ -2500689,7 +2498672,7 @@ "country": "CZ", "active": true, "org": "Ceznet sro", - "domain": "ketnet.cz", + "domain": "www.ketnet.cz", "abuse": "info@ketnet.cz", "type": "business", "created": "2011-08-17", @@ -2500905,7 +2498888,7 @@ "domain": "www.plskthx.de", "type": "hosting", "created": "2023-06-23", - "updated": "2023-08-29", + "updated": "2023-10-25", "rir": "ripe", "prefixesIPv6": [ "2a0e:97c0:d00::/44", @@ -2500975,7 +2498958,7 @@ "active": true, "org": "DataCrunch Oy", "domain": "datacrunch.io", - "type": "business", + "type": "hosting", "created": "2023-06-23", "updated": "2023-07-26", "rir": "ripe", @@ -2501980,7 +2499963,7 @@ "domain": "system32.uk", "type": "business", "created": "2023-06-19", - "updated": "2023-06-19", + "updated": "2023-10-21", "rir": "ripe", "prefixesIPv6": [ "2a13:df80:800::/38" @@ -2502380,7 +2500363,7 @@ "domain": "www.koop.cz", "type": "business", "created": "2012-02-07", - "updated": "2022-11-25", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.52.216.0/22", @@ -2502644,7 +2500627,7 @@ "country": "FI", "active": true, "org": "SGN Group Oy", - "domain": "sgn.fi", + "domain": "www.sgn.fi", "type": "business", "created": "2023-06-14", "updated": "2023-06-14", @@ -2502865,11 +2500848,12 @@ "descr": "BITREE-AS, RU", "country": "RU", "active": true, - "org": "OOO Bitree Networks", - "domain": "bitree.ru", + "org": "OOO GETWIFI", + "domain": "getwi.fi", + "abuse": "getwi.fi@getwi.fi", "type": "business", "created": "2011-10-11", - "updated": "2022-10-25", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "193.161.193.0/24" @@ -2504292,7 +2502276,7 @@ "domain": "www.westherts.ac.uk", "type": "education", "created": "2011-11-18", - "updated": "2023-09-19", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "194.246.79.0/24" @@ -2504449,7 +2502433,7 @@ "abuse": "ripe@sixnet.ltd", "type": "hosting", "created": "2023-06-08", - "updated": "2023-07-21", + "updated": "2023-10-06", "rir": "ripe", "prefixesIPv6": [ "2a0c:b641:a30::/44", @@ -2504520,7 +2502504,7 @@ "country": "TR", "active": true, "org": "BILYONER INTERAKTIF HIZMETLER ANONIM SIRKETI", - "domain": "bilyoner.com", + "domain": "www.bilyoner.com", "type": "business", "created": "2023-06-08", "updated": "2023-06-08", @@ -2504568,7 +2502552,7 @@ "domain": "www.ollink.fr", "type": "isp", "created": "2011-11-23", - "updated": "2022-10-31", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "80.245.34.0/24", @@ -2504775,7 +2502759,7 @@ "domain": "www.leotel.com.ua", "type": "business", "created": "2011-11-25", - "updated": "2023-06-21", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "91.232.240.0/24", @@ -2505341,7 +2503325,7 @@ "domain": "websas.hu", "type": "hosting", "created": "2011-12-01", - "updated": "2023-08-25", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "91.233.21.0/24" @@ -2505601,7 +2503585,7 @@ "domain": "ulcm.ru", "type": "business", "created": "2011-12-06", - "updated": "2023-08-04", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.86.132.0/22", @@ -2505714,10 +2503698,10 @@ "active": true, "org": "Pinjia Zhao", "domain": "oracle.icu", - "abuse": "abuse@oracle.icu", + "abuse": "abuse@pigeontele.com", "type": "business", "created": "2023-06-02", - "updated": "2023-09-17", + "updated": "2023-10-16", "rir": "ripe", "prefixesIPv6": [ "2a0e:b107:f4a::/48", @@ -2506495,7 +2504479,7 @@ "domain": "www.egp.cloud", "type": "hosting", "created": "2011-12-21", - "updated": "2021-06-07", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "88.151.120.0/21", @@ -2506681,7 +2504665,7 @@ "active": true, "org": "NETH LTD", "domain": "netx.hosting", - "type": "business", + "type": "hosting", "created": "2023-05-31", "updated": "2023-05-31", "rir": "ripe", @@ -2507427,7 +2505411,7 @@ "country": "ES", "active": true, "org": "RENTEL WIFI, S.L.", - "domain": "rentelwifi.com", + "domain": "rentel.pro", "type": "business", "created": "2023-05-30", "updated": "2023-05-30", @@ -2507545,7 +2505529,7 @@ "domain": "gbshouse.com", "type": "hosting", "created": "2012-06-27", - "updated": "2023-07-26", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "176.124.112.0/24", @@ -2508911,7 +2506895,7 @@ "domain": "2adventure-studios.com", "type": "hosting", "created": "2023-05-23", - "updated": "2023-07-01", + "updated": "2023-09-24", "rir": "ripe", "prefixesIPv6": [ "2a0e:8f02:2261::/48" @@ -2509433,7 +2507417,7 @@ "domain": "xtdef.com", "type": "business", "created": "2023-05-22", - "updated": "2023-08-02", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "84.32.223.0/24", @@ -2509893,7 +2507877,7 @@ "domain": "icomtex.ru", "type": "business", "created": "2012-03-01", - "updated": "2023-06-06", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "81.162.0.0/20", @@ -2510177,7 +2508161,7 @@ "active": true, "org": "Anthony Billon", "domain": "lewarpy.fr", - "type": "business", + "type": "hosting", "created": "2023-05-12", "updated": "2023-08-18", "rir": "ripe", @@ -2510663,7 +2508647,7 @@ "domain": "elytrium.net", "type": "hosting", "created": "2023-05-10", - "updated": "2023-09-19", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "5.105.10.0/24" @@ -2510762,7 +2508746,7 @@ "domain": "ibakerserver.pt", "type": "hosting", "created": "2023-05-10", - "updated": "2023-09-18", + "updated": "2023-10-19", "rir": "ripe", "prefixesIPv6": [ "2a12:bec0:330::/48", @@ -2510799,7 +2508783,7 @@ "domain": "westcall.spb.ru", "type": "business", "created": "2012-03-19", - "updated": "2023-02-02", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.236.252.0/24", @@ -2511943,7 +2509927,7 @@ "country": "RS", "active": true, "org": "Eurobank Direktna a.d.", - "domain": "direktnabanka.rs", + "domain": "www.eurobank.gr", "type": "banking", "created": "2012-04-03", "updated": "2021-02-08", @@ -2512420,11 +2510404,11 @@ "descr": "NETIWAN-AS, FR", "country": "FR", "active": true, - "org": "NETIWAN SAS", - "domain": "www.netiwan.fr", + "org": "Eurofiber France SAS", + "domain": "eurofiber.com", "type": "business", "created": "2012-04-13", - "updated": "2023-09-07", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "45.88.140.0/22", @@ -2512558,7 +2510542,7 @@ "active": true, "org": "Fibrecast Ltd.", "domain": "fibrecast.uk", - "type": "business", + "type": "isp", "created": "2023-05-01", "updated": "2023-05-01", "rir": "ripe", @@ -2514105,7 +2512089,7 @@ "abuse": "abuse@intercloud-digital.com", "type": "business", "created": "2023-04-21", - "updated": "2023-06-19", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "188.255.200.0/24" @@ -2514324,7 +2512308,7 @@ "abuse": "d.shestov@allons.kz", "type": "business", "created": "2023-04-20", - "updated": "2023-04-20", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "92.38.28.0/24", @@ -2514610,8 +2512594,8 @@ "country": "PL", "active": true, "org": "Krucza Inwestycje spolka z o.o.", - "domain": "beyond.pl", - "type": "business", + "domain": "www.beyond.pl", + "type": "hosting", "created": "2012-05-24", "updated": "2023-07-24", "rir": "ripe", @@ -2514650,7 +2512634,7 @@ "domain": "verycloud.fr", "type": "hosting", "created": "2023-04-19", - "updated": "2023-09-06", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "194.5.64.0/24" @@ -2515215,8 +2513199,8 @@ "country": "PL", "active": true, "org": "PRESS-SERVICE Monitoring Mediow sp. z o.o.", - "domain": "press-service.com.pl", - "type": "hosting", + "domain": "psmm.pl", + "type": "business", "created": "2012-09-11", "updated": "2018-09-04", "rir": "ripe", @@ -2515230,7 +2513214,7 @@ "country": "SE", "active": true, "org": "Crossnet AB", - "domain": "crossnet.net", + "domain": "www.crossnet.se", "type": "business", "created": "2023-04-17", "updated": "2023-04-17", @@ -2515655,7 +2513639,7 @@ "country": "DE", "active": true, "org": "ITF-Systemhaus GmbH", - "domain": "anschlusswerk.de", + "domain": "www.anschlusswerk.de", "type": "business", "created": "2023-04-14", "updated": "2023-04-14", @@ -2516067,7 +2514051,7 @@ "abuse": "abuse@rybnet.ru", "type": "business", "created": "2012-06-20", - "updated": "2018-09-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "46.47.62.0/23", @@ -2516140,7 +2514124,7 @@ "domain": "konzola.net", "type": "business", "created": "2023-04-13", - "updated": "2023-08-22", + "updated": "2023-10-11", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc7:ba00::/39", @@ -2516767,7 +2514751,7 @@ "domain": "proton66.ru", "type": "business", "created": "2023-04-06", - "updated": "2023-04-06", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "45.134.26.0/24", @@ -2516786,7 +2514770,7 @@ "domain": "thisisch.net", "type": "business", "created": "2023-04-06", - "updated": "2023-04-06", + "updated": "2023-10-14", "rir": "ripe", "prefixesIPv6": [ "2a12:dd47:5e20::/44" @@ -2516801,7 +2514785,7 @@ "domain": "westcall.spb.ru", "type": "banking", "created": "2012-06-29", - "updated": "2023-06-26", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.240.155.0/24" @@ -2517265,7 +2515249,7 @@ "active": true, "org": "Joseph Hofmann trading as 'Tornado Datacenter GmbH & Co. KG'", "domain": "tornadodc.com", - "type": "business", + "type": "hosting", "created": "2023-04-06", "updated": "2023-08-14", "rir": "ripe", @@ -2517309,7 +2515293,7 @@ "abuse": "abuse@aquilenet.fr", "type": "business", "created": "2012-07-06", - "updated": "2023-06-16", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "45.67.80.0/23", @@ -2517557,7 +2515541,7 @@ "domain": "westcall.spb.ru", "type": "business", "created": "2012-07-13", - "updated": "2022-09-16", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.241.43.0/24" @@ -2517625,7 +2515609,7 @@ "country": "KG", "active": true, "org": "CSI CJSC", - "domain": "cardstandard.kg", + "domain": "csi-processing.com", "abuse": "abuse@cardstandard.kg", "type": "business", "created": "2023-03-31", @@ -2518373,7 +2516357,7 @@ "country": "AM", "active": true, "org": "SOFT CONSTRUCT CJSC", - "domain": "betconstruct.com", + "domain": "www.betconstruct.com", "abuse": "team.webmaster@betconstruct.com", "type": "business", "created": "2012-07-31", @@ -2519625,7 +2517609,7 @@ "domain": "at.com.ru", "type": "business", "created": "2012-08-22", - "updated": "2023-06-13", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "195.114.112.0/24" @@ -2520100,8 +2518084,8 @@ "country": "GB", "active": true, "org": "HostHive LTD", - "domain": "hosthive.uk", - "type": "business", + "domain": "hhive.co.uk", + "type": "hosting", "created": "2023-03-24", "updated": "2023-08-17", "rir": "ripe", @@ -2520185,7 +2518169,7 @@ "domain": "zinov.com", "type": "business", "created": "2023-03-23", - "updated": "2023-03-23", + "updated": "2023-09-23", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc7:ee00::/40", @@ -2520312,7 +2518296,7 @@ "active": true, "org": "IMIMOBILE INTELLIGENT NETWORKS LIMITED", "domain": "infracast.com", - "type": "hosting", + "type": "isp", "created": "2012-09-19", "updated": "2021-01-21", "rir": "ripe", @@ -2521943,7 +2519927,7 @@ "country": "TJ", "active": true, "org": "CJSC Spitamen Bank", - "domain": "spitamen.com", + "domain": "www.spitamenbank.tj", "type": "banking", "created": "2023-03-20", "updated": "2023-03-20", @@ -2522039,7 +2520023,7 @@ "domain": "www.qingfong.com", "type": "hosting", "created": "2023-03-20", - "updated": "2023-07-05", + "updated": "2023-10-14", "rir": "ripe", "prefixesIPv6": [ "2406:840:9680::/44", @@ -2522293,9 +2520277,9 @@ "country": "EE", "active": true, "org": "Ekspress Grupp AS", - "domain": "www.delfi.ee", + "domain": "www.egrupp.ee", "abuse": "abuse@delfi.ee", - "type": "business", + "type": "hosting", "created": "2013-03-08", "updated": "2023-03-09", "rir": "ripe", @@ -2522830,7 +2520814,7 @@ "domain": "www.wishnet.it", "type": "isp", "created": "2013-02-25", - "updated": "2023-05-31", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.17.20.0/22", @@ -2523162,9 +2521146,10 @@ "active": true, "org": "Regency Entertainment S.A.", "domain": "www.regency.gr", + "abuse": "abuse@dataways.gr", "type": "business", "created": "2013-02-15", - "updated": "2018-09-04", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "213.140.140.0/23", @@ -2523224,7 +2521209,7 @@ "domain": "seqto.net", "type": "business", "created": "2023-03-16", - "updated": "2023-03-16", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "23.26.224.0/24" @@ -2523663,7 +2521648,7 @@ "abuse": "abuse@nko.sh", "type": "business", "created": "2023-05-10", - "updated": "2023-09-16", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "89.33.12.0/24" @@ -2523676,7 +2521661,7 @@ "active": true, "org": "Association YORKHOST", "domain": "yorkhost.fr", - "type": "business", + "type": "hosting", "created": "2023-03-15", "updated": "2023-05-11", "rir": "ripe", @@ -2523960,7 +2521945,7 @@ "domain": "koncar-inem.hr", "type": "business", "created": "2013-01-22", - "updated": "2018-09-04", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "31.45.241.0/24" @@ -2524016,7 +2522001,7 @@ "abuse": "abuse@4eva.org", "type": "business", "created": "2023-03-14", - "updated": "2023-09-01", + "updated": "2023-10-22", "rir": "ripe", "prefixesIPv6": [ "2a13:b487:1bb0::/48", @@ -2524560,7 +2522545,7 @@ "domain": "s5b.org", "type": "business", "created": "2023-03-14", - "updated": "2023-04-14", + "updated": "2023-10-06", "rir": "ripe", "prefixesIPv6": [ "2a13:fc80::/32" @@ -2525217,7 +2523202,7 @@ "domain": "s1networks.fi", "type": "business", "created": "2012-12-19", - "updated": "2023-06-13", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "45.8.128.0/22", @@ -2525385,7 +2523370,7 @@ "abuse": "abuse@as199518.net", "type": "business", "created": "2023-03-10", - "updated": "2023-07-28", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "44.31.140.0/24", @@ -2526387,7 +2524372,7 @@ "domain": "bachofen.net", "type": "business", "created": "2012-11-27", - "updated": "2021-05-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "5.57.200.0/21", @@ -2526461,7 +2524446,7 @@ "domain": "bloomberg.net", "type": "business", "created": "2012-11-26", - "updated": "2018-10-01", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "185.10.116.0/24", @@ -2526993,8 +2524978,8 @@ "country": "NL", "active": true, "org": "Assembly B.V.", - "domain": "assembly.nl", - "type": "business", + "domain": "www.nebul.com", + "type": "hosting", "created": "2023-07-06", "updated": "2023-07-06", "rir": "ripe", @@ -2527204,7 +2525189,7 @@ "domain": "av.ru", "type": "business", "created": "2012-11-09", - "updated": "2018-09-04", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "195.19.210.0/24" @@ -2527801,7 +2525786,7 @@ "active": true, "org": "REDMAX IT SOLUTIONS LTD", "domain": "redmaxtech.com", - "type": "business", + "type": "isp", "created": "2023-03-02", "updated": "2023-03-02", "rir": "ripe", @@ -2528090,11 +2526075,11 @@ "descr": "TELITEC, ES", "country": "ES", "active": true, - "org": "Telitec Connections S.L.", - "domain": "www.telitec.com", + "org": "AVATEL TELECOM, SA", + "domain": "avatel.es", "type": "isp", "created": "2012-10-24", - "updated": "2020-01-15", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "94.177.148.0/23", @@ -2528226,7 +2526211,7 @@ "domain": "westcall.spb.ru", "type": "business", "created": "2012-10-22", - "updated": "2022-06-09", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "109.167.254.0/24" @@ -2528704,7 +2526689,7 @@ "domain": "as199689.net", "type": "business", "created": "2023-02-27", - "updated": "2023-09-14", + "updated": "2023-10-15", "rir": "ripe", "prefixesIPv6": [ "2a0c:9a40:81f9::/48", @@ -2528821,7 +2526806,7 @@ "domain": "www.gam-group.net", "type": "hosting", "created": "2023-02-24", - "updated": "2023-05-26", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "37.140.247.0/24" @@ -2528891,7 +2526876,7 @@ "domain": "netly.gg", "type": "business", "created": "2023-02-23", - "updated": "2023-09-12", + "updated": "2023-10-05", "rir": "ripe", "prefixesIPv6": [ "2a0c:9a40:8210::/44" @@ -2529796,7 +2527781,7 @@ "country": "BG", "active": true, "org": "Honeywell EOOD", - "domain": "honeywell.com", + "domain": "www.honeywell.com", "type": "business", "created": "2014-02-06", "updated": "2023-08-04", @@ -2529893,7 +2527878,7 @@ "domain": "hostaris.com", "type": "hosting", "created": "2023-02-21", - "updated": "2023-05-24", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "45.158.9.0/24", @@ -2530364,8 +2528349,8 @@ "country": "DK", "active": true, "org": "ONE Marketing A/S", - "domain": "onemarketing.dk", - "type": "hosting", + "domain": "www.onemarketing.dk", + "type": "business", "created": "2014-01-22", "updated": "2023-04-01", "rir": "ripe", @@ -2530613,7 +2528598,7 @@ "abuse": "abuse@wifx.net", "type": "isp", "created": "2014-01-17", - "updated": "2023-03-30", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "109.237.60.0/22", @@ -2531201,7 +2529186,7 @@ "domain": "www.blackpolar.de", "type": "hosting", "created": "2023-02-15", - "updated": "2023-08-29", + "updated": "2023-09-23", "rir": "ripe", "prefixes": [ "45.86.153.0/24", @@ -2532373,7 +2530358,7 @@ "abuse": "abuse@netzwerge.de", "type": "hosting", "created": "2013-12-03", - "updated": "2023-09-14", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "185.41.106.0/24", @@ -2532513,7 +2530498,7 @@ "domain": "d-v.ru", "type": "business", "created": "2013-11-29", - "updated": "2023-01-30", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "92.43.152.0/24", @@ -2532721,7 +2530706,7 @@ "org": "Maxime PONSART", "domain": "as199956.net", "abuse": "security@as199956.net", - "type": "business", + "type": "hosting", "created": "2023-02-09", "updated": "2023-08-31", "rir": "ripe", @@ -2532796,7 +2530781,7 @@ "org": "Emrick BARRAUD", "type": "business", "created": "2023-02-08", - "updated": "2023-09-18", + "updated": "2023-10-01", "rir": "ripe", "prefixesIPv6": [ "2a05:b0c7:101::/48", @@ -2533155,7 +2531140,7 @@ "country": "PS", "active": true, "org": "Palestine Islamic Bank Public shareholding company", - "domain": "islamicbank.ps", + "domain": "www.islamicbank.ps", "type": "banking", "created": "2023-02-07", "updated": "2023-02-07", @@ -2533386,7 +2531371,7 @@ "domain": "omegatelecom.ua", "type": "isp", "created": "2013-11-07", - "updated": "2023-09-15", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "79.98.240.0/23", @@ -2533732,7 +2531717,7 @@ "domain": "livetex.ru", "type": "business", "created": "2013-10-31", - "updated": "2021-03-19", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "185.39.80.0/23" @@ -2533964,7 +2531949,7 @@ "domain": "www.qonnected.nl", "type": "hosting", "created": "2013-10-29", - "updated": "2019-11-26", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "45.82.184.0/22", @@ -2534974,7 +2532959,7 @@ "domain": "www.sub6.com", "type": "hosting", "created": "2013-10-15", - "updated": "2022-12-08", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "62.182.16.0/21", @@ -2535834,7 +2533819,7 @@ "domain": "noc.netone.nl", "type": "business", "created": "2023-01-26", - "updated": "2023-04-05", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "195.95.177.0/24" @@ -2535897,10 +2533882,9 @@ "active": true, "org": "LibraHost", "domain": "librahost.fr", - "abuse": "abuse@dyjix.eu", "type": "hosting", "created": "2023-01-26", - "updated": "2023-08-30", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "163.5.143.0/24" @@ -2536659,7 +2534643,7 @@ "country": "NL", "active": true, "org": "Surfboard Holding BV", - "domain": "startpage.com", + "domain": "www.startpage.com", "type": "business", "created": "2023-01-23", "updated": "2023-07-24", @@ -2537217,7 +2535201,7 @@ "org": "Lars Jannick Volkers trading as Etheron Hosting", "domain": "etheron.nl", "abuse": "abuse@etheron.nl", - "type": "business", + "type": "hosting", "created": "2023-01-11", "updated": "2023-07-31", "rir": "ripe", @@ -2537321,11 +2535305,11 @@ "descr": "CYBERNETWORKS, NL", "country": "NL", "active": true, - "org": "Tom van den Heuvel", + "org": "T. van den Heuvel Holding B.V.", "domain": "cybernetworks.nl", - "type": "isp", + "type": "business", "created": "2023-01-06", - "updated": "2023-06-02", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "194.31.131.0/24" @@ -2537369,7 +2535353,7 @@ "domain": "fredericallain.fr", "type": "hosting", "created": "2023-01-06", - "updated": "2023-03-06", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "45.137.27.0/24" @@ -2537406,7 +2535390,7 @@ "abuse": "info@bogahost.com.tr", "type": "isp", "created": "2023-01-05", - "updated": "2023-08-18", + "updated": "2023-10-14", "rir": "ripe", "prefixes": [ "194.87.86.0/24" @@ -2537450,12 +2535434,12 @@ "asn": "200242", "descr": "HAZEL-NET Personal network of Hazel, an IPv6 enthusiast from", "active": true, - "org": "AS200242 Ltd.", + "org": "Hazel Reimer", "domain": "as200242.net", "abuse": "h@as200242.net", - "type": "hosting", + "type": "business", "created": "2023-01-05", - "updated": "2023-09-08", + "updated": "2023-10-11", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc2::/48", @@ -2537554,7 +2535538,7 @@ "domain": "www.productsup.com", "type": "business", "created": "2023-01-04", - "updated": "2023-01-05", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "185.252.140.0/22" @@ -2537634,7 +2535618,7 @@ "org": "Yue Cao", "domain": "haruue.net", "abuse": "abuse@haruue.net", - "type": "business", + "type": "hosting", "created": "2022-12-30", "updated": "2023-01-02", "rir": "ripe", @@ -2537778,7 +2535762,7 @@ "domain": "redekampoz.es", "type": "business", "created": "2022-12-27", - "updated": "2023-05-31", + "updated": "2023-09-30", "rir": "ripe", "prefixesIPv6": [ "2001:67c:b68::/48", @@ -2538097,7 +2536081,7 @@ "domain": "e-dag.ru", "type": "government", "created": "2018-08-13", - "updated": "2020-11-16", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "193.232.252.0/24" @@ -2538146,7 +2536130,7 @@ "domain": "www.acs-solutions.de", "type": "hosting", "created": "2018-08-10", - "updated": "2023-06-12", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "193.141.225.0/24", @@ -2538227,7 +2536211,7 @@ "domain": "lumaserv.com", "type": "hosting", "created": "2018-08-10", - "updated": "2023-07-20", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "45.67.138.0/24", @@ -2538894,7 +2536878,7 @@ "country": "NL", "active": true, "org": "BMC Software Distribution BV", - "domain": "bmc.com", + "domain": "www.bmc.com", "type": "business", "created": "2022-12-21", "updated": "2022-12-21", @@ -2538995,7 +2536979,7 @@ "abuse": "cloud-abuse@yandex-team.ru", "type": "business", "created": "2018-08-02", - "updated": "2022-09-15", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "51.250.0.0/17", @@ -2539038,7 +2537022,7 @@ "domain": "as200351.net", "type": "isp", "created": "2022-12-21", - "updated": "2023-09-10", + "updated": "2023-10-07", "rir": "ripe", "prefixes": [ "23.160.152.0/24" @@ -2540048,7 +2538032,7 @@ "domain": "1stonlinesolutions.com", "type": "business", "created": "2015-07-07", - "updated": "2021-03-24", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.107.228.0/24", @@ -2540454,7 +2538438,7 @@ "domain": "glhnetsolutions.fi", "type": "business", "created": "2015-07-01", - "updated": "2020-11-16", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "195.244.88.0/23" @@ -2540604,7 +2538588,7 @@ "abuse": "abuse@leitecastro.com", "type": "business", "created": "2022-12-19", - "updated": "2023-09-04", + "updated": "2023-09-24", "rir": "ripe", "prefixes": [ "23.147.168.0/24" @@ -2541273,7 +2539257,7 @@ "domain": "fastvps.ru", "type": "business", "created": "2015-06-23", - "updated": "2023-07-28", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "5.183.188.0/24", @@ -2541415,7 +2539399,7 @@ "domain": "gov35.ru", "type": "business", "created": "2018-07-23", - "updated": "2021-12-27", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "91.207.5.0/24" @@ -2542004,7 +2539988,7 @@ "domain": "initlab.org", "type": "business", "created": "2015-06-11", - "updated": "2021-03-31", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "85.14.7.0/24", @@ -2543112,7 +2541096,7 @@ "org": "PROSPERO OOO", "type": "business", "created": "2022-12-12", - "updated": "2023-03-23", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.215.85.0/24" @@ -2543124,8 +2541108,8 @@ "country": "PL", "active": true, "org": "SOFT PARTNER SZCZYPIORSKI SPOLKA JAWNA", - "domain": "www.kk.com.pl", - "type": "hosting", + "domain": "kk.com.pl", + "type": "isp", "created": "2015-05-27", "updated": "2020-11-16", "rir": "ripe", @@ -2543191,8 +2541175,8 @@ "country": "US", "active": true, "org": "Lunarnaut, LLC", - "domain": "lunarnaut.com", - "type": "business", + "domain": "manage.lunarnaut.com", + "type": "banking", "created": "2022-12-12", "updated": "2023-04-20", "rir": "ripe", @@ -2543632,9 +2541616,9 @@ "country": "BA", "active": true, "org": "Sulejmani Sefik", - "domain": "palmbox.online", + "domain": "www.palmbox.online", "abuse": "abuse@palmbox.online", - "type": "business", + "type": "hosting", "created": "2023-08-11", "updated": "2023-08-11", "rir": "ripe", @@ -2544013,11 +2541997,11 @@ "descr": "PAGEUP, CH", "country": "CH", "active": true, - "org": "PageUp AG", + "org": "Netrics Bern AG", "domain": "pageup.ch", - "type": "hosting", + "type": "business", "created": "2015-05-15", - "updated": "2021-01-27", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "185.67.196.0/22" @@ -2544274,7 +2542258,7 @@ "domain": "sipuni.com", "type": "business", "created": "2015-05-12", - "updated": "2020-11-16", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "193.227.98.0/24", @@ -2544773,7 +2542757,7 @@ "domain": "dijlaisp.com", "type": "isp", "created": "2015-05-04", - "updated": "2023-09-21", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "45.134.240.0/24", @@ -2544804,7 +2542788,7 @@ "domain": "www.global.ba", "type": "hosting", "created": "2015-05-04", - "updated": "2023-09-21", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "45.156.248.0/22", @@ -2545292,7 +2543276,7 @@ "domain": "azintelecom.az", "type": "isp", "created": "2015-04-28", - "updated": "2022-11-29", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "5.191.240.0/20", @@ -2546148,7 +2544132,7 @@ "domain": "www.informaticafuentealbilla.com", "type": "business", "created": "2015-04-20", - "updated": "2018-09-04", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "89.38.176.0/22", @@ -2547132,7 +2545116,7 @@ "abuse": "abuse@thosting.cz", "type": "hosting", "created": "2015-04-07", - "updated": "2023-08-28", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "185.18.28.0/22" @@ -2548155,7 +2546139,7 @@ "domain": "www.d-velop.de", "type": "business", "created": "2015-03-30", - "updated": "2019-10-25", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "185.87.176.0/22" @@ -2548930,7 +2546914,7 @@ "country": "CN", "active": true, "org": "Jianfeng Ren", - "domain": "www.isk.one", + "domain": "isk.one", "abuse": "Abuse@isk.one", "type": "business", "created": "2022-12-05", @@ -2549584,7 +2547568,7 @@ "domain": "rttv.ru", "type": "business", "created": "2015-03-10", - "updated": "2020-11-16", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "185.79.236.0/24" @@ -2549975,7 +2547959,7 @@ "domain": "leitecastro.com", "type": "business", "created": "2022-12-08", - "updated": "2023-04-27", + "updated": "2023-10-26", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc7:2600::/39" @@ -2550280,12 +2548264,11 @@ "descr": "CENTRIXLTD, GB", "country": "GB", "active": true, - "org": "Centrix Ltd", - "domain": "www.adept.co.uk", - "abuse": "ripe.abuse@adept.co.uk", - "type": "business", + "org": "Wavenet Limited", + "domain": "wavenetuk.com", + "type": "isp", "created": "2015-03-02", - "updated": "2021-12-16", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "185.90.3.0/24" @@ -2550598,7 +2548581,7 @@ "domain": "yan.lv", "type": "hosting", "created": "2022-12-01", - "updated": "2023-08-17", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "178.250.187.0/24" @@ -2551188,7 +2549171,7 @@ "domain": "www.en.eot.pl", "type": "business", "created": "2015-02-18", - "updated": "2023-05-11", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "185.28.176.0/24", @@ -2552440,11 +2550423,11 @@ "descr": "AVELIA, IT", "country": "IT", "active": true, - "org": "Mioindirizzo S.r.l.", + "org": "AVELIA SRL", "domain": "www.avelia.it", "type": "hosting", "created": "2015-01-28", - "updated": "2022-04-21", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "185.82.224.0/22", @@ -2553834,7 +2551817,7 @@ "domain": "teraline.kz", "type": "isp", "created": "2022-11-24", - "updated": "2022-11-24", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "46.8.149.0/24", @@ -2553880,7 +2551863,7 @@ "active": true, "org": "VoipTel Italia S.r.l.", "domain": "voiptelitalia.it", - "type": "business", + "type": "isp", "created": "2022-11-24", "updated": "2022-11-24", "rir": "ripe", @@ -2553909,11 +2551892,11 @@ "descr": "KBC-MESSEWIEN, AT", "country": "AT", "active": true, - "org": "Kapsch BusinessCom AG", - "domain": "www.kapsch.net", - "type": "business", + "org": "K-Businesscom AG", + "domain": "www.k-business.com", + "type": "hosting", "created": "2018-07-10", - "updated": "2018-09-04", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "185.85.64.0/24" @@ -2554215,7 +2552198,7 @@ "domain": "datalogistics.lt", "type": "business", "created": "2014-12-23", - "updated": "2023-08-08", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "81.16.233.0/24", @@ -2555950,7 +2553933,7 @@ "org": "SIA BFA", "type": "business", "created": "2014-11-25", - "updated": "2023-09-22", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "85.254.48.0/24" @@ -2557612,9 +2555595,9 @@ "country": "RU", "active": true, "org": "OOO DELTA-ELECTRONICS", - "domain": "i-delta.net", + "domain": "www.i-delta.net", "abuse": "abuse@i-delta.net", - "type": "business", + "type": "isp", "created": "2022-11-11", "updated": "2023-05-25", "rir": "ripe", @@ -2557959,7 +2555942,7 @@ "domain": "eib.org", "type": "banking", "created": "2014-10-27", - "updated": "2018-09-04", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "193.168.41.0/24", @@ -2558619,7 +2556602,7 @@ "domain": "www.himkismi.ru", "type": "business", "created": "2018-06-29", - "updated": "2018-09-04", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "94.143.164.0/22" @@ -2559177,7 +2557160,7 @@ "domain": "westcall.spb.ru", "type": "business", "created": "2014-10-06", - "updated": "2022-09-22", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "109.167.251.0/24" @@ -2560304,7 +2558287,7 @@ "domain": "edgeam.am", "type": "hosting", "created": "2022-11-04", - "updated": "2022-11-04", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "5.101.36.0/24", @@ -2560382,7 +2558365,7 @@ "abuse": "abuse@mihtv.ru", "type": "business", "created": "2014-09-12", - "updated": "2020-11-16", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "95.46.197.0/24", @@ -2561659,7 +2559642,7 @@ "abuse": "abuse@nuxt.cloud", "type": "business", "created": "2022-11-02", - "updated": "2023-08-15", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "80.66.87.0/24", @@ -2561927,7 +2559910,7 @@ "domain": "lamerdict.com", "type": "isp", "created": "2014-08-13", - "updated": "2021-03-10", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.66.228.0/24", @@ -2561950,7 +2559933,7 @@ "domain": "ratinpardazesh.com", "type": "business", "created": "2015-02-25", - "updated": "2022-11-11", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "45.146.240.0/24", @@ -2562030,9 +2560013,10 @@ "active": true, "org": "SEMAPHOR", "domain": "www.semaphor.dk", + "abuse": "abuse@semaphor.dk", "type": "hosting", "created": "2018-06-28", - "updated": "2022-06-20", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "45.156.8.0/22", @@ -2562196,7 +2560180,7 @@ "domain": "servicepipe.ru", "type": "hosting", "created": "2014-08-07", - "updated": "2022-12-09", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "91.206.127.0/24", @@ -2562475,7 +2560459,7 @@ "domain": "van-der-meijden.com", "type": "business", "created": "2014-08-01", - "updated": "2023-02-28", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.54.95.0/24" @@ -2562955,7 +2560939,7 @@ "domain": "supercellnetwork.com", "type": "business", "created": "2018-06-27", - "updated": "2023-08-31", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "82.129.16.0/24", @@ -2563096,7 +2561080,7 @@ "abuse": "abuse@tol.ru", "type": "banking", "created": "2014-07-24", - "updated": "2019-11-25", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "217.198.14.0/24", @@ -2563364,7 +2561348,7 @@ "abuse": "abuse@miranda-media.ru", "type": "business", "created": "2014-07-16", - "updated": "2023-09-06", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "2.63.144.0/20", @@ -2563507,7 +2561491,7 @@ "domain": "pinspb.ru", "type": "business", "created": "2014-07-15", - "updated": "2019-12-24", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "146.185.246.0/23" @@ -2564475,7 +2562459,7 @@ "domain": "www.petitpress.sk", "type": "business", "created": "2014-06-27", - "updated": "2020-05-05", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "185.63.156.0/24", @@ -2565641,7 +2563625,7 @@ "domain": "anderstb.dk", "type": "business", "created": "2023-06-12", - "updated": "2023-08-02", + "updated": "2023-10-19", "rir": "ripe", "prefixesIPv6": [ "2a0e:97c0:ae0::/44" @@ -2565698,7 +2563682,7 @@ "domain": "avosend.tech", "type": "business", "created": "2014-06-04", - "updated": "2023-08-29", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "185.59.216.0/24" @@ -2566332,7 +2564316,7 @@ "domain": "beaonline.net", "type": "business", "created": "2022-11-21", - "updated": "2022-11-21", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "45.88.8.0/24", @@ -2566394,7 +2564378,7 @@ "domain": "www.interka.pl", "type": "business", "created": "2014-05-21", - "updated": "2021-05-19", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "91.212.25.0/24", @@ -2567088,7 +2565072,7 @@ "abuse": "abuse@mcom.sk", "type": "isp", "created": "2014-05-08", - "updated": "2023-08-23", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "185.59.184.0/24", @@ -2567683,11 +2565667,11 @@ "descr": "INTERCITY-TECH-UKCORE, GB", "country": "GB", "active": true, - "org": "Intercity Managed Services Ltd.", - "domain": "www.intercity.technology", - "type": "hosting", + "org": "Intercity Technology Ltd", + "domain": "intercity.technology", + "type": "business", "created": "2015-07-06", - "updated": "2021-03-18", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "94.199.232.0/21", @@ -2568747,7 +2566731,7 @@ "domain": "www.enel.com", "type": "business", "created": "2022-10-19", - "updated": "2022-10-19", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "158.47.224.0/19" @@ -2569690,7 +2567674,7 @@ "domain": "imad.pl", "type": "business", "created": "2014-10-20", - "updated": "2020-11-16", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "85.232.236.0/24" @@ -2571124,7 +2569108,7 @@ "domain": "oneneo.de", "type": "business", "created": "2022-10-17", - "updated": "2023-03-27", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "94.154.138.0/23", @@ -2571419,7 +2569403,7 @@ "abuse": "abuse@ggamaur.net", "type": "isp", "created": "2018-06-14", - "updated": "2020-11-16", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "185.40.216.0/22" @@ -2571677,7 +2569661,7 @@ "domain": "comtel-dnr.ru", "type": "business", "created": "2018-06-12", - "updated": "2023-06-30", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "31.133.48.0/21", @@ -2572103,7 +2570087,7 @@ "domain": "hostglobal.plus", "type": "hosting", "created": "2018-06-06", - "updated": "2023-05-27", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "109.237.96.0/22" @@ -2572265,7 +2570249,7 @@ "domain": "baghdad-link.com", "type": "isp", "created": "2018-06-04", - "updated": "2022-02-19", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "195.69.228.0/24", @@ -2572475,7 +2570459,7 @@ "domain": "ispgestion.com", "type": "isp", "created": "2018-05-30", - "updated": "2023-03-23", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "185.25.105.0/24", @@ -2572595,7 +2570579,7 @@ "domain": "sanoj.io", "type": "business", "created": "2022-10-12", - "updated": "2022-11-21", + "updated": "2023-10-18", "rir": "ripe", "prefixesIPv6": [ "2a10:cc40:211::/48", @@ -2572810,7 +2570794,7 @@ "domain": "www.sopharmatrading.com", "type": "business", "created": "2018-05-25", - "updated": "2021-05-10", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "78.83.234.0/24" @@ -2573132,8 +2571116,8 @@ "country": "DK", "active": true, "org": "GlobalConnect A/S", - "domain": "supertel.dk", - "type": "isp", + "domain": "globalconnect.dk", + "type": "hosting", "created": "2018-05-23", "updated": "2018-09-04", "rir": "ripe", @@ -2575609,7 +2573593,7 @@ "domain": "cloudcity.fi", "type": "business", "created": "2018-05-03", - "updated": "2021-09-10", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "185.220.76.0/22" @@ -2576787,7 +2574771,7 @@ "domain": "as202585.net", "type": "isp", "created": "2022-09-29", - "updated": "2023-03-02", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.244.24.0/24" @@ -2576866,7 +2574850,7 @@ "domain": "nefos.nl", "type": "hosting", "created": "2016-07-19", - "updated": "2023-02-27", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "45.154.164.0/22", @@ -2577105,7 +2575089,7 @@ "domain": "pardis.ir", "type": "business", "created": "2016-07-14", - "updated": "2019-04-23", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "185.159.176.0/22" @@ -2577261,7 +2575245,7 @@ "abuse": "cloud-abuse@yandex-team.ru", "type": "isp", "created": "2016-07-13", - "updated": "2023-04-07", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "185.32.184.0/23", @@ -2577399,7 +2575383,7 @@ "domain": "lds.online", "type": "business", "created": "2022-09-28", - "updated": "2022-10-20", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "94.158.32.0/21", @@ -2578341,7 +2576325,7 @@ "domain": "ohz.es", "type": "isp", "created": "2022-10-19", - "updated": "2023-09-10", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "5.181.180.0/24", @@ -2578507,7 +2576491,7 @@ "domain": "aggrosoperations.ltd", "type": "business", "created": "2022-09-27", - "updated": "2023-09-03", + "updated": "2023-09-23", "rir": "ripe", "prefixes": [ "2.58.95.0/24", @@ -2579723,7 +2577707,7 @@ "domain": "www.codinet.es", "type": "business", "created": "2016-06-07", - "updated": "2023-08-29", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "45.10.104.0/22", @@ -2579932,11 +2577916,12 @@ "descr": "COMTEX, CZ", "country": "CZ", "active": true, - "org": "COMTEX s.r.o.", - "domain": "www.suds.cz", - "type": "business", + "org": "ISP Alliance a.s.", + "domain": "ispalliance.cz", + "abuse": "hotline@grapesc.cz", + "type": "isp", "created": "2016-06-06", - "updated": "2018-09-04", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "185.155.32.0/22" @@ -2580426,7 +2578411,7 @@ "abuse": "mutin.sa@ska.su", "type": "business", "created": "2016-05-31", - "updated": "2023-04-14", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "85.234.114.0/23" @@ -2580915,7 +2578900,7 @@ "domain": "probank.pro", "type": "banking", "created": "2023-04-11", - "updated": "2023-04-11", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "31.13.58.0/24" @@ -2581685,7 +2579670,7 @@ "domain": "www.aliasys.fr", "type": "business", "created": "2016-05-12", - "updated": "2018-09-04", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.151.212.0/24", @@ -2581753,7 +2579738,7 @@ "org": "UPSTREAM NETWORK LTD", "domain": "zhnet.co.uk", "abuse": "info@zhnet.co.uk", - "type": "business", + "type": "hosting", "created": "2022-09-09", "updated": "2023-08-26", "rir": "ripe", @@ -2582076,7 +2580061,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-05-06", "updated": "2022-06-01", @@ -2582313,7 +2580298,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-05-02", "updated": "2022-06-01", @@ -2583110,7 +2581095,7 @@ "abuse": "batoxs2@ukr.net", "type": "business", "created": "2018-04-25", - "updated": "2023-09-18", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "95.47.158.0/24" @@ -2583317,7 +2581302,7 @@ "domain": "team-host.ru", "type": "hosting", "created": "2016-04-21", - "updated": "2023-05-14", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "31.184.240.0/23", @@ -2583737,7 +2581722,7 @@ "domain": "osgroup.co.uk", "type": "business", "created": "2022-09-05", - "updated": "2023-03-08", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "193.28.176.0/24" @@ -2584743,10 +2582728,10 @@ "country": "GB", "active": true, "org": "Sam Tarling", - "domain": "as203024.net", + "domain": "glauca.digital", "type": "business", "created": "2022-09-05", - "updated": "2023-07-20", + "updated": "2023-10-12", "rir": "ripe", "prefixesIPv6": [ "2a11:f2c0:fff0::/48" @@ -2585439,7 +2583424,7 @@ "country": "EE", "active": true, "org": "eu-LISA", - "domain": "EULISA.EUROPA.EU", + "domain": "www.eulisa.europa.eu", "type": "business", "created": "2022-10-31", "updated": "2022-10-31", @@ -2586818,11 +2584803,11 @@ "descr": "CHARISMA, IR", "country": "IR", "active": true, - "org": "Charisma Financial Information Processing Company PLC", + "org": "Charisma Financial Information Processing PJSC", "domain": "charisma.ir", "type": "business", "created": "2022-08-26", - "updated": "2023-04-09", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "146.19.104.0/24" @@ -2586909,7 +2584894,7 @@ "domain": "www.bnb.host", "type": "hosting", "created": "2022-08-26", - "updated": "2022-11-02", + "updated": "2023-09-28", "rir": "ripe", "prefixesIPv6": [ "2a06:a005:485::/48", @@ -2587262,7 +2585247,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-03-11", "updated": "2022-06-01", @@ -2587277,7 +2585262,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-03-11", "updated": "2022-06-01", @@ -2587292,7 +2585277,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-03-11", "updated": "2022-06-01", @@ -2587307,7 +2585292,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-03-10", "updated": "2022-06-01", @@ -2587495,7 +2585480,7 @@ "abuse": "abuse@netflash.com.cy", "type": "isp", "created": "2016-03-09", - "updated": "2023-09-07", + "updated": "2023-09-23", "rir": "ripe", "prefixes": [ "62.228.231.0/24", @@ -2587625,7 +2585610,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-03-08", "updated": "2022-06-01", @@ -2588729,7 +2586714,7 @@ "org": "Horizon Scope Mobile Telecom WLL", "type": "isp", "created": "2016-03-07", - "updated": "2023-07-25", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "45.8.72.0/24", @@ -2588963,11 +2586948,12 @@ "descr": "RHOENNET, DE", "country": "DE", "active": true, - "org": "Rhoennet GmbH", - "domain": "xn--rhnnet-xxa.de", + "org": "Greenfiber Internet & Dienste GmbH", + "domain": "www.greenfiber.de", + "abuse": "support@greenfiber.de", "type": "isp", "created": "2016-03-04", - "updated": "2018-09-04", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "185.124.72.0/22", @@ -2589149,7 +2587135,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-03-02", "updated": "2022-06-01", @@ -2589164,7 +2587150,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-03-02", "updated": "2022-06-01", @@ -2589738,7 +2587724,7 @@ "domain": "www.highendnetwork.com", "type": "business", "created": "2022-08-17", - "updated": "2023-01-31", + "updated": "2023-10-06", "rir": "ripe", "prefixesIPv6": [ "2602:2db:110::/46", @@ -2589911,7 +2587897,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-02-19", "updated": "2022-06-01", @@ -2589941,7 +2587927,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-02-19", "updated": "2022-06-01", @@ -2589956,7 +2587942,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-02-19", "updated": "2022-06-01", @@ -2589989,7 +2587975,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2016-02-19", "updated": "2022-06-01", @@ -2590196,7 +2588182,7 @@ "domain": "hats-mail.com", "type": "business", "created": "2022-08-16", - "updated": "2023-08-12", + "updated": "2023-10-07", "rir": "ripe", "prefixes": [ "23.147.232.0/24" @@ -2590694,7 +2588680,7 @@ "abuse": "abuse@gohosted.eu", "type": "business", "created": "2022-08-12", - "updated": "2022-11-16", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "2.1.1.0/24", @@ -2591125,7 +2589111,7 @@ "domain": "www.kuroit.com", "type": "hosting", "created": "2022-08-12", - "updated": "2023-05-30", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "45.67.84.0/24", @@ -2591597,7 +2589583,7 @@ "domain": "www.cloudns.net", "type": "hosting", "created": "2016-01-28", - "updated": "2023-09-21", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "45.83.248.0/24", @@ -2592476,7 +2590462,7 @@ "abuse": "info@alex0220.com", "type": "hosting", "created": "2022-08-04", - "updated": "2023-05-30", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "45.13.226.0/24", @@ -2592998,7 +2590984,7 @@ "abuse": "abuse@gandi.net", "type": "hosting", "created": "2016-01-07", - "updated": "2020-04-21", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "46.226.104.0/22", @@ -2593303,7 +2591289,7 @@ "domain": "obnh.network", "type": "business", "created": "2022-08-03", - "updated": "2023-05-08", + "updated": "2023-10-02", "rir": "ripe", "prefixesIPv6": [ "2001:67c:1948::/48", @@ -2593352,7 +2591338,7 @@ "domain": "excom.es", "type": "business", "created": "2015-12-23", - "updated": "2023-08-31", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "2.59.108.0/24", @@ -2593875,7 +2591861,7 @@ "domain": "mbnrs.ru", "type": "business", "created": "2015-12-16", - "updated": "2023-06-23", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "91.197.52.0/24", @@ -2593988,7 +2591974,7 @@ "abuse": "abuse@maxmati.pl", "type": "business", "created": "2023-07-05", - "updated": "2023-07-05", + "updated": "2023-10-13", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc1:6500::/44", @@ -2594184,7 +2592170,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2015-12-11", "updated": "2022-06-01", @@ -2595117,7 +2593103,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2015-12-02", "updated": "2022-06-01", @@ -2595379,7 +2593365,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2015-11-30", "updated": "2022-06-01", @@ -2595621,10 +2593607,11 @@ "descr": "GUILLENAWIFI, ES", "country": "ES", "active": true, - "org": "Inpro Telecomunicaciones S.L.U.", - "type": "isp", + "org": "Safety Capital, S.L", + "domain": "ipbroker.com", + "type": "business", "created": "2015-11-26", - "updated": "2021-02-24", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.107.160.0/22", @@ -2595752,7 +2593739,7 @@ "domain": "wightwireless.net", "type": "hosting", "created": "2015-11-25", - "updated": "2019-10-02", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "185.119.133.0/24", @@ -2596252,7 +2594239,7 @@ "org": "Imen Sanat Novin Alighapoo Private Joint Stock Company", "type": "business", "created": "2015-11-19", - "updated": "2022-06-07", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "91.199.9.0/24", @@ -2596342,8 +2594329,8 @@ "country": "PL", "active": true, "org": "METLIFE SERVICES Sp. z o.o.", - "domain": "www.metlife.pl", - "type": "hosting", + "domain": "www.metlife.eu", + "type": "business", "created": "2015-11-18", "updated": "2018-09-04", "rir": "ripe", @@ -2597110,7 +2595097,7 @@ "domain": "fip.bzh", "type": "business", "created": "2022-07-22", - "updated": "2023-09-14", + "updated": "2023-10-12", "rir": "ripe", "prefixesIPv6": [ "2a0e:8f02:f041::/48" @@ -2597322,7 +2595309,7 @@ "domain": "e-caps.net", "type": "business", "created": "2015-11-06", - "updated": "2023-01-14", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.125.60.0/22" @@ -2597451,9 +2595438,9 @@ "country": "DE", "active": true, "org": "Hartana GmbH trading as ACS Hartmann GmbH & Co. KG", - "domain": "alphacron.de", + "domain": "www.alphacron.de", "abuse": "abuse@alphacron.de", - "type": "business", + "type": "hosting", "created": "2015-11-04", "updated": "2023-08-03", "rir": "ripe", @@ -2597963,7 +2595950,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2015-10-27", "updated": "2022-06-01", @@ -2598130,9 +2596117,10 @@ "active": true, "org": "Spar Business Services GmbH", "domain": "www.spar-ics.com", + "abuse": "abuse+ripe@spar-ics.com", "type": "business", "created": "2015-10-26", - "updated": "2018-09-04", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.123.108.0/22" @@ -2598144,7 +2596132,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2015-10-26", "updated": "2022-06-01", @@ -2598290,7 +2596278,7 @@ "domain": "iteam.no", "type": "business", "created": "2015-10-22", - "updated": "2022-11-14", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.122.196.0/22" @@ -2598426,7 +2596414,7 @@ "domain": "proitr.ru", "type": "business", "created": "2015-10-22", - "updated": "2022-12-27", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "195.208.105.0/24" @@ -2598525,7 +2596513,7 @@ "country": "SE", "active": true, "org": "Internet Vikings International AB", - "domain": "ettnet.se", + "domain": "internetvikings.com", "type": "hosting", "created": "2015-10-21", "updated": "2022-06-01", @@ -2598580,7 +2596568,7 @@ "domain": "as203843.net", "type": "business", "created": "2022-07-19", - "updated": "2023-09-02", + "updated": "2023-10-25", "rir": "ripe", "prefixesIPv6": [ "2a0a:6040:a101::/48", @@ -2598636,7 +2596624,7 @@ "domain": "marconi.solutions", "type": "isp", "created": "2015-10-20", - "updated": "2023-06-15", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "154.56.211.0/24", @@ -2599289,7 +2597277,7 @@ "domain": "mosreg.ru", "type": "business", "created": "2015-10-09", - "updated": "2023-05-16", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "185.120.188.0/22" @@ -2599523,9 +2597511,10 @@ "active": true, "org": "EVOTOR LLC", "domain": "evotor.ru", + "abuse": "abuse@evotor.ru", "type": "business", "created": "2018-04-16", - "updated": "2018-09-04", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "185.170.206.0/24" @@ -2599540,7 +2597529,7 @@ "domain": "www.pixagility.com", "type": "business", "created": "2016-05-06", - "updated": "2022-04-12", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "185.150.240.0/22" @@ -2599686,7 +2597675,7 @@ "domain": "securax.org", "type": "business", "created": "2015-10-05", - "updated": "2020-11-16", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "185.117.83.0/24", @@ -2600478,7 +2598467,7 @@ "domain": "azfiber.net", "type": "isp", "created": "2015-09-21", - "updated": "2022-08-06", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "185.118.48.0/22", @@ -2602030,7 +2600019,7 @@ "country": "DE", "active": true, "org": "AD IT Systems GmbH", - "domain": "www.aditsystems.de", + "domain": "aditsystems.de", "abuse": "abuse@aditsystems.de", "type": "hosting", "created": "2015-09-09", @@ -2602119,7 +2600108,7 @@ "domain": "compassplustechnologies.com", "type": "business", "created": "2015-09-08", - "updated": "2023-08-29", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "178.213.73.0/24" @@ -2602176,7 +2600165,7 @@ "domain": "3data.ru", "type": "business", "created": "2022-07-07", - "updated": "2022-07-07", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "217.78.236.0/24" @@ -2602409,12 +2600398,12 @@ "descr": "TANET, CZ", "country": "CZ", "active": true, - "org": "ISP Alliance a.s.", - "domain": "ispalliance.cz", - "abuse": "hotline@grapesc.cz", - "type": "isp", + "org": "Ceznet sro", + "domain": "www.ketnet.cz", + "abuse": "info@ketnet.cz", + "type": "business", "created": "2015-09-03", - "updated": "2018-11-23", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "185.115.180.0/22", @@ -2604804,7 +2602793,7 @@ "domain": "itsg.de", "type": "business", "created": "2018-04-10", - "updated": "2022-03-14", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "45.147.36.0/22", @@ -2605177,7 +2603166,7 @@ "domain": "netmihan.com", "type": "isp", "created": "2015-07-24", - "updated": "2022-11-07", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "86.106.142.0/24", @@ -2605520,7 +2603509,7 @@ "domain": "metallprofil.ru", "type": "business", "created": "2015-07-21", - "updated": "2021-06-10", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "195.209.142.0/24" @@ -2605674,7 +2603663,7 @@ "country": "CA", "active": true, "org": "SITC Inc", - "domain": "edsi-tech.com", + "domain": "www.mycity.travel", "type": "business", "created": "2015-07-17", "updated": "2023-08-23", @@ -2605788,7 +2603777,7 @@ "abuse": "abuse@huebel.info", "type": "business", "created": "2015-07-16", - "updated": "2022-12-01", + "updated": "2023-10-10", "rir": "ripe", "prefixesIPv6": [ "2001:67c:754::/48", @@ -2606410,7 +2604399,7 @@ "domain": "pinguin.uk", "type": "business", "created": "2022-08-11", - "updated": "2023-06-23", + "updated": "2023-10-17", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc1:3200::/40", @@ -2606672,7 +2604661,7 @@ "domain": "c-mobile.it", "type": "isp", "created": "2018-04-05", - "updated": "2018-09-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "185.253.200.0/22", @@ -2607494,7 +2605483,7 @@ "active": true, "org": "Frank Meeusen", "domain": "bloxio.be", - "type": "hosting", + "type": "business", "created": "2018-03-27", "updated": "2022-10-04", "rir": "ripe", @@ -2608530,7 +2606519,7 @@ "country": "LV", "active": true, "org": "Proact IT Latvia, SIA", - "domain": "www.proact.eu", + "domain": "proact.lv", "abuse": "wcloud@proact.lv", "type": "hosting", "created": "2018-03-13", @@ -2609633,7 +2607622,7 @@ "domain": "mlgt.info", "type": "hosting", "created": "2022-06-21", - "updated": "2023-09-19", + "updated": "2023-10-08", "rir": "ripe", "prefixesIPv6": [ "2a05:4140:302::/48", @@ -2610090,7 +2608079,7 @@ "active": true, "org": "Bussbokningsbolagen i Norden AB", "domain": "propiedades.se", - "type": "hosting", + "type": "business", "created": "2018-02-20", "updated": "2018-09-04", "rir": "ripe", @@ -2610699,8 +2608688,8 @@ "country": "IT", "active": true, "org": "Aerius Network SRL", - "domain": "www.aeriusnetwork.it", - "type": "hosting", + "domain": "aeriusnetwork.it", + "type": "business", "created": "2018-02-15", "updated": "2018-09-04", "rir": "ripe", @@ -2610809,7 +2608798,7 @@ "abuse": "qnet.provider@gmail.com", "type": "business", "created": "2018-02-14", - "updated": "2020-11-16", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "92.38.41.0/24", @@ -2611358,7 +2609347,7 @@ "domain": "www.comspot.fi", "type": "business", "created": "2018-02-08", - "updated": "2021-11-11", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "185.231.88.0/22", @@ -2611661,7 +2609650,7 @@ "country": "CH", "active": true, "org": "VIVANET GmbH", - "domain": "www.vivanet.ch", + "domain": "vivanet.com", "type": "hosting", "created": "2018-02-05", "updated": "2018-11-10", @@ -2611983,7 +2609972,7 @@ "org": "Toloe Rayaneh Loghman Educational and Cultural Co.", "type": "business", "created": "2018-02-01", - "updated": "2023-05-22", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.189.96.0/22", @@ -2612707,10 +2610696,10 @@ "active": true, "org": "SBM SCHIEDAM B.V.", "domain": "www.sbmoffshore.com", - "abuse": "abuse@trixit.nl", + "abuse": "abuse@iunxi.nl", "type": "business", "created": "2018-01-24", - "updated": "2018-09-04", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "185.243.32.0/22", @@ -2612748,7 +2610737,7 @@ "abuse": "abuse@aircombox.com", "type": "business", "created": "2022-06-13", - "updated": "2022-06-13", + "updated": "2023-10-26", "rir": "ripe", "prefixesIPv6": [ "2a12:c00::/29", @@ -2613723,7 +2611712,7 @@ "active": true, "org": "ZADARA TECHNOLOGIES LTD", "domain": "neokarm.com", - "type": "hosting", + "type": "business", "created": "2018-01-15", "updated": "2020-07-08", "rir": "ripe", @@ -2613963,7 +2611952,7 @@ "domain": "www.localnet.fi", "type": "isp", "created": "2018-01-09", - "updated": "2021-09-23", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "185.185.168.0/22" @@ -2614895,7 +2612884,7 @@ "domain": "www.ishmeet.net", "type": "business", "created": "2022-06-02", - "updated": "2023-09-13", + "updated": "2023-10-13", "rir": "ripe", "prefixesIPv6": [ "2a07:54c1:3500::/44", @@ -2615154,7 +2613143,7 @@ "domain": "ncse.tw", "type": "hosting", "created": "2022-06-28", - "updated": "2023-09-09", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "23.146.248.0/24" @@ -2615343,7 +2613332,7 @@ "country": "ES", "active": true, "org": "VOIPMINIC, S.L.", - "domain": "voipminic.com", + "domain": "www.voipminic.com", "type": "business", "created": "2017-12-20", "updated": "2023-08-07", @@ -2615984,10 +2613973,11 @@ "descr": "XIWO-AS, FR", "country": "FR", "active": true, - "org": "Wirelan SAS", + "org": "XIWO SAS", + "domain": "xiwo.fr", "type": "business", "created": "2022-05-31", - "updated": "2022-12-04", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "162.12.217.0/24", @@ -2616159,7 +2614149,7 @@ "domain": "labixe.host", "type": "hosting", "created": "2022-05-30", - "updated": "2023-06-30", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "2.56.165.0/24", @@ -2616489,7 +2614479,7 @@ "domain": "meh.is", "type": "business", "created": "2017-12-05", - "updated": "2022-12-17", + "updated": "2023-10-24", "rir": "ripe", "prefixesIPv6": [ "2001:678:58c::/48" @@ -2616903,7 +2614893,7 @@ "domain": "itldc.com", "type": "hosting", "created": "2017-11-30", - "updated": "2023-04-26", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "5.34.176.0/23", @@ -2618624,11 +2616614,11 @@ "descr": "TRIUV, FI", "country": "FI", "active": true, - "org": "Triuvare Oy", - "domain": "kdsoft.fi", + "org": "Frendy Oy", + "domain": "frendy.fi", "type": "business", "created": "2022-05-16", - "updated": "2022-05-16", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "195.244.92.0/24" @@ -2619211,7 +2617201,7 @@ "domain": "steven.honson.au", "type": "business", "created": "2022-05-12", - "updated": "2022-06-08", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "44.31.108.0/24" @@ -2619564,7 +2617554,7 @@ "domain": "planisware.com", "type": "business", "created": "2022-05-12", - "updated": "2022-05-12", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "45.92.52.0/22", @@ -2620238,7 +2618228,7 @@ "domain": "mobilelinks.se", "type": "isp", "created": "2017-10-25", - "updated": "2023-09-21", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "185.228.28.0/22", @@ -2621085,7 +2619075,7 @@ "domain": "www.fone.es", "type": "isp", "created": "2017-10-12", - "updated": "2018-09-04", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "185.223.219.0/24" @@ -2621243,7 +2619233,7 @@ "abuse": "abuse@labitat.dk", "type": "business", "created": "2017-10-10", - "updated": "2023-06-14", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "185.38.175.0/24" @@ -2621556,10 +2619546,11 @@ "country": "PL", "active": true, "org": "Wojewodzka Stacja Sanitarno-Epidemiologiczna w Rzeszowie", - "domain": "multimedia.pl", + "domain": "skyware.pl", + "abuse": "info@skyware.pl", "type": "business", "created": "2017-10-06", - "updated": "2020-11-16", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "178.17.217.0/24" @@ -2622651,7 +2620642,7 @@ "abuse": "abuse@muilties.com", "type": "business", "created": "2022-09-14", - "updated": "2023-04-13", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "38.103.194.0/24", @@ -2622886,7 +2620877,7 @@ "org": "GP-NET Ltd.", "type": "business", "created": "2017-09-18", - "updated": "2022-06-03", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "89.252.206.0/24", @@ -2623116,7 +2621107,7 @@ "domain": "neofiber.it", "type": "business", "created": "2022-04-28", - "updated": "2023-05-14", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "185.131.205.0/24" @@ -2623144,7 +2621135,7 @@ "active": true, "org": "Migration Forensics Limited", "domain": "migrationforensics.com", - "type": "hosting", + "type": "business", "created": "2017-09-14", "updated": "2018-12-27", "rir": "ripe", @@ -2623169,7 +2621160,7 @@ "domain": "skywisp.com.cy", "type": "isp", "created": "2017-09-14", - "updated": "2018-09-24", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "80.240.106.0/24", @@ -2623868,11 +2621859,11 @@ "descr": "INTERCITY-TECH-THN, GB", "country": "GB", "active": true, - "org": "Intercity Managed Services Ltd.", - "domain": "www.intercity.technology", - "type": "hosting", + "org": "Intercity Technology Ltd", + "domain": "intercity.technology", + "type": "business", "created": "2017-09-04", - "updated": "2021-03-18", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "185.108.92.0/24" @@ -2624147,7 +2622138,7 @@ "active": true, "org": "CONNEXIONS SAL-HOLDING", "domain": "connect.net.lb", - "type": "business", + "type": "isp", "created": "2023-04-11", "updated": "2023-04-11", "rir": "ripe", @@ -2624270,7 +2622261,7 @@ "domain": "netfiretec.com", "type": "business", "created": "2022-04-25", - "updated": "2023-09-17", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "161.123.55.0/24", @@ -2625045,7 +2623036,7 @@ "domain": "sawadland.com", "type": "business", "created": "2017-08-14", - "updated": "2020-06-13", + "updated": "2023-10-22", "rir": "ripe", "prefixes": [ "37.77.64.0/24", @@ -2627192,7 +2625183,7 @@ "abuse": "abuse@level66.network", "type": "hosting", "created": "2017-07-11", - "updated": "2022-10-05", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "45.89.160.0/23", @@ -2627455,7 +2625446,7 @@ "domain": "www.daimlertruck.com", "type": "business", "created": "2022-04-20", - "updated": "2022-12-13", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "170.2.128.0/23", @@ -2627727,7 +2625718,7 @@ "domain": "meswifi.com", "type": "isp", "created": "2017-07-03", - "updated": "2018-09-04", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "5.59.68.0/22", @@ -2627746,7 +2625737,7 @@ "org": "Newtel Company OU", "type": "business", "created": "2017-07-03", - "updated": "2020-11-16", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "109.248.225.0/24" @@ -2627761,7 +2625752,7 @@ "domain": "rasana.net", "type": "business", "created": "2017-07-03", - "updated": "2023-09-13", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "31.58.236.0/22", @@ -2628685,7 +2626676,7 @@ "country": "RU", "active": true, "org": "Get-Net LLC", - "domain": "www.get-net.ru", + "domain": "get-net.ru", "type": "hosting", "created": "2017-06-21", "updated": "2020-07-29", @@ -2628996,7 +2626987,7 @@ "org": "Binotel LLC", "type": "business", "created": "2022-04-20", - "updated": "2022-12-27", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "45.91.130.0/23" @@ -2629074,7 +2627065,7 @@ "domain": "staff.aruba.it", "type": "isp", "created": "2017-06-15", - "updated": "2018-11-08", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "80.211.240.0/21", @@ -2629473,7 +2627464,7 @@ "domain": "www.sdnbucks.com", "type": "isp", "created": "2017-06-09", - "updated": "2023-08-17", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "185.207.192.0/24", @@ -2630569,7 +2628560,7 @@ "domain": "internetasturias.com", "type": "business", "created": "2017-05-24", - "updated": "2018-09-04", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "44.31.134.0/24", @@ -2630849,7 +2628840,7 @@ "domain": "planisware.com", "type": "business", "created": "2017-05-19", - "updated": "2019-02-20", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "45.154.168.0/22", @@ -2630896,7 +2628887,7 @@ "domain": "www.dominikpohl.com", "type": "business", "created": "2022-09-14", - "updated": "2023-09-09", + "updated": "2023-10-21", "rir": "ripe", "prefixes": [ "170.205.58.0/23" @@ -2631638,7 +2629629,7 @@ "domain": "www.hostoweb.com", "type": "hosting", "created": "2017-05-10", - "updated": "2023-09-11", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "102.222.212.0/24", @@ -2632617,7 +2630608,7 @@ "domain": "burgerkingrus.ru", "type": "business", "created": "2017-04-25", - "updated": "2018-09-04", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "185.200.216.0/22", @@ -2633608,7 +2631599,7 @@ "domain": "freedom1.ru", "type": "business", "created": "2017-04-11", - "updated": "2023-09-22", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "80.244.40.0/22", @@ -2634582,7 +2632573,7 @@ "domain": "www.zi-tel.com", "type": "isp", "created": "2017-03-31", - "updated": "2023-08-20", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "37.19.80.0/20", @@ -2634835,7 +2632826,7 @@ "domain": "maximilian-jacobsen.de", "type": "business", "created": "2017-03-29", - "updated": "2023-09-21", + "updated": "2023-09-24", "rir": "ripe", "prefixes": [ "185.153.55.0/24" @@ -2635038,7 +2633029,7 @@ "domain": "shqiponjaisp.al", "type": "business", "created": "2017-03-28", - "updated": "2023-03-31", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "185.196.180.0/22", @@ -2637282,7 +2635273,7 @@ "domain": "advinservers.com", "type": "hosting", "created": "2022-04-08", - "updated": "2022-04-08", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "2.59.58.0/24", @@ -2637354,7 +2635345,7 @@ "domain": "www.adcom.no", "type": "business", "created": "2017-03-06", - "updated": "2018-09-04", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "185.187.24.0/22" @@ -2637599,7 +2635590,7 @@ "domain": "freedomnet.nl", "type": "business", "created": "2020-03-27", - "updated": "2023-09-18", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "45.80.168.0/22", @@ -2637774,8 +2635765,8 @@ "country": "PL", "active": true, "org": "Xbest.net.pl Sp.z o.o.", - "domain": "stajlnet.pl", - "type": "business", + "domain": "www.xbest.net.pl", + "type": "isp", "created": "2017-02-27", "updated": "2018-09-04", "rir": "ripe", @@ -2638165,7 +2636156,7 @@ "domain": "netkolik.org", "type": "hosting", "created": "2022-06-07", - "updated": "2023-09-19", + "updated": "2023-10-12", "rir": "ripe", "prefixesIPv6": [ "2001:67c:be4::/48", @@ -2638463,7 +2636454,7 @@ "org": "1 of 1 Servers Corp", "domain": "1of1servers.com", "abuse": "hosting@1of1servers.com", - "type": "business", + "type": "hosting", "created": "2022-10-04", "updated": "2023-08-30", "rir": "ripe", @@ -2640939,7 +2638930,7 @@ "domain": "www.terrena.fr", "type": "business", "created": "2017-01-19", - "updated": "2022-04-01", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "194.2.84.0/24" @@ -2641595,9 +2639586,9 @@ "country": "CH", "active": true, "org": "oriented.net GmbH", - "domain": "colt.net", + "domain": "oriented.net", "abuse": "abuse@oriented.net", - "type": "hosting", + "type": "business", "created": "2017-01-12", "updated": "2018-09-04", "rir": "ripe", @@ -2643941,7 +2641932,7 @@ "domain": "www.broadband4.co.uk", "type": "business", "created": "2016-12-07", - "updated": "2020-02-13", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "185.85.56.0/22", @@ -2643980,7 +2641971,7 @@ "domain": "as206628.net", "type": "isp", "created": "2020-03-19", - "updated": "2023-08-22", + "updated": "2023-10-15", "rir": "ripe", "prefixes": [ "134.195.121.0/24", @@ -2644000,10 +2641991,11 @@ "country": "GB", "active": true, "org": "Ministry of Justice", - "domain": "justice.gsi.gov.uk", + "domain": "justice.gov.uk", + "abuse": "MOJNOC@justice.gov.uk", "type": "government", "created": "2016-12-07", - "updated": "2020-11-16", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "194.33.192.0/24", @@ -2645675,7 +2643667,7 @@ "domain": "www.ischiawifi.com", "type": "isp", "created": "2016-11-15", - "updated": "2022-07-20", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "185.109.50.0/24", @@ -2646720,7 +2644712,7 @@ "domain": "www.estnoc.ee", "type": "hosting", "created": "2016-11-03", - "updated": "2022-10-13", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "5.8.16.0/24", @@ -2646893,7 +2644885,7 @@ "domain": "ugletele.com", "type": "business", "created": "2022-03-24", - "updated": "2023-08-31", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "31.40.157.0/24" @@ -2648665,7 +2646657,7 @@ "abuse": "abuse@cxl.moe", "type": "business", "created": "2023-04-11", - "updated": "2023-08-19", + "updated": "2023-10-20", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc1:1602::/48", @@ -2649050,7 +2647042,7 @@ "country": "FR", "active": true, "org": "Value IT SAS", - "domain": "value-info.fr", + "domain": "www.value-info.fr", "type": "business", "created": "2016-10-04", "updated": "2023-08-30", @@ -2649221,9 +2647213,10 @@ "active": true, "org": "EVOTOR LLC", "domain": "evotor.ru", + "abuse": "abuse@evotor.ru", "type": "business", "created": "2016-10-03", - "updated": "2018-09-04", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "185.170.204.0/22", @@ -2649868,7 +2647861,7 @@ "domain": "teknofirst.com.tr", "type": "business", "created": "2022-03-21", - "updated": "2022-08-04", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "45.80.175.0/24", @@ -2650123,7 +2648116,7 @@ "domain": "www.wi-fly.it", "type": "business", "created": "2016-09-20", - "updated": "2023-05-26", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "185.168.176.0/24", @@ -2651049,7 +2649042,7 @@ "domain": "www.kentik.com", "type": "hosting", "created": "2018-08-20", - "updated": "2019-06-25", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "193.177.128.0/22", @@ -2651466,7 +2649459,7 @@ "country": "GB", "active": true, "org": "IT Systems & Support Limited", - "domain": "itsystems.uk.net", + "domain": "www.itsystems.uk.com", "type": "business", "created": "2023-03-23", "updated": "2023-03-23", @@ -2652184,7 +2650177,7 @@ "country": "DE", "active": true, "org": "New Work SE", - "domain": "xing.com", + "domain": "www.new-work.se", "abuse": "hostmaster@xing.com", "type": "business", "created": "2020-03-13", @@ -2653140,8 +2651133,8 @@ "country": "GB", "active": true, "org": "Total Computer Services Ltd", - "domain": "www.pulsant.com", - "type": "hosting", + "domain": "amito.com", + "type": "business", "created": "2016-08-12", "updated": "2020-11-16", "rir": "ripe", @@ -2653374,7 +2651367,7 @@ "domain": "itzavod.ru", "type": "business", "created": "2016-08-10", - "updated": "2022-03-14", + "updated": "2023-09-23", "rir": "ripe", "prefixes": [ "46.149.64.0/23" @@ -2653803,7 +2651796,7 @@ "domain": "westcall.spb.ru", "type": "business", "created": "2020-03-12", - "updated": "2023-01-25", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "194.190.220.0/23", @@ -2655906,7 +2653899,7 @@ "domain": "as207372.net", "type": "business", "created": "2020-02-17", - "updated": "2020-11-16", + "updated": "2023-10-02", "rir": "ripe", "prefixesIPv6": [ "2001:67c:2eb4::/48" @@ -2656453,9 +2654446,10 @@ "active": true, "org": "Marignan SA", "domain": "www.manyones.com", + "abuse": "marignan@manyones.com", "type": "business", "created": "2020-02-06", - "updated": "2020-11-16", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "89.234.150.0/24" @@ -2657020,7 +2655014,7 @@ "domain": "pearhost.cz", "type": "hosting", "created": "2022-03-14", - "updated": "2023-04-21", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "188.130.232.0/24" @@ -2657263,7 +2655257,7 @@ "domain": "www.netdef.org", "type": "business", "created": "2020-01-27", - "updated": "2023-08-22", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "194.147.138.0/24", @@ -2658974,7 +2656968,7 @@ "domain": "www.symamobile.com", "type": "isp", "created": "2020-01-08", - "updated": "2020-01-13", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "89.40.210.0/24", @@ -2659779,7 +2657773,7 @@ "domain": "hostinget.com", "type": "hosting", "created": "2022-03-10", - "updated": "2022-05-02", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "45.147.44.0/24" @@ -2660239,7 +2658233,7 @@ "domain": "www.urdn.com.ua", "type": "hosting", "created": "2019-12-20", - "updated": "2023-09-10", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "193.218.118.0/24", @@ -2660537,7 +2658531,7 @@ "active": true, "org": "Pars Databan Co", "domain": "www.parsdata.com", - "type": "business", + "type": "hosting", "created": "2019-12-17", "updated": "2023-06-25", "rir": "ripe", @@ -2661975,7 +2659969,7 @@ "domain": "fermorite.com", "type": "business", "created": "2019-11-26", - "updated": "2023-09-16", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "176.119.209.0/24", @@ -2661999,7 +2659993,7 @@ "country": "RU", "active": true, "org": "JSC SIBUR-RT", - "domain": "sibur.ru", + "domain": "www.sibur.ru", "abuse": "abuse@tol.ru", "type": "business", "created": "2019-11-26", @@ -2662843,8 +2660837,8 @@ "country": "NL", "active": true, "org": "Esmero Holding B.V.", - "domain": "esmero.nl", - "type": "business", + "domain": "www.esmero.nl", + "type": "hosting", "created": "2023-06-26", "updated": "2023-06-26", "rir": "ripe", @@ -2662938,7 +2660932,7 @@ "active": true, "org": "Armatis LC Polska Sp.z.o.o.", "domain": "armatis-lc.com", - "type": "hosting", + "type": "business", "created": "2019-11-18", "updated": "2020-11-16", "rir": "ripe", @@ -2663078,7 +2661072,7 @@ "abuse": "abuse@opengate.space", "type": "business", "created": "2022-09-19", - "updated": "2023-08-20", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "89.234.168.0/22" @@ -2663129,7 +2661123,7 @@ "domain": "y525.net", "type": "business", "created": "2019-11-15", - "updated": "2022-01-05", + "updated": "2023-10-14", "rir": "ripe", "prefixesIPv6": [ "2602:fc23:11b::/48", @@ -2663571,7 +2661565,7 @@ "domain": "kpd-telekom.ru", "type": "business", "created": "2022-03-04", - "updated": "2023-02-27", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "80.66.68.0/24", @@ -2663860,7 +2661854,7 @@ "active": true, "org": "JORGE VICENTE CASTELLET MARQUES", "domain": "dobleyou.com", - "type": "hosting", + "type": "business", "created": "2019-11-06", "updated": "2022-08-21", "rir": "ripe", @@ -2664468,7 +2662462,7 @@ "domain": "karlunlimited.se", "type": "business", "created": "2022-03-02", - "updated": "2022-03-15", + "updated": "2023-10-17", "rir": "ripe", "prefixesIPv6": [ "2001:67c:964::/48" @@ -2666220,7 +2664214,7 @@ "abuse": "abuse@lightningfibre.co.uk", "type": "isp", "created": "2019-10-18", - "updated": "2020-03-12", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "194.24.162.0/23", @@ -2667354,7 +2665348,7 @@ "domain": "ataxya.net", "type": "business", "created": "2019-10-08", - "updated": "2023-04-11", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "185.119.254.0/24" @@ -2668762,7 +2666756,7 @@ "domain": "www.cso.it", "type": "business", "created": "2022-02-25", - "updated": "2023-06-06", + "updated": "2023-10-14", "rir": "ripe", "prefixes": [ "103.189.190.0/24", @@ -2669273,8 +2667267,8 @@ "country": "DE", "active": true, "org": "Marco Witzgall trading as Marco Witzgall Internetdienstleistungen", - "domain": "mw-id.io", - "type": "business", + "domain": "cyberse.de", + "type": "hosting", "created": "2023-07-25", "updated": "2023-07-25", "rir": "ripe", @@ -2669419,7 +2667413,7 @@ "domain": "hsnet.pl", "type": "hosting", "created": "2019-09-13", - "updated": "2021-09-15", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "45.151.124.0/24" @@ -2671117,7 +2669111,7 @@ "domain": "bankofjordan.com.jo", "type": "banking", "created": "2019-08-23", - "updated": "2022-11-07", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "193.17.53.0/24", @@ -2672948,7 +2670942,7 @@ "domain": "swehosting.se", "type": "hosting", "created": "2023-04-28", - "updated": "2023-05-30", + "updated": "2023-10-25", "rir": "ripe", "prefixesIPv6": [ "2a12:bec0:2d0::/48", @@ -2674180,7 +2672174,7 @@ "domain": "telequincy.com", "type": "business", "created": "2019-07-16", - "updated": "2023-05-26", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "80.64.220.0/24", @@ -2674542,8 +2672536,8 @@ "country": "FR", "active": true, "org": "Communaute de Communes du Pays de Bitche", - "domain": "tubeo-paysdebitche.fr", - "type": "hosting", + "domain": "www.cc-paysdebitche.fr", + "type": "business", "created": "2019-07-11", "updated": "2019-07-11", "rir": "ripe", @@ -2675295,7 +2673289,7 @@ "domain": "as208624.net", "type": "business", "created": "2019-07-02", - "updated": "2023-08-16", + "updated": "2023-10-24", "rir": "ripe", "prefixesIPv6": [ "2a0e:fd45:c00::/40" @@ -2675651,11 +2673645,11 @@ "descr": "INFONIQA-AS, CH", "country": "CH", "active": true, - "org": "Infoniqa SQL AG", - "domain": "www.jmpts.ch", + "org": "Sonio AG", + "domain": "jmpts.ch", "type": "business", "created": "2019-06-27", - "updated": "2021-02-10", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "185.202.134.0/24", @@ -2676092,11 +2674086,11 @@ "country": "RU", "active": true, "org": "Cloud Technologies LLC trading as Cloud.ru", - "domain": "cloud.ru", + "domain": "www.cloud.ru", "abuse": "abusereports@cloud.ru", "type": "hosting", "created": "2019-06-21", - "updated": "2023-07-10", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "37.18.8.0/23", @@ -2677514,7 +2675508,7 @@ "domain": "mb.costi.eu", "type": "business", "created": "2022-02-08", - "updated": "2023-09-08", + "updated": "2023-09-24", "rir": "ripe", "prefixesIPv6": [ "2a06:a005:2ca0::/45", @@ -2679235,9 +2677229,9 @@ "active": true, "org": "SERVISPOSTA ILETISIM VE YAZILIM HIZMETLERI SAN. TIC. LTD. STI.", "domain": "servisposta.com", - "type": "business", + "type": "hosting", "created": "2023-08-08", - "updated": "2023-09-21", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "2.59.255.0/24", @@ -2679518,7 +2677512,7 @@ "domain": "www.tamarestelecom.com", "type": "hosting", "created": "2019-05-15", - "updated": "2023-09-01", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "45.80.88.0/22", @@ -2680340,7 +2678334,7 @@ "org": "HBING LIMITED", "type": "business", "created": "2023-04-11", - "updated": "2023-06-01", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "23.146.40.0/24", @@ -2680533,7 +2678527,7 @@ "domain": "groetzner.net", "type": "business", "created": "2019-05-06", - "updated": "2022-01-17", + "updated": "2023-10-20", "rir": "ripe", "prefixesIPv6": [ "2a06:e881:6500::/44" @@ -2680912,7 +2678906,7 @@ "abuse": "abuse@fs-itsysteme.de", "type": "hosting", "created": "2022-02-03", - "updated": "2023-03-13", + "updated": "2023-10-09", "rir": "ripe", "prefixes": [ "185.245.62.0/24", @@ -2681637,7 +2679631,7 @@ "org": "Putu Paundrayana Waringin", "type": "business", "created": "2023-07-17", - "updated": "2023-08-14", + "updated": "2023-10-08", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc7:da00::/48", @@ -2681984,7 +2679978,7 @@ "domain": "www.genesiscloud.com", "type": "hosting", "created": "2019-04-17", - "updated": "2023-05-09", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "147.189.192.0/22", @@ -2682760,7 +2680754,7 @@ "abuse": "support@netsyst.fr", "type": "business", "created": "2019-04-08", - "updated": "2023-07-26", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "5.182.144.0/24", @@ -2683654,7 +2681648,7 @@ "domain": "onehostplanet.com", "type": "hosting", "created": "2019-03-27", - "updated": "2023-05-05", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "2.59.220.0/22", @@ -2684277,7 +2682271,7 @@ "org": "Sadeem Cloud for Information Technology LLC", "domain": "sadeem.io", "abuse": "abuse@sadeem.io", - "type": "hosting", + "type": "business", "created": "2019-03-20", "updated": "2021-01-16", "rir": "ripe", @@ -2684312,7 +2682306,7 @@ "domain": "www.cloudunboxed.net", "type": "hosting", "created": "2019-03-19", - "updated": "2023-08-23", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "185.124.160.0/24", @@ -2684712,11 +2682706,12 @@ "descr": "VEGARENT-AS, RU", "country": "RU", "active": true, - "org": "VEGA LLC", - "domain": "axol.net", + "org": "MP-Nedvizhimost LLC", + "domain": "vega-rent.com", + "abuse": "rm@vega-rent.com", "type": "business", "created": "2019-03-14", - "updated": "2020-11-16", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "84.54.7.0/24" @@ -2685457,7 +2683452,7 @@ "country": "DE", "active": true, "org": "Magdalena Ewa Kovac", - "domain": "imailpro.de", + "domain": "www.microsoft.com", "type": "business", "created": "2022-10-17", "updated": "2022-10-17", @@ -2685933,7 +2683928,7 @@ "domain": "imfan.net", "type": "hosting", "created": "2019-03-04", - "updated": "2022-10-09", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "44.31.212.0/24" @@ -2686895,7 +2684890,7 @@ "org": "Bulud Telecom LLC", "type": "isp", "created": "2022-01-28", - "updated": "2022-11-18", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "193.105.123.0/24" @@ -2687076,12 +2685071,11 @@ "descr": "AS209371, TR", "country": "TR", "active": true, - "org": "Enes Koken", - "domain": "2khosting.com.tr", - "abuse": "lir@onlinesunucu.com.tr", - "type": "hosting", + "org": "Enes Senturk trading as Online Sunucu", + "domain": "onlinesunucu.com.tr", + "type": "business", "created": "2020-03-23", - "updated": "2023-06-02", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "45.84.89.0/24", @@ -2687838,7 +2685832,7 @@ "abuse": "volkirik@yahoo.com.tr", "type": "business", "created": "2019-02-18", - "updated": "2023-08-26", + "updated": "2023-10-10", "rir": "ripe", "prefixesIPv6": [ "2001:678:a08::/48" @@ -2687940,7 +2685934,7 @@ "domain": "pushrcdn.com", "type": "business", "created": "2019-02-15", - "updated": "2020-06-23", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "45.67.12.0/24" @@ -2688272,7 +2686266,7 @@ "domain": "dscw.fr", "type": "business", "created": "2022-01-27", - "updated": "2023-05-24", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "23.131.24.0/24", @@ -2688605,7 +2686599,7 @@ "abuse": "abuse@gandi.net", "type": "hosting", "created": "2019-02-08", - "updated": "2023-02-14", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "173.246.98.0/24", @@ -2689263,7 +2687257,7 @@ "domain": "www.proactis.com", "type": "business", "created": "2019-01-30", - "updated": "2019-01-30", + "updated": "2023-10-20", "rir": "ripe", "prefixes": [ "193.8.224.0/22" @@ -2689284,7 +2687278,7 @@ "domain": "www.warpiris.com", "type": "business", "created": "2023-01-31", - "updated": "2023-02-25", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "45.182.188.0/24", @@ -2690188,11 +2688182,11 @@ "descr": "JO-SGBJ, JO", "country": "JO", "active": true, - "org": "Societe Generale Bank Jordan PLC", - "domain": "www.societegenerale.com", + "org": "Capital Bank of Jordan (Limited public shareholding)", + "domain": "CapitalBank.jo", "type": "banking", "created": "2019-01-17", - "updated": "2023-08-06", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "141.98.64.0/22" @@ -2691042,7 +2689036,7 @@ "domain": "mcgmbh.net", "type": "business", "created": "2019-01-07", - "updated": "2023-01-17", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "78.31.196.0/22", @@ -2691798,11 +2689792,11 @@ "descr": "OBIT-KZ-ASTANA-AS, RU", "country": "RU", "active": true, - "org": "OBIT Ltd.", - "domain": "obit.ru", - "type": "hosting", + "org": "OBIT-telecommunications, LLC", + "domain": "obit.kz", + "type": "business", "created": "2018-12-27", - "updated": "2023-06-08", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "62.32.78.0/24" @@ -2693350,11 +2691344,11 @@ "descr": "MATWORKS, CY", "country": "CY", "active": true, - "org": "Matworks Ltd", - "domain": "www.matworks.cloud", + "org": "Maiva Services Ltd", + "domain": "matworks.cloud", "type": "business", "created": "2018-12-05", - "updated": "2022-09-26", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "185.68.128.0/23", @@ -2694180,7 +2692174,7 @@ "domain": "www.provinzial.de", "type": "business", "created": "2018-11-26", - "updated": "2023-03-07", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "193.135.120.0/22", @@ -2694492,7 +2692486,7 @@ "active": true, "org": "Veridyen Bilisim Teknolojileri Sanayi ve Ticaret Limited Sirketi", "domain": "veridyen.com", - "type": "business", + "type": "hosting", "created": "2018-11-21", "updated": "2018-12-01", "rir": "ripe", @@ -2694520,7 +2692514,7 @@ "domain": "cyberzonehub.com", "type": "business", "created": "2018-11-21", - "updated": "2023-07-04", + "updated": "2023-10-04", "rir": "ripe", "prefixes": [ "2.59.202.0/24", @@ -2695646,11 +2693640,11 @@ "descr": "VIRTUASYS, EE", "country": "EE", "active": true, - "org": "VIRTUASYS EUROPE OU", + "org": "viasys OU", "domain": "virtuasys.eu", "type": "business", "created": "2018-11-09", - "updated": "2021-02-11", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "45.157.116.0/22", @@ -2697283,7 +2695277,7 @@ "domain": "dil-fiber.com", "type": "isp", "created": "2018-10-23", - "updated": "2023-09-17", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "31.14.228.0/22", @@ -2697769,7 +2695763,7 @@ "abuse": "ripe-ncc@humo.tj", "type": "business", "created": "2022-01-05", - "updated": "2022-09-12", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "80.73.240.0/24" @@ -2697839,7 +2695833,7 @@ "country": "BG", "active": true, "org": "Amusnet Interactive Ltd", - "domain": "amusnet.com", + "domain": "www.amusnet.com", "type": "business", "created": "2018-10-16", "updated": "2023-08-07", @@ -2698041,7 +2696035,7 @@ "domain": "www.xcloud.com.ua", "type": "hosting", "created": "2018-10-12", - "updated": "2022-02-28", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "195.7.14.0/24" @@ -2698129,7 +2696123,7 @@ "abuse": "abuse@eurobyte.ru", "type": "hosting", "created": "2018-10-11", - "updated": "2021-09-15", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.56.88.0/24", @@ -2698329,7 +2696323,7 @@ "abuse": "abuse@privex.io", "type": "hosting", "created": "2018-10-11", - "updated": "2021-05-01", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "121.127.33.0/24", @@ -2698501,7 +2696495,7 @@ "domain": "www.wallix.com", "type": "business", "created": "2018-10-09", - "updated": "2018-10-09", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "178.251.20.0/22" @@ -2698766,7 +2696760,7 @@ "domain": "szybszy.net", "type": "business", "created": "2018-10-08", - "updated": "2021-06-25", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "194.49.100.0/23", @@ -2699451,7 +2697445,7 @@ "domain": "vanvik.eu", "type": "business", "created": "2022-08-15", - "updated": "2023-04-13", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "185.147.35.0/24" @@ -2699540,7 +2697534,7 @@ "domain": "www.comunidad.madrid", "type": "business", "created": "2018-09-27", - "updated": "2021-01-29", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "193.36.174.0/24", @@ -2701798,11 +2699792,11 @@ "descr": "PCT-PURE-IP, GB", "country": "GB", "active": true, - "org": "Premier Choice Telecom Limited", + "org": "Daisy Communications Ltd", "domain": "daisycomms.co.uk", "type": "isp", "created": "2018-08-28", - "updated": "2018-09-04", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "91.205.108.0/22", @@ -2702099,7 +2700093,7 @@ "domain": "sgtas.ua", "type": "business", "created": "2018-08-21", - "updated": "2020-11-16", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "176.111.244.0/24" @@ -2703482,7 +2701476,7 @@ "domain": "www.extensya.com", "type": "business", "created": "2021-11-24", - "updated": "2023-02-01", + "updated": "2023-10-01", "rir": "ripe", "prefixes": [ "146.19.239.0/24" @@ -2703644,7 +2701638,7 @@ "abuse": "abuse@cre0809.net", "type": "business", "created": "2021-11-22", - "updated": "2023-08-08", + "updated": "2023-09-27", "rir": "ripe", "prefixesIPv6": [ "2400:70e0:bac::/48", @@ -2704001,7 +2701995,7 @@ "domain": "apfutura.com", "type": "isp", "created": "2021-11-16", - "updated": "2023-03-10", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "185.112.0.0/24", @@ -2705188,7 +2703182,7 @@ "domain": "as210558.net", "type": "business", "created": "2021-10-28", - "updated": "2022-03-03", + "updated": "2023-09-28", "rir": "ripe", "prefixes": [ "2.58.56.0/24", @@ -2705425,7 +2703419,7 @@ "country": "TR", "active": true, "org": "YUNUS EMRE ATILGAN POYRAZ HOSTING", - "domain": "www.poyrazhosting.com.tr", + "domain": "poyrazhosting.com.tr", "type": "hosting", "created": "2021-10-27", "updated": "2023-09-19", @@ -2706411,7 +2704405,7 @@ "domain": "aeza.net", "type": "business", "created": "2021-10-13", - "updated": "2023-09-18", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "5.42.72.0/21", @@ -2706962,7 +2704956,7 @@ "domain": "ispsupport.am", "type": "isp", "created": "2021-10-04", - "updated": "2021-10-04", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "217.113.28.0/24" @@ -2707172,7 +2705166,7 @@ "domain": "virtualdc.ru", "type": "hosting", "created": "2021-09-29", - "updated": "2021-09-29", + "updated": "2023-09-26", "rir": "ripe", "prefixesIPv6": [ "2a0a:2e80::/32", @@ -2707424,7 +2705418,7 @@ "domain": "piskot.si", "type": "business", "created": "2021-09-24", - "updated": "2023-08-06", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "23.230.3.0/24", @@ -2707592,7 +2705586,7 @@ "domain": "advgroup.ru", "type": "business", "created": "2021-09-23", - "updated": "2021-09-23", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "194.226.27.0/24" @@ -2707672,7 +2705666,7 @@ "domain": "totor.pro", "type": "business", "created": "2021-09-21", - "updated": "2023-09-14", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "45.95.114.0/24", @@ -2707761,7 +2705755,7 @@ "domain": "atmfiber.com", "type": "isp", "created": "2021-09-20", - "updated": "2023-02-07", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "45.128.197.0/24", @@ -2708006,7 +2706000,7 @@ "domain": "edgecenter.ru", "type": "hosting", "created": "2021-09-14", - "updated": "2023-08-09", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "5.8.42.0/24", @@ -2708437,7 +2706431,7 @@ "domain": "breezle.net", "type": "hosting", "created": "2021-09-10", - "updated": "2023-02-09", + "updated": "2023-09-30", "rir": "ripe", "prefixes": [ "176.105.253.0/24", @@ -2709313,7 +2707307,7 @@ "domain": "rohmad.id", "type": "business", "created": "2021-08-25", - "updated": "2021-08-27", + "updated": "2023-10-19", "rir": "ripe", "prefixesIPv6": [ "2602:fd92:400::/40", @@ -2709814,7 +2707808,7 @@ "org": "Minochkin Aleksey", "domain": "skatel.ru", "abuse": "info@skatel.ru", - "type": "hosting", + "type": "business", "created": "2021-08-20", "updated": "2022-02-07", "rir": "ripe", @@ -2710631,7 +2708625,7 @@ "active": true, "org": "Twistic Limited", "domain": "hostmyvm.org", - "type": "hosting", + "type": "business", "created": "2022-12-01", "updated": "2023-09-08", "rir": "ripe", @@ -2710875,8 +2708869,8 @@ "country": "NL", "active": true, "org": "Lennart Dreves trading as LennMedia", - "domain": "lennmedia.nl", - "type": "business", + "domain": "www.lennmedia.nl", + "type": "hosting", "created": "2023-06-05", "updated": "2023-06-05", "rir": "ripe", @@ -2712659,7 +2710653,7 @@ "active": true, "org": "PeaceWeb B.V.", "domain": "midhoster.com", - "type": "business", + "type": "hosting", "created": "2021-07-06", "updated": "2023-07-26", "rir": "ripe", @@ -2712719,7 +2710713,7 @@ "domain": "dnspod.qcloud.com", "type": "business", "created": "2021-07-06", - "updated": "2021-07-11", + "updated": "2023-10-19", "rir": "ripe", "prefixesIPv6": [ "2a0e:d487:f00e::/48" @@ -2712933,7 +2710927,7 @@ "domain": "tse.ir", "type": "business", "created": "2021-07-02", - "updated": "2021-07-02", + "updated": "2023-10-02", "rir": "ripe", "prefixes": [ "185.193.47.0/24" @@ -2713349,7 +2711343,7 @@ "domain": "www.trejj.net", "type": "hosting", "created": "2021-06-25", - "updated": "2021-12-28", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "45.92.0.0/24", @@ -2713849,7 +2711843,7 @@ "abuse": "ripe@strauss.co.at", "type": "business", "created": "2023-03-08", - "updated": "2023-09-22", + "updated": "2023-09-24", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc7:ca00::/39", @@ -2715670,7 +2713664,7 @@ "domain": "rogdakis.com", "type": "business", "created": "2021-05-25", - "updated": "2022-08-21", + "updated": "2023-10-10", "rir": "ripe", "prefixesIPv6": [ "2a0e:97c0:410::/48", @@ -2716189,7 +2714183,7 @@ "domain": "www.obos.no", "type": "business", "created": "2021-05-17", - "updated": "2021-05-17", + "updated": "2023-10-12", "rir": "ripe", "prefixes": [ "185.190.36.0/24" @@ -2716321,7 +2714315,7 @@ "org": "HOSTUMO BILISIM TEKNOLOJILERI SANAYI TICARET LIMITED SIRKETI", "domain": "hostumo.com", "abuse": "abuse@hostumo.com", - "type": "business", + "type": "hosting", "created": "2022-10-26", "updated": "2023-09-08", "rir": "ripe", @@ -2716820,7 +2714814,7 @@ "domain": "ipv6go.it", "type": "business", "created": "2021-05-06", - "updated": "2023-05-01", + "updated": "2023-10-03", "rir": "ripe", "prefixesIPv6": [ "2a05:b0c6:500f::/48", @@ -2717123,7 +2715117,7 @@ "abuse": "madilyn@simulhost.com", "type": "business", "created": "2023-01-23", - "updated": "2023-08-01", + "updated": "2023-10-05", "rir": "ripe", "prefixesIPv6": [ "2602:2b7:69::/48", @@ -2717583,10 +2715577,10 @@ "country": "RU", "active": true, "org": "Shelter LLC", - "domain": "zerohost.io", + "domain": "zerohost.network", "type": "business", "created": "2022-05-09", - "updated": "2023-05-02", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "45.15.156.0/24", @@ -2717667,7 +2715661,7 @@ "domain": "skykalak.net", "type": "isp", "created": "2021-04-28", - "updated": "2023-09-17", + "updated": "2023-10-11", "rir": "ripe", "prefixes": [ "193.56.135.0/24" @@ -2717989,7 +2715983,7 @@ "domain": "improvizus.lt", "type": "business", "created": "2021-04-22", - "updated": "2021-04-22", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "2.56.184.0/22", @@ -2720315,7 +2718309,7 @@ "domain": "xyphen-it.nl", "type": "business", "created": "2022-01-10", - "updated": "2023-08-01", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "45.83.205.0/24", @@ -2721227,7 +2719221,7 @@ "domain": "qazcloud.kz", "type": "hosting", "created": "2021-03-11", - "updated": "2023-06-07", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "185.252.192.0/24" @@ -2721708,7 +2719702,7 @@ "org": "Kim-Eirik Karlsen", "type": "business", "created": "2021-03-05", - "updated": "2022-10-26", + "updated": "2023-10-17", "rir": "ripe", "prefixesIPv6": [ "2a0e:97c0:250::/44", @@ -2722923,7 +2720917,7 @@ "domain": "onlinehub.pt", "type": "hosting", "created": "2021-02-18", - "updated": "2021-12-10", + "updated": "2023-10-19", "rir": "ripe", "prefixes": [ "5.182.48.0/24", @@ -2723638,7 +2721632,7 @@ "domain": "istqservers.com", "type": "hosting", "created": "2021-02-11", - "updated": "2023-08-06", + "updated": "2023-10-23", "rir": "ripe", "prefixes": [ "5.253.46.0/24", @@ -2724313,7 +2722307,7 @@ "country": "TR", "active": true, "org": "ODEAWEB Bilisim Teknolojileri Sanayi ve Ticaret Limited Sirketi", - "domain": "www.odeaweb.com", + "domain": "odeaweb.com", "type": "hosting", "created": "2021-02-04", "updated": "2023-08-20", @@ -2724408,8 +2722402,8 @@ "country": "GB", "active": true, "org": "All Simple Internet Services LLP", - "domain": "allsimple.net", - "type": "business", + "domain": "www.allsimple.net", + "type": "hosting", "created": "2023-06-27", "updated": "2023-06-30", "rir": "ripe", @@ -2724517,7 +2722511,7 @@ "country": "TR", "active": true, "org": "CABUKNET TELEKOM VE BILGI TEKNOLOJILERI LIMITED STI.", - "domain": "cabuknet.com.tr", + "domain": "www.cabuknet.com.tr", "type": "isp", "created": "2023-06-22", "updated": "2023-06-22", @@ -2724853,7 +2722847,7 @@ "abuse": "noc-ru@aliexpress.ru", "type": "business", "created": "2021-01-29", - "updated": "2022-05-26", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "94.158.208.0/21" @@ -2724968,11 +2722962,11 @@ "descr": "BARCELONA-WIRELESS, EE", "country": "EE", "active": true, - "org": "VIRTUASYS EUROPE OU", + "org": "viasys OU", "domain": "virtuasys.eu", "type": "business", "created": "2021-01-28", - "updated": "2021-01-28", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "194.147.105.0/24" @@ -2725377,7 +2723371,7 @@ "domain": "joshua.wales", "type": "business", "created": "2021-01-22", - "updated": "2022-01-27", + "updated": "2023-10-26", "rir": "ripe", "prefixes": [ "78.40.22.0/24", @@ -2725625,7 +2723619,7 @@ "country": "DE", "active": true, "org": "Sascha Wohlert", - "domain": "imailpro.de", + "domain": "www.microsoft.com", "type": "business", "created": "2021-01-20", "updated": "2021-01-20", @@ -2726369,7 +2724363,7 @@ "domain": "pebblehost.com", "type": "hosting", "created": "2021-01-11", - "updated": "2023-08-11", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "5.182.34.0/24", @@ -2726824,7 +2724818,7 @@ "domain": "wiki.jnebel.de", "type": "business", "created": "2021-01-06", - "updated": "2023-09-12", + "updated": "2023-10-11", "rir": "ripe", "prefixesIPv6": [ "2a06:a005:1083::/48", @@ -2728199,11 +2726193,11 @@ "descr": "ITECON, DE", "country": "DE", "active": true, - "org": "ITecon GmbH", - "domain": "www.itecon.de", + "org": "synaforce GmbH", + "domain": "www.hartl-group.de", "type": "hosting", "created": "2020-12-16", - "updated": "2023-04-13", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "91.212.156.0/24", @@ -2728564,7 +2726558,7 @@ "abuse": "abuse@prprcloud.moe", "type": "isp", "created": "2022-12-05", - "updated": "2023-02-21", + "updated": "2023-10-02", "rir": "ripe", "prefixesIPv6": [ "2a12:dd47:5400::/39", @@ -2729177,7 +2727171,7 @@ "domain": "avosend.tech", "type": "business", "created": "2021-09-08", - "updated": "2023-08-29", + "updated": "2023-09-29", "rir": "ripe", "prefixes": [ "185.59.217.0/24" @@ -2729519,7 +2727513,7 @@ "domain": "benjojo.co.uk", "type": "business", "created": "2020-12-02", - "updated": "2023-06-14", + "updated": "2023-09-29", "rir": "ripe", "prefixesIPv6": [ "2a0b:6b86:d00::/40" @@ -2730752,7 +2728746,7 @@ "country": "GB", "active": true, "org": "RIK Networks Ltd", - "domain": "www.riknet.co.uk", + "domain": "riknet.co.uk", "type": "business", "created": "2020-12-02", "updated": "2020-12-09", @@ -2730882,7 +2728876,7 @@ "abuse": "destek@onlinebilisim.net", "type": "hosting", "created": "2020-11-30", - "updated": "2023-01-20", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "45.87.174.0/24", @@ -2731391,7 +2729385,7 @@ "abuse": "mail@lonconnect.co.uk", "type": "business", "created": "2020-11-25", - "updated": "2023-08-22", + "updated": "2023-10-16", "rir": "ripe", "prefixes": [ "45.131.218.0/23", @@ -2731983,7 +2729977,7 @@ "domain": "panoch.net", "type": "hosting", "created": "2020-11-19", - "updated": "2023-03-17", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "89.22.65.0/24", @@ -2732596,7 +2730590,7 @@ "domain": "globahub.ch", "type": "hosting", "created": "2020-11-13", - "updated": "2021-08-23", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "185.215.112.0/24" @@ -2733784,7 +2731778,7 @@ "domain": "adal-net.com", "type": "isp", "created": "2020-10-28", - "updated": "2020-10-28", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "193.162.31.0/24" @@ -2734660,7 +2732654,7 @@ "domain": "www.adkynet.com", "type": "hosting", "created": "2020-10-14", - "updated": "2023-08-11", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "83.150.217.0/24", @@ -2734749,7 +2732743,7 @@ "domain": "oneneo.de", "type": "business", "created": "2022-07-12", - "updated": "2023-03-27", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "94.154.136.0/24", @@ -2734768,7 +2732762,7 @@ "domain": "as212510.net", "type": "isp", "created": "2020-10-14", - "updated": "2022-01-25", + "updated": "2023-10-15", "rir": "ripe", "prefixesIPv6": [ "2a0c:b641:2c0::/44" @@ -2734810,7 +2732804,7 @@ "domain": "strandos-ikt.no", "type": "business", "created": "2023-06-19", - "updated": "2023-08-23", + "updated": "2023-10-23", "rir": "ripe", "prefixesIPv6": [ "2a0e:b107:f0::/48" @@ -2735285,7 +2733279,7 @@ "country": "SI", "active": true, "org": "Petrol d.d. Ljubljana", - "domain": "petrol.si", + "domain": "www.petrol.si", "abuse": "abuse@petrol.si", "type": "business", "created": "2020-10-07", @@ -2736092,7 +2734086,7 @@ "domain": "www.connectlife.it", "type": "hosting", "created": "2020-09-25", - "updated": "2023-03-07", + "updated": "2023-10-10", "rir": "ripe", "prefixes": [ "5.133.114.0/24", @@ -2736364,8 +2734358,8 @@ "country": "CA", "active": true, "org": "Xentain Solutions Inc.", - "domain": "xentainsolutions.com", - "type": "business", + "domain": "xentain.com", + "type": "hosting", "created": "2022-07-25", "updated": "2023-07-19", "rir": "ripe", @@ -2736597,7 +2734591,7 @@ "abuse": "abuse@as212635.net", "type": "isp", "created": "2020-09-18", - "updated": "2023-09-22", + "updated": "2023-10-18", "rir": "ripe", "prefixes": [ "45.159.140.0/22" @@ -2736690,7 +2734684,7 @@ "domain": "lanet.business", "type": "business", "created": "2020-09-17", - "updated": "2022-03-15", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "176.120.108.0/24", @@ -2737247,7 +2735241,7 @@ "domain": "itglobal.com", "type": "hosting", "created": "2020-09-11", - "updated": "2022-03-30", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "78.140.244.0/22", @@ -2737635,7 +2735629,7 @@ "country": "HU", "active": true, "org": "KeviWLAN Informatikai Kft.", - "domain": "www.keviwlan.hu", + "domain": "keviwlan.hu", "type": "business", "created": "2020-09-04", "updated": "2022-11-18", @@ -2737853,7 +2735847,7 @@ "domain": "7hoop.com", "type": "isp", "created": "2023-05-30", - "updated": "2023-07-03", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "23.157.184.0/24", @@ -2738434,7 +2736428,7 @@ "active": true, "org": "Eric Fleury", "domain": "librenet.eu", - "type": "hosting", + "type": "business", "created": "2020-08-21", "updated": "2020-11-16", "rir": "ripe", @@ -2738466,7 +2736460,7 @@ "org": "Casper Krook trading as Ck IT Solutions", "domain": "ck-hosting.com", "abuse": "abuse@ck-hosting.com", - "type": "business", + "type": "hosting", "created": "2023-06-19", "updated": "2023-06-19", "rir": "ripe", @@ -2738483,7 +2736477,7 @@ "domain": "nanobytes.es", "type": "isp", "created": "2020-08-21", - "updated": "2020-09-25", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "185.165.0.0/23", @@ -2739199,7 +2737193,7 @@ "abuse": "abuse@dyjix.eu", "type": "business", "created": "2020-08-06", - "updated": "2023-07-02", + "updated": "2023-10-05", "rir": "ripe", "prefixes": [ "5.178.107.0/24", @@ -2739403,7 +2737397,7 @@ "abuse": "noc@twopeaks.email", "type": "hosting", "created": "2022-08-01", - "updated": "2023-07-21", + "updated": "2023-09-24", "rir": "ripe", "prefixes": [ "185.184.255.0/24" @@ -2739607,7 +2737601,7 @@ "domain": "gagneux.ovh", "type": "business", "created": "2020-07-30", - "updated": "2022-11-10", + "updated": "2023-10-05", "rir": "ripe", "prefixesIPv6": [ "2a0e:8f02:f008::/48" @@ -2739752,7 +2737746,7 @@ "domain": "www.luje.net", "type": "isp", "created": "2020-07-27", - "updated": "2023-09-18", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "185.36.229.0/24" @@ -2739893,7 +2737887,7 @@ "domain": "netconnect.ch", "type": "business", "created": "2020-07-27", - "updated": "2021-05-04", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "2.59.120.0/22", @@ -2740980,7 +2738974,7 @@ "domain": "lamerdict.com", "type": "isp", "created": "2020-07-14", - "updated": "2021-01-04", + "updated": "2023-09-25", "rir": "ripe", "prefixes": [ "185.66.230.0/24", @@ -2741497,7 +2739491,7 @@ "domain": "tootai.net", "type": "business", "created": "2020-07-07", - "updated": "2023-08-31", + "updated": "2023-10-02", "rir": "ripe", "prefixesIPv6": [ "2001:67c:1298::/48" @@ -2742112,7 +2740106,7 @@ "domain": "as213018.net", "type": "business", "created": "2020-06-30", - "updated": "2023-08-22", + "updated": "2023-10-03", "rir": "ripe", "prefixes": [ "2.57.253.0/24" @@ -2742161,8 +2740155,8 @@ "country": "NL", "active": true, "org": "Marco Tiggelaar trading as Key4ce", - "domain": "key4ce.com", - "type": "business", + "domain": "www.key4ce.com", + "type": "hosting", "created": "2023-08-09", "updated": "2023-08-09", "rir": "ripe", @@ -2742276,7 +2740270,7 @@ "domain": "tzockt.de", "type": "business", "created": "2020-06-25", - "updated": "2020-11-16", + "updated": "2023-10-12", "rir": "ripe", "prefixesIPv6": [ "2a0e:8f02:f004::/48" @@ -2742308,7 +2740302,7 @@ "domain": "freifunk-hallertau.de", "type": "business", "created": "2020-06-25", - "updated": "2023-07-20", + "updated": "2023-10-22", "rir": "ripe", "prefixesIPv6": [ "2a0e:8f02:f003::/48" @@ -2742973,7 +2740967,7 @@ "domain": "bytesizeinternet.net", "type": "hosting", "created": "2020-06-17", - "updated": "2021-11-24", + "updated": "2023-10-06", "rir": "ripe", "prefixes": [ "23.187.145.0/24" @@ -2743254,7 +2741248,7 @@ "domain": "marbleis.com", "type": "business", "created": "2020-06-12", - "updated": "2022-03-31", + "updated": "2023-09-29", "rir": "ripe", "prefixesIPv6": [ "2001:678:d90::/48", @@ -2743577,7 +2741571,7 @@ "abuse": "treasafetchbtz97@gmail.com", "type": "business", "created": "2021-10-05", - "updated": "2023-07-31", + "updated": "2023-10-19", "rir": "ripe", "prefixesIPv6": [ "2a0d:2586::/48" @@ -2745234,7 +2743228,7 @@ "org": "IPv4 Superhub Limited", "domain": "ipv4superhub.com", "abuse": "abuse@ipv4superhub.com", - "type": "business", + "type": "hosting", "created": "2020-05-18", "updated": "2023-01-02", "rir": "ripe", @@ -2745691,7 +2743685,7 @@ "domain": "www.techit.be", "type": "business", "created": "2020-05-12", - "updated": "2023-06-26", + "updated": "2023-09-26", "rir": "ripe", "prefixes": [ "31.216.58.0/24", @@ -2745887,7 +2743881,7 @@ "country": "TR", "active": true, "org": "Cenuta Telekomunikasyon Anonim Sirketi", - "domain": "www.cenuta.com", + "domain": "cenuta.com", "abuse": "info@cenuta.com", "type": "hosting", "created": "2020-05-11", @@ -2746204,11 +2744198,11 @@ "descr": "VERINOMI, TR", "country": "TR", "active": true, - "org": "VERINOMI BILISIM TEKNOLOJILERI SANAYI VE TICARET LIMITED SIRKETI", - "domain": "www.verinomi.com", + "org": "Verinomi Bilisim Tek. San. ve Tic. Ltd. Sti.", + "domain": "verinomi.com", "type": "hosting", "created": "2020-05-06", - "updated": "2021-11-02", + "updated": "2023-10-24", "rir": "ripe", "prefixes": [ "89.252.157.0/24", @@ -2746513,11 +2744507,11 @@ "descr": "ITP, AL", "country": "AL", "active": true, - "org": "itPrishtina SH p.K", - "domain": "itprishtina.com", + "org": "Arben Smani trading as OPENTEL", + "domain": "opentel.net", "type": "business", "created": "2020-04-30", - "updated": "2023-06-16", + "updated": "2023-10-25", "rir": "ripe", "prefixes": [ "195.200.234.0/24" @@ -2746657,7 +2744651,7 @@ "country": "DE", "active": true, "org": "Fynn Kruse", - "domain": "imailpro.de", + "domain": "www.microsoft.com", "type": "business", "created": "2023-03-06", "updated": "2023-03-06", @@ -2747484,9 +2745478,10 @@ "country": "RU", "active": true, "org": "SFERA LLC", + "domain": "sfera-net.ru", "type": "business", "created": "2020-04-15", - "updated": "2021-12-27", + "updated": "2023-10-13", "rir": "ripe", "prefixes": [ "185.180.228.0/24", @@ -2747675,7 +2745670,7 @@ "domain": "www.bild.de", "type": "business", "created": "2022-04-19", - "updated": "2023-07-07", + "updated": "2023-10-17", "rir": "ripe", "prefixes": [ "93.186.69.0/24", @@ -2747740,7 +2745735,7 @@ "domain": "jonathan-broering.de", "type": "business", "created": "2020-04-07", - "updated": "2023-07-14", + "updated": "2023-09-25", "rir": "ripe", "prefixesIPv6": [ "2a06:a005:2d7::/48", @@ -2762931,7 +2760926,7 @@ "country": "FR", "active": true, "org": "TECHNI-HEBERG SAS", - "domain": "techni-heberg.fr", + "domain": "www.techni-heberg.fr", "type": "business", "created": "2023-08-29", "updated": "2023-08-30", @@ -2762952,8 +2760947,8 @@ "country": "CA", "active": true, "org": "Greg Richardson", - "domain": "ggrn.dev", - "type": "business", + "domain": "grichardson.com", + "type": "hosting", "created": "2023-08-28", "updated": "2023-08-28", "rir": "ripe", @@ -2762974,9 +2760969,9 @@ "active": true, "org": "Selim Yazicioglu", "domain": "selim.network", - "type": "business", + "type": "isp", "created": "2023-08-28", - "updated": "2023-09-08", + "updated": "2023-10-09", "rir": "ripe", "prefixesIPv6": [ "2a0c:9a40:83c0::/48" @@ -2762989,9 +2760984,9 @@ "active": true, "org": "Netlen Internet Hizmetleri Ltd. Sti.", "domain": "netlen.com", - "type": "business", + "type": "hosting", "created": "2023-08-28", - "updated": "2023-09-22", + "updated": "2023-09-27", "rir": "ripe", "prefixes": [ "84.54.12.0/24", @@ -2763016,8 +2761011,8 @@ "country": "HK", "active": true, "org": "OULU CLOUD TECHNOLOGY LIMITED.", - "domain": "oulucloud.com", - "type": "business", + "domain": "www.oulucloud.com", + "type": "hosting", "created": "2023-08-28", "updated": "2023-08-28", "rir": "ripe", @@ -2763109,8 +2761104,8 @@ "country": "ID", "active": true, "org": "Muhammad Habib Ulil A", - "domain": "cix.co.id", - "type": "business", + "domain": "computing.id", + "type": "hosting", "created": "2023-08-24", "updated": "2023-09-09", "rir": "ripe", @@ -2763183,7 +2761178,7 @@ "domain": "comis.cloud", "type": "business", "created": "2023-08-23", - "updated": "2023-09-10", + "updated": "2023-09-25", "rir": "ripe", "prefixesIPv6": [ "2a12:bec0:430::/44" @@ -2763230,7 +2761225,7 @@ "active": true, "org": "Evilink Ltd.", "domain": "evilink.ru", - "type": "business", + "type": "isp", "created": "2023-08-22", "updated": "2023-08-31", "rir": "ripe", @@ -2763306,7 +2761301,7 @@ "active": true, "org": "Doczi Roland e.v.", "domain": "hostpost.hu", - "type": "business", + "type": "hosting", "created": "2023-08-21", "updated": "2023-08-25", "rir": "ripe", @@ -2763321,7 +2761316,7 @@ "active": true, "org": "ULLAH Naimat", "domain": "anonservers.net", - "type": "business", + "type": "hosting", "created": "2023-08-21", "updated": "2023-08-22", "rir": "ripe", @@ -2763407,8 +2761402,8 @@ "country": "TR", "active": true, "org": "BURAK BAHADIR EGEMEN", - "domain": "geoipa.com", - "type": "business", + "domain": "www.geoipa.com", + "type": "hosting", "created": "2023-08-17", "updated": "2023-09-04", "rir": "ripe", @@ -2763459,7 +2761454,7 @@ "active": true, "org": "Edvin Basil Samuval", "domain": "edvinbasil.com", - "type": "business", + "type": "hosting", "created": "2023-08-16", "updated": "2023-09-12", "rir": "ripe", @@ -2763501,7 +2761496,7 @@ "domain": "stingalleman.nl", "type": "business", "created": "2023-08-16", - "updated": "2023-09-18", + "updated": "2023-10-13", "rir": "ripe", "prefixesIPv6": [ "2a05:dfc1:8501::/48", @@ -2763517,7 +2761512,7 @@ "org": "BN Networks LTD", "domain": "network52.com", "abuse": "howard@network52.com", - "type": "business", + "type": "hosting", "created": "2023-08-16", "updated": "2023-08-16", "rir": "ripe", @@ -2763546,8 +2761541,8 @@ "country": "CN", "active": true, "org": "Hardcore Communication Co., Limited", - "domain": "f1st.net", - "type": "isp", + "domain": "wanwang.aliyun.com", + "type": "hosting", "created": "2023-08-16", "updated": "2023-08-29", "rir": "ripe", @@ -2763648,7 +2761643,7 @@ "country": "MV", "active": true, "org": "Ismail Fayaz trading as PIONEN", - "domain": "fayax.net", + "domain": "www.fayax.net", "type": "business", "created": "2023-08-14", "updated": "2023-08-26", @@ -2763703,7 +2761698,7 @@ "active": true, "org": "NKtelecom INC", "domain": "nktele.com", - "type": "isp", + "type": "hosting", "created": "2023-08-14", "updated": "2023-08-14", "rir": "ripe", @@ -2992969,7 +2990964,7 @@ "abuse": "bfuquene@azteca-comunicaciones.com", "type": "business", "created": "2012-07-16", - "updated": "2021-09-23", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "45.7.132.0/24", @@ -2995344,7 +2993339,7 @@ "abuse": "pavelvaldez@bpd.com.do", "type": "banking", "created": "2012-10-26", - "updated": "2021-09-17", + "updated": "2023-10-03", "rir": "lacnic", "prefixes": [ "200.23.65.0/24", @@ -2998529,7 +2996524,7 @@ "abuse": "daniprovenzi@gmail.com", "type": "business", "created": "2012-02-08", - "updated": "2015-12-07", + "updated": "2023-10-03", "rir": "lacnic", "prefixes": [ "177.128.240.0/21", @@ -2999152,9 +2997147,8 @@ "country": "BR", "active": true, "org": "+Net & Telecom", - "domain": "masnetbandalarga.com.br", "abuse": "sinbras.sinalizacao@gmail.com", - "type": "hosting", + "type": "isp", "created": "2018-11-01", "updated": "2018-11-01", "rir": "lacnic", @@ -2999271,7 +2997265,7 @@ "abuse": "vendasnavi@hotmail.com", "type": "isp", "created": "2011-03-02", - "updated": "2022-07-28", + "updated": "2023-09-27", "rir": "lacnic", "prefixes": [ "177.38.208.0/22", @@ -3000225,10 +2998219,12 @@ "descr": "IMAGEM EDITORACAO ELETRONICA E INFORMATICA LTDA, BR", "country": "BR", "active": true, - "org": "IMAGEM EDITORACAO ELETRONICA E INFORMATICA LTDA", + "org": "ELO MULTIMIDIA LTDA", + "domain": "elo.psi.br", + "abuse": "jr@elo.psi.br", "type": "business", "created": "2011-05-05", - "updated": "2013-03-06", + "updated": "2023-09-28", "rir": "lacnic", "prefixes": [ "177.54.128.0/20", @@ -3002192,10 +3000188,11 @@ "country": "BR", "active": true, "org": "DataSafeIT Soluções em Tecnologia", - "abuse": "celsoveloso@uol.com.br", + "domain": "mobwire.com.br", + "abuse": "registro.br@mobwire.com.br", "type": "business", "created": "2011-07-18", - "updated": "2017-04-03", + "updated": "2023-10-24", "rir": "lacnic", "prefixes": [ "177.72.0.0/21" @@ -3003908,12 +3001905,12 @@ "descr": "Unica Technology Ltda, BR", "country": "BR", "active": true, - "org": "Unica Technology Ltda", + "org": "MICROTELL SCM LTDA", "domain": "microtell.com.br", "abuse": "heley@microtell.com.br", "type": "business", "created": "2011-10-10", - "updated": "2023-08-16", + "updated": "2023-10-18", "rir": "lacnic", "prefixes": [ "177.101.32.0/20", @@ -3008982,10 +3006979,10 @@ "active": true, "org": "REDE MINAS TELECOM LTDA", "domain": "www.redemineira.com.br", - "abuse": "joaopaulo@redeminastelecom.com.br", + "abuse": "emerson@hexatelecom.com.br", "type": "isp", "created": "2010-10-14", - "updated": "2013-03-06", + "updated": "2023-09-28", "rir": "lacnic", "prefixes": [ "177.128.88.0/21", @@ -3012050,10 +3010047,10 @@ "active": true, "org": "Servicios De Ti Dominicana Sc,Sas", "domain": "www.kionetworks.com", - "abuse": "rchicas@kionetworks.com", + "abuse": "sreyesd@kio.tech", "type": "business", "created": "2014-03-19", - "updated": "2017-03-22", + "updated": "2023-10-24", "rir": "lacnic", "prefixes": [ "191.102.240.0/22" @@ -3013418,9 +3011415,11 @@ "country": "BR", "active": true, "org": "IVI TECNOLOGIA E COMUNICAÇÃO LTDA", + "domain": "ivitelecom.com.br", + "abuse": "romildo@ivitelecom.com.br", "type": "business", "created": "2012-05-16", - "updated": "2013-03-06", + "updated": "2023-10-21", "rir": "lacnic", "prefixes": [ "186.226.176.0/20" @@ -3015976,9 +3013975,9 @@ "country": "BR", "active": true, "org": "Celulose Nipo-Brasileira S.A - CENIBRA", - "domain": "cenibra.com.br", + "domain": "www.cenibra.com.br", "abuse": "amarildo.oliveira@cenibra.com.br", - "type": "hosting", + "type": "business", "created": "2014-05-08", "updated": "2014-05-08", "rir": "lacnic", @@ -3021400,7 +3019399,7 @@ "abuse": "marlon@giganet.inf.br", "type": "isp", "created": "2014-03-21", - "updated": "2023-03-24", + "updated": "2023-09-26", "rir": "lacnic", "prefixes": [ "191.37.216.0/21", @@ -3026655,10 +3024654,11 @@ "country": "BR", "active": true, "org": "LOCAL INT ACESSO A INTERNET EIRELI", - "abuse": "fabricioviana@hotmail.com", + "domain": "local.net.br", + "abuse": "fabricio.viana@local.net.br", "type": "business", "created": "2013-09-11", - "updated": "2013-09-11", + "updated": "2023-09-28", "rir": "lacnic", "prefixes": [ "177.39.28.0/23", @@ -3028186,7 +3026186,7 @@ "abuse": "netadmin@grupogtd.com", "type": "business", "created": "2014-10-02", - "updated": "2014-10-02", + "updated": "2023-10-18", "rir": "lacnic", "prefixes": [ "201.131.38.0/23" @@ -3030387,7 +3028387,7 @@ "abuse": "hmora@in-planet.net", "type": "isp", "created": "2015-07-01", - "updated": "2021-10-29", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "138.122.108.0/24", @@ -3031317,11 +3029317,10 @@ "country": "BR", "active": true, "org": "JSOUZANET TELECOM", - "domain": "registro.br", "abuse": "jsouzaaf@hotmail.com", "type": "isp", "created": "2015-07-07", - "updated": "2023-03-03", + "updated": "2023-09-29", "rir": "lacnic", "prefixes": [ "138.185.124.0/22", @@ -3034725,9 +3032724,9 @@ "country": "BR", "active": true, "org": "VIAVETORIAL INTERNET LTDA", - "domain": "vetorial.net", + "domain": "www.vetorial.net", "abuse": "hlorea@vetorial.net", - "type": "business", + "type": "isp", "created": "2015-09-15", "updated": "2023-08-09", "rir": "lacnic", @@ -3034774,9 +3032773,11 @@ "country": "BR", "active": true, "org": "Tribunal de Justiça do Estado de Rondnia", + "domain": "tjro.jus.br", + "abuse": "luizdoniec@gmail.com", "type": "government", "created": "2015-09-16", - "updated": "2015-09-16", + "updated": "2023-10-10", "rir": "lacnic", "prefixes": [ "200.9.224.0/24" @@ -3035314,9 +3033315,10 @@ "country": "BR", "active": true, "org": "TELECOMUNICACOES ALARCAO E FERNANDES LTDA - ME", + "abuse": "cristianmelo2017@gmail.com", "type": "isp", "created": "2015-09-28", - "updated": "2015-09-28", + "updated": "2023-10-02", "rir": "lacnic", "prefixes": [ "143.202.4.0/24", @@ -3037543,9 +3035545,11 @@ "country": "BR", "active": true, "org": "TURBOO NET", + "domain": "turboo.com.br", + "abuse": "wallace@turboo.com.br", "type": "business", "created": "2018-11-01", - "updated": "2018-11-01", + "updated": "2023-09-29", "rir": "lacnic", "prefixes": [ "45.166.56.0/22", @@ -3039245,7 +3037249,7 @@ "country": "BR", "active": true, "org": "VIAWEBRS TELECOMUNICACOES LTDA", - "domain": "redeunifique.com.br", + "domain": "unifique.com.br", "abuse": "idc.tio@redeunifique.com.br", "type": "isp", "created": "2015-05-28", @@ -3039356,9 +3037360,11 @@ "country": "BR", "active": true, "org": "REDE BARRA TELECOMUNICACOES LTDA - ME", + "domain": "sigaon.com.br", + "abuse": "redebarra@hotmail.com", "type": "isp", "created": "2015-06-02", - "updated": "2016-03-30", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "138.118.188.0/22" @@ -3039689,9 +3037695,11 @@ "country": "BR", "active": true, "org": "MicroWebNET - MCK TELECOM LTDA EPP", + "domain": "microwebnet.com.br", + "abuse": "maycon@microwebnet.com.br", "type": "isp", "created": "2015-06-09", - "updated": "2022-03-18", + "updated": "2023-09-28", "rir": "lacnic", "prefixes": [ "138.121.16.0/22", @@ -3046859,7 +3044867,7 @@ "descr": "Coop. LTDA. de Cons. Pop. de Electricidad y Serv.Anexos de B", "active": true, "org": "Coop. LTDA. de Cons. Pop. de Electricidad y Serv.Anexos de Bustinza", - "domain": "www.steelcdg.com.ar", + "domain": "steelcdg.com.ar", "abuse": "coopbust@steelcdg.com.ar", "type": "business", "created": "2016-01-15", @@ -3048386,7 +3046394,7 @@ "abuse": "ferminjcr@telenord.com.do", "type": "business", "created": "2016-08-05", - "updated": "2019-05-08", + "updated": "2023-10-19", "rir": "lacnic", "prefixes": [ "143.137.80.0/22", @@ -3052116,9 +3050124,10 @@ "active": true, "org": "Satcom Telecom Comercio e Serviços Ltda", "domain": "satcom.com.br", + "abuse": "JRMR1000@hotmail.com", "type": "isp", "created": "2016-04-25", - "updated": "2016-05-03", + "updated": "2023-09-25", "rir": "lacnic", "prefixes": [ "168.232.132.0/22" @@ -3054388,12 +3052397,11 @@ "descr": "COMETA TELECOM LTDA, BR", "country": "BR", "active": true, - "org": "COMETA TELECOM LTDA", - "domain": "www.cometatelecom.com.br", + "org": "NEX INTERNET LTDA", "abuse": "samuelcazevedo@icloud.com", - "type": "isp", + "type": "business", "created": "2016-06-24", - "updated": "2023-02-27", + "updated": "2023-10-05", "rir": "lacnic", "prefixes": [ "170.231.192.0/24", @@ -3056049,10 +3054057,12 @@ "descr": "CLICKNET TELECOM, BR", "country": "BR", "active": true, - "org": "INTER SOFT INFORMATICA LTDA", - "type": "business", + "org": "CLICKNET TELECOM", + "domain": "microtell.com.br", + "abuse": "heley@microtell.com.br", + "type": "isp", "created": "2015-11-26", - "updated": "2020-10-27", + "updated": "2023-10-23", "rir": "lacnic", "prefixes": [ "143.255.240.0/22", @@ -3058096,9 +3056106,11 @@ "country": "BR", "active": true, "org": "Smart Solucoes Tecnologicas", + "domain": "provedorsmart.net.br", + "abuse": "anderson.p@provedorsmart.net.br", "type": "business", "created": "2016-01-14", - "updated": "2016-01-14", + "updated": "2023-10-05", "rir": "lacnic", "prefixes": [ "168.90.64.0/22", @@ -3058358,9 +3056370,11 @@ "country": "BR", "active": true, "org": "tecbuy telecomunicações ltda - me", + "domain": "mobi.net.br", + "abuse": "adriano@mobi.net.br", "type": "isp", "created": "2016-01-20", - "updated": "2022-03-08", + "updated": "2023-10-05", "rir": "lacnic", "prefixes": [ "168.90.192.0/22", @@ -3061583,11 +3059597,10 @@ "country": "BR", "active": true, "org": "Hilink Comunicações", - "domain": "romaotelecom.com.br", "abuse": "urbanopossidonio@hotmail.com", "type": "business", "created": "2016-08-25", - "updated": "2023-04-06", + "updated": "2023-10-16", "rir": "lacnic", "prefixes": [ "45.70.72.0/22", @@ -3067418,7 +3065431,7 @@ "abuse": "aramos@nic.ar", "type": "business", "created": "2017-06-01", - "updated": "2017-06-01", + "updated": "2023-10-23", "rir": "lacnic", "prefixes": [ "192.140.126.0/24" @@ -3068423,7 +3066436,7 @@ "org": "ARTIC TELECOM E.I.R.L", "domain": "artic.pe", "abuse": "julio.horna@artic.pe", - "type": "isp", + "type": "hosting", "created": "2017-08-17", "updated": "2017-08-17", "rir": "lacnic", @@ -3068678,9 +3066691,9 @@ "country": "AR", "active": true, "org": "Coop de Serv Púb de Arroyo Dulce Ltda", - "domain": "www.crgl.com.ar", + "domain": "crgl.com.ar", "abuse": "carlos@crgl.com.ar", - "type": "hosting", + "type": "business", "created": "2017-09-01", "updated": "2017-09-01", "rir": "lacnic", @@ -3072801,9 +3070814,11 @@ "country": "BR", "active": true, "org": "GROUPOK SERVICOS DE COMUNICACAO LTDA", + "domain": "okfibra.com", + "abuse": "GROUPOKTV@gmail.com", "type": "business", "created": "2017-02-17", - "updated": "2022-04-07", + "updated": "2023-10-25", "rir": "lacnic", "prefixes": [ "45.4.60.0/22", @@ -3077375,9 +3075390,11 @@ "country": "BR", "active": true, "org": "LEANDRO BETOVO SANTOS DE ALBUQUERQUE-ME", + "domain": "jmnetwork.solutions", + "abuse": "modelo-net@hotmail.com", "type": "business", "created": "2016-10-11", - "updated": "2017-01-03", + "updated": "2023-09-26", "rir": "lacnic", "prefixes": [ "170.79.112.0/22" @@ -3079287,9 +3077304,11 @@ "country": "BR", "active": true, "org": "ZAZ NATAL", + "domain": "youisp.com.br", + "abuse": "karllos@tisolucoes.com", "type": "business", "created": "2016-11-30", - "updated": "2016-12-02", + "updated": "2023-09-26", "rir": "lacnic", "prefixes": [ "170.80.156.0/22", @@ -3082263,7 +3080282,7 @@ "country": "BR", "active": true, "org": "BRICK TELECOMUNICACOES LTDA", - "domain": "redeunifique.com.br", + "domain": "unifique.com.br", "abuse": "idc.tio@redeunifique.com.br", "type": "isp", "created": "2017-05-11", @@ -3083249,9 +3081268,11 @@ "country": "BR", "active": true, "org": "GLOBAL JOBS NET LTDA ME", + "domain": "n0c.com.br", + "abuse": "simao1203@gmail.com", "type": "business", "created": "2017-05-31", - "updated": "2017-05-31", + "updated": "2023-10-25", "rir": "lacnic", "prefixes": [ "45.7.172.0/22", @@ -3084346,10 +3082367,10 @@ "country": "BR", "active": true, "org": "NET WORLD TELECON LTDA - ME", - "abuse": "ginfo@uol.com.br", + "abuse": "ndtelecompb@gmail.com", "type": "business", "created": "2017-06-19", - "updated": "2017-06-19", + "updated": "2023-10-18", "rir": "lacnic", "prefixes": [ "128.201.184.0/24", @@ -3085813,7 +3083834,7 @@ "country": "AR", "active": true, "org": "MARTIN MAXIMILIANO SINTURION (STATIONET)", - "domain": "outlook.com.ar", + "domain": "www.microsoft.com", "abuse": "tinchusss@outlook.com.ar", "type": "business", "created": "2018-02-20", @@ -3095139,11 +3093160,10 @@ "country": "BR", "active": true, "org": "Velho Ponto Net -Telecom", - "domain": "terabit.com.br", "abuse": "hildemarsantos35@gmail.com", "type": "business", "created": "2018-02-26", - "updated": "2023-03-17", + "updated": "2023-10-22", "rir": "lacnic", "prefixes": [ "45.231.100.0/22", @@ -3101437,9 +3099457,9 @@ "country": "BR", "active": true, "org": "ED-LINK TELECOM", - "domain": "www.ed-linkrn.com.br", + "domain": "ed-linkrn.com.br", "abuse": "val@ed-linkrn.com.br", - "type": "hosting", + "type": "isp", "created": "2017-08-30", "updated": "2019-06-04", "rir": "lacnic", @@ -3101675,9 +3099695,8 @@ "country": "BR", "active": true, "org": "+Net & Telecom", - "domain": "masnetbandalarga.com.br", "abuse": "lcaranhajr@gmail.com", - "type": "hosting", + "type": "isp", "created": "2017-09-01", "updated": "2018-01-27", "rir": "lacnic", @@ -3102734,7 +3100753,7 @@ "abuse": "gerencia@rpnetmania.com.br", "type": "isp", "created": "2017-09-25", - "updated": "2017-09-25", + "updated": "2023-09-26", "rir": "lacnic", "prefixes": [ "45.71.96.0/22", @@ -3104446,7 +3102465,7 @@ "org": "PROYTEL CONNECTIONS C.A", "domain": "proytelconnections.com", "abuse": "jose.telleria@proytelconnections.com", - "type": "hosting", + "type": "business", "created": "2018-10-01", "updated": "2018-10-02", "rir": "lacnic", @@ -3104858,11 +3102877,11 @@ "country": "AR", "active": true, "org": "EL ALAMO S.R.L", - "domain": "elalamo25demayo.com.ar", + "domain": "www.elalamosrl.com.ar", "abuse": "jodamat@hotmail.com", "type": "business", "created": "2018-11-01", - "updated": "2018-11-02", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "45.166.80.0/24", @@ -3104899,7 +3102918,7 @@ "org": "VILA RIVERA GUSTAVO ARIEL(DAFinternet)", "domain": "dafinternet.com", "abuse": "gustavo@dafinternet.com", - "type": "business", + "type": "isp", "created": "2018-11-05", "updated": "2018-11-06", "rir": "lacnic", @@ -3105507,7 +3103526,7 @@ "org": "ASESORIAS Y SERVICIOS EN TECNOLOGIAS DE LA INFORMACION Y COMUNICACIONES S.A.S", "domain": "asertisas.com", "abuse": "ingenieria@asertisas.com", - "type": "hosting", + "type": "isp", "created": "2019-01-21", "updated": "2019-01-21", "rir": "lacnic", @@ -3105765,9 +3103784,9 @@ "country": "PY", "active": true, "org": "VAZQUEZ BOGADO CHRISTIAN AGUSTIN (CYBERNET)", - "domain": "www.coloniasunidas.com", + "domain": "coloniasunidas.com", "abuse": "info@coloniasunidas.com", - "type": "hosting", + "type": "business", "created": "2019-02-04", "updated": "2019-02-05", "rir": "lacnic", @@ -3106067,7 +3104086,7 @@ "country": "AR", "active": true, "org": "GODOY HERNAN MARTIN (CEHOM)", - "domain": "hotmail.com.ar", + "domain": "www.microsoft.com", "abuse": "ceaguirre2083@hotmail.com.ar", "type": "business", "created": "2019-03-01", @@ -3106737,7 +3104756,7 @@ "org": "INTEGRA-NET S.A.", "domain": "integranetsa.com", "abuse": "alfredo_matignon@integranetsa.com", - "type": "hosting", + "type": "business", "created": "2019-04-04", "updated": "2019-04-05", "rir": "lacnic", @@ -3108041,7 +3106060,7 @@ "abuse": "r.gil@sicsatel.com.ar", "type": "isp", "created": "2019-06-13", - "updated": "2019-06-14", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "45.177.128.0/22", @@ -3108235,9 +3106254,9 @@ "country": "EC", "active": true, "org": "CORPORACIÓN FAVORITA C.A.", - "domain": "favorita.com", + "domain": "www.corporacionfavorita.com", "abuse": "jtownsend@favorita.com", - "type": "hosting", + "type": "business", "created": "2019-06-17", "updated": "2019-06-17", "rir": "lacnic", @@ -3109043,10 +3107062,10 @@ "active": true, "org": "HILINK TECNOLOGIA E COMUNICACAO LTDA", "domain": "hilink.com.br", - "abuse": "clayton@hilink.com.br", + "abuse": "urbanopossidonio@hotmail.com", "type": "isp", "created": "2018-11-07", - "updated": "2018-11-07", + "updated": "2023-10-24", "rir": "lacnic", "prefixes": [ "45.166.48.0/22", @@ -3112812,9 +3110831,10 @@ "active": true, "org": "NIANET COMERCIO E SERVICOS DE INFORMATICA", "domain": "nianet.com.br", + "abuse": "nianet@hotmail.com", "type": "isp", "created": "2019-01-16", - "updated": "2019-01-16", + "updated": "2023-10-25", "rir": "lacnic", "prefixes": [ "45.169.220.0/22", @@ -3112827,9 +3110847,10 @@ "country": "BR", "active": true, "org": "UBINET 103 PROVEDOR DE INTERNET LTDA ME", + "abuse": "biracumial@gmail.com", "type": "business", "created": "2019-01-16", - "updated": "2019-01-16", + "updated": "2023-10-11", "rir": "lacnic", "prefixes": [ "45.169.224.0/22", @@ -3113351,7 +3111372,7 @@ "org": "POINT TELECOM SERVIÇOS LTDA", "domain": "pointnetworks.com.br", "abuse": "shisley@pointnetworks.com.br", - "type": "hosting", + "type": "isp", "created": "2019-01-29", "updated": "2019-01-29", "rir": "lacnic", @@ -3114169,10 +3112190,10 @@ "active": true, "org": "RVT SERVICOS DE TELECOMUNICACOES LTDA", "domain": "www.sim.floripa.br", - "abuse": "contato@rvt.floripa.br", + "abuse": "noc@sc.sim.digital", "type": "isp", "created": "2018-05-07", - "updated": "2022-06-20", + "updated": "2023-10-16", "rir": "lacnic", "prefixes": [ "45.235.52.0/22", @@ -3115060,7 +3113081,7 @@ "abuse": "noc@althtelecom.com.br", "type": "isp", "created": "2018-05-22", - "updated": "2018-05-22", + "updated": "2023-10-26", "rir": "lacnic", "prefixes": [ "45.236.208.0/24", @@ -3117788,7 +3115809,7 @@ "abuse": "contatohagalink@gmail.com", "type": "isp", "created": "2018-07-31", - "updated": "2019-05-17", + "updated": "2023-10-26", "rir": "lacnic", "prefixes": [ "45.160.40.0/22", @@ -3121404,11 +3119425,11 @@ "country": "BR", "active": true, "org": "LIGEIRO FIBRA TELECOM LTDA", - "domain": "mardigitalfibra.com.br", + "domain": "www.mardigitalfibra.com.br", "abuse": "rpasousa20@gmail.com", "type": "isp", "created": "2018-10-01", - "updated": "2023-08-04", + "updated": "2023-10-06", "rir": "lacnic", "prefixes": [ "45.163.116.0/24", @@ -3122329,12 +3120350,12 @@ "descr": "MS BANK S.A. BANCO DE CAMBIO, BR", "country": "BR", "active": true, - "org": "MS BANK S.A. BANCO DE CMBIO", - "domain": "lp.braza.com.br", - "abuse": "sacomori@gmail.com", + "org": "BRAZA BANK S.A. BANCO DE CMBIO", + "domain": "braza.com.br", + "abuse": "ito@braza.com.br", "type": "banking", "created": "2018-10-10", - "updated": "2022-11-07", + "updated": "2023-10-09", "rir": "lacnic", "prefixes": [ "192.135.185.0/24" @@ -3124725,7 +3122746,7 @@ "org": "TRI CLOUD DATA CENTER LTDA", "domain": "tri.com.br", "abuse": "rodrigo@tri.com.br", - "type": "business", + "type": "isp", "created": "2019-02-25", "updated": "2023-04-27", "rir": "lacnic", @@ -3125642,7 +3123663,7 @@ "abuse": "rodrigosergiomol@hotmail.com", "type": "isp", "created": "2019-03-15", - "updated": "2021-01-21", + "updated": "2023-09-27", "rir": "lacnic", "prefixes": [ "45.173.24.0/22", @@ -3130594,7 +3128615,7 @@ "abuse": "jorge@nobrenetwork.com.br", "type": "isp", "created": "2019-06-12", - "updated": "2022-08-18", + "updated": "2023-10-04", "rir": "lacnic", "prefixes": [ "45.178.108.0/22", @@ -3130903,10 +3128924,11 @@ "country": "BR", "active": true, "org": "ULTRAFIBRA COMERCIO E serviço LTDA", + "domain": "ultrafibra.com.br", "abuse": "fabiofmse@gmail.com", "type": "business", "created": "2019-06-14", - "updated": "2023-02-10", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "45.177.220.0/23", @@ -3133098,9 +3131120,9 @@ "country": "BR", "active": true, "org": "EBRANET COMERCIO E SERVICOS DE COMUNICACAO LTDA", - "domain": "dvnet.com.br", + "domain": "www.ebranet.com.br", "abuse": "pietro@dvnet.com.br", - "type": "hosting", + "type": "isp", "created": "2019-07-24", "updated": "2019-07-24", "rir": "lacnic", @@ -3133123,7 +3131145,7 @@ "abuse": "victor.vieira@maisconectividade.com.br", "type": "business", "created": "2019-07-24", - "updated": "2023-08-04", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "45.180.92.0/23", @@ -3137114,7 +3135136,7 @@ "org": "VOLAREHOST INTERNET LTDA ME", "domain": "volarehost.com.br", "abuse": "admin@volarehost.com.br", - "type": "hosting", + "type": "business", "created": "2019-09-18", "updated": "2019-09-18", "rir": "lacnic", @@ -3139854,7 +3137876,7 @@ "abuse": "rogerio@starttelecom.psi.br", "type": "isp", "created": "2019-10-29", - "updated": "2023-09-05", + "updated": "2023-10-16", "rir": "lacnic", "prefixes": [ "45.187.40.0/22" @@ -3140968,12 +3138990,12 @@ "descr": "PARA ENERGIA SOLAR LTDA - ME, BR", "country": "BR", "active": true, - "org": "PARA ENERGIA SOLAR LTDA - ME", + "org": "PARA INOVACOES SERVICOS DE COMUNICACAO LTDA", "domain": "iblnet.com.br", "abuse": "noc@iblnet.com.br", "type": "business", "created": "2019-11-11", - "updated": "2022-03-05", + "updated": "2023-10-18", "rir": "lacnic", "prefixes": [ "45.187.160.0/22" @@ -3141429,10 +3139451,10 @@ "active": true, "org": "YABORA INDSTRIA AERONUTICA S.A.", "domain": "embraer.com", - "abuse": "suporte.aplicativos@embraer.com.br", + "abuse": "gestao.suporteaplicativos@embraer.com.br", "type": "business", "created": "2019-11-18", - "updated": "2023-01-27", + "updated": "2023-10-16", "rir": "lacnic", "prefixes": [ "45.188.218.0/24" @@ -3141893,7 +3139915,7 @@ "org": "+NET TELECOM", "domain": "masnetbandalarga.com.br", "abuse": "elane.santos@masnetbandalarga.com.br", - "type": "hosting", + "type": "isp", "created": "2019-11-21", "updated": "2019-11-21", "rir": "lacnic", @@ -3143229,11 +3141251,11 @@ "descr": "WF CONNECT, BR", "country": "BR", "active": true, - "org": "M K DOS ANJOS SILVA INFORMATICA", + "org": "WF CONNECT", "abuse": "anjoskevilla@gmail.com", "type": "business", "created": "2019-12-12", - "updated": "2019-12-12", + "updated": "2023-10-02", "rir": "lacnic", "prefixes": [ "45.190.96.0/24", @@ -3146277,7 +3144299,7 @@ "abuse": "juliocepe81@fastnett.com.ec", "type": "business", "created": "2019-10-08", - "updated": "2019-10-09", + "updated": "2023-10-25", "rir": "lacnic", "prefixes": [ "45.186.4.0/24", @@ -3147442,7 +3145464,7 @@ "abuse": "raul@sista.com.ar", "type": "isp", "created": "2019-12-10", - "updated": "2022-09-02", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "200.26.224.0/22" @@ -3152911,7 +3150933,7 @@ "org": "EXTRAVISION COMUNICACIÓN SAPI DE CV", "domain": "micabletelesur.com", "abuse": "alejandrolopez@micabletelesur.com", - "type": "business", + "type": "isp", "created": "2023-04-17", "updated": "2023-04-17", "rir": "lacnic", @@ -3154741,8 +3152763,9 @@ "country": "BR", "active": true, "org": "Nnumbers Tecnologia Ltda", + "domain": "nnumbers.com.br", "abuse": "macintoxic@gmail.com", - "type": "business", + "type": "hosting", "created": "2020-02-04", "updated": "2020-02-04", "rir": "lacnic", @@ -3155115,7 +3153138,7 @@ "abuse": "gilfnas@gmail.com", "type": "isp", "created": "2020-02-06", - "updated": "2020-02-06", + "updated": "2023-10-26", "rir": "lacnic", "prefixes": [ "189.113.176.0/22", @@ -3159304,7 +3157327,7 @@ "org": "Planet Fiber", "domain": "planetfiber.com.br", "abuse": "noc@planetfiber.com.br", - "type": "hosting", + "type": "business", "created": "2020-03-19", "updated": "2020-03-19", "rir": "lacnic", @@ -3160126,7 +3158149,7 @@ "org": "B G SANTOS SILVA -ME", "domain": "smartnetpi.com.br", "abuse": "smartnet@smartnetpi.com.br", - "type": "hosting", + "type": "business", "created": "2020-03-30", "updated": "2020-03-30", "rir": "lacnic", @@ -3161668,9 +3159691,9 @@ "country": "BR", "active": true, "org": "BWS BRASIL LINK TELECOM LTDA", - "domain": "brasillink.net.br", + "domain": "www.brasillink.net.br", "abuse": "brayn@brasillink.net.br", - "type": "isp", + "type": "hosting", "created": "2020-04-27", "updated": "2023-07-31", "rir": "lacnic", @@ -3165178,7 +3163201,7 @@ "org": "Gigante Net Group Inf Ltda", "domain": "rapidfibra.com.br", "abuse": "adriana.nunes@rapidfibra.com.br", - "type": "business", + "type": "isp", "created": "2020-06-16", "updated": "2020-06-16", "rir": "lacnic", @@ -3168054,7 +3166077,7 @@ "abuse": "elisangela@wixtelecom.com.br", "type": "isp", "created": "2020-07-17", - "updated": "2022-07-19", + "updated": "2023-09-27", "rir": "lacnic", "prefixes": [ "190.184.216.0/24", @@ -3170884,7 +3168907,7 @@ "org": "WORLDNET SERVICOS DE TELECOMUNICACAO LTDA", "domain": "worldnetce.com.br", "abuse": "sidney@worldnetce.com.br", - "type": "hosting", + "type": "isp", "created": "2020-08-05", "updated": "2020-08-05", "rir": "lacnic", @@ -3171563,7 +3169586,7 @@ "org": "COMBO BRASIL INFORMATICA LTDA", "domain": "bandanetrj.com.br", "abuse": "diego.goulart@bandanetrj.com.br", - "type": "hosting", + "type": "business", "created": "2020-08-06", "updated": "2020-08-06", "rir": "lacnic", @@ -3171708,9 +3169731,8 @@ "country": "BR", "active": true, "org": "IDM PROVEDOR DE INTERNET EIRELI", - "domain": "idmwebnet.com.br", "abuse": "juniorsls@icloud.com", - "type": "hosting", + "type": "business", "created": "2020-08-06", "updated": "2023-01-04", "rir": "lacnic", @@ -3176226,7 +3174248,7 @@ "abuse": "joaznetto@gmail.com", "type": "business", "created": "2020-09-15", - "updated": "2022-09-12", + "updated": "2023-09-25", "rir": "lacnic", "prefixes": [ "190.52.76.0/24", @@ -3176587,7 +3174609,7 @@ "org": "LINKMASTER PROVEDOR SERVIÇOS E TELECOMUNICAÇÕES-ME", "domain": "linkmaster.net.br", "abuse": "deleon@linkmaster.net.br", - "type": "hosting", + "type": "isp", "created": "2020-09-21", "updated": "2020-09-21", "rir": "lacnic", @@ -3177949,7 +3175971,7 @@ "abuse": "dominios@jmvtechnology.com", "type": "business", "created": "2020-10-13", - "updated": "2020-10-13", + "updated": "2023-10-02", "rir": "lacnic", "prefixes": [ "45.225.80.0/23", @@ -3179831,7 +3177853,7 @@ "org": "TURBO LOGNET TLN TELECOM LTDA", "domain": "turbolognet.com.br", "abuse": "fabio@turbolognet.com.br", - "type": "hosting", + "type": "isp", "created": "2020-11-24", "updated": "2022-08-01", "rir": "lacnic", @@ -3180223,7 +3178245,7 @@ "org": "hiperlink telecomunicações ltda me", "domain": "hiperlinktelecom.com", "abuse": "contato@hiperlinktelecom.com", - "type": "hosting", + "type": "isp", "created": "2020-12-14", "updated": "2020-12-14", "rir": "lacnic", @@ -3180356,12 +3178378,11 @@ "descr": "TAGSNET PROVEDOR DE INTERNET EIRELLI, BR", "country": "BR", "active": true, - "org": "TAGSNET PROVEDOR DE INTERNET EIRELLI", - "domain": "tagsnet.com.br", - "abuse": "silvia@tagsnet.com.br", + "org": "TOP FIBRA TV E INTERNET LTDA", + "abuse": "anteriojuniior@gmail.com", "type": "business", "created": "2020-12-16", - "updated": "2020-12-16", + "updated": "2023-10-05", "rir": "lacnic", "prefixes": [ "181.233.188.0/22", @@ -3181519,10 +3179540,10 @@ "active": true, "org": "CONEXO WEB - SOLUÇÕES EM REDES E TELECOMUNICAÇÕES", "domain": "cwtelecon.com.br", - "abuse": "JEZZICA@cwtelecon.com.br", + "abuse": "saulo@cwnet.com.br", "type": "isp", "created": "2021-02-05", - "updated": "2021-02-05", + "updated": "2023-10-16", "rir": "lacnic", "prefixes": [ "179.124.212.0/24", @@ -3186269,10 +3184290,10 @@ "active": true, "org": "LLANOS ALOMIA LIGIA VERONICA", "domain": "www.ip-access.net", - "abuse": "ipa@ip-access.net", + "abuse": "dparral@ufinet.com", "type": "business", "created": "2021-03-15", - "updated": "2021-03-15", + "updated": "2023-10-17", "rir": "lacnic", "prefixes": [ "170.244.208.0/24" @@ -3189065,7 +3187086,7 @@ "country": "AR", "active": true, "org": "WESTTEIN PEDRO ALVIS", - "domain": "nexar.net.ar", + "domain": "www.nexar.net.ar", "abuse": "info@nexar.net.ar", "type": "isp", "created": "2022-01-18", @@ -3189463,9 +3187484,9 @@ "country": "EC", "active": true, "org": "APOLO CHAMBA DAYRI NATHALIA (RED PLUS)", - "domain": "redplus.ec", + "domain": "www.redplus.ec", "abuse": "jcajamarca@redplus.ec", - "type": "hosting", + "type": "isp", "created": "2022-02-18", "updated": "2022-02-19", "rir": "lacnic", @@ -3190785,12 +3188806,12 @@ "descr": "ALTA REDE IMPERIAL PETROPOLIS LTDA - ME, BR", "country": "BR", "active": true, - "org": "ALTA REDE IMPERIAL PETROPOLIS LTDA - ME", - "domain": "altarede.com.br", - "abuse": "luciane.costa@altarede.com.br", + "org": "ALTA REDE NETWORK PROVEDOR DE INTERNET LTDA ME", + "domain": "altaredecorporate.com.br", + "abuse": "rodrigo@altaredecorporate.com.br", "type": "business", "created": "2021-08-27", - "updated": "2021-08-27", + "updated": "2023-10-20", "rir": "lacnic", "prefixesIPv6": [ "2804:82e8::/32", @@ -3191637,10 +3189658,10 @@ "active": true, "org": "Telmais Telecomunicações EIRELI - ME", "domain": "telmais.com.br", - "abuse": "mariana@telmais.com.br", + "abuse": "carolina@sematel-rj.com.br", "type": "isp", "created": "2021-10-21", - "updated": "2021-10-21", + "updated": "2023-10-02", "rir": "lacnic", "prefixesIPv6": [ "2804:83d8::/32" @@ -3192592,7 +3190613,7 @@ "country": "MX", "active": true, "org": "ORGANISMO PROMOTOR DE INVERSIONES EN TELECOMUNICACIONES", - "domain": "promtel.gob.mx", + "domain": "www.gob.mx", "abuse": "jose.legorreta@promtel.gob.mx", "type": "government", "created": "2023-07-24", @@ -3195422,10 +3193443,11 @@ "country": "BR", "active": true, "org": "ALTA REDE FIBER TELECOM LTDA", - "abuse": "miltinhoiezzi@gmail.com", + "domain": "altaredecorporate.com.br", + "abuse": "rodrigo@altaredecorporate.com.br", "type": "isp", "created": "2021-12-21", - "updated": "2021-12-21", + "updated": "2023-10-20", "rir": "lacnic", "prefixesIPv6": [ "2804:853c::/32", @@ -3196250,7 +3194272,7 @@ "country": "BR", "active": true, "org": "Jalles Machado S.A.", - "domain": "jallesmachado.com", + "domain": "jalles.com", "abuse": "eder.fantini@jallesmachado.com", "type": "business", "created": "2022-03-03", @@ -3198066,6 +3196088,7 @@ "country": "BR", "active": true, "org": "Elo Soluções", + "domain": "elosolucao.com.br", "abuse": "liviovasconcelo@gmail.com", "type": "business", "created": "2022-06-29", @@ -3200472,7 +3198495,7 @@ "org": "INTRIAGO CEDEÑO MILTON LUYELY (RADIALNET MONTECRISTI)", "domain": "radialnet.com.ec", "abuse": "miltonintriago@radialnet.com.ec", - "type": "hosting", + "type": "business", "created": "2022-11-09", "updated": "2022-11-10", "rir": "lacnic", @@ -3200761,9 +3198784,9 @@ "country": "EC", "active": true, "org": "TELECOMNET S.A.", - "domain": "telecomnet.com.ec", + "domain": "telecomnetec.com", "abuse": "tramites@telecomnet.com.ec", - "type": "business", + "type": "isp", "created": "2023-01-23", "updated": "2023-01-24", "rir": "lacnic", @@ -3201440,7 +3199463,7 @@ "org": "ACCESSNET S.A.S.", "domain": "accessnetecuador.com", "abuse": "gerencia@accessnetecuador.com", - "type": "business", + "type": "isp", "created": "2023-05-12", "updated": "2023-05-13", "rir": "lacnic", @@ -3201504,7 +3199527,7 @@ "country": "UY", "active": true, "org": "TRACTORAL SOCIEDAD ANONIMA", - "domain": "tcc.com.uy", + "domain": "www.tcc.com.uy", "abuse": "japesteguy@tcc.com.uy", "type": "business", "created": "2023-05-17", @@ -3201604,7 +3199627,7 @@ "country": "VE", "active": true, "org": "TECNOSYSTEM IO, C.A", - "domain": "tecnosystem.io", + "domain": "tecnosystem.net.ve", "abuse": "info@tecnosystem.io", "type": "business", "created": "2023-05-24", @@ -3201689,7 +3199712,7 @@ "org": "RED OPTICA PERUANA E.I.R.L.", "domain": "redopticaperuana.com", "abuse": "ingenieria@redopticaperuana.com", - "type": "business", + "type": "isp", "created": "2023-06-02", "updated": "2023-06-03", "rir": "lacnic", @@ -3201812,7 +3199835,7 @@ "descr": "COMPANIA DE TELECOMUNICACIONES LEON & RODAS LR-COMPTEL S.A.,", "active": true, "org": "COMPAÑIA DE TELECOMUNICACIONES LEON & RODAS LR-COMPTEL S.A.", - "domain": "workcom.ec", + "domain": "www.workcom.ec", "abuse": "jrodasc@workcom.ec", "type": "isp", "created": "2023-07-11", @@ -3203256,6 +3201279,7 @@ "country": "BR", "active": true, "org": "ERELINE PROVEDOR DE INTERNET LTDA", + "domain": "ereline.com.br", "abuse": "diegomeneguel20@gmail.com", "type": "business", "created": "2023-07-26", @@ -3203311,7 +3201335,7 @@ "country": "BR", "active": true, "org": "E-TECH TELECOMUNICAÇÕES LTDA", - "domain": "etechinformaticatelecom.com.br", + "domain": "etechinformatica.com", "abuse": "thiago@etechinformaticatelecom.com.br", "type": "isp", "created": "2023-08-17", @@ -3206131,6 +3204155,7 @@ "country": "BR", "active": true, "org": "Rocket Internet", + "domain": "www.rocket-internet.com", "abuse": "wevertongodoi@gmail.com", "type": "business", "created": "2023-01-05", @@ -3206433,7 +3204458,7 @@ "country": "BR", "active": true, "org": "Cardif do Brasil Vida e Previdencia S/A", - "domain": "cardif.com.br", + "domain": "bnpparibascardif.com.br", "abuse": "br-infraestrutura@cardif.com.br", "type": "business", "created": "2023-02-23", @@ -3207629,7 +3205654,7 @@ "org": "Pluss Tecnologia Ltda", "domain": "plusstec.net", "abuse": "reinaldo@plusstec.net", - "type": "business", + "type": "isp", "created": "2023-06-21", "updated": "2023-06-21", "rir": "lacnic", @@ -3207815,7 +3205840,7 @@ "org": "QUICK INTERNET LTDA", "domain": "quickinternet.net", "abuse": "bruno@quickinternet.net", - "type": "business", + "type": "isp", "created": "2023-07-14", "updated": "2023-07-14", "rir": "lacnic", @@ -3207869,7 +3205894,7 @@ "abuse": "julielsonsmelo@gmail.com", "type": "business", "created": "2023-07-18", - "updated": "2023-07-18", + "updated": "2023-10-11", "rir": "lacnic", "prefixesIPv6": [ "2804:8c5c::/32", @@ -3208003,7 +3206028,7 @@ "country": "BR", "active": true, "org": "MUNICIPIO DE ARACAJU", - "domain": "aracaju.se.gov.br", + "domain": "www.aracaju.se.gov.br", "abuse": "CLAUDIO.SILVA@aracaju.se.gov.br", "type": "government", "created": "2023-08-04", @@ -3208095,7 +3206120,7 @@ "org": "play net conect", "domain": "playnetconect.com", "abuse": "cimar@playnetconect.com", - "type": "business", + "type": "isp", "created": "2023-08-14", "updated": "2023-08-14", "rir": "lacnic", @@ -3489199,7 +3487224,7 @@ "descr": "Paygate-AS, ZA", "country": "ZA", "active": true, - "org": "PAYGATE (PTY) LTD", + "org": "PAYFAST (PTY) LTD", "type": "business", "rir": "afrinic", "prefixes": [ @@ -3492998,7 +3491023,7 @@ "descr": "Gigawave-Solutions, ZA", "country": "ZA", "active": true, - "org": "EvoNet (PTY) Ltd", + "org": "Gigawave Solutions PTY LTD", "type": "business", "rir": "afrinic", "prefixes": [ @@ -3493030,6 +3491055,7 @@ "country": "EG", "active": true, "org": "valU", + "domain": "valu.de", "type": "business", "rir": "afrinic", "prefixes": [ @@ -3495568,7 +3493594,8 @@ "country": "KE", "active": true, "org": "Vayacom Limited", - "type": "business", + "domain": "vayacom.com", + "type": "isp", "rir": "afrinic", "prefixes": [ "102.217.172.0/24", @@ -3498852,6 +3496879,7 @@ "country": "KE", "active": true, "org": "Fimnet Communications Limited", + "domain": "www.fimnet.co.ke", "type": "isp", "rir": "afrinic", "prefixes": [ @@ -3498934,6 +3496962,7 @@ "country": "NG", "active": true, "org": "NOVA Merchant Bank LTD", + "domain": "www.novambl.com", "type": "banking", "rir": "afrinic", "prefixes": [ @@ -3823885,7 +3821914,7 @@ "country": "US", "active": true, "org": "Five Star Quality Care, Inc.", - "domain": "5ssl.com", + "domain": "www.fivestarseniorliving.com", "abuse": "vrutkauskas@5ssl.com", "type": "business", "created": "2014-08-07", @@ -3827178,7 +3825207,7 @@ "country": "US", "active": true, "org": "Braxton Technologies, LLC", - "domain": "www.braxtontech.com", + "domain": "parsons.us", "abuse": "john.bess@parsons.us", "type": "business", "created": "2018-03-22", @@ -3834112,10 +3832141,10 @@ "active": true, "org": "Juxto, Inc.", "domain": "juxto.com", - "abuse": "gwa@juxto.com", + "abuse": "abuse@juxto.com", "type": "business", "created": "2015-07-10", - "updated": "2015-07-10", + "updated": "2023-10-13", "rir": "arin", "prefixes": [ "38.107.137.0/24", @@ -3843881,7 +3841910,7 @@ "country": "US", "active": true, "org": "Cliffs Natural Resources", - "domain": "cliffsnr.com", + "domain": "www.clevelandcliffs.com", "abuse": "netadmin@cliffsnr.com", "type": "business", "created": "2016-02-01", @@ -3850848,7 +3848877,7 @@ "org": "Triple B Corporation", "domain": "triplebcorp.com", "abuse": "cheril@triplebcorp.com", - "type": "hosting", + "type": "business", "created": "2016-06-28", "updated": "2016-06-28", "rir": "arin", @@ -3851989,7 +3850018,7 @@ "country": "US", "active": true, "org": "LifePoint Hospitals Inc", - "domain": "LPNT.net", + "domain": "lifepointhealth.net", "abuse": "Michael.Owens@LPNT.net", "type": "business", "created": "2016-07-20", @@ -3856795,7 +3854824,7 @@ "org": "Vertical Computers", "domain": "verticalcomputers.com", "abuse": "steven.sedory@verticalcomputers.com", - "type": "business", + "type": "hosting", "created": "2016-11-11", "updated": "2021-12-30", "rir": "arin", @@ -3859851,7 +3857880,7 @@ "org": "SkyFiNet", "domain": "skyfinet.com", "abuse": "support@skyfinet.com", - "type": "hosting", + "type": "business", "created": "2017-01-11", "updated": "2017-01-11", "rir": "arin", @@ -3860662,7 +3858691,7 @@ "org": "Nelson Westerberg Inc.", "domain": "nelswest.com", "abuse": "jbeaumont@nelswest.com", - "type": "hosting", + "type": "business", "created": "2017-01-27", "updated": "2017-01-27", "rir": "arin", @@ -3862025,7 +3860054,7 @@ "org": "TIGER COMPUTER CONSULTING, LLC", "domain": "myinterceptwireless.com", "abuse": "kevin@myinterceptwireless.com", - "type": "hosting", + "type": "business", "created": "2022-10-12", "updated": "2022-10-12", "rir": "arin", @@ -3867286,7 +3865315,7 @@ "org": "Fusion Networks LLC", "domain": "myfusionnet.com", "abuse": "s.anderson@myfusionnet.com", - "type": "hosting", + "type": "business", "created": "2020-02-10", "updated": "2020-02-10", "rir": "arin", @@ -3874152,7 +3872181,7 @@ "country": "US", "active": true, "org": "Midwest Laboratories", - "domain": "www.midwestlabs.com", + "domain": "midwestlabs.com", "abuse": "programming@midwestlabs.com", "type": "business", "created": "2018-06-29", @@ -3881672,7 +3879701,7 @@ "abuse": "gabriel@tackitt.us", "type": "business", "created": "2022-05-25", - "updated": "2022-05-25", + "updated": "2023-10-08", "rir": "arin", "prefixes": [ "23.139.88.0/24" @@ -3886450,9 +3884479,9 @@ "country": "US", "active": true, "org": "Liberty Healthcare Management Inc.", - "domain": "www.libertyhcare.com", + "domain": "libertyhcare.com", "abuse": "nllaneza@libertyhcare.com", - "type": "hosting", + "type": "business", "created": "2019-04-29", "updated": "2019-04-29", "rir": "arin", @@ -3887196,7 +3885225,7 @@ "org": "MIC GLOBAL SERVICES, LLC", "domain": "micglobalservices.com", "abuse": "DL-IT-Property@micglobalservices.com", - "type": "hosting", + "type": "business", "created": "2019-05-14", "updated": "2019-05-14", "rir": "arin", @@ -3887224,7 +3885253,7 @@ "org": "MIC GLOBAL SERVICES, LLC", "domain": "micglobalservices.com", "abuse": "DL-IT-Property@micglobalservices.com", - "type": "hosting", + "type": "business", "created": "2019-05-14", "updated": "2019-05-14", "rir": "arin", @@ -3888729,10 +3886758,10 @@ "active": true, "org": "Skynet Wireless", "domain": "www.skynetwireless.com", - "abuse": "skynetpuertorico@gmail.com", + "abuse": "satellitecenterpr@hotmail.com", "type": "business", "created": "2019-06-25", - "updated": "2019-06-25", + "updated": "2023-10-16", "rir": "arin", "prefixes": [ "23.138.80.0/24" @@ -3889478,7 +3887507,7 @@ "org": "Atlantic IXPs Inc.", "domain": "alindale.ca", "abuse": "john@alindale.ca", - "type": "business", + "type": "education", "created": "2022-12-06", "updated": "2022-12-06", "rir": "arin", @@ -3890121,9 +3888150,9 @@ "country": "US", "active": true, "org": "Trinity Link LLC", - "domain": "trinitylink.net", + "domain": "www.trinitylink.net", "abuse": "trevor@trinitylink.net", - "type": "hosting", + "type": "isp", "created": "2022-08-11", "updated": "2022-08-11", "rir": "arin", @@ -3891251,7 +3889280,7 @@ "country": "US", "active": true, "org": "VIKING Broadband, Inc.", - "domain": "vikingcable.net", + "domain": "intertech.net", "abuse": "dvaala@vikingcable.net", "type": "isp", "created": "2019-08-19", @@ -3897130,7 +3895159,7 @@ "country": "US", "active": true, "org": "HUSCO INTERNATIONAL, INC.", - "domain": "huscointl.com", + "domain": "husco.com", "abuse": "HelpdeskIS@huscointl.com", "type": "business", "created": "2019-12-17", @@ -3899275,7 +3897304,7 @@ "abuse": "network-engineering@sephora.com", "type": "business", "created": "2020-05-11", - "updated": "2020-05-11", + "updated": "2022-11-28", "rir": "arin", "prefixes": [ "198.154.182.0/24" @@ -3900319,7 +3898348,7 @@ "org": "hypebeastservers", "domain": "hypebeastservers.com", "abuse": "abuse@hypebeastservers.com", - "type": "business", + "type": "hosting", "created": "2020-06-08", "updated": "2020-06-08", "rir": "arin", @@ -3906881,7 +3904910,7 @@ "country": "US", "active": true, "org": "Vibrant Credit Union", - "domain": "vibrantcu.org", + "domain": "vibrantcreditunion.org", "abuse": "tolson@vibrantcu.org", "type": "banking", "created": "2020-10-14", @@ -3913432,7 +3911461,7 @@ "abuse": "johns@irby.com", "type": "business", "created": "2021-02-05", - "updated": "2023-06-06", + "updated": "2023-07-05", "rir": "arin", "prefixes": [ "64.127.132.0/22", @@ -3914991,7 +3913020,8 @@ "country": "US", "active": true, "org": "Heartland Fiber, Inc.", - "abuse": "heartlandfiber@outlook.com", + "domain": "heartland-fiber.com", + "abuse": "office@heartland-fiber.com", "type": "business", "created": "2021-03-11", "updated": "2021-03-11", @@ -3915858,9 +3913888,9 @@ "country": "US", "active": true, "org": "Dice Carrier Services LLC", - "domain": "dicecarrier.com", + "domain": "dicemsp.com", "abuse": "alerts@dicemsp.com", - "type": "hosting", + "type": "business", "created": "2021-03-29", "updated": "2021-04-17", "rir": "arin", @@ -3917109,7 +3915139,7 @@ "org": "Liberty Broadband LLC", "domain": "libertybroadband.site", "abuse": "michael.zindel@libertybroadband.site", - "type": "hosting", + "type": "isp", "created": "2021-04-19", "updated": "2021-04-19", "rir": "arin", @@ -3920138,7 +3918168,7 @@ "country": "US", "active": true, "org": "Novantas, Inc.", - "domain": "curinos.com", + "domain": "novantas.com", "abuse": "licensing@novantas.com", "type": "business", "created": "2021-06-23", @@ -3920260,7 +3918290,7 @@ "country": "US", "active": true, "org": "Meridian Bioscience Inc.", - "domain": "meridianbioscience.com", + "domain": "www.meridianbioscience.com", "abuse": "nathan.klick@meridianbioscience.com", "type": "business", "created": "2021-06-28", @@ -3921610,7 +3919640,7 @@ "abuse": "ipadmin@fullspansolutions.com", "type": "isp", "created": "2021-07-26", - "updated": "2023-02-19", + "updated": "2023-04-08", "rir": "arin", "prefixes": [ "23.187.80.0/24" @@ -3927504,7 +3925534,7 @@ "active": true, "org": "REDOUBT NETWORKS", "domain": "ptera.com", - "abuse": "arin@bnameless.net", + "abuse": "arin@crunchbits.com", "type": "isp", "created": "2021-12-14", "updated": "2021-12-14", @@ -3930377,11 +3928407,11 @@ "country": "US", "active": true, "org": "IPFB LLC", - "domain": "bfb.one", - "abuse": "to@bfb.one", + "domain": "ipv4fb.com", + "abuse": "adem@ipv4fb.com", "type": "business", "created": "2022-03-04", - "updated": "2023-08-17", + "updated": "2023-09-21", "rir": "arin", "prefixes": [ "23.133.88.0/24", @@ -3933703,9 +3931733,9 @@ "country": "US", "active": true, "org": "Boston Fiber LLC", - "domain": "bostonfiber.net", + "domain": "www.bostonfiber.net", "abuse": "noc@bostonfiber.net", - "type": "business", + "type": "hosting", "created": "2022-09-14", "updated": "2022-09-14", "rir": "arin", @@ -3934692,7 +3932722,7 @@ "country": "US", "active": true, "org": "Castle & Cooke Hawaii", - "domain": "castlecooke.com", + "domain": "www.castlecookehawaii.com", "abuse": "jmarkpol@castlecooke.com", "type": "business", "created": "2023-05-11", diff --git a/avoidr/databases/fullASN.json.zip b/avoidr/databases/fullASN.json.zip index b9a502b..ea79980 100644 Binary files a/avoidr/databases/fullASN.json.zip and b/avoidr/databases/fullASN.json.zip differ diff --git a/avoidr/exclusions.conf b/avoidr/exclusions.conf new file mode 100644 index 0000000..c37e7b9 --- /dev/null +++ b/avoidr/exclusions.conf @@ -0,0 +1,17049 @@ +# DNIC-AS-00013, US / Headquarters, USAISC +128.63.0.0/16 +192.5.24.0/23 +192.12.65.0/24 +192.12.67.0/24 +192.33.13.0/24 +204.235.72.0/21 +2001:480:30::/48 +# DNIC-AS-00022, US / Navy Network Information Center (NNIC) +128.34.0.0/16 +128.49.0.0/16 +192.55.240.0/24 +198.253.16.0/20 +198.253.48.0/20 +2001:480:10::/48 +2001:480:560::/48 +# AS24, US / National Aeronautics and Space Administration +198.10.0.0/16 +2001:4d0:108::/48 +# DNIC-AS-00037, US / Navy Network Information Center (NNIC) +128.38.0.0/16 +198.91.64.0/21 +198.91.64.0/24 +198.91.65.0/24 +198.91.66.0/24 +198.91.67.0/24 +198.91.68.0/24 +198.91.69.0/24 +198.91.70.0/24 +198.91.71.0/24 +198.91.72.0/23 +198.91.72.0/24 +198.91.73.0/24 +199.10.8.0/22 +199.10.8.0/24 +199.10.9.0/24 +199.10.10.0/24 +199.10.11.0/24 +199.10.12.0/23 +2001:480:501::/48 +# DNIC-AS-00048, US / Navy Network Information Center (NNIC) +128.60.0.0/16 +132.250.0.0/16 +2001:480:20::/48 +# US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY, US / US National Institute of Standards & Technology +129.6.0.0/21 +129.6.8.0/22 +129.6.12.0/23 +129.6.14.0/24 +129.6.15.0/24 +129.6.16.0/20 +129.6.32.0/19 +129.6.64.0/19 +129.6.96.0/20 +129.6.113.0/24 +129.6.114.0/23 +129.6.116.0/22 +129.6.120.0/21 +129.6.128.0/17 +132.163.96.0/24 +132.163.97.0/24 +2610:20:6000::/37 +2610:20:6f15::/48 +2610:20:6f96::/48 +2610:20:6f97::/48 +# DNIC-AS-00056, US / DoD Network Information Center +131.30.20.0/24 +132.3.112.0/21 +# DNIC-AS-00084, US / Navy Network Information Center (NNIC) +130.46.0.0/16 +192.5.27.0/24 +192.5.47.0/24 +192.91.138.0/24 +198.97.79.0/24 +2001:480:630::/48 +# DNIC-AS-00089, US / Navy Network Information Center (NNIC) +129.190.0.0/16 +164.223.0.0/16 +198.97.81.0/24 +198.97.82.0/23 +198.97.84.0/22 +198.97.88.0/24 +# DNIC-AS-00118, US / DoD Network Information Center +131.18.0.0/24 +131.18.254.0/24 +# DNIC-AS-00121, US / DoD Network Information Center +214.54.192.0/20 +214.54.208.0/20 +214.54.224.0/23 +214.54.226.0/23 +214.54.230.0/24 +214.54.231.0/24 +# DNIC-AS-00138, US / DoD Network Information Center +131.66.0.0/16 +131.67.0.0/16 +131.68.0.0/16 +131.68.2.0/24 +131.68.3.0/24 +131.68.12.0/24 +131.68.13.0/24 +131.68.18.0/24 +131.68.23.0/24 +131.68.24.0/24 +131.68.28.0/24 +131.68.30.0/24 +131.68.34.0/24 +131.68.37.0/24 +131.68.66.0/24 +131.68.68.0/24 +131.68.77.0/24 +131.68.79.0/24 +131.68.103.0/24 +131.68.139.0/24 +131.68.149.0/24 +131.68.150.0/24 +131.68.165.0/24 +131.68.168.0/24 +131.68.169.0/24 +131.68.171.0/24 +131.68.194.0/24 +131.68.195.0/24 +131.68.206.0/24 +131.68.209.0/24 +131.68.240.0/21 +141.234.0.0/18 +141.234.64.0/18 +144.183.15.0/24 +144.183.16.0/24 +144.183.17.0/24 +144.183.20.0/24 +144.183.32.0/22 +144.183.127.0/24 +144.183.128.0/23 +144.183.130.0/24 +144.183.131.0/24 +144.183.196.0/22 +144.183.200.0/21 +144.183.216.0/24 +144.183.227.0/24 +# DNIC-AS-00140, US / DoD Network Information Center +131.84.2.0/24 +131.84.120.0/23 +131.84.122.0/23 +131.84.124.0/23 +# DNIC-AS-00147, US / DoD Network Information Center +215.1.84.0/24 +# DNIC-AS-00149, US / DoD Network Information Center +214.9.248.0/21 +215.67.6.0/23 +215.67.128.0/18 +215.67.220.0/22 +215.67.222.0/23 +215.69.222.0/24 +215.69.224.0/24 +215.69.239.0/24 +215.69.240.0/22 +215.69.245.0/24 +215.69.248.0/22 +215.69.252.0/24 +# CTNOSC-ASN-153, US / Headquarters, USAISC +158.9.188.0/24 +158.9.189.0/24 +192.188.204.0/24 +207.133.194.0/24 +# DNIC-AS-00170, US / DoD Network Information Center +215.1.4.0/24 +# DNIC-AS-00190, US / Navy Network Information Center (NNIC) +192.86.77.0/24 +192.111.117.0/24 +198.97.138.0/24 +199.208.157.0/24 +199.211.219.0/24 +# DNIC-AS-00213, US / Headquarters, USAISC +131.92.0.0/17 +2001:480:1670::/48 +# DNIC-AS-00228, US / DoD Network Information Center +147.241.48.0/21 +147.241.64.0/21 +147.241.136.0/21 +147.241.144.0/21 +2001:480:253::/48 +# MERIT-AS-6, US / Merit Network Inc. +192.41.230.0/23 +192.41.236.0/23 +2001:48a8:68f7::/48 +# MERIT-AS-14, US / Merit Network Inc. +35.0.0.0/10 +35.33.96.0/19 +35.64.0.0/14 +35.68.0.0/15 +35.70.0.0/16 +35.71.0.0/18 +74.115.236.0/23 +141.210.0.0/16 +141.217.0.0/16 +141.218.0.0/16 +148.61.0.0/16 +161.133.0.0/17 +161.133.2.0/24 +161.133.112.0/21 +161.133.120.0/21 +161.133.128.0/17 +161.133.129.0/24 +163.253.36.0/22 +164.76.0.0/16 +192.35.168.0/23 +192.35.170.0/24 +192.41.229.0/24 +192.41.232.0/22 +192.88.242.0/24 +192.101.250.0/24 +192.122.182.0/23 +192.122.184.0/21 +192.122.200.0/24 +192.138.137.0/24 +192.160.192.0/24 +192.160.204.0/24 +192.188.100.0/24 +192.203.195.0/24 +192.245.252.0/24 +192.245.254.0/24 +198.17.130.0/23 +198.17.132.0/23 +198.17.134.0/24 +198.108.0.0/14 +204.38.0.0/15 +204.106.17.0/24 +204.106.28.0/24 +204.106.31.0/24 +206.201.157.0/24 +207.72.0.0/14 +2001:468:2620::/48 +2001:468:26e1::/48 +2001:48a8::/32 +2001:48a8:800::/40 +2001:48a8:68fe::/48 +2606:9700::/32 +2607:ff30:1110::/48 +2620:13f:6000::/44 +# DNIC-AS-00252, US / Headquarters, USAISC +128.47.0.0/16 +155.29.152.0/21 +192.70.236.0/24 +204.37.16.0/21 +204.37.24.0/24 +2001:480:34::/48 +# DNIC-AS-00257, US / Navy Network Information Center (NNIC) +204.102.228.0/25 +204.102.228.128/25 +204.102.229.0/24 +205.155.65.0/24 +209.129.248.0/25 +2607:f380:804::/48 +# BRAGGSRI-EGP-AS, US / Headquarters, USAISC +139.241.4.0/24 +139.242.5.0/24 +# AS270, US / National Aeronautics and Space Administration +128.102.0.0/16 +128.154.0.0/17 +128.154.128.0/17 +128.155.0.0/16 +128.157.0.0/16 +128.158.0.0/16 +128.183.0.0/16 +129.164.128.0/17 +129.168.0.0/16 +130.40.0.0/16 +130.134.0.0/16 +130.135.0.0/16 +131.182.0.0/16 +134.12.0.0/17 +134.118.96.0/19 +134.118.112.0/22 +136.178.0.0/16 +138.115.0.0/16 +139.88.0.0/16 +139.169.0.0/16 +143.232.0.0/16 +146.154.0.0/16 +146.165.0.0/16 +148.114.0.0/16 +192.48.14.0/24 +192.52.78.0/24 +192.52.80.0/24 +192.52.81.0/24 +192.52.82.0/24 +192.52.83.0/24 +192.52.84.0/24 +192.52.85.0/24 +192.52.86.0/24 +192.52.87.0/24 +192.52.88.0/24 +192.52.89.0/24 +192.52.90.0/24 +192.52.91.0/24 +192.52.92.0/24 +192.52.94.0/24 +192.52.95.0/24 +192.52.98.0/24 +192.52.198.0/24 +192.52.206.0/24 +192.52.207.0/24 +192.52.211.0/24 +192.52.212.0/24 +192.52.213.0/24 +192.52.214.0/24 +192.52.215.0/24 +192.52.216.0/24 +192.52.217.0/24 +192.55.90.0/23 +192.58.19.0/24 +192.58.21.0/24 +192.58.36.0/24 +192.67.109.0/24 +192.67.110.0/24 +192.67.115.0/24 +192.67.186.0/24 +192.68.192.0/24 +192.68.194.0/24 +192.68.196.0/24 +192.68.197.0/24 +192.70.120.0/24 +192.70.122.0/24 +192.70.123.0/24 +192.70.124.0/24 +192.70.125.0/24 +192.70.126.0/24 +192.76.235.0/24 +192.88.31.0/24 +192.88.32.0/24 +192.88.33.0/24 +192.88.36.0/24 +192.88.37.0/24 +192.88.40.0/23 +192.88.43.0/24 +192.88.44.0/24 +192.88.46.0/24 +192.88.48.0/24 +192.88.49.0/24 +192.92.197.0/24 +192.92.198.0/24 +192.92.199.0/24 +192.100.9.0/24 +192.107.191.0/24 +192.112.9.0/24 +192.112.10.0/24 +192.112.11.0/24 +192.112.16.0/22 +192.112.224.0/24 +192.112.230.0/24 +192.149.107.0/24 +192.149.128.0/24 +192.149.140.0/24 +192.149.141.0/24 +192.150.32.0/21 +192.160.74.0/24 +192.160.78.0/24 +192.189.100.0/24 +192.225.88.0/24 +194.85.23.0/24 +198.27.34.0/24 +198.27.37.0/24 +198.27.39.0/24 +198.27.40.0/24 +198.27.41.0/24 +198.27.42.0/24 +198.27.43.0/24 +198.27.44.0/24 +198.27.45.0/24 +198.27.46.0/24 +198.27.47.0/24 +198.27.49.0/24 +198.119.2.0/24 +198.182.28.0/24 +198.182.30.0/23 +# DNIC-AS-00273, US / DoD Network Information Center +155.7.192.0/19 +# DNIC-AS-00289, US / Headquarters, USAISC +134.194.0.0/16 +147.241.0.0/19 +# AS297, US / National Aeronautics and Space Administration +128.156.0.0/16 +129.163.0.0/16 +129.164.0.0/16 +156.68.0.0/16 +158.154.0.0/16 +161.40.0.0/16 +192.67.118.0/24 +192.77.80.0/20 +192.92.194.0/24 +192.92.195.0/24 +192.100.14.0/24 +192.112.20.0/24 +192.112.220.0/22 +192.124.20.0/24 +192.225.64.0/19 +192.225.69.0/24 +198.116.0.0/14 +198.116.24.0/24 +198.116.201.0/24 +198.116.202.0/24 +198.116.203.0/24 +198.116.209.0/24 +198.120.0.0/14 +2001:4d0::/32 +# DNIC-AS-00300, US / DoD Network Information Center +156.112.74.0/24 +156.112.75.0/24 +156.112.76.0/24 +156.112.78.0/24 +156.112.134.0/24 +156.112.171.0/24 +158.15.0.0/16 +160.137.96.0/24 +160.137.102.0/24 +160.137.132.0/22 +160.137.136.0/22 +164.235.104.0/21 +199.211.153.0/24 +204.222.212.0/24 +209.22.250.0/24 +214.3.158.0/24 +214.3.159.0/24 +214.3.160.0/24 +214.3.177.0/24 +214.4.13.0/24 +214.4.14.0/24 +214.4.15.0/24 +214.4.138.0/24 +214.4.139.0/24 +214.4.143.0/24 +214.23.0.0/21 +214.23.24.0/21 +214.23.48.0/20 +214.23.64.0/21 +214.23.79.0/24 +214.23.248.0/21 +214.38.224.0/24 +214.66.0.0/19 +2608:184::/48 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.10.0.0/16 +55.15.0.0/16 +55.15.200.0/22 +55.17.0.0/16 +55.17.73.0/24 +55.22.69.0/24 +55.25.5.0/24 +55.27.0.0/16 +55.38.0.0/16 +55.43.196.0/22 +55.44.0.0/16 +55.51.0.0/16 +55.61.0.0/16 +55.67.0.0/16 +55.68.0.0/16 +55.78.0.0/16 +55.85.0.0/16 +55.85.8.0/24 +55.85.20.0/24 +55.85.27.0/24 +55.85.43.0/24 +55.85.44.0/22 +55.85.66.0/23 +55.85.68.0/24 +55.85.80.0/24 +55.86.2.0/24 +55.242.0.0/16 +132.79.0.0/16 +132.79.15.0/24 +132.79.16.0/24 +132.79.70.0/24 +132.79.128.0/19 +132.79.128.0/24 +132.80.0.0/16 +132.80.64.0/21 +132.80.88.0/21 +132.80.130.0/24 +132.80.230.0/24 +132.81.0.0/16 +132.81.242.0/24 +132.81.253.0/24 +132.82.0.0/16 +132.82.48.0/21 +132.82.242.0/24 +132.82.253.0/24 +132.83.25.0/24 +132.83.40.0/21 +132.83.48.0/21 +132.83.122.0/24 +132.83.127.0/24 +132.83.242.0/24 +132.83.253.0/24 +132.83.254.0/24 +132.84.0.0/16 +132.84.40.0/21 +132.84.200.0/24 +132.84.241.0/24 +132.85.0.0/16 +132.85.48.0/21 +132.85.198.0/24 +132.85.253.0/24 +132.86.0.0/16 +132.86.40.0/21 +132.86.48.0/21 +132.86.242.0/24 +132.86.253.0/24 +132.87.0.0/16 +132.87.40.0/21 +132.87.48.0/21 +132.87.242.0/24 +132.87.253.0/24 +132.88.0.0/16 +132.88.40.0/21 +132.89.0.0/16 +132.89.40.0/21 +132.89.48.0/21 +132.89.242.0/24 +132.89.253.0/24 +132.90.0.0/16 +132.90.40.0/21 +132.90.48.0/21 +132.90.241.0/24 +132.90.242.0/24 +132.90.253.0/24 +132.91.0.0/16 +132.92.0.0/16 +132.92.40.0/21 +132.93.0.0/16 +132.93.40.0/21 +132.93.253.0/24 +132.93.254.0/24 +132.94.0.0/16 +132.94.40.0/21 +132.94.48.0/21 +132.94.241.0/24 +132.94.242.0/24 +132.94.253.0/24 +132.95.0.0/16 +132.95.40.0/21 +132.95.48.0/21 +132.95.242.0/24 +132.95.253.0/24 +132.96.0.0/16 +132.96.0.0/19 +132.96.191.0/24 +132.96.192.0/21 +132.96.241.0/24 +132.96.242.0/24 +132.96.243.0/24 +132.96.249.0/24 +132.96.253.0/24 +132.96.254.0/24 +132.97.0.0/16 +132.97.242.0/24 +132.97.253.0/24 +132.97.254.0/24 +132.98.0.0/16 +132.98.40.0/21 +132.98.242.0/24 +132.98.253.0/24 +132.99.0.0/16 +132.99.12.0/24 +132.99.198.0/24 +132.99.253.0/24 +132.100.0.0/16 +132.100.40.0/21 +132.100.48.0/21 +132.100.241.0/24 +132.100.242.0/24 +132.100.253.0/24 +132.101.0.0/16 +132.101.12.0/24 +132.101.242.0/24 +132.101.253.0/24 +132.102.0.0/16 +132.102.40.0/21 +132.102.253.0/24 +132.103.0.0/16 +132.103.40.0/21 +132.103.48.0/21 +132.103.241.0/24 +132.103.242.0/24 +132.103.253.0/24 +132.104.0.0/16 +132.104.40.0/21 +132.104.48.0/21 +132.104.242.0/24 +132.104.253.0/24 +132.105.0.0/16 +132.105.12.0/24 +132.105.40.0/21 +132.105.48.0/21 +132.105.242.0/24 +132.105.253.0/24 +132.106.0.0/16 +132.106.12.0/24 +132.106.40.0/21 +132.106.48.0/21 +132.106.242.0/24 +132.106.249.0/24 +132.106.253.0/24 +132.107.0.0/16 +132.107.253.0/24 +132.108.0.0/16 +132.108.40.0/21 +132.108.48.0/21 +132.108.242.0/24 +132.108.253.0/24 +132.109.0.0/16 +132.109.40.0/21 +132.109.48.0/21 +132.109.253.0/24 +132.110.0.0/16 +132.110.40.0/21 +132.110.241.0/24 +132.110.253.0/24 +132.111.0.0/16 +132.111.12.0/24 +132.111.40.0/21 +132.111.48.0/21 +132.111.200.0/24 +132.111.241.0/24 +132.111.242.0/24 +132.111.253.0/24 +132.112.0.0/16 +132.112.40.0/21 +132.113.0.0/16 +132.113.40.0/21 +132.113.48.0/21 +132.113.241.0/24 +132.113.242.0/24 +132.113.253.0/24 +132.114.0.0/16 +132.114.12.0/24 +132.114.40.0/21 +132.114.48.0/21 +132.114.253.0/24 +132.115.0.0/16 +132.115.40.0/21 +132.115.241.0/24 +132.115.251.0/24 +132.115.253.0/24 +132.115.254.0/24 +132.116.0.0/16 +132.116.12.0/24 +132.116.40.0/21 +132.116.48.0/21 +132.116.241.0/24 +132.116.242.0/24 +132.116.253.0/24 +132.117.0.0/16 +132.117.241.0/24 +132.117.242.0/24 +132.117.253.0/24 +132.118.0.0/16 +132.118.40.0/21 +132.118.48.0/21 +132.118.242.0/24 +132.118.253.0/24 +132.119.0.0/16 +132.119.40.0/21 +132.119.48.0/21 +132.119.242.0/24 +132.119.253.0/24 +132.120.0.0/16 +132.120.40.0/21 +132.120.70.0/24 +132.121.0.0/16 +132.121.40.0/21 +132.121.254.0/24 +132.122.0.0/16 +132.122.48.0/21 +132.122.242.0/24 +132.122.253.0/24 +132.123.0.0/16 +132.123.40.0/21 +132.123.48.0/21 +132.123.242.0/24 +132.123.253.0/24 +132.124.0.0/16 +132.124.40.0/21 +132.124.48.0/21 +132.124.241.0/24 +132.124.242.0/24 +132.124.253.0/24 +132.125.0.0/16 +132.125.12.0/24 +132.125.40.0/21 +132.125.48.0/21 +132.125.151.0/24 +132.125.200.0/24 +132.125.253.0/24 +132.126.0.0/16 +132.126.12.0/24 +132.126.40.0/21 +132.126.48.0/21 +132.126.241.0/24 +132.126.242.0/24 +132.126.249.0/24 +132.126.253.0/24 +132.127.0.0/16 +132.127.40.0/21 +132.127.253.0/24 +132.128.0.0/16 +132.128.12.0/24 +132.128.40.0/21 +132.128.48.0/21 +132.128.241.0/24 +132.128.242.0/24 +132.128.253.0/24 +132.129.0.0/16 +132.130.0.0/16 +132.130.12.0/24 +132.130.40.0/21 +132.130.48.0/21 +132.130.241.0/24 +132.130.242.0/24 +132.130.250.0/24 +132.130.251.0/24 +132.130.253.0/24 +132.130.254.0/24 +132.131.0.0/16 +132.131.40.0/21 +132.131.48.0/21 +132.131.253.0/24 +132.132.0.0/16 +132.132.40.0/21 +132.132.48.0/21 +132.132.241.0/24 +132.132.242.0/24 +132.132.253.0/24 +132.133.0.0/16 +132.133.241.0/24 +132.133.242.0/24 +132.133.253.0/24 +132.134.0.0/16 +132.134.48.0/21 +132.134.242.0/24 +132.134.253.0/24 +132.135.0.0/16 +132.136.0.0/16 +132.139.0.0/16 +132.141.40.0/21 +132.142.0.0/22 +132.142.4.0/22 +132.142.9.0/24 +132.142.131.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.195.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.8.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.11.0.0/16 +55.11.8.0/24 +55.11.144.0/23 +55.11.152.0/21 +139.241.6.0/24 +139.242.53.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.26.0.0/16 +55.26.52.0/22 +55.26.163.0/24 +55.26.164.0/24 +55.26.166.0/24 +55.26.167.0/24 +55.26.168.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.25.0.0/16 +55.25.64.0/22 +55.25.72.0/22 +55.25.92.0/22 +55.25.112.0/22 +55.25.132.0/22 +55.25.136.0/22 +55.25.148.0/22 +55.25.160.0/22 +55.25.160.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.24.0.0/16 +55.24.20.0/24 +55.24.87.0/24 +55.24.229.0/24 +55.24.230.0/24 +55.24.231.0/24 +55.24.232.0/24 +55.24.234.0/24 +55.24.236.0/24 +55.24.251.0/24 +214.54.64.0/24 +214.54.65.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.35.0.0/16 +55.35.77.0/24 +55.35.124.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.36.0.0/16 +55.36.235.0/24 +55.36.249.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.39.0.0/16 +55.39.25.0/24 +55.39.26.0/24 +55.39.32.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.43.0.0/16 +55.191.0.0/16 +55.191.7.0/24 +55.191.104.0/24 +55.191.106.0/24 +55.191.109.0/24 +55.191.110.0/24 +55.191.127.0/24 +55.191.181.0/24 +55.191.182.0/24 +55.191.183.0/24 +55.191.187.0/24 +55.191.189.0/24 +55.191.193.0/24 +55.191.199.0/24 +55.191.200.0/24 +55.191.201.0/24 +55.191.203.0/24 +55.191.205.0/24 +55.191.207.0/24 +55.191.211.0/24 +55.191.213.0/24 +55.191.215.0/24 +55.191.217.0/24 +55.191.219.0/24 +55.191.221.0/24 +55.191.223.0/24 +55.191.229.0/24 +55.191.232.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.126.0.0/16 +55.190.0.0/16 +55.192.0.0/16 +55.194.0.0/16 +55.224.1.0/24 +55.224.2.0/24 +55.224.7.0/24 +55.224.8.0/24 +55.224.80.0/24 +55.224.82.0/24 +55.224.86.0/24 +55.224.88.0/24 +55.224.96.0/24 +55.224.98.0/24 +55.224.103.0/24 +55.224.104.0/23 +55.224.106.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.45.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.53.0.0/16 +55.53.192.0/24 +55.53.193.0/24 +55.53.194.0/24 +55.53.195.0/24 +55.53.196.0/24 +55.53.198.0/23 +55.53.202.0/24 +55.53.206.0/24 +55.53.208.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.78.221.0/24 +55.92.0.0/16 +55.92.211.0/24 +55.92.212.0/24 +55.92.221.0/24 +55.92.222.0/24 +55.92.241.0/24 +55.92.252.0/24 +215.65.80.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.19.0.0/16 +55.19.2.0/24 +55.65.0.0/16 +55.70.0.0/16 +55.70.190.0/24 +55.70.214.0/24 +55.70.244.0/24 +55.70.245.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.72.0.0/16 +55.72.32.0/24 +55.72.137.0/24 +55.72.141.0/24 +55.72.142.0/24 +55.72.143.0/24 +55.72.144.0/22 +55.72.154.0/23 +55.72.157.0/24 +55.72.160.0/24 +55.72.168.0/24 +55.72.170.0/24 +55.72.173.0/24 +55.72.174.0/24 +55.72.177.0/24 +55.72.178.0/24 +55.72.179.0/24 +55.72.180.0/24 +55.72.183.0/24 +55.72.184.0/24 +55.72.185.0/24 +55.72.186.0/24 +55.72.188.0/24 +55.72.192.0/24 +55.72.193.0/24 +55.72.195.0/24 +55.72.196.0/24 +55.72.199.0/24 +55.72.202.0/24 +55.72.204.0/23 +55.72.206.0/24 +55.72.207.0/24 +55.72.212.0/22 +55.72.220.0/24 +55.72.221.0/24 +55.72.222.0/24 +55.72.223.0/24 +55.72.224.0/24 +55.72.225.0/24 +55.72.226.0/24 +55.72.227.0/24 +55.72.228.0/24 +55.72.230.0/24 +55.72.232.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.74.0.0/16 +55.74.6.0/24 +55.74.44.0/23 +55.74.46.0/24 +55.74.47.0/24 +55.74.52.0/24 +55.74.53.0/24 +55.74.54.0/24 +55.74.55.0/24 +55.74.58.0/24 +55.74.59.0/24 +55.74.64.0/24 +55.74.65.0/24 +55.74.66.0/24 +55.74.67.0/24 +55.74.68.0/24 +55.74.69.0/24 +55.74.70.0/24 +55.74.71.0/24 +55.74.72.0/24 +55.74.73.0/24 +55.74.74.0/24 +55.74.75.0/24 +55.74.76.0/24 +55.74.78.0/24 +55.74.79.0/24 +55.74.80.0/24 +55.74.82.0/24 +55.74.83.0/24 +55.74.84.0/24 +55.74.85.0/24 +55.74.90.0/24 +55.74.91.0/24 +55.74.94.0/24 +55.74.95.0/24 +55.74.96.0/24 +55.74.97.0/24 +55.74.98.0/24 +55.74.99.0/24 +55.74.100.0/24 +55.74.103.0/24 +55.74.104.0/23 +55.74.107.0/24 +55.74.108.0/24 +55.74.111.0/24 +55.74.112.0/24 +55.74.113.0/24 +55.74.116.0/24 +55.74.117.0/24 +55.74.118.0/24 +55.74.119.0/24 +55.74.120.0/24 +55.74.121.0/24 +55.74.122.0/24 +55.74.124.0/24 +55.74.125.0/24 +55.74.129.0/24 +55.74.130.0/24 +55.74.136.0/22 +55.74.140.0/24 +55.74.143.0/24 +55.74.144.0/24 +55.74.145.0/24 +55.74.146.0/24 +55.74.147.0/24 +55.74.148.0/24 +55.74.149.0/24 +55.74.152.0/24 +55.74.153.0/24 +55.74.155.0/24 +55.74.156.0/24 +55.74.157.0/24 +55.74.158.0/24 +55.74.160.0/24 +55.74.161.0/24 +55.74.166.0/24 +55.74.167.0/24 +55.74.168.0/24 +55.74.169.0/24 +55.74.170.0/24 +55.74.171.0/24 +55.74.172.0/24 +55.74.173.0/24 +55.74.175.0/24 +55.74.176.0/24 +55.74.177.0/24 +55.74.180.0/24 +55.74.183.0/24 +55.74.184.0/24 +55.74.192.0/24 +55.74.193.0/24 +55.74.194.0/24 +55.74.195.0/24 +55.74.196.0/24 +55.74.197.0/24 +55.74.198.0/24 +55.74.200.0/24 +55.74.205.0/24 +55.74.206.0/23 +55.74.208.0/21 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.75.0.0/16 +55.75.4.0/24 +55.75.5.0/24 +55.75.172.0/22 +55.75.217.0/24 +55.75.219.0/24 +55.75.222.0/24 +55.75.223.0/24 +55.75.224.0/24 +55.75.225.0/24 +55.75.226.0/24 +55.75.227.0/24 +55.75.228.0/24 +55.75.229.0/24 +55.75.230.0/24 +55.75.231.0/24 +55.75.232.0/24 +55.75.233.0/24 +55.75.234.0/24 +55.75.235.0/24 +55.75.236.0/24 +55.75.237.0/24 +55.75.238.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.29.228.0/24 +55.188.0.0/16 +55.188.32.0/23 +55.188.96.0/23 +55.188.98.0/24 +55.188.100.0/24 +55.188.101.0/24 +55.188.102.0/24 +55.188.103.0/24 +55.188.104.0/24 +55.188.106.0/24 +55.188.107.0/24 +55.188.108.0/24 +55.188.111.0/24 +55.188.112.0/24 +55.188.115.0/24 +55.188.116.0/23 +55.188.118.0/23 +55.188.120.0/23 +55.188.128.0/23 +55.188.132.0/24 +55.188.133.0/24 +55.188.134.0/24 +55.188.135.0/24 +55.188.136.0/24 +55.188.137.0/24 +55.188.138.0/24 +55.188.139.0/24 +55.188.140.0/24 +55.188.141.0/24 +55.188.142.0/24 +55.188.160.0/23 +55.188.162.0/24 +55.188.164.0/24 +55.188.165.0/24 +55.188.169.0/24 +55.188.170.0/24 +55.188.171.0/24 +55.188.173.0/24 +55.188.174.0/24 +55.188.187.0/24 +55.188.188.0/22 +55.188.192.0/23 +55.188.194.0/23 +55.188.196.0/23 +55.188.198.0/24 +55.188.199.0/24 +55.188.200.0/24 +55.188.201.0/24 +55.188.202.0/23 +55.188.204.0/24 +55.188.205.0/24 +55.188.206.0/24 +55.188.207.0/24 +55.188.208.0/24 +55.188.210.0/24 +55.188.224.0/23 +55.188.226.0/23 +55.188.228.0/24 +55.188.231.0/24 +55.188.232.0/24 +55.188.234.0/24 +55.188.235.0/24 +55.188.236.0/24 +55.188.239.0/24 +55.188.240.0/22 +55.188.244.0/24 +55.188.245.0/24 +139.242.14.0/23 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.34.0.0/16 +55.34.24.0/24 +55.34.44.0/23 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.83.0.0/16 +55.83.4.0/24 +55.83.50.0/24 +55.83.239.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.40.0.0/16 +55.73.0.0/16 +55.86.0.0/16 +55.86.50.0/24 +55.86.96.0/19 +55.86.128.0/18 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.47.0.0/16 +55.88.0.0/16 +55.88.2.0/24 +55.88.136.0/24 +55.88.137.0/24 +55.88.138.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.56.0.0/16 +55.56.2.0/24 +55.56.6.0/24 +55.56.7.0/24 +55.56.23.0/24 +55.56.24.0/24 +55.56.55.0/24 +55.56.196.0/22 +55.56.210.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.55.0.0/16 +55.94.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.2.0.0/16 +55.2.2.0/24 +55.2.3.0/24 +55.2.4.0/24 +55.2.5.0/24 +55.2.6.0/24 +55.2.8.0/24 +55.2.9.0/24 +55.2.10.0/24 +55.2.13.0/24 +55.2.14.0/24 +55.2.16.0/24 +55.2.17.0/24 +55.2.18.0/24 +55.2.20.0/24 +55.2.21.0/24 +55.2.22.0/23 +55.2.24.0/24 +55.2.25.0/24 +55.2.27.0/24 +55.2.29.0/24 +55.2.31.0/24 +55.2.36.0/24 +55.2.39.0/24 +55.2.40.0/24 +55.2.41.0/24 +55.2.42.0/24 +55.2.48.0/24 +55.2.50.0/24 +55.2.51.0/24 +55.2.54.0/24 +55.2.55.0/24 +55.2.56.0/24 +55.2.57.0/24 +55.2.59.0/24 +55.2.60.0/24 +55.2.62.0/24 +55.2.63.0/24 +55.2.64.0/24 +55.2.71.0/24 +55.2.73.0/24 +55.2.75.0/24 +55.2.77.0/24 +55.2.78.0/24 +55.2.79.0/24 +55.2.81.0/24 +55.2.82.0/24 +55.2.84.0/22 +55.2.88.0/22 +55.2.92.0/24 +55.2.100.0/24 +55.2.107.0/24 +55.2.109.0/24 +55.2.114.0/24 +55.2.117.0/24 +55.2.118.0/24 +55.2.119.0/24 +55.2.120.0/24 +55.2.128.0/24 +55.2.138.0/24 +55.2.139.0/24 +55.2.140.0/24 +55.2.141.0/24 +55.2.142.0/24 +55.2.143.0/24 +55.2.144.0/24 +55.2.145.0/24 +55.2.147.0/24 +55.2.153.0/24 +55.2.156.0/24 +55.2.159.0/24 +55.2.160.0/24 +55.2.163.0/24 +55.2.164.0/24 +55.2.166.0/24 +55.2.168.0/24 +55.2.172.0/24 +55.2.176.0/24 +55.2.188.0/22 +55.2.196.0/22 +55.2.201.0/24 +55.2.202.0/24 +55.2.203.0/24 +55.2.204.0/24 +55.2.205.0/24 +55.2.206.0/24 +55.2.207.0/24 +55.2.208.0/24 +55.2.209.0/24 +55.2.210.0/24 +55.2.211.0/24 +55.2.215.0/24 +55.2.216.0/24 +55.2.217.0/24 +55.2.218.0/24 +55.2.219.0/24 +55.2.220.0/24 +55.2.221.0/24 +55.2.222.0/24 +55.2.224.0/22 +55.2.228.0/23 +55.2.230.0/24 +55.2.231.0/24 +55.2.232.0/24 +55.2.233.0/24 +55.2.234.0/23 +55.2.236.0/24 +55.2.237.0/24 +55.2.238.0/24 +55.2.239.0/24 +55.2.240.0/24 +55.2.241.0/24 +55.2.243.0/24 +55.2.244.0/24 +55.2.245.0/24 +55.2.246.0/24 +55.2.247.0/24 +55.2.248.0/24 +55.2.250.0/24 +55.2.252.0/24 +55.2.253.0/24 +55.2.254.0/24 +214.25.1.0/24 +214.25.2.0/24 +214.25.3.0/24 +214.25.4.0/24 +214.25.6.0/24 +214.25.7.0/24 +214.25.8.0/24 +214.25.9.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.3.0.0/16 +55.3.101.0/24 +55.3.102.0/23 +55.3.104.0/23 +55.3.106.0/23 +55.3.110.0/23 +55.3.224.0/21 +55.3.251.0/24 +55.3.252.0/24 +156.112.250.0/24 +214.24.21.0/24 +214.24.24.0/24 +214.24.26.0/24 +214.24.27.0/24 +214.24.31.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.13.0.0/16 +55.13.3.0/24 +55.13.8.0/24 +55.13.10.0/24 +55.13.11.0/24 +55.13.15.0/24 +55.13.16.0/24 +55.13.72.0/21 +55.13.80.0/24 +55.13.81.0/24 +55.13.101.0/24 +55.13.105.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.64.0.0/16 +55.64.88.0/24 +55.64.90.0/24 +55.64.176.0/24 +55.64.228.0/22 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.22.0.0/16 +55.22.50.0/23 +55.22.51.0/24 +55.22.52.0/22 +55.22.56.0/21 +55.22.64.0/24 +55.22.65.0/24 +55.22.84.0/24 +55.22.144.0/24 +55.22.158.0/24 +55.22.174.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.23.0.0/16 +55.23.8.0/24 +55.23.22.0/24 +55.23.23.0/24 +55.23.25.0/24 +55.23.27.0/24 +55.23.28.0/24 +55.23.29.0/24 +55.23.31.0/24 +55.23.33.0/24 +55.23.35.0/24 +55.23.103.0/24 +55.23.129.0/24 +55.23.163.0/24 +55.23.182.0/24 +55.23.192.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.30.0.0/16 +55.30.8.0/21 +55.30.16.0/20 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.37.0.0/16 +55.84.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.32.0.0/16 +55.32.15.0/24 +55.32.80.0/24 +55.32.81.0/24 +55.32.82.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.41.0.0/16 +55.41.82.0/24 +55.41.116.0/23 +55.41.197.0/24 +55.41.198.0/24 +55.41.199.0/24 +55.41.207.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.46.0.0/16 +55.46.43.0/24 +55.46.48.0/24 +55.46.132.0/24 +55.46.135.0/24 +55.46.141.0/24 +55.46.145.0/24 +55.46.157.0/24 +55.46.158.0/24 +55.46.162.0/24 +55.46.168.0/24 +55.46.170.0/24 +55.46.172.0/24 +55.46.175.0/24 +55.46.176.0/24 +55.46.178.0/24 +55.46.179.0/24 +55.46.180.0/24 +55.46.184.0/24 +55.46.186.0/24 +55.46.193.0/24 +55.46.204.0/24 +55.46.206.0/24 +55.46.208.0/24 +55.46.210.0/24 +55.46.212.0/24 +55.46.214.0/24 +55.46.218.0/24 +55.46.222.0/24 +55.46.224.0/24 +55.46.226.0/24 +55.46.228.0/24 +55.46.234.0/24 +55.46.236.0/24 +55.46.240.0/24 +55.46.241.0/24 +55.46.242.0/24 +55.46.243.0/24 +55.46.244.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.48.0.0/16 +55.89.0.0/16 +55.89.1.0/24 +55.89.2.0/24 +55.89.4.0/24 +55.89.5.0/24 +55.89.6.0/24 +55.89.7.0/24 +55.89.8.0/24 +55.89.9.0/24 +55.89.10.0/24 +55.89.11.0/24 +55.89.12.0/24 +55.89.13.0/24 +55.89.14.0/24 +55.89.15.0/24 +55.89.16.0/24 +55.89.17.0/24 +55.89.18.0/24 +55.89.19.0/24 +55.89.20.0/24 +55.89.21.0/24 +55.89.22.0/24 +55.89.23.0/24 +55.89.24.0/24 +55.89.25.0/24 +55.89.26.0/24 +55.89.27.0/24 +55.89.28.0/24 +55.89.29.0/24 +55.89.30.0/24 +55.89.31.0/24 +55.89.32.0/24 +55.89.33.0/24 +55.89.34.0/24 +55.89.35.0/24 +55.89.36.0/24 +55.89.37.0/24 +55.89.38.0/24 +55.89.39.0/24 +55.89.40.0/24 +55.89.41.0/24 +55.89.42.0/24 +55.89.43.0/24 +55.89.44.0/24 +55.89.45.0/24 +55.89.47.0/24 +55.89.48.0/24 +55.89.49.0/24 +55.89.50.0/24 +55.89.51.0/24 +55.89.52.0/24 +55.89.53.0/24 +55.89.54.0/24 +55.89.55.0/24 +55.89.56.0/24 +55.89.57.0/24 +55.89.58.0/24 +55.89.59.0/24 +55.89.60.0/24 +55.89.61.0/24 +55.89.62.0/24 +55.89.63.0/24 +55.89.65.0/24 +55.89.66.0/24 +55.89.67.0/24 +55.89.69.0/24 +55.89.70.0/24 +55.89.72.0/24 +55.89.73.0/24 +55.89.75.0/24 +55.89.77.0/24 +55.89.78.0/24 +55.89.79.0/24 +55.89.80.0/24 +55.89.82.0/24 +55.89.83.0/24 +55.89.85.0/24 +55.89.86.0/24 +55.89.87.0/24 +55.89.88.0/24 +55.89.89.0/24 +55.89.91.0/24 +55.89.92.0/24 +55.89.93.0/24 +55.89.94.0/24 +55.89.95.0/24 +55.89.98.0/24 +55.89.99.0/24 +55.89.105.0/24 +55.89.149.0/24 +55.89.150.0/24 +55.89.155.0/24 +55.89.156.0/24 +55.89.160.0/24 +55.89.170.0/24 +55.89.174.0/23 +55.89.180.0/24 +55.89.200.0/24 +55.89.205.0/24 +55.89.210.0/24 +55.89.219.0/24 +55.89.220.0/24 +55.89.221.0/24 +55.89.222.0/24 +55.89.223.0/24 +55.89.224.0/24 +55.89.225.0/24 +55.89.226.0/24 +55.89.227.0/24 +55.89.228.0/24 +55.89.229.0/24 +55.89.232.0/24 +55.89.234.0/23 +55.89.238.0/24 +55.89.240.0/24 +55.89.244.0/24 +55.89.245.0/24 +55.89.246.0/24 +55.89.247.0/24 +55.89.250.0/24 +55.89.252.0/24 +55.89.253.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.49.0.0/16 +55.76.0.0/16 +55.77.0.0/17 +55.77.128.0/18 +55.77.192.0/19 +55.77.224.0/20 +55.77.248.0/21 +55.90.0.0/16 +55.98.0.0/18 +55.98.64.0/19 +55.98.96.0/19 +55.98.128.0/18 +55.98.192.0/18 +55.99.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.52.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.1.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.5.236.0/24 +55.5.241.0/24 +55.5.242.0/24 +55.5.243.0/24 +55.5.245.0/24 +55.5.246.0/24 +55.5.248.0/24 +55.58.0.0/16 +55.58.0.0/24 +55.58.1.0/24 +55.58.2.0/24 +55.58.3.0/24 +55.58.4.0/24 +55.58.11.0/24 +55.58.22.0/24 +55.58.25.0/24 +55.58.56.0/22 +55.58.60.0/24 +55.58.61.0/24 +55.58.63.0/24 +55.58.64.0/24 +55.58.66.0/24 +55.58.67.0/24 +55.58.68.0/24 +55.58.69.0/24 +55.58.70.0/24 +55.58.71.0/24 +55.58.72.0/24 +55.58.73.0/24 +55.58.74.0/24 +55.58.75.0/24 +55.58.76.0/24 +55.58.77.0/24 +55.58.78.0/24 +55.58.79.0/24 +55.58.80.0/24 +55.58.81.0/24 +55.58.84.0/22 +55.58.88.0/22 +55.58.92.0/24 +55.58.93.0/24 +55.58.94.0/24 +55.58.95.0/24 +55.58.96.0/24 +55.58.97.0/24 +55.58.98.0/24 +55.58.99.0/24 +55.58.100.0/23 +55.58.102.0/23 +55.58.103.0/24 +55.58.104.0/24 +55.58.105.0/24 +55.58.106.0/24 +55.58.107.0/24 +55.58.108.0/24 +55.58.109.0/24 +55.58.110.0/24 +55.58.111.0/24 +55.58.112.0/23 +55.58.114.0/23 +55.58.116.0/24 +55.58.118.0/24 +55.58.119.0/24 +55.58.120.0/22 +55.58.124.0/22 +55.58.128.0/24 +55.58.129.0/24 +55.58.130.0/23 +55.58.132.0/23 +55.58.135.0/24 +55.58.136.0/23 +55.58.140.0/24 +55.58.143.0/24 +55.58.145.0/24 +55.58.146.0/24 +55.58.148.0/24 +55.58.200.0/24 +55.58.202.0/24 +55.58.203.0/24 +55.58.210.0/24 +55.58.214.0/24 +55.58.215.0/24 +55.58.223.0/24 +55.58.225.0/24 +55.58.226.0/24 +55.58.230.0/24 +55.58.232.0/24 +55.58.235.0/24 +55.58.236.0/24 +55.58.238.0/24 +55.58.240.0/24 +55.58.244.0/24 +55.58.245.0/24 +55.58.246.0/24 +55.58.247.0/24 +55.58.248.0/24 +55.58.252.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.6.0.0/16 +55.59.0.0/16 +55.59.19.0/24 +55.62.0.0/16 +55.63.0.0/16 +55.96.0.0/16 +55.97.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.7.0.0/16 +55.7.113.0/24 +55.7.227.0/24 +55.7.237.0/24 +55.7.245.0/24 +55.7.246.0/24 +55.7.247.0/24 +55.7.248.0/24 +55.60.0.0/16 +55.60.1.0/24 +55.60.21.0/24 +55.60.22.0/24 +55.60.64.0/19 +55.60.64.0/20 +55.60.96.0/20 +55.60.96.0/21 +55.60.113.0/24 +55.60.144.0/22 +55.60.166.0/24 +55.60.192.0/24 +55.60.227.0/24 +55.60.237.0/24 +55.60.243.0/24 +55.60.245.0/24 +55.60.246.0/24 +55.60.247.0/24 +55.60.248.0/24 +55.60.253.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.16.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.18.0.0/16 +55.69.0.0/16 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.82.0.0/16 +2001:480:280::/48 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +6.16.68.0/24 +6.16.69.0/24 +6.16.70.0/24 +6.16.71.0/24 +6.16.102.0/24 +6.16.103.0/24 +6.16.207.0/24 +6.41.0.0/16 +6.41.7.0/24 +6.41.128.0/23 +6.41.130.0/23 +6.41.132.0/23 +6.42.64.0/18 +6.42.192.0/22 +6.42.196.0/22 +6.42.200.0/22 +6.42.204.0/22 +6.42.208.0/22 +6.42.212.0/22 +6.42.216.0/22 +6.42.220.0/22 +6.42.224.0/22 +6.42.228.0/22 +6.42.232.0/22 +6.42.243.0/24 +6.42.244.0/24 +6.42.245.0/24 +6.42.246.0/24 +6.42.247.0/24 +6.44.0.0/22 +6.44.4.0/22 +6.44.8.0/22 +6.44.12.0/22 +6.44.16.0/22 +6.44.20.0/22 +6.44.24.0/22 +6.44.28.0/22 +6.44.32.0/22 +6.44.36.0/22 +6.44.40.0/22 +6.44.44.0/22 +6.44.48.0/22 +6.44.52.0/22 +6.44.56.0/22 +6.44.60.0/22 +6.44.64.0/22 +6.44.68.0/22 +6.44.72.0/22 +6.44.76.0/22 +6.44.80.0/22 +6.44.84.0/22 +6.44.88.0/22 +6.44.92.0/22 +6.44.96.0/22 +6.44.100.0/22 +6.44.104.0/22 +6.44.108.0/22 +6.44.112.0/22 +6.44.116.0/22 +6.44.120.0/22 +6.44.124.0/22 +6.44.128.0/22 +6.44.132.0/22 +6.44.136.0/22 +6.44.140.0/22 +6.44.144.0/22 +6.44.148.0/22 +6.44.152.0/22 +6.44.156.0/22 +6.44.160.0/22 +6.44.164.0/22 +6.44.168.0/22 +6.44.172.0/22 +6.44.176.0/22 +6.44.180.0/22 +6.44.184.0/22 +6.44.188.0/22 +6.44.197.0/24 +6.46.64.0/21 +6.46.72.0/21 +6.46.80.0/21 +6.48.0.0/21 +6.48.8.0/21 +6.48.48.0/21 +6.48.64.0/20 +6.48.80.0/20 +6.48.96.0/20 +6.48.112.0/20 +6.48.128.0/20 +6.48.160.0/21 +6.48.168.0/21 +6.48.176.0/20 +6.48.208.0/20 +6.48.224.0/20 +6.48.240.0/20 +6.49.0.0/21 +6.49.8.0/21 +6.49.16.0/20 +6.49.32.0/20 +6.49.48.0/20 +6.49.64.0/20 +6.49.80.0/21 +6.49.88.0/22 +6.49.92.0/22 +6.49.96.0/20 +6.49.112.0/22 +6.49.120.0/21 +6.49.122.0/24 +6.49.128.0/20 +6.49.144.0/20 +6.49.160.0/19 +6.49.192.0/19 +6.49.224.0/20 +6.50.0.0/20 +6.50.20.0/22 +6.50.24.0/22 +6.50.28.0/22 +6.50.32.0/22 +6.50.40.0/22 +6.50.64.0/20 +6.50.80.0/20 +6.50.96.0/19 +6.50.128.0/19 +6.50.192.0/20 +6.50.208.0/20 +6.50.224.0/20 +6.50.240.0/20 +6.51.0.0/21 +6.51.8.0/21 +6.51.16.0/21 +6.51.32.0/20 +6.51.64.0/20 +6.51.80.0/20 +6.51.128.0/19 +6.51.160.0/19 +6.51.192.0/22 +6.51.200.0/21 +6.51.252.0/24 +6.64.60.0/24 +6.64.61.0/24 +6.64.104.0/24 +6.64.120.0/24 +6.64.128.0/23 +6.64.130.0/23 +6.64.132.0/24 +6.64.133.0/24 +6.64.136.0/23 +6.64.138.0/23 +6.64.142.0/24 +6.64.144.0/24 +6.64.146.0/24 +6.64.148.0/24 +6.64.150.0/24 +6.64.151.0/24 +6.64.152.0/24 +6.64.157.0/24 +6.64.158.0/24 +6.64.159.0/24 +6.64.160.0/24 +6.64.161.0/24 +6.64.162.0/24 +6.64.163.0/24 +6.64.164.0/23 +6.64.166.0/24 +6.65.4.0/24 +6.65.6.0/24 +6.65.8.0/22 +6.65.16.0/24 +6.65.20.0/22 +6.65.26.0/24 +6.65.27.0/24 +6.65.34.0/24 +6.65.35.0/24 +6.65.36.0/22 +6.65.40.0/24 +6.65.44.0/22 +6.65.48.0/23 +6.65.50.0/24 +6.65.51.0/24 +6.65.58.0/24 +6.65.59.0/24 +6.65.130.0/23 +6.65.132.0/23 +6.65.134.0/23 +6.65.136.0/23 +6.65.138.0/23 +6.65.140.0/23 +6.65.142.0/23 +6.65.144.0/23 +6.65.146.0/23 +6.65.148.0/23 +6.65.150.0/23 +6.65.152.0/23 +6.65.154.0/23 +6.65.156.0/23 +6.65.158.0/23 +6.65.160.0/23 +6.65.162.0/23 +6.65.164.0/23 +6.65.166.0/23 +6.65.168.0/23 +6.65.170.0/23 +6.65.172.0/23 +6.65.174.0/23 +6.65.176.0/23 +6.65.178.0/23 +6.65.180.0/23 +6.65.182.0/23 +6.65.184.0/23 +6.65.186.0/23 +6.66.2.0/23 +6.66.4.0/23 +6.66.6.0/23 +6.66.8.0/23 +6.66.10.0/23 +6.66.12.0/23 +6.66.14.0/23 +6.66.16.0/23 +6.66.18.0/24 +6.66.19.0/24 +6.66.20.0/24 +6.66.22.0/24 +6.66.23.0/24 +6.66.24.0/24 +6.66.25.0/24 +6.66.26.0/23 +6.66.28.0/23 +6.66.30.0/23 +6.66.32.0/24 +6.66.33.0/24 +6.66.34.0/24 +6.66.35.0/24 +6.66.36.0/24 +6.66.37.0/24 +6.66.38.0/23 +6.66.40.0/23 +6.66.42.0/23 +6.66.56.0/22 +6.66.60.0/22 +6.66.64.0/24 +6.66.160.0/23 +6.66.164.0/23 +6.66.166.0/23 +6.66.168.0/23 +6.66.170.0/23 +6.66.172.0/23 +6.66.174.0/23 +6.66.176.0/23 +6.66.180.0/23 +6.66.182.0/23 +6.66.186.0/23 +6.66.188.0/23 +6.66.190.0/23 +6.68.0.0/16 +6.70.1.0/24 +6.70.2.0/23 +6.70.8.0/24 +6.70.9.0/24 +6.70.10.0/24 +6.70.11.0/24 +6.70.66.0/23 +6.70.68.0/23 +6.70.70.0/23 +6.70.72.0/23 +6.70.74.0/23 +6.70.76.0/23 +6.70.78.0/23 +6.70.80.0/23 +6.70.82.0/23 +6.70.84.0/23 +6.70.86.0/23 +6.70.88.0/23 +6.70.90.0/23 +6.70.92.0/23 +6.70.94.0/23 +6.70.96.0/23 +6.70.98.0/23 +6.70.100.0/23 +6.70.102.0/23 +6.70.104.0/23 +6.70.106.0/23 +6.70.108.0/23 +6.70.110.0/23 +6.70.112.0/23 +6.70.114.0/23 +6.70.116.0/23 +6.70.118.0/23 +6.70.120.0/23 +6.70.122.0/23 +6.70.124.0/23 +6.70.126.0/23 +6.70.130.0/23 +6.70.132.0/23 +6.70.134.0/23 +6.70.136.0/23 +6.70.138.0/23 +6.70.140.0/23 +6.70.142.0/23 +6.70.144.0/23 +6.70.146.0/23 +6.70.148.0/23 +6.70.150.0/23 +6.70.152.0/23 +6.70.154.0/23 +6.70.156.0/23 +6.70.158.0/23 +6.70.160.0/23 +6.70.162.0/23 +6.70.164.0/23 +6.70.166.0/23 +6.70.168.0/23 +6.70.170.0/23 +6.70.172.0/23 +6.70.174.0/23 +6.70.176.0/23 +6.70.178.0/23 +6.70.180.0/23 +6.70.182.0/23 +6.70.184.0/23 +6.70.186.0/23 +6.70.188.0/23 +6.70.190.0/23 +6.72.0.0/20 +6.72.224.0/21 +6.72.232.0/22 +6.72.254.0/23 +6.73.224.0/23 +6.73.226.0/23 +6.73.228.0/23 +6.73.230.0/23 +6.73.232.0/23 +6.73.234.0/23 +6.73.236.0/23 +6.73.238.0/23 +6.73.240.0/23 +6.73.242.0/23 +6.73.244.0/23 +6.73.246.0/23 +6.73.248.0/23 +6.73.250.0/23 +6.73.252.0/24 +6.73.253.0/24 +6.80.128.0/17 +6.129.32.0/21 +6.129.40.0/21 +6.129.48.0/21 +6.129.56.0/21 +6.130.28.0/24 +6.130.29.0/24 +6.130.30.0/24 +6.133.68.0/24 +6.133.69.0/24 +55.179.30.0/24 +55.179.96.0/24 +55.179.130.0/24 +55.179.144.0/24 +55.179.145.0/24 +55.179.191.0/24 +55.179.192.0/24 +55.179.193.0/24 +55.179.194.0/24 +55.179.195.0/24 +55.179.196.0/24 +55.179.230.0/24 +55.179.231.0/24 +55.179.232.0/24 +55.179.233.0/24 +55.179.234.0/24 +55.179.235.0/24 +55.179.236.0/24 +55.196.0.0/16 +55.196.1.0/24 +55.209.100.0/24 +55.209.200.0/23 +55.209.202.0/24 +128.26.100.0/24 +128.26.101.0/24 +128.26.102.0/24 +128.26.103.0/24 +128.26.104.0/24 +128.26.105.0/24 +128.26.106.0/24 +128.26.107.0/24 +128.44.24.0/22 +128.44.60.0/22 +128.44.176.0/22 +128.44.180.0/23 +128.44.182.0/23 +128.44.184.0/23 +128.44.186.0/23 +128.190.0.0/16 +128.190.90.0/23 +128.190.92.0/22 +128.190.96.0/23 +128.190.239.0/24 +128.202.0.0/16 +128.236.0.0/16 +129.29.0.0/16 +129.51.3.0/24 +129.51.5.0/24 +129.51.100.0/24 +129.53.0.0/16 +129.54.0.0/16 +129.61.0.0/16 +129.139.0.0/16 +129.139.193.0/24 +129.141.0.0/16 +129.141.0.0/20 +129.141.16.0/20 +129.141.32.0/20 +129.141.48.0/20 +129.141.64.0/20 +129.141.80.0/20 +129.141.96.0/21 +129.141.104.0/21 +129.141.112.0/20 +129.141.128.0/19 +129.141.176.0/21 +129.141.184.0/21 +129.141.192.0/19 +129.198.0.0/16 +129.238.0.0/16 +129.238.248.0/24 +130.16.0.0/16 +130.22.1.0/24 +130.22.10.0/23 +130.22.21.0/24 +130.22.22.0/24 +130.22.34.0/23 +130.22.41.0/24 +130.22.42.0/24 +130.22.47.0/24 +130.22.49.0/24 +130.22.50.0/23 +130.22.52.0/23 +130.22.54.0/24 +130.22.63.0/24 +130.22.64.0/23 +130.22.66.0/24 +130.22.68.0/23 +130.22.70.0/23 +130.22.72.0/23 +130.22.74.0/23 +130.22.76.0/23 +130.22.78.0/23 +130.22.80.0/21 +130.22.96.0/24 +130.22.97.0/24 +130.22.98.0/24 +130.22.99.0/24 +130.22.100.0/24 +130.22.101.0/24 +130.22.102.0/24 +130.22.104.0/24 +130.22.105.0/24 +130.22.106.0/24 +130.22.107.0/24 +130.22.108.0/24 +130.22.109.0/24 +130.22.110.0/24 +130.22.111.0/24 +130.22.112.0/23 +130.22.114.0/23 +130.22.116.0/23 +130.22.118.0/23 +130.22.120.0/23 +130.22.122.0/23 +130.22.124.0/23 +130.22.126.0/23 +130.22.128.0/24 +130.22.144.0/24 +130.22.145.0/24 +130.22.146.0/24 +130.22.147.0/24 +130.22.148.0/24 +130.22.149.0/24 +130.22.150.0/24 +130.22.180.0/23 +130.22.182.0/23 +130.22.184.0/23 +130.22.186.0/23 +130.22.190.0/24 +130.22.252.0/24 +130.53.0.0/16 +130.53.64.0/22 +130.114.0.0/16 +131.3.0.0/16 +131.5.0.0/19 +131.5.48.0/21 +131.5.56.0/22 +131.5.56.0/24 +131.5.57.0/24 +131.5.60.0/22 +131.5.101.0/24 +131.5.102.0/23 +131.5.104.0/21 +131.5.112.0/20 +131.5.128.0/18 +131.5.192.0/21 +131.5.200.0/21 +131.5.208.0/23 +131.5.210.0/24 +131.5.224.0/21 +131.5.232.0/21 +131.5.240.0/21 +131.5.248.0/23 +131.5.250.0/23 +131.5.252.0/23 +131.6.0.0/16 +131.6.5.0/24 +131.6.12.0/24 +131.6.21.0/24 +131.6.196.0/24 +131.7.0.0/16 +131.7.52.0/24 +131.7.177.0/24 +131.7.224.0/19 +131.9.0.0/16 +131.10.0.0/16 +131.10.120.0/24 +131.12.0.0/16 +131.12.4.0/22 +131.13.0.0/16 +131.13.0.0/18 +131.13.120.0/24 +131.15.16.0/20 +131.15.32.0/22 +131.15.38.0/23 +131.15.40.0/21 +131.15.48.0/20 +131.15.64.0/20 +131.15.80.0/24 +131.15.90.0/23 +131.15.92.0/24 +131.15.98.0/23 +131.15.116.0/23 +131.15.120.0/24 +131.15.136.0/24 +131.15.144.0/21 +131.15.160.0/21 +131.15.208.0/24 +131.15.252.0/24 +131.15.253.0/24 +131.16.80.0/21 +131.16.83.0/24 +131.17.0.0/16 +131.17.129.0/24 +131.18.98.0/23 +131.18.104.0/24 +131.18.105.0/24 +131.18.128.0/24 +131.18.176.0/24 +131.18.177.0/24 +131.22.0.0/16 +131.22.8.0/24 +131.22.200.0/24 +131.24.0.0/16 +131.24.119.0/24 +131.24.120.0/24 +131.25.0.0/16 +131.25.245.0/24 +131.27.0.0/18 +131.28.0.0/16 +131.28.120.0/22 +131.29.0.0/16 +131.30.0.0/20 +131.30.16.0/22 +131.30.21.0/24 +131.30.22.0/23 +131.30.24.0/21 +131.30.32.0/19 +131.30.64.0/18 +131.30.121.0/24 +131.30.128.0/17 +131.32.0.0/16 +131.34.0.0/16 +131.35.0.0/16 +131.37.0.0/16 +131.37.208.0/24 +131.39.0.0/16 +131.39.248.0/24 +131.40.0.0/16 +131.40.29.0/24 +131.40.120.0/21 +131.43.9.0/24 +131.43.10.0/24 +131.43.11.0/24 +131.43.14.0/24 +131.43.15.0/24 +131.43.16.0/21 +131.43.28.0/24 +131.43.30.0/24 +131.43.31.0/24 +131.43.32.0/21 +131.43.40.0/24 +131.43.41.0/24 +131.43.42.0/24 +131.43.46.0/24 +131.43.47.0/24 +131.43.48.0/21 +131.43.56.0/24 +131.43.57.0/24 +131.43.58.0/24 +131.43.62.0/24 +131.43.63.0/24 +131.43.64.0/21 +131.43.72.0/24 +131.43.73.0/24 +131.43.74.0/24 +131.43.78.0/24 +131.43.79.0/24 +131.43.80.0/21 +131.43.88.0/24 +131.43.89.0/24 +131.43.90.0/24 +131.43.94.0/24 +131.43.95.0/24 +131.43.96.0/21 +131.43.104.0/22 +131.43.110.0/24 +131.43.111.0/24 +131.43.112.0/21 +131.43.120.0/22 +131.43.122.0/24 +131.43.124.0/24 +131.43.126.0/23 +131.43.128.0/21 +131.43.136.0/23 +131.43.138.0/24 +131.43.142.0/24 +131.43.143.0/24 +131.43.144.0/21 +131.43.152.0/22 +131.43.158.0/24 +131.43.159.0/24 +131.43.160.0/21 +131.43.168.0/24 +131.43.169.0/24 +131.43.170.0/24 +131.43.174.0/24 +131.43.175.0/24 +131.43.176.0/21 +131.43.184.0/24 +131.43.185.0/24 +131.43.186.0/24 +131.43.190.0/24 +131.43.191.0/24 +131.43.192.0/21 +131.43.200.0/22 +131.43.206.0/24 +131.43.207.0/24 +131.43.208.0/21 +131.43.216.0/22 +131.43.222.0/24 +131.43.223.0/24 +131.43.224.0/21 +131.43.232.0/24 +131.43.233.0/24 +131.43.234.0/24 +131.43.238.0/24 +131.43.239.0/24 +131.43.240.0/21 +131.43.248.0/22 +131.44.0.0/16 +131.44.4.0/24 +131.44.32.0/21 +131.44.64.0/22 +131.44.120.0/24 +131.44.121.0/24 +131.44.247.0/24 +131.44.248.0/24 +131.44.249.0/24 +131.44.251.0/24 +131.44.255.0/24 +131.45.0.0/16 +131.46.0.0/16 +131.46.41.0/24 +131.48.0.0/16 +131.48.240.0/24 +131.50.0.0/16 +131.50.120.0/24 +131.51.0.0/16 +131.51.120.0/24 +131.52.0.0/16 +131.52.120.0/24 +131.53.0.0/16 +131.53.120.0/24 +131.53.128.0/24 +131.55.0.0/16 +131.55.121.0/24 +131.56.0.0/16 +131.56.91.0/24 +131.56.240.0/21 +131.58.0.0/16 +131.58.64.0/21 +131.58.72.0/21 +131.58.152.0/21 +131.58.208.0/21 +131.59.0.0/16 +131.59.0.0/17 +131.59.16.0/21 +131.59.200.0/24 +131.59.203.0/24 +131.59.204.0/24 +131.59.205.0/24 +131.59.206.0/24 +131.60.10.0/24 +131.60.11.0/24 +131.60.14.0/24 +131.60.15.0/24 +131.60.16.0/21 +131.60.24.0/22 +131.60.30.0/24 +131.60.31.0/24 +131.60.32.0/21 +131.60.40.0/24 +131.60.41.0/24 +131.60.42.0/24 +131.60.46.0/23 +131.60.48.0/21 +131.60.56.0/24 +131.60.62.0/23 +131.60.64.0/21 +131.60.72.0/22 +131.60.76.0/24 +131.60.77.0/24 +131.60.78.0/23 +131.60.80.0/21 +131.60.88.0/24 +131.60.110.0/23 +131.60.112.0/21 +131.60.120.0/23 +131.60.122.0/24 +131.60.124.0/23 +131.60.126.0/23 +131.60.128.0/21 +131.60.136.0/23 +131.60.142.0/24 +131.60.143.0/24 +131.60.144.0/21 +131.60.152.0/23 +131.60.154.0/24 +131.60.155.0/24 +131.60.158.0/23 +131.60.160.0/21 +131.60.174.0/23 +131.60.176.0/21 +131.60.184.0/23 +131.60.186.0/24 +131.60.190.0/24 +131.60.191.0/24 +131.60.192.0/21 +131.60.200.0/23 +131.60.202.0/23 +131.60.206.0/23 +131.60.206.0/24 +131.60.208.0/21 +131.60.216.0/22 +131.60.220.0/24 +131.60.232.0/21 +131.60.240.0/21 +131.61.0.0/16 +131.61.120.0/24 +131.61.211.0/24 +131.62.8.0/24 +131.62.9.0/24 +131.62.10.0/24 +131.62.11.0/24 +131.62.13.0/24 +131.62.14.0/24 +131.62.15.0/24 +131.62.16.0/21 +131.62.24.0/23 +131.62.28.0/24 +131.62.30.0/24 +131.62.31.0/24 +131.62.32.0/21 +131.62.40.0/23 +131.62.42.0/24 +131.62.46.0/23 +131.62.48.0/21 +131.62.56.0/22 +131.62.62.0/24 +131.62.63.0/24 +131.62.64.0/21 +131.62.72.0/22 +131.62.78.0/24 +131.62.79.0/24 +131.62.80.0/21 +131.62.88.0/22 +131.62.94.0/24 +131.62.95.0/24 +131.62.96.0/21 +131.62.104.0/24 +131.62.105.0/24 +131.62.106.0/24 +131.62.110.0/23 +131.62.112.0/21 +131.62.120.0/24 +131.62.126.0/24 +131.62.127.0/24 +131.62.128.0/21 +131.62.136.0/22 +131.62.140.0/24 +131.62.142.0/23 +131.62.144.0/21 +131.62.152.0/22 +131.62.158.0/24 +131.62.159.0/24 +131.62.160.0/21 +131.62.168.0/24 +131.62.169.0/24 +131.62.170.0/24 +131.62.174.0/24 +131.62.175.0/24 +131.62.176.0/21 +131.62.184.0/22 +131.62.190.0/24 +131.62.191.0/24 +131.62.192.0/21 +131.62.200.0/24 +131.62.201.0/24 +131.62.202.0/24 +131.62.203.0/24 +131.62.206.0/24 +131.62.207.0/24 +131.62.208.0/21 +131.62.216.0/24 +131.62.217.0/24 +131.62.218.0/24 +131.62.222.0/24 +131.62.223.0/24 +131.62.224.0/21 +131.62.232.0/22 +131.62.242.0/24 +131.62.243.0/24 +131.62.244.0/22 +131.62.249.0/24 +131.62.250.0/24 +131.62.251.0/24 +131.62.252.0/22 +131.105.0.0/16 +132.0.0.0/16 +132.1.0.0/16 +132.1.207.0/24 +132.2.0.0/19 +132.2.32.0/20 +132.2.48.0/20 +132.2.64.0/20 +132.2.80.0/20 +132.2.96.0/20 +132.2.112.0/20 +132.2.128.0/20 +132.2.144.0/20 +132.2.176.0/20 +132.2.208.0/20 +132.2.224.0/20 +132.4.0.0/16 +132.5.0.0/16 +132.5.72.0/24 +132.5.224.0/24 +132.8.0.0/19 +132.8.32.0/20 +132.8.48.0/20 +132.8.64.0/18 +132.8.240.0/20 +132.9.0.0/16 +132.9.127.0/24 +132.10.0.0/16 +132.10.250.0/24 +132.11.4.0/24 +132.11.6.0/24 +132.11.7.0/24 +132.11.11.0/24 +132.11.12.0/24 +132.11.18.0/24 +132.11.19.0/24 +132.11.21.0/24 +132.11.22.0/24 +132.11.24.0/22 +132.11.28.0/23 +132.11.31.0/24 +132.11.32.0/24 +132.11.36.0/22 +132.11.41.0/24 +132.11.42.0/24 +132.11.44.0/22 +132.11.48.0/23 +132.11.51.0/24 +132.11.52.0/24 +132.11.53.0/24 +132.11.56.0/22 +132.11.61.0/24 +132.11.62.0/24 +132.11.64.0/22 +132.11.68.0/23 +132.11.72.0/22 +132.11.72.0/24 +132.11.78.0/23 +132.11.96.0/22 +132.11.111.0/24 +132.11.112.0/24 +132.11.121.0/24 +132.11.122.0/24 +132.11.131.0/24 +132.11.132.0/24 +132.11.141.0/24 +132.11.142.0/24 +132.11.151.0/24 +132.11.152.0/24 +132.11.153.0/24 +132.11.161.0/24 +132.11.162.0/24 +132.11.170.0/24 +132.11.172.0/24 +132.11.199.0/24 +132.11.200.0/24 +132.11.205.0/24 +132.11.206.0/23 +132.11.208.0/24 +132.11.210.0/24 +132.11.215.0/24 +132.11.216.0/23 +132.11.218.0/24 +132.11.220.0/24 +132.11.224.0/22 +132.11.225.0/24 +132.11.226.0/23 +132.11.228.0/24 +132.11.230.0/24 +132.11.232.0/24 +132.11.233.0/24 +132.11.234.0/24 +132.11.242.0/24 +132.11.244.0/24 +132.13.4.0/22 +132.13.10.0/24 +132.13.11.0/24 +132.13.12.0/24 +132.13.14.0/24 +132.13.15.0/24 +132.13.16.0/21 +132.13.24.0/22 +132.13.30.0/23 +132.13.31.0/24 +132.13.32.0/21 +132.13.40.0/22 +132.13.44.0/23 +132.13.46.0/23 +132.13.48.0/21 +132.13.56.0/24 +132.13.57.0/24 +132.13.58.0/24 +132.13.62.0/23 +132.13.63.0/24 +132.13.64.0/21 +132.13.72.0/24 +132.13.73.0/24 +132.13.74.0/24 +132.13.75.0/24 +132.13.76.0/24 +132.13.78.0/23 +132.13.80.0/21 +132.13.88.0/24 +132.13.89.0/24 +132.13.90.0/24 +132.13.92.0/23 +132.13.94.0/23 +132.13.96.0/21 +132.13.104.0/24 +132.13.105.0/24 +132.13.106.0/24 +132.13.110.0/24 +132.13.111.0/24 +132.13.112.0/21 +132.13.120.0/24 +132.13.121.0/24 +132.13.122.0/24 +132.13.126.0/24 +132.13.127.0/24 +132.13.128.0/21 +132.13.136.0/24 +132.13.137.0/24 +132.13.138.0/24 +132.13.143.0/24 +132.13.144.0/21 +132.13.152.0/24 +132.13.153.0/24 +132.13.154.0/24 +132.13.158.0/24 +132.13.159.0/24 +132.13.160.0/21 +132.13.168.0/24 +132.13.169.0/24 +132.13.170.0/24 +132.13.171.0/24 +132.13.174.0/24 +132.13.175.0/24 +132.13.176.0/21 +132.13.184.0/23 +132.13.186.0/24 +132.13.206.0/23 +132.13.208.0/21 +132.13.216.0/22 +132.13.238.0/23 +132.13.240.0/21 +132.17.0.0/20 +132.17.16.0/20 +132.17.32.0/20 +132.17.48.0/20 +132.17.64.0/20 +132.17.80.0/20 +132.17.96.0/20 +132.17.112.0/20 +132.17.128.0/20 +132.17.144.0/20 +132.17.160.0/20 +132.17.176.0/20 +132.17.192.0/20 +132.17.208.0/20 +132.17.240.0/20 +132.18.0.0/16 +132.19.0.0/16 +132.19.120.0/24 +132.22.0.0/16 +132.23.0.0/16 +132.23.192.0/24 +132.24.0.0/16 +132.24.32.0/22 +132.24.126.0/24 +132.24.148.0/22 +132.25.0.0/16 +132.25.120.0/24 +132.26.0.0/16 +132.26.127.0/24 +132.26.134.0/23 +132.27.0.0/16 +132.27.0.0/18 +132.27.64.0/18 +132.27.128.0/18 +132.27.151.0/24 +132.27.192.0/18 +132.27.244.0/23 +132.28.0.0/16 +132.28.0.0/20 +132.28.16.0/23 +132.28.18.0/24 +132.28.19.0/24 +132.28.20.0/22 +132.28.24.0/24 +132.28.26.0/24 +132.28.29.0/24 +132.28.32.0/24 +132.28.38.0/23 +132.28.40.0/24 +132.28.45.0/24 +132.28.75.0/24 +132.28.76.0/22 +132.28.80.0/21 +132.28.108.0/24 +132.28.127.0/24 +132.28.128.0/23 +132.28.130.0/24 +132.28.132.0/22 +132.28.136.0/21 +132.28.144.0/20 +132.28.160.0/22 +132.28.164.0/23 +132.28.166.0/23 +132.28.168.0/21 +132.28.200.0/22 +132.28.203.0/24 +132.28.204.0/23 +132.28.248.0/24 +132.28.250.0/24 +132.28.251.0/24 +132.28.252.0/24 +132.28.253.0/24 +132.28.254.0/24 +132.28.255.0/24 +132.30.0.0/16 +132.30.199.0/24 +132.32.0.0/16 +132.32.201.0/24 +132.33.0.0/16 +132.33.132.0/24 +132.33.138.0/24 +132.34.0.0/16 +132.35.0.0/16 +132.35.195.0/24 +132.36.0.0/16 +132.37.0.0/16 +132.38.0.0/16 +132.38.140.0/22 +132.39.0.0/20 +132.39.16.0/20 +132.39.32.0/20 +132.39.48.0/20 +132.39.64.0/20 +132.39.80.0/20 +132.39.96.0/20 +132.39.112.0/20 +132.39.128.0/20 +132.39.144.0/20 +132.39.160.0/20 +132.39.176.0/20 +132.39.192.0/20 +132.40.0.0/16 +132.40.119.0/24 +132.40.121.0/24 +132.41.0.0/16 +132.42.0.0/16 +132.42.60.0/23 +132.42.128.0/24 +132.44.0.0/20 +132.44.16.0/20 +132.44.32.0/20 +132.44.48.0/20 +132.44.64.0/20 +132.44.80.0/20 +132.44.96.0/20 +132.44.112.0/20 +132.44.128.0/20 +132.44.144.0/20 +132.44.160.0/20 +132.44.176.0/20 +132.44.192.0/20 +132.44.208.0/20 +132.46.0.0/16 +132.46.5.0/24 +132.46.116.0/24 +132.46.118.0/24 +132.47.0.0/16 +132.47.128.0/24 +132.48.0.0/16 +132.49.0.0/16 +132.49.42.0/24 +132.49.221.0/24 +132.49.247.0/24 +132.49.248.0/24 +132.49.249.0/24 +132.49.250.0/24 +132.49.251.0/24 +132.49.252.0/24 +132.49.254.0/24 +132.50.4.0/22 +132.50.10.0/24 +132.50.11.0/24 +132.50.14.0/24 +132.50.15.0/24 +132.50.16.0/21 +132.50.24.0/23 +132.50.26.0/23 +132.50.28.0/24 +132.50.29.0/24 +132.50.30.0/24 +132.50.31.0/24 +132.50.32.0/21 +132.50.40.0/24 +132.50.41.0/24 +132.50.42.0/24 +132.50.46.0/24 +132.50.47.0/24 +132.50.48.0/21 +132.50.56.0/24 +132.50.57.0/24 +132.50.58.0/24 +132.50.62.0/23 +132.50.63.0/24 +132.50.64.0/21 +132.50.72.0/21 +132.50.76.0/24 +132.50.78.0/24 +132.50.80.0/21 +132.50.88.0/22 +132.50.94.0/24 +132.50.95.0/24 +132.50.96.0/21 +132.50.104.0/24 +132.50.105.0/24 +132.50.106.0/24 +132.50.107.0/24 +132.50.108.0/23 +132.50.110.0/24 +132.50.111.0/24 +132.50.112.0/21 +132.50.120.0/21 +132.50.128.0/21 +132.50.136.0/22 +132.50.140.0/23 +132.50.142.0/23 +132.50.144.0/21 +132.50.152.0/24 +132.50.153.0/24 +132.50.154.0/24 +132.50.155.0/24 +132.50.156.0/23 +132.50.158.0/24 +132.50.159.0/24 +132.50.160.0/21 +132.50.168.0/24 +132.50.169.0/24 +132.50.170.0/24 +132.50.171.0/24 +132.50.172.0/24 +132.50.174.0/24 +132.50.175.0/24 +132.50.176.0/21 +132.50.184.0/23 +132.50.186.0/23 +132.50.188.0/23 +132.50.190.0/24 +132.50.191.0/24 +132.50.192.0/21 +132.50.200.0/24 +132.50.201.0/24 +132.50.202.0/24 +132.50.203.0/24 +132.50.206.0/24 +132.50.207.0/24 +132.50.208.0/21 +132.50.216.0/22 +132.50.220.0/23 +132.50.222.0/24 +132.50.223.0/24 +132.50.224.0/21 +132.50.232.0/24 +132.50.233.0/24 +132.50.234.0/24 +132.50.235.0/24 +132.50.236.0/24 +132.50.238.0/24 +132.50.239.0/24 +132.50.240.0/21 +132.50.248.0/22 +132.50.252.0/24 +132.50.253.0/24 +132.50.254.0/24 +132.50.255.0/24 +132.51.0.0/16 +132.52.0.0/16 +132.53.0.0/20 +132.53.16.0/20 +132.53.32.0/20 +132.53.48.0/20 +132.53.64.0/20 +132.53.80.0/20 +132.53.96.0/20 +132.53.128.0/20 +132.53.144.0/20 +132.54.0.0/16 +132.54.1.0/24 +132.56.0.0/16 +132.57.0.0/20 +132.57.16.0/20 +132.57.32.0/20 +132.57.48.0/20 +132.57.64.0/20 +132.57.80.0/20 +132.57.96.0/20 +132.57.112.0/20 +132.57.128.0/20 +132.57.144.0/20 +132.57.160.0/20 +132.57.176.0/20 +132.58.0.0/16 +132.58.234.0/24 +132.60.0.0/16 +132.60.240.0/24 +132.62.0.0/16 +132.62.88.0/24 +132.140.0.0/20 +132.140.16.0/20 +132.140.80.0/20 +132.140.96.0/20 +132.140.112.0/20 +132.140.128.0/20 +132.140.160.0/20 +132.140.178.0/24 +132.159.0.0/16 +134.78.0.0/16 +134.78.232.0/24 +134.78.240.0/21 +134.80.24.0/23 +134.80.26.0/23 +134.80.208.0/21 +134.80.208.0/22 +134.137.0.0/16 +134.137.180.0/24 +134.165.4.0/24 +134.233.8.0/23 +134.233.18.0/24 +134.233.20.0/22 +134.233.24.0/22 +134.233.28.0/22 +134.233.34.0/23 +134.233.38.0/23 +134.233.40.0/23 +134.233.42.0/23 +134.233.44.0/23 +134.233.46.0/23 +134.233.48.0/23 +134.233.60.0/23 +134.233.62.0/23 +134.233.64.0/23 +134.233.66.0/23 +134.233.68.0/23 +134.233.70.0/23 +134.233.72.0/23 +134.233.74.0/23 +134.233.76.0/23 +134.233.78.0/23 +134.233.80.0/23 +134.233.82.0/23 +134.233.84.0/23 +134.233.86.0/23 +134.233.88.0/23 +134.233.90.0/23 +134.233.92.0/23 +134.233.94.0/23 +134.233.96.0/23 +134.233.98.0/23 +134.233.100.0/23 +134.233.102.0/23 +134.233.104.0/23 +134.233.106.0/23 +134.233.108.0/23 +134.233.110.0/23 +134.233.112.0/23 +134.233.114.0/23 +134.233.116.0/23 +134.233.118.0/23 +134.233.120.0/23 +134.233.122.0/23 +134.233.124.0/23 +134.233.126.0/23 +134.233.128.0/23 +134.233.130.0/23 +134.233.132.0/23 +134.233.134.0/23 +134.233.136.0/23 +134.233.138.0/23 +134.233.140.0/23 +134.233.142.0/23 +134.233.144.0/23 +134.233.146.0/23 +134.233.148.0/23 +134.233.150.0/23 +134.233.152.0/23 +134.233.154.0/23 +134.233.156.0/23 +134.233.158.0/23 +134.233.160.0/23 +134.233.162.0/23 +134.233.164.0/23 +134.233.166.0/23 +134.233.168.0/23 +134.233.170.0/23 +134.233.172.0/23 +134.233.174.0/23 +134.233.176.0/23 +134.233.178.0/23 +134.233.180.0/23 +134.233.182.0/23 +134.233.184.0/23 +134.233.186.0/23 +134.233.188.0/23 +134.233.190.0/23 +134.233.200.0/24 +134.233.202.0/24 +134.233.208.0/23 +134.233.210.0/23 +134.233.212.0/23 +134.233.214.0/23 +134.233.216.0/23 +134.233.218.0/23 +134.233.222.0/23 +134.233.232.0/24 +134.233.234.0/24 +134.233.240.0/23 +134.233.242.0/23 +134.233.244.0/23 +134.233.246.0/23 +134.233.248.0/23 +134.233.250.0/23 +134.233.252.0/23 +134.233.254.0/23 +136.149.0.0/16 +136.205.0.0/16 +136.205.17.0/24 +136.205.38.0/24 +136.205.45.0/24 +136.205.56.0/24 +136.205.57.0/24 +136.205.58.0/24 +136.205.61.0/24 +136.205.62.0/24 +136.205.63.0/24 +136.205.65.0/24 +136.205.67.0/24 +136.205.68.0/24 +136.205.69.0/24 +136.205.71.0/24 +136.205.72.0/24 +136.205.73.0/24 +136.205.74.0/24 +136.205.75.0/24 +136.205.84.0/24 +136.205.86.0/24 +136.205.87.0/24 +136.205.90.0/24 +136.205.94.0/24 +136.205.98.0/24 +136.205.99.0/24 +136.205.103.0/24 +136.205.104.0/24 +136.205.105.0/24 +136.205.106.0/24 +136.205.108.0/24 +136.205.112.0/24 +136.205.113.0/24 +136.205.114.0/24 +136.205.115.0/24 +136.205.116.0/24 +136.205.117.0/24 +136.205.141.0/24 +136.205.142.0/24 +136.205.143.0/24 +136.205.144.0/24 +136.205.145.0/24 +136.205.146.0/24 +136.205.171.0/24 +136.205.172.0/24 +136.205.227.0/24 +136.205.238.0/24 +136.205.240.0/24 +136.205.243.0/24 +136.205.244.0/24 +136.205.245.0/24 +136.207.0.0/18 +136.207.64.0/18 +136.215.0.0/17 +137.1.0.0/16 +137.1.121.0/24 +137.1.212.0/24 +137.2.0.0/20 +137.2.16.0/20 +137.2.32.0/20 +137.2.48.0/20 +137.2.64.0/20 +137.2.80.0/21 +137.2.112.0/20 +137.2.128.0/18 +137.3.0.0/16 +137.4.0.0/16 +137.4.186.0/24 +137.6.0.0/20 +137.6.16.0/20 +137.6.32.0/20 +137.6.48.0/20 +137.6.64.0/20 +137.6.80.0/20 +137.6.96.0/20 +137.6.112.0/20 +137.6.128.0/20 +137.6.144.0/20 +137.6.160.0/20 +137.6.176.0/20 +137.6.192.0/20 +137.6.208.0/20 +137.7.0.0/16 +137.9.0.0/18 +137.9.64.0/19 +137.9.80.0/24 +137.9.96.0/22 +137.9.101.0/24 +137.9.102.0/23 +137.9.104.0/21 +137.9.112.0/20 +137.9.118.0/24 +137.9.121.0/24 +137.9.128.0/17 +137.10.0.0/16 +137.11.0.0/16 +137.14.0.0/16 +137.14.0.0/24 +137.14.4.0/22 +137.14.10.0/24 +137.14.11.0/24 +137.14.12.0/24 +137.14.13.0/24 +137.14.14.0/23 +137.14.16.0/21 +137.14.24.0/22 +137.14.28.0/23 +137.14.30.0/24 +137.14.31.0/24 +137.14.32.0/21 +137.14.40.0/24 +137.14.41.0/24 +137.14.42.0/24 +137.14.43.0/24 +137.14.44.0/24 +137.14.45.0/24 +137.14.46.0/24 +137.14.47.0/24 +137.14.48.0/21 +137.14.56.0/22 +137.14.61.0/24 +137.14.62.0/24 +137.14.63.0/24 +137.14.64.0/21 +137.14.72.0/23 +137.14.74.0/24 +137.14.75.0/24 +137.14.76.0/23 +137.14.78.0/24 +137.14.79.0/24 +137.14.80.0/21 +137.14.88.0/22 +137.14.92.0/23 +137.14.93.0/24 +137.14.94.0/24 +137.14.95.0/24 +137.14.96.0/21 +137.14.104.0/23 +137.14.106.0/24 +137.14.107.0/24 +137.14.110.0/23 +137.14.112.0/21 +137.14.120.0/24 +137.14.121.0/24 +137.14.122.0/24 +137.14.126.0/24 +137.14.127.0/24 +137.14.128.0/21 +137.14.136.0/24 +137.14.137.0/24 +137.14.138.0/24 +137.14.139.0/24 +137.14.142.0/24 +137.14.143.0/24 +137.14.144.0/21 +137.14.152.0/22 +137.14.158.0/24 +137.14.159.0/24 +137.14.160.0/21 +137.14.168.0/24 +137.14.169.0/24 +137.14.170.0/23 +137.14.174.0/24 +137.14.175.0/24 +137.14.176.0/21 +137.14.184.0/23 +137.14.185.0/24 +137.14.186.0/24 +137.14.187.0/24 +137.14.188.0/23 +137.14.190.0/24 +137.14.191.0/24 +137.14.192.0/21 +137.14.200.0/23 +137.14.202.0/24 +137.14.203.0/24 +137.14.204.0/23 +137.14.206.0/24 +137.14.207.0/24 +137.14.208.0/21 +137.14.216.0/22 +137.14.221.0/24 +137.14.222.0/24 +137.14.223.0/24 +137.14.224.0/21 +137.14.232.0/24 +137.14.233.0/24 +137.14.234.0/24 +137.14.235.0/24 +137.14.236.0/23 +137.14.238.0/24 +137.14.239.0/24 +137.14.240.0/21 +137.14.248.0/24 +137.14.249.0/24 +137.14.250.0/23 +137.14.252.0/22 +137.95.0.0/16 +137.95.1.0/24 +137.95.3.0/24 +137.95.21.0/24 +137.95.31.0/24 +137.95.36.0/22 +137.95.46.0/24 +137.95.60.0/24 +137.95.61.0/24 +137.95.72.0/24 +137.95.192.0/22 +137.95.196.0/22 +137.95.200.0/22 +137.95.213.0/24 +137.161.245.0/24 +137.161.246.0/24 +137.161.248.0/24 +137.161.254.0/24 +137.161.255.0/24 +137.240.0.0/16 +137.240.250.0/24 +137.242.0.0/16 +137.242.245.0/24 +137.243.0.0/16 +137.244.0.0/18 +137.244.2.0/24 +137.244.3.0/24 +137.244.10.0/24 +137.244.52.0/23 +137.244.64.0/18 +137.244.128.0/19 +137.244.160.0/20 +137.244.176.0/20 +137.244.192.0/18 +137.244.204.0/24 +137.244.247.0/24 +137.246.0.0/16 +138.13.0.0/16 +138.27.0.0/16 +138.27.15.0/24 +138.27.50.0/24 +138.27.53.0/24 +138.27.59.0/24 +138.27.215.0/24 +139.139.0.0/20 +139.139.16.0/20 +139.139.32.0/19 +139.139.33.0/24 +139.139.40.0/22 +139.139.49.0/24 +139.139.64.0/19 +139.139.65.0/24 +139.139.81.0/24 +139.139.96.0/20 +139.139.120.0/22 +139.139.128.0/24 +139.139.130.0/24 +139.139.138.0/23 +139.139.144.0/20 +139.139.160.0/20 +139.139.176.0/20 +139.139.192.0/20 +139.139.208.0/20 +139.139.224.0/19 +139.161.0.0/16 +139.231.0.0/16 +139.232.0.0/16 +140.19.48.0/22 +140.19.56.0/22 +140.139.0.0/16 +140.153.25.0/24 +140.153.38.0/24 +140.153.43.0/24 +140.153.46.0/24 +140.153.70.0/24 +140.153.105.0/24 +140.153.163.0/24 +140.153.179.0/24 +140.153.234.0/24 +140.155.0.0/23 +140.155.2.0/23 +140.155.4.0/23 +140.155.12.0/23 +140.155.14.0/23 +140.155.16.0/23 +140.155.18.0/24 +140.155.19.0/24 +140.155.20.0/24 +140.155.21.0/24 +140.155.22.0/24 +140.155.23.0/24 +140.155.24.0/24 +140.155.25.0/24 +140.155.26.0/24 +140.155.34.0/23 +140.155.36.0/23 +140.155.38.0/23 +140.155.40.0/23 +140.155.42.0/23 +140.155.46.0/24 +140.155.54.0/24 +140.155.55.0/24 +140.155.64.0/23 +140.155.66.0/24 +140.155.68.0/24 +140.155.69.0/24 +140.155.72.0/24 +140.155.73.0/24 +140.155.84.0/23 +140.155.86.0/24 +140.155.87.0/24 +140.155.88.0/24 +140.155.89.0/24 +140.155.90.0/24 +140.155.144.0/20 +140.155.144.0/23 +140.155.146.0/23 +140.155.154.0/23 +140.155.156.0/23 +140.155.158.0/23 +140.155.160.0/19 +140.155.160.0/24 +140.155.161.0/24 +140.155.162.0/24 +140.155.163.0/24 +140.155.164.0/24 +140.155.165.0/24 +140.155.166.0/24 +140.155.224.0/23 +140.175.0.0/16 +140.175.214.0/24 +140.175.222.0/24 +140.183.0.0/16 +140.185.0.0/16 +140.187.0.0/16 +140.196.0.0/16 +140.196.66.0/24 +140.196.121.0/24 +140.196.122.0/24 +140.196.123.0/24 +140.196.155.0/24 +140.202.0.0/16 +141.107.0.0/16 +141.116.22.0/24 +141.116.23.0/24 +143.69.8.0/22 +143.69.12.0/23 +143.69.64.0/20 +143.69.83.0/24 +143.69.87.0/24 +143.69.96.0/23 +143.71.0.0/16 +143.72.0.0/16 +143.73.1.0/24 +143.73.126.0/24 +143.74.42.0/24 +143.74.252.0/24 +143.76.9.0/24 +143.76.11.0/24 +143.76.112.0/21 +143.76.120.0/22 +143.76.140.0/22 +143.76.225.0/24 +143.78.0.0/16 +143.79.0.0/16 +143.79.24.0/23 +143.79.143.0/24 +143.80.24.0/24 +143.84.2.0/24 +143.84.5.0/24 +143.84.6.0/24 +143.84.8.0/24 +143.84.18.0/24 +143.84.24.0/24 +143.84.29.0/24 +143.84.38.0/24 +143.84.43.0/24 +143.84.44.0/24 +143.84.45.0/24 +143.84.46.0/24 +143.84.48.0/24 +143.84.62.0/24 +143.84.67.0/24 +143.84.68.0/24 +143.84.72.0/24 +143.84.74.0/24 +143.84.77.0/24 +143.84.78.0/24 +143.84.79.0/24 +143.84.84.0/24 +143.84.96.0/24 +143.84.99.0/24 +143.84.101.0/24 +143.84.105.0/24 +143.84.106.0/24 +143.84.107.0/24 +143.84.135.0/24 +143.84.161.0/24 +143.84.162.0/24 +143.84.163.0/24 +143.84.164.0/24 +143.84.165.0/24 +143.84.167.0/24 +143.84.168.0/24 +143.84.169.0/24 +143.84.170.0/24 +143.84.171.0/24 +143.84.172.0/24 +143.84.173.0/24 +143.84.174.0/24 +143.84.176.0/24 +143.84.196.0/24 +143.84.198.0/24 +143.84.202.0/24 +143.84.217.0/24 +143.84.229.0/24 +143.84.237.0/24 +143.86.0.0/21 +143.86.50.0/23 +143.86.53.0/24 +143.86.58.0/23 +143.86.60.0/23 +143.86.62.0/23 +143.86.182.0/24 +143.86.208.0/24 +143.86.217.0/24 +143.86.220.0/24 +143.133.64.0/18 +143.134.0.0/16 +143.134.240.0/20 +143.140.0.0/21 +143.140.8.0/23 +143.140.10.0/24 +143.140.32.0/19 +143.140.128.0/19 +143.140.160.0/20 +143.141.96.0/22 +143.141.100.0/22 +143.141.104.0/22 +143.141.112.0/24 +143.141.113.0/24 +143.141.114.0/24 +143.141.115.0/24 +143.141.116.0/24 +143.141.117.0/24 +143.141.118.0/24 +143.141.119.0/24 +143.141.128.0/22 +143.141.136.0/21 +143.141.160.0/20 +143.141.176.0/20 +143.141.192.0/18 +143.142.0.0/18 +143.142.96.0/21 +143.142.106.0/24 +143.142.160.0/20 +143.142.192.0/18 +143.144.0.0/16 +143.145.0.0/16 +143.146.0.0/18 +143.146.64.0/18 +143.146.224.0/19 +143.147.0.0/19 +143.147.32.0/20 +143.147.48.0/20 +143.147.88.0/21 +143.147.96.0/21 +143.147.112.0/21 +143.147.120.0/21 +143.147.128.0/19 +143.147.160.0/19 +143.147.192.0/19 +143.147.240.0/21 +143.156.64.0/18 +143.156.224.0/19 +143.157.48.0/20 +143.157.88.0/21 +143.158.0.0/16 +143.158.64.0/21 +143.158.72.0/22 +143.158.76.0/24 +143.158.81.0/24 +143.158.254.0/24 +143.194.80.0/20 +143.194.98.0/23 +143.194.100.0/23 +143.194.103.0/24 +143.194.104.0/21 +143.194.108.0/23 +143.194.112.0/20 +143.194.160.0/20 +143.194.168.0/24 +143.194.169.0/24 +143.194.171.0/24 +143.194.173.0/24 +143.194.175.0/24 +143.194.192.0/24 +143.194.240.0/20 +143.230.147.0/24 +143.249.134.0/23 +144.88.0.0/24 +144.88.1.0/24 +144.88.64.0/18 +144.99.0.0/16 +144.99.216.0/23 +144.101.9.0/24 +144.101.10.0/24 +144.101.120.0/23 +144.101.122.0/24 +144.101.141.0/24 +144.101.152.0/22 +144.101.154.0/23 +144.101.156.0/22 +144.101.161.0/24 +144.101.162.0/24 +144.102.19.0/24 +144.102.21.0/24 +144.102.120.0/24 +144.102.125.0/24 +144.104.24.0/21 +144.104.75.0/24 +144.104.116.0/24 +144.104.120.0/21 +144.105.176.0/20 +144.105.184.0/24 +144.109.0.0/21 +144.109.12.0/24 +144.109.13.0/24 +144.109.16.0/22 +144.109.20.0/22 +144.147.0.0/16 +144.244.0.0/16 +144.245.0.0/16 +144.246.0.0/16 +146.14.0.0/15 +146.16.45.0/24 +146.16.46.0/24 +146.16.144.0/20 +146.16.245.0/24 +146.53.0.0/16 +146.54.0.0/16 +146.55.22.0/24 +146.55.32.0/19 +146.55.125.0/24 +147.39.0.0/16 +147.51.0.0/16 +147.51.98.0/24 +147.58.0.0/16 +147.58.130.0/24 +147.71.0.0/16 +147.74.0.0/16 +147.74.245.0/24 +147.103.0.0/16 +147.104.48.0/23 +147.104.90.0/24 +147.104.96.0/23 +147.104.244.0/23 +147.130.0.0/17 +147.130.128.0/23 +147.130.130.0/23 +147.130.132.0/23 +147.130.134.0/23 +147.130.136.0/23 +147.130.138.0/23 +147.130.140.0/23 +147.130.142.0/23 +147.130.144.0/23 +147.130.146.0/23 +147.130.148.0/23 +147.130.150.0/23 +147.130.152.0/23 +147.130.154.0/23 +147.130.156.0/23 +147.130.158.0/23 +147.130.160.0/23 +147.130.162.0/23 +147.130.164.0/23 +147.130.166.0/23 +147.130.168.0/23 +147.130.170.0/23 +147.130.172.0/23 +147.130.174.0/23 +147.130.176.0/23 +147.130.178.0/23 +147.130.180.0/23 +147.130.182.0/23 +147.130.184.0/23 +147.130.186.0/23 +147.130.188.0/23 +147.130.190.0/23 +147.130.192.0/23 +147.130.194.0/23 +147.130.196.0/23 +147.130.198.0/23 +147.130.200.0/23 +147.130.202.0/23 +147.130.204.0/23 +147.130.206.0/23 +147.130.214.0/23 +147.130.216.0/23 +147.130.218.0/23 +147.130.220.0/23 +147.130.222.0/23 +147.130.224.0/23 +147.130.226.0/23 +147.130.228.0/23 +147.130.230.0/23 +147.130.232.0/23 +147.131.24.0/23 +147.131.26.0/23 +147.131.28.0/23 +147.131.30.0/23 +147.131.32.0/23 +147.131.34.0/23 +147.131.40.0/23 +147.131.42.0/23 +147.131.44.0/23 +147.131.46.0/23 +147.131.48.0/23 +147.131.50.0/23 +147.131.52.0/23 +147.131.54.0/23 +147.131.56.0/23 +147.131.58.0/23 +147.131.60.0/23 +147.131.62.0/23 +147.164.0.0/16 +147.164.8.0/24 +147.164.10.0/23 +147.165.0.0/16 +147.166.0.0/16 +147.169.0.0/16 +147.169.30.0/23 +147.169.32.0/23 +147.198.0.0/16 +147.198.250.0/24 +147.216.7.0/24 +147.216.8.0/24 +147.216.9.0/24 +147.216.133.0/24 +147.217.0.0/18 +147.217.64.0/18 +147.217.65.0/24 +147.217.66.0/24 +147.217.67.0/24 +147.217.88.0/24 +147.217.92.0/23 +147.217.94.0/23 +147.217.98.0/23 +147.217.128.0/17 +147.221.0.0/16 +147.221.176.0/20 +147.238.0.0/16 +147.238.224.0/24 +147.238.225.0/24 +147.238.226.0/24 +147.239.0.0/16 +147.240.0.0/16 +147.248.64.0/19 +147.248.128.0/20 +147.248.144.0/20 +147.248.160.0/20 +150.113.0.0/16 +150.149.32.0/22 +150.149.36.0/22 +150.149.56.0/22 +150.149.96.0/24 +150.149.128.0/19 +150.152.0.0/16 +150.152.194.0/24 +150.177.0.0/16 +150.192.0.0/16 +150.193.0.0/16 +150.196.116.0/24 +150.196.224.0/22 +150.196.232.0/22 +150.226.0.0/16 +151.166.0.0/16 +152.121.0.0/16 +152.121.2.0/23 +152.121.4.0/24 +152.121.5.0/24 +152.121.6.0/24 +152.121.11.0/24 +152.121.12.0/24 +152.121.16.0/24 +152.121.17.0/24 +152.121.18.0/24 +152.121.19.0/24 +152.121.24.0/24 +152.121.25.0/24 +152.121.27.0/24 +152.121.31.0/24 +152.121.32.0/24 +152.121.33.0/24 +152.121.36.0/24 +152.121.38.0/24 +152.121.47.0/24 +152.121.48.0/24 +152.121.49.0/24 +152.121.51.0/24 +152.121.52.0/24 +152.121.53.0/24 +152.121.99.0/24 +152.121.100.0/24 +152.121.101.0/24 +152.121.102.0/24 +152.121.103.0/24 +152.121.106.0/24 +152.121.108.0/23 +152.121.112.0/24 +152.121.113.0/24 +152.121.115.0/24 +152.121.119.0/24 +152.121.120.0/24 +152.121.121.0/24 +152.121.122.0/24 +152.121.125.0/24 +152.121.126.0/24 +152.121.127.0/24 +152.121.128.0/24 +152.121.130.0/24 +152.121.131.0/24 +152.121.149.0/24 +152.121.150.0/23 +152.121.152.0/24 +152.121.153.0/24 +152.121.154.0/23 +152.121.156.0/23 +152.121.158.0/23 +152.121.160.0/23 +152.121.162.0/23 +152.121.184.0/24 +152.121.188.0/23 +152.121.192.0/23 +152.121.208.0/24 +152.121.216.0/24 +152.121.220.0/24 +153.103.0.0/16 +155.8.0.0/16 +155.8.252.0/24 +155.9.0.0/16 +155.19.0.0/21 +155.19.4.0/22 +155.19.35.0/24 +155.19.44.0/24 +155.19.46.0/24 +155.19.47.0/24 +155.19.64.0/18 +155.19.144.0/21 +155.19.154.0/24 +155.19.160.0/19 +155.20.67.0/24 +155.20.79.0/24 +155.20.156.0/22 +155.20.182.0/23 +155.21.16.0/22 +155.21.130.0/23 +155.21.148.0/23 +155.21.164.0/23 +155.21.168.0/23 +155.21.170.0/23 +155.21.172.0/23 +155.21.174.0/23 +155.21.186.0/24 +155.21.187.0/24 +155.22.0.0/17 +155.22.160.0/21 +155.25.128.0/17 +155.26.148.0/24 +155.26.162.0/23 +155.26.196.0/24 +155.29.16.0/20 +155.29.40.0/23 +155.29.42.0/23 +155.29.44.0/24 +155.29.45.0/24 +155.29.56.0/21 +155.29.59.0/24 +155.29.67.0/24 +155.29.68.0/24 +155.29.70.0/23 +155.29.72.0/23 +155.29.74.0/24 +155.29.76.0/24 +155.29.77.0/24 +155.29.78.0/24 +155.29.79.0/24 +155.29.80.0/22 +155.29.80.0/23 +155.29.82.0/24 +155.29.83.0/24 +155.29.88.0/24 +155.29.89.0/24 +155.29.90.0/24 +155.29.91.0/24 +155.29.92.0/24 +155.29.94.0/24 +155.29.105.0/24 +155.29.106.0/24 +155.29.107.0/24 +155.29.108.0/24 +155.29.109.0/24 +155.29.110.0/24 +155.29.112.0/23 +155.29.114.0/24 +155.29.115.0/24 +155.29.116.0/24 +155.29.117.0/24 +155.29.118.0/24 +155.29.119.0/24 +155.29.120.0/23 +155.29.122.0/24 +155.29.124.0/24 +155.29.125.0/24 +155.29.126.0/23 +155.29.128.0/24 +155.29.129.0/24 +155.29.130.0/23 +155.29.132.0/24 +155.29.133.0/24 +155.29.134.0/24 +155.29.135.0/24 +155.29.136.0/23 +155.29.138.0/24 +155.29.139.0/24 +155.29.140.0/24 +155.29.143.0/24 +155.29.145.0/24 +155.29.149.0/24 +155.29.151.0/24 +155.29.165.0/24 +155.29.196.0/22 +155.29.200.0/21 +155.29.223.0/24 +155.29.241.0/24 +155.29.250.0/24 +155.30.193.0/24 +155.30.194.0/24 +155.30.195.0/24 +155.74.245.0/24 +155.74.246.0/24 +155.74.248.0/24 +155.74.251.0/24 +155.74.253.0/24 +155.74.254.0/24 +155.74.255.0/24 +155.75.159.0/24 +155.147.0.0/16 +155.147.0.0/23 +155.149.0.0/16 +155.150.0.0/16 +155.150.12.0/22 +155.150.235.0/24 +155.151.0.0/16 +155.151.14.0/24 +155.152.0.0/17 +155.152.144.0/22 +155.152.148.0/22 +155.152.160.0/24 +155.152.212.0/22 +155.152.216.0/24 +155.152.217.0/24 +155.152.253.0/24 +155.152.254.0/24 +155.153.0.0/16 +155.213.18.0/24 +155.213.19.0/24 +155.213.24.0/21 +155.213.208.0/21 +155.213.240.0/21 +155.213.248.0/22 +155.213.252.0/22 +155.214.0.0/17 +155.214.128.0/17 +155.215.0.0/16 +155.215.251.0/24 +155.215.252.0/24 +155.215.253.0/24 +155.216.0.0/16 +155.216.96.0/23 +155.216.98.0/23 +155.216.100.0/23 +155.216.244.0/22 +155.217.0.0/16 +155.217.104.0/22 +155.217.108.0/24 +155.217.109.0/24 +155.217.110.0/24 +155.217.112.0/23 +155.218.0.0/16 +155.218.149.0/24 +155.219.0.0/16 +155.219.10.0/24 +155.220.164.0/23 +158.1.0.0/18 +158.1.33.0/24 +158.1.37.0/24 +158.1.101.0/24 +158.2.0.0/16 +158.4.0.0/17 +158.4.128.0/17 +158.5.0.0/16 +158.6.0.0/16 +158.7.0.0/16 +158.9.49.0/24 +158.9.64.0/23 +158.9.66.0/23 +158.9.72.0/23 +158.9.74.0/23 +158.9.80.0/23 +158.9.82.0/23 +158.9.84.0/23 +158.9.86.0/23 +158.9.100.0/23 +158.9.102.0/24 +158.9.106.0/24 +158.9.112.0/22 +158.9.116.0/23 +158.9.118.0/24 +158.9.119.0/24 +158.9.120.0/23 +158.9.123.0/24 +158.9.126.0/24 +158.9.127.0/24 +158.9.129.0/24 +158.9.132.0/23 +158.9.136.0/24 +158.9.138.0/24 +158.9.139.0/24 +158.9.148.0/24 +158.9.152.0/24 +158.9.158.0/23 +158.9.160.0/24 +158.9.161.0/24 +158.9.168.0/24 +158.9.178.0/24 +158.9.199.0/24 +158.9.200.0/24 +158.9.201.0/24 +158.9.208.0/24 +158.9.209.0/24 +158.9.216.0/23 +158.9.225.0/24 +158.9.231.0/24 +158.9.246.0/24 +158.9.247.0/24 +158.9.253.0/24 +158.9.254.0/24 +158.9.255.0/24 +158.13.120.0/21 +158.13.128.0/21 +158.13.154.0/24 +158.13.192.0/18 +158.14.62.0/24 +158.14.63.0/24 +158.14.75.0/24 +158.14.76.0/24 +158.14.77.0/24 +158.14.78.0/24 +158.14.79.0/24 +158.14.80.0/24 +158.14.81.0/24 +158.14.82.0/24 +158.14.83.0/24 +158.14.84.0/24 +158.14.85.0/24 +158.14.86.0/24 +158.14.87.0/24 +158.14.88.0/24 +158.14.89.0/24 +158.14.108.0/23 +158.14.110.0/23 +158.14.112.0/23 +158.14.114.0/23 +158.14.116.0/23 +158.14.118.0/23 +158.14.120.0/23 +158.14.122.0/23 +158.14.124.0/23 +158.14.126.0/23 +158.14.128.0/23 +158.14.130.0/23 +158.14.132.0/23 +158.14.134.0/23 +158.14.136.0/23 +158.14.138.0/23 +158.14.140.0/23 +158.14.142.0/23 +158.14.144.0/23 +158.14.146.0/23 +158.14.148.0/23 +158.14.150.0/23 +158.14.152.0/23 +158.14.154.0/23 +158.14.156.0/23 +158.14.158.0/23 +158.14.160.0/23 +158.14.162.0/23 +158.14.164.0/23 +158.14.166.0/23 +158.14.168.0/23 +158.14.170.0/23 +158.14.172.0/23 +158.14.174.0/23 +158.14.176.0/23 +158.14.178.0/23 +158.14.180.0/23 +158.14.182.0/23 +158.14.184.0/23 +158.14.186.0/23 +158.14.206.0/23 +158.14.208.0/23 +158.14.210.0/23 +158.14.212.0/23 +158.14.214.0/23 +158.14.216.0/23 +158.14.218.0/23 +158.14.220.0/23 +158.14.222.0/23 +158.14.224.0/23 +158.14.226.0/23 +158.14.228.0/23 +158.14.230.0/23 +158.14.232.0/23 +158.14.234.0/23 +158.14.236.0/23 +158.14.238.0/23 +158.14.240.0/23 +158.14.242.0/23 +158.14.244.0/23 +158.16.0.0/17 +158.16.128.0/17 +158.17.0.0/16 +158.17.9.0/24 +158.19.128.0/17 +158.20.20.0/24 +158.20.32.0/24 +158.20.48.0/20 +158.20.64.0/24 +158.20.66.0/24 +158.20.67.0/24 +158.20.69.0/24 +158.20.70.0/24 +158.20.124.0/22 +158.20.128.0/17 +158.20.246.0/24 +158.20.247.0/24 +158.20.248.0/24 +158.20.249.0/24 +158.20.250.0/24 +158.240.32.0/20 +158.240.48.0/22 +158.240.52.0/23 +158.240.54.0/24 +158.240.56.0/24 +158.240.58.0/24 +158.240.62.0/24 +158.240.96.0/23 +158.240.131.0/24 +158.240.132.0/24 +158.240.133.0/24 +158.240.134.0/24 +158.240.135.0/24 +158.240.136.0/24 +158.240.137.0/24 +158.240.154.0/24 +158.240.155.0/24 +158.240.159.0/24 +158.240.180.0/24 +158.240.183.0/24 +158.240.198.0/24 +158.240.210.0/24 +158.240.211.0/24 +158.240.212.0/24 +158.240.216.0/23 +158.240.240.0/24 +159.77.1.0/24 +159.77.4.0/22 +159.77.8.0/22 +159.77.10.0/24 +159.77.11.0/24 +159.77.58.0/24 +159.77.59.0/24 +159.77.128.0/24 +159.77.138.0/24 +159.77.141.0/24 +159.77.148.0/22 +159.77.192.0/24 +160.132.0.0/16 +160.133.0.0/16 +160.134.0.0/16 +160.134.192.0/22 +160.134.196.0/22 +160.134.200.0/22 +160.134.204.0/22 +160.134.208.0/23 +160.134.220.0/23 +160.134.227.0/24 +160.134.237.0/24 +160.134.242.0/24 +160.134.255.0/24 +160.136.0.0/17 +160.137.1.0/24 +160.137.2.0/24 +160.137.11.0/24 +160.137.15.0/24 +160.137.16.0/24 +160.137.17.0/24 +160.137.25.0/24 +160.137.60.0/23 +160.137.70.0/24 +160.137.72.0/23 +160.137.111.0/24 +160.137.116.0/24 +160.137.117.0/24 +160.137.128.0/22 +160.137.169.0/24 +160.137.180.0/24 +160.137.182.0/24 +160.137.184.0/24 +160.137.192.0/24 +160.137.193.0/24 +160.137.211.0/24 +160.137.216.0/24 +160.137.217.0/24 +160.137.240.0/24 +160.137.241.0/24 +160.137.242.0/24 +160.137.243.0/24 +160.137.244.0/22 +160.138.0.0/16 +160.140.112.0/22 +160.140.117.0/24 +160.140.240.0/24 +160.140.244.0/24 +160.140.245.0/24 +160.140.246.0/24 +160.140.247.0/24 +160.141.210.0/24 +160.141.224.0/19 +160.142.0.0/16 +160.142.1.0/24 +160.142.10.0/24 +160.142.11.0/24 +160.142.12.0/22 +160.142.251.0/24 +160.142.253.0/24 +160.145.0.0/16 +160.147.0.0/16 +160.149.0.0/16 +160.150.0.0/16 +160.150.55.0/24 +160.150.64.0/24 +160.150.66.0/24 +162.24.0.0/16 +164.66.0.0/16 +164.117.1.0/24 +164.117.2.0/24 +164.117.3.0/24 +164.117.4.0/24 +164.117.5.0/24 +164.117.6.0/24 +164.117.16.0/20 +164.117.32.0/20 +164.117.48.0/20 +164.117.80.0/24 +164.117.90.0/24 +164.117.128.0/24 +164.117.148.0/23 +164.117.192.0/24 +164.117.193.0/24 +164.117.194.0/24 +164.117.195.0/24 +164.117.196.0/24 +164.117.197.0/24 +164.117.198.0/24 +164.117.199.0/24 +164.117.200.0/24 +164.117.201.0/24 +164.117.202.0/24 +164.117.203.0/24 +164.117.204.0/24 +164.117.205.0/24 +164.117.206.0/24 +164.117.207.0/24 +164.117.208.0/24 +164.117.209.0/24 +164.117.210.0/24 +164.117.211.0/24 +164.117.212.0/24 +164.117.213.0/24 +164.117.214.0/24 +164.117.215.0/24 +164.117.216.0/24 +164.117.217.0/24 +164.117.218.0/24 +164.117.219.0/24 +164.117.220.0/24 +164.117.221.0/24 +164.117.222.0/24 +164.117.223.0/24 +164.117.224.0/24 +164.117.225.0/24 +164.117.226.0/24 +164.117.227.0/24 +164.117.228.0/24 +164.117.229.0/24 +164.117.230.0/24 +164.117.231.0/24 +164.117.232.0/24 +164.117.233.0/24 +164.117.234.0/24 +164.117.235.0/24 +164.117.236.0/24 +164.117.237.0/24 +164.117.238.0/24 +164.117.239.0/24 +164.117.240.0/24 +164.117.241.0/24 +164.117.242.0/24 +164.117.243.0/24 +164.117.244.0/24 +164.117.245.0/24 +164.117.246.0/24 +164.117.247.0/24 +164.117.248.0/24 +164.117.249.0/24 +164.117.250.0/24 +164.117.251.0/24 +164.117.252.0/24 +164.117.253.0/24 +164.117.254.0/24 +164.117.255.0/24 +164.169.0.0/20 +164.169.32.0/20 +164.169.64.0/20 +164.169.80.0/20 +164.169.96.0/20 +164.169.100.0/24 +164.169.112.0/20 +164.169.144.0/20 +164.169.160.0/20 +164.236.228.0/22 +192.12.64.0/24 +192.12.126.0/24 +192.33.6.0/24 +192.33.7.0/24 +192.33.8.0/24 +192.33.9.0/24 +192.33.185.0/24 +192.35.147.0/24 +192.43.253.0/24 +192.52.117.0/24 +192.73.27.0/24 +192.73.28.0/24 +192.76.249.0/24 +192.82.113.0/24 +192.86.111.0/24 +192.86.112.0/24 +192.86.113.0/24 +192.86.114.0/24 +192.86.118.0/24 +192.86.230.0/23 +192.86.232.0/22 +192.86.236.0/23 +192.86.238.0/23 +192.86.249.0/24 +192.100.70.0/24 +192.107.165.0/24 +192.107.182.0/23 +192.108.124.0/24 +192.108.175.0/24 +192.132.79.0/24 +192.132.84.0/24 +192.132.85.0/24 +192.132.86.0/24 +192.132.87.0/24 +192.136.130.0/24 +192.153.134.0/24 +192.153.138.0/23 +192.153.140.0/23 +192.153.150.0/24 +192.172.2.0/24 +192.172.17.0/24 +192.172.24.0/23 +192.172.27.0/24 +192.187.15.0/24 +192.188.213.0/24 +192.190.107.0/24 +198.25.63.0/24 +198.25.160.0/24 +198.25.161.0/24 +198.25.162.0/24 +198.25.163.0/24 +198.25.164.0/24 +198.25.165.0/24 +198.25.166.0/24 +198.25.167.0/24 +198.25.168.0/24 +198.25.169.0/24 +198.25.170.0/24 +198.25.171.0/24 +198.25.172.0/24 +198.25.174.0/24 +198.49.184.0/24 +198.49.185.0/24 +198.49.192.0/24 +198.51.42.0/23 +198.97.180.0/24 +198.97.189.0/24 +198.97.196.0/22 +198.154.8.0/24 +198.154.9.0/24 +198.154.10.0/24 +198.154.11.0/24 +198.154.12.0/24 +198.154.13.0/24 +198.154.14.0/24 +198.154.15.0/24 +198.220.131.0/24 +199.10.35.0/24 +199.10.42.0/24 +199.10.43.0/24 +199.10.44.0/24 +199.10.45.0/24 +199.10.46.0/24 +199.10.59.0/24 +199.31.2.0/24 +199.31.3.0/24 +199.114.57.0/24 +199.114.62.0/24 +199.122.37.0/24 +199.122.41.0/24 +199.122.42.0/24 +199.122.52.0/24 +199.122.53.0/24 +199.123.71.0/24 +199.123.72.0/22 +199.123.78.0/23 +199.123.84.0/24 +199.123.85.0/24 +199.123.118.0/24 +199.123.122.0/24 +199.123.126.0/24 +199.124.80.0/22 +199.208.156.0/24 +199.209.88.0/22 +199.209.216.0/21 +199.210.168.0/23 +199.211.215.0/24 +199.211.216.0/24 +199.211.217.0/24 +199.226.128.0/18 +199.251.6.0/24 +199.251.18.0/24 +199.251.21.0/24 +199.251.30.0/24 +199.251.31.0/24 +199.251.32.0/24 +199.251.60.0/24 +199.251.61.0/24 +199.251.62.0/24 +199.251.81.0/24 +199.251.82.0/24 +199.251.83.0/24 +199.251.99.0/24 +199.251.121.0/24 +199.251.123.0/24 +199.251.155.0/24 +199.251.156.0/24 +199.251.193.0/24 +199.251.194.0/24 +199.251.232.0/24 +199.251.244.0/24 +199.251.245.0/24 +199.251.253.0/24 +199.252.33.0/24 +199.252.34.0/24 +199.252.35.0/24 +199.252.36.0/24 +199.252.39.0/24 +199.252.41.0/24 +204.34.211.0/24 +204.34.217.0/24 +204.37.140.0/24 +204.37.141.0/24 +204.37.142.0/24 +204.222.248.0/24 +204.222.249.0/24 +204.223.30.0/24 +204.223.40.0/24 +204.223.41.0/24 +204.223.72.0/23 +204.223.74.0/24 +204.223.95.0/24 +204.223.156.0/22 +204.223.156.0/24 +204.223.160.0/19 +204.223.175.0/24 +204.223.176.0/24 +204.223.181.0/24 +204.223.186.0/24 +204.223.191.0/24 +205.109.40.0/21 +205.109.130.0/23 +205.109.132.0/22 +205.109.136.0/21 +205.109.144.0/23 +205.109.192.0/23 +205.109.207.0/24 +205.110.60.0/24 +205.110.196.0/24 +205.110.216.0/24 +205.110.218.0/24 +205.111.250.0/24 +206.37.0.0/24 +206.37.12.0/24 +206.37.17.0/24 +206.37.22.0/24 +206.37.24.0/24 +206.37.25.0/24 +206.37.106.0/24 +206.37.107.0/24 +206.37.109.0/24 +206.37.232.0/24 +206.37.240.0/24 +206.37.242.0/24 +206.37.243.0/24 +206.37.245.0/24 +206.37.249.0/24 +206.37.250.0/23 +206.37.253.0/24 +206.37.254.0/23 +206.39.0.0/23 +206.39.16.0/24 +206.39.32.0/23 +206.39.40.0/24 +206.39.41.0/24 +206.39.62.0/24 +206.39.63.0/24 +206.39.152.0/24 +206.39.153.0/24 +206.39.155.0/24 +206.39.172.0/24 +207.132.97.0/24 +207.133.8.0/21 +207.133.16.0/21 +207.133.134.0/24 +207.133.135.0/24 +207.133.162.0/24 +207.133.169.0/24 +207.133.170.0/24 +207.133.172.0/24 +207.133.173.0/24 +207.133.174.0/24 +207.133.175.0/24 +207.133.177.0/24 +207.133.179.0/24 +207.133.189.0/24 +207.133.190.0/24 +207.133.198.0/24 +207.133.205.0/24 +207.133.206.0/23 +207.133.219.0/24 +207.133.220.0/24 +209.22.10.0/24 +209.22.22.0/24 +209.22.27.0/24 +209.22.31.0/24 +209.22.76.0/24 +209.22.77.0/24 +209.22.79.0/24 +209.22.80.0/24 +209.22.84.0/24 +209.22.85.0/24 +209.22.89.0/24 +209.22.104.0/23 +209.22.106.0/23 +209.22.108.0/23 +209.22.116.0/23 +209.22.118.0/24 +209.22.124.0/24 +209.22.125.0/24 +209.22.126.0/24 +209.22.127.0/24 +209.22.160.0/24 +214.3.67.0/24 +214.3.68.0/24 +214.3.73.0/24 +214.3.75.0/24 +214.3.90.0/24 +214.3.93.0/24 +214.3.94.0/24 +214.3.152.0/24 +214.4.1.0/24 +214.4.2.0/24 +214.4.3.0/24 +214.4.9.0/24 +214.4.12.0/24 +214.4.22.0/24 +214.4.29.0/24 +214.4.30.0/24 +214.4.31.0/24 +214.4.47.0/24 +214.4.94.0/24 +214.14.0.0/16 +214.15.247.0/24 +214.15.248.0/24 +214.15.249.0/24 +214.15.250.0/24 +214.16.210.0/24 +214.19.0.0/16 +214.25.86.0/23 +214.25.88.0/21 +214.25.106.0/24 +214.29.49.0/24 +214.29.129.0/24 +214.29.130.0/23 +214.29.132.0/22 +214.36.0.0/16 +214.36.232.0/21 +214.36.232.0/23 +214.43.128.0/24 +214.43.129.0/24 +214.43.141.0/24 +214.43.160.0/24 +214.43.162.0/24 +214.43.165.0/24 +214.43.166.0/24 +214.43.167.0/24 +214.58.0.0/16 +214.58.228.0/22 +214.58.232.0/22 +215.1.16.0/24 +215.65.31.0/24 +215.65.76.0/22 +215.67.2.0/24 +215.67.4.0/24 +215.67.58.0/24 +215.67.62.0/23 +215.67.64.0/18 +215.70.0.0/19 +215.70.32.0/19 +215.70.96.0/19 +215.70.128.0/19 +215.70.160.0/19 +215.70.192.0/19 +215.70.224.0/19 +215.71.32.0/19 +215.71.64.0/19 +215.71.128.0/19 +215.71.160.0/19 +215.72.0.0/19 +215.72.32.0/19 +215.72.64.0/19 +215.72.96.0/19 +215.72.128.0/19 +215.72.160.0/19 +215.73.0.0/19 +215.73.32.0/19 +215.75.249.0/24 +215.75.250.0/24 +215.75.251.0/24 +215.75.252.0/24 +215.75.253.0/24 +215.75.254.0/24 +215.75.255.0/24 +215.76.0.0/16 +215.76.64.0/20 +215.76.80.0/23 +215.76.82.0/24 +215.76.83.0/24 +215.76.84.0/24 +215.76.85.0/24 +215.76.86.0/24 +215.76.96.0/22 +215.76.100.0/22 +215.76.105.0/24 +215.76.108.0/22 +215.76.200.0/23 +2608:129:13::/48 +2608:141::/48 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.87.0.0/16 +55.87.30.0/24 +55.87.48.0/23 +55.87.56.0/23 +55.87.78.0/23 +55.87.96.0/22 +55.87.100.0/24 +55.87.102.0/23 +55.87.104.0/23 +55.87.106.0/23 +55.87.108.0/23 +55.87.112.0/23 +55.87.114.0/23 +55.87.116.0/23 +55.87.118.0/23 +55.87.120.0/23 +55.87.122.0/23 +55.87.144.0/23 +55.87.170.0/23 +55.87.255.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.50.2.0/24 +55.50.22.0/24 +55.50.147.0/24 +55.50.150.0/24 +55.50.151.0/24 +55.50.152.0/24 +55.50.153.0/24 +55.50.154.0/24 +55.50.155.0/24 +55.50.156.0/24 +55.50.157.0/24 +55.50.158.0/24 +55.50.159.0/24 +55.50.160.0/24 +55.50.163.0/24 +55.50.187.0/24 +55.50.188.0/24 +55.50.189.0/24 +55.50.190.0/24 +55.50.191.0/24 +55.50.192.0/24 +55.50.193.0/24 +55.50.194.0/24 +55.50.195.0/24 +55.50.196.0/24 +55.50.197.0/24 +55.50.198.0/24 +55.91.43.0/24 +55.91.47.0/24 +55.91.57.0/24 +55.91.143.0/24 +55.91.148.0/24 +55.91.149.0/24 +55.91.150.0/24 +55.91.151.0/24 +55.91.152.0/24 +55.91.153.0/24 +55.91.154.0/24 +55.91.155.0/24 +55.91.156.0/24 +55.91.157.0/24 +55.91.158.0/24 +55.91.159.0/24 +55.91.160.0/24 +55.91.161.0/24 +55.91.162.0/24 +55.91.163.0/24 +55.91.187.0/24 +55.91.188.0/24 +55.91.189.0/24 +55.91.190.0/24 +55.91.191.0/24 +55.91.192.0/24 +55.91.193.0/24 +55.91.194.0/24 +55.91.195.0/24 +55.91.196.0/24 +55.91.197.0/24 +55.91.198.0/24 +55.91.199.0/24 +55.91.200.0/24 +55.91.201.0/24 +55.91.202.0/24 +55.91.203.0/24 +55.91.204.0/24 +55.91.205.0/24 +55.91.206.0/24 +55.91.208.0/22 +55.91.212.0/22 +55.91.216.0/23 +55.91.218.0/23 +55.91.220.0/24 +55.91.223.0/24 +55.91.226.0/24 +55.91.227.0/24 +55.91.228.0/24 +55.91.229.0/24 +55.91.230.0/24 +55.91.231.0/24 +55.91.232.0/24 +55.91.233.0/24 +55.91.234.0/24 +55.91.235.0/24 +55.91.236.0/24 +55.91.237.0/24 +55.91.239.0/24 +55.91.240.0/24 +55.91.241.0/24 +55.91.242.0/24 +55.91.243.0/24 +55.91.245.0/24 +55.91.246.0/24 +55.91.247.0/24 +55.91.248.0/24 +55.91.249.0/24 +55.91.250.0/24 +55.91.251.0/24 +55.91.252.0/24 +55.91.253.0/24 +55.91.254.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.54.0.0/16 +55.79.0.0/16 +55.79.128.0/24 +55.79.145.0/24 +55.79.148.0/24 +55.79.150.0/24 +55.79.151.0/24 +55.79.152.0/24 +55.79.155.0/24 +55.79.156.0/24 +55.79.157.0/24 +55.79.158.0/24 +55.79.160.0/24 +55.79.161.0/24 +55.79.162.0/24 +55.79.163.0/24 +55.79.165.0/24 +55.79.166.0/24 +55.79.167.0/24 +55.79.168.0/24 +55.79.169.0/24 +55.79.170.0/24 +55.79.172.0/24 +55.79.173.0/24 +55.79.174.0/24 +55.79.175.0/24 +55.79.176.0/24 +55.93.0.0/16 +55.93.36.0/24 +55.93.128.0/22 +55.93.136.0/24 +55.93.142.0/24 +55.93.143.0/24 +55.93.150.0/24 +55.93.156.0/24 +55.93.160.0/24 +55.93.162.0/24 +55.93.164.0/24 +55.93.166.0/24 +55.93.168.0/24 +55.93.170.0/24 +55.93.172.0/24 +55.93.174.0/24 +55.93.176.0/24 +55.93.180.0/24 +55.93.182.0/24 +55.93.184.0/24 +55.93.188.0/24 +55.93.190.0/24 +55.93.192.0/24 +55.93.194.0/24 +55.93.196.0/24 +55.93.198.0/24 +55.93.200.0/24 +55.93.202.0/24 +55.93.205.0/24 +55.93.207.0/24 +55.93.208.0/24 +55.93.210.0/24 +55.93.211.0/24 +55.93.212.0/24 +55.93.215.0/24 +55.93.216.0/24 +55.93.217.0/24 +55.93.218.0/24 +55.93.220.0/24 +55.93.221.0/24 +55.93.222.0/24 +55.93.223.0/24 +55.93.225.0/24 +55.93.226.0/24 +55.93.227.0/24 +55.93.228.0/24 +55.93.229.0/24 +55.93.230.0/24 +55.93.232.0/24 +55.93.233.0/24 +55.93.234.0/24 +55.93.235.0/24 +55.93.236.0/24 +55.93.243.0/24 +55.93.245.0/24 +55.93.247.0/24 +55.93.249.0/24 +55.93.251.0/24 +# DNIC-ASBLK-00306-00371, US / DoD Network Information Center +55.95.0.0/16 +55.95.160.0/22 +55.95.216.0/21 +# AS372, US / National Aeronautics and Space Administration +129.166.6.0/23 +192.77.77.0/24 +192.149.129.0/24 +192.149.130.0/23 +192.149.144.0/24 +# CERN, CH / CERN - European Organization for Nuclear Research +128.141.0.0/16 +128.142.0.0/16 +137.138.0.0/16 +185.249.56.0/22 +188.184.0.0/16 +188.185.0.0/16 +192.16.155.0/24 +192.16.156.0/22 +192.16.160.0/22 +192.16.164.0/23 +192.16.166.0/24 +192.65.183.0/24 +192.65.184.0/21 +192.65.192.0/22 +192.65.196.0/23 +192.91.236.0/22 +192.91.240.0/22 +192.91.244.0/23 +192.91.246.0/24 +194.12.128.0/18 +2001:1458::/32 +2001:1459::/32 +# DSADC-MECH, US / DoD Network Information Center +204.34.199.0/24 +# DNIC-AS-00518, US / DoD Network Information Center +199.9.178.0/23 +199.9.178.0/24 +199.9.179.0/24 +199.9.180.0/22 +199.9.180.0/24 +199.9.181.0/24 +199.9.224.0/23 +199.9.228.0/24 +199.9.229.0/24 +199.9.230.0/24 +199.9.232.0/21 +199.9.240.0/21 +199.9.247.0/24 +2001:480:421::/48 +2001:480:1610::/48 +# DNIC-AS-00571, US / DoD Network Information Center +214.26.64.0/18 +214.26.64.0/23 +214.26.66.0/24 +214.26.67.0/24 +214.26.68.0/24 +214.26.72.0/24 +214.26.73.0/24 +214.26.74.0/24 +214.26.75.0/24 +214.26.76.0/24 +214.26.77.0/24 +214.26.78.0/24 +214.26.79.0/24 +214.26.80.0/24 +214.26.81.0/24 +214.26.82.0/24 +214.26.83.0/24 +214.26.84.0/24 +214.26.85.0/24 +214.26.86.0/24 +214.26.87.0/24 +214.26.88.0/24 +214.26.89.0/24 +214.26.90.0/24 +214.26.91.0/24 +214.26.92.0/24 +214.26.93.0/24 +214.26.94.0/24 +214.26.95.0/24 +214.26.96.0/24 +214.26.97.0/24 +214.26.98.0/24 +214.26.99.0/24 +214.26.100.0/24 +214.26.101.0/24 +214.26.102.0/24 +214.26.103.0/24 +214.26.105.0/24 +214.26.106.0/24 +214.26.107.0/24 +214.26.108.0/24 +214.26.109.0/24 +214.26.110.0/24 +214.26.111.0/24 +214.26.112.0/24 +214.26.113.0/24 +214.26.114.0/24 +214.26.115.0/24 +214.26.116.0/24 +214.26.117.0/24 +214.26.118.0/24 +214.26.119.0/24 +214.26.121.0/24 +214.26.122.0/24 +214.26.123.0/24 +214.26.124.0/24 +214.26.125.0/24 +214.26.126.0/24 +214.26.127.0/24 +215.65.160.0/19 +215.65.160.0/22 +215.65.164.0/22 +215.65.168.0/22 +215.65.172.0/22 +215.65.176.0/20 +# DNIC-AS-00615, US / Headquarters, USAISC +155.85.163.0/24 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +138.162.4.0/24 +138.163.4.0/24 +138.163.24.0/24 +138.163.97.0/24 +138.163.132.0/24 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +163.251.120.0/24 +163.251.121.0/24 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +138.147.0.0/24 +204.34.240.0/24 +204.36.18.0/24 +204.36.19.0/24 +205.69.240.0/21 +205.70.96.0/20 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +214.58.144.0/23 +214.58.146.0/23 +214.58.152.0/24 +214.58.156.0/23 +214.58.220.0/24 +215.67.57.0/24 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +214.58.192.0/20 +214.58.198.0/23 +214.58.208.0/24 +214.58.209.0/24 +214.58.210.0/24 +214.58.211.0/24 +214.58.212.0/22 +214.58.216.0/24 +214.58.217.0/24 +214.58.218.0/24 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +137.232.237.0/24 +137.233.195.0/24 +137.234.64.0/18 +137.234.64.0/22 +137.234.75.0/24 +137.234.80.0/22 +137.234.110.0/24 +137.234.128.0/17 +137.234.128.0/22 +137.234.139.0/24 +137.234.140.0/24 +137.234.141.0/24 +137.234.156.0/22 +137.234.160.0/22 +137.234.183.0/24 +137.234.192.0/22 +137.234.200.0/22 +137.234.210.0/24 +137.234.224.0/22 +137.235.126.0/23 +137.235.128.0/22 +137.235.131.0/24 +137.235.141.0/24 +137.235.236.0/22 +138.156.0.0/16 +138.156.224.0/23 +138.156.228.0/23 +138.156.230.0/23 +138.156.232.0/23 +138.156.234.0/23 +138.156.240.0/23 +138.156.242.0/23 +138.156.244.0/23 +138.156.248.0/21 +138.157.16.0/21 +138.157.28.0/22 +138.157.40.0/21 +138.157.52.0/23 +138.157.56.0/24 +138.157.64.0/23 +138.157.68.0/23 +138.157.78.0/23 +138.157.80.0/23 +138.157.82.0/23 +138.157.84.0/23 +138.157.86.0/23 +138.157.88.0/23 +138.157.90.0/23 +138.157.92.0/23 +138.157.94.0/23 +138.157.96.0/23 +138.157.98.0/23 +138.157.100.0/23 +138.157.104.0/23 +138.157.106.0/23 +138.157.110.0/24 +138.157.114.0/24 +138.157.115.0/24 +138.157.116.0/23 +138.157.119.0/24 +138.157.122.0/23 +138.157.124.0/23 +138.157.126.0/23 +138.157.132.0/24 +138.157.133.0/24 +138.157.207.0/24 +138.157.211.0/24 +138.157.212.0/24 +138.157.216.0/24 +138.157.224.0/23 +138.157.240.0/24 +138.157.248.0/23 +138.163.160.0/22 +138.163.240.0/22 +138.167.0.0/20 +138.167.20.0/23 +138.167.32.0/21 +138.167.40.0/22 +138.167.44.0/22 +138.167.48.0/20 +138.167.64.0/24 +138.167.65.0/24 +138.167.66.0/24 +138.167.67.0/24 +138.167.68.0/24 +138.167.69.0/24 +138.167.70.0/24 +138.167.71.0/24 +138.167.72.0/24 +138.167.74.0/24 +138.167.75.0/24 +138.167.76.0/24 +138.167.77.0/24 +138.167.78.0/24 +138.167.80.0/24 +138.167.81.0/24 +138.167.82.0/24 +138.167.83.0/24 +138.167.84.0/24 +138.167.108.0/22 +138.167.112.0/23 +138.167.119.0/24 +138.167.120.0/21 +138.167.128.0/20 +138.167.128.0/23 +138.167.130.0/23 +138.167.132.0/23 +138.167.136.0/23 +138.167.138.0/23 +138.167.140.0/23 +138.167.142.0/24 +138.167.143.0/24 +138.167.144.0/20 +138.167.160.0/21 +138.167.176.0/20 +138.167.208.0/20 +138.167.232.0/24 +138.167.236.0/22 +138.167.248.0/22 +138.168.0.0/16 +138.168.183.0/24 +138.168.189.0/24 +138.168.190.0/23 +138.168.192.0/23 +138.168.194.0/24 +158.236.0.0/16 +158.237.0.0/16 +158.238.0.0/16 +158.239.0.0/16 +158.239.64.0/18 +158.240.160.0/22 +158.240.164.0/22 +158.240.174.0/24 +158.240.175.0/24 +158.240.226.0/23 +158.243.0.0/16 +158.244.0.0/16 +158.245.0.0/16 +192.156.14.0/24 +192.156.56.0/23 +192.156.79.0/24 +204.34.190.0/24 +204.34.193.0/24 +204.34.194.0/23 +204.34.212.0/23 +204.223.8.0/21 +204.223.21.0/24 +204.223.34.0/23 +204.223.36.0/22 +204.223.42.0/23 +204.223.44.0/22 +204.223.48.0/20 +204.223.64.0/21 +204.223.75.0/24 +204.223.78.0/23 +204.223.80.0/23 +204.223.82.0/23 +204.223.84.0/22 +204.223.88.0/22 +204.223.90.0/24 +204.223.92.0/23 +204.223.94.0/24 +204.223.96.0/20 +204.223.125.0/24 +204.223.126.0/23 +204.223.144.0/21 +205.109.4.0/22 +205.109.8.0/23 +205.109.12.0/23 +205.109.14.0/24 +205.109.16.0/24 +205.109.17.0/24 +205.109.20.0/23 +205.109.26.0/23 +205.109.32.0/21 +205.109.56.0/21 +205.109.64.0/24 +205.109.69.0/24 +205.109.80.0/21 +205.109.96.0/21 +205.109.104.0/21 +205.109.110.0/24 +205.109.112.0/20 +205.109.126.0/23 +205.109.128.0/19 +205.109.160.0/19 +205.109.192.0/19 +205.109.192.0/20 +205.109.208.0/20 +205.109.224.0/19 +205.110.36.0/23 +205.110.39.0/24 +205.110.50.0/23 +205.110.54.0/24 +205.110.55.0/24 +205.110.56.0/22 +205.110.61.0/24 +205.110.62.0/24 +205.110.63.0/24 +205.110.69.0/24 +205.110.70.0/24 +205.110.74.0/24 +205.110.76.0/22 +205.110.85.0/24 +205.110.86.0/24 +205.110.87.0/24 +205.110.104.0/22 +205.110.110.0/23 +205.110.116.0/23 +205.110.137.0/24 +205.110.140.0/23 +205.110.172.0/23 +205.110.174.0/24 +205.110.187.0/24 +205.110.192.0/22 +205.110.197.0/24 +205.110.198.0/23 +205.110.200.0/21 +205.110.242.0/24 +205.110.244.0/23 +205.110.247.0/24 +205.110.248.0/23 +205.110.250.0/23 +205.110.252.0/22 +214.15.10.0/24 +214.15.20.0/24 +214.15.60.0/24 +214.15.136.0/24 +214.15.160.0/24 +214.15.206.0/24 +214.15.210.0/24 +214.15.229.0/24 +214.43.0.0/21 +214.43.8.0/21 +214.43.16.0/22 +214.43.20.0/22 +214.43.24.0/21 +214.43.32.0/20 +214.43.32.0/24 +214.43.50.0/23 +214.43.52.0/23 +214.43.60.0/22 +214.43.70.0/23 +214.43.80.0/23 +214.43.92.0/22 +214.43.96.0/22 +214.43.100.0/24 +214.43.143.0/24 +214.43.144.0/21 +214.43.152.0/23 +214.43.161.0/24 +214.43.163.0/24 +214.43.164.0/24 +214.43.168.0/21 +214.43.176.0/23 +214.43.178.0/24 +214.43.179.0/24 +214.43.180.0/23 +214.43.182.0/24 +214.43.183.0/24 +214.43.184.0/22 +214.43.188.0/23 +214.43.190.0/23 +214.43.200.0/21 +214.43.208.0/20 +214.43.224.0/20 +214.43.240.0/21 +214.43.250.0/24 +214.43.251.0/24 +214.43.252.0/24 +214.43.253.0/24 +214.44.16.0/20 +214.44.32.0/21 +214.44.48.0/24 +214.44.49.0/24 +214.44.50.0/23 +214.44.52.0/22 +214.44.56.0/21 +214.44.96.0/21 +214.44.104.0/22 +214.44.108.0/22 +214.44.112.0/21 +214.44.120.0/21 +214.44.130.0/24 +214.44.132.0/24 +214.44.144.0/20 +214.44.160.0/20 +214.44.176.0/20 +214.44.192.0/20 +214.44.208.0/20 +214.44.224.0/21 +214.44.232.0/21 +214.44.240.0/22 +214.44.244.0/22 +214.44.248.0/22 +214.44.252.0/22 +214.45.224.0/20 +214.45.244.0/22 +214.45.248.0/22 +214.45.252.0/22 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +138.183.0.0/17 +138.183.82.0/24 +164.231.102.0/24 +164.231.111.0/24 +205.56.0.0/19 +205.56.181.0/24 +205.56.232.0/24 +205.56.237.0/24 +205.57.80.0/24 +205.57.81.0/24 +205.57.82.0/24 +205.57.120.0/24 +205.57.121.0/24 +205.57.122.0/24 +205.57.134.0/24 +205.57.135.0/24 +205.57.136.0/24 +205.58.0.0/19 +205.58.1.0/24 +205.58.2.0/24 +205.58.3.0/24 +205.58.4.0/23 +205.58.8.0/24 +205.58.10.0/24 +205.58.11.0/24 +205.58.12.0/22 +205.58.16.0/22 +205.58.20.0/23 +205.58.23.0/24 +205.58.24.0/23 +205.58.176.0/20 +205.58.192.0/23 +205.58.195.0/24 +205.59.0.0/19 +205.59.0.0/24 +205.59.2.0/24 +205.59.3.0/24 +205.59.4.0/22 +205.59.8.0/24 +205.59.13.0/24 +205.59.16.0/22 +205.59.20.0/23 +205.59.22.0/23 +205.59.24.0/23 +205.59.26.0/24 +205.59.31.0/24 +205.59.90.0/23 +205.59.92.0/24 +205.59.95.0/24 +205.59.100.0/22 +205.59.101.0/24 +205.59.102.0/24 +205.59.190.0/23 +205.59.190.0/24 +205.59.191.0/24 +205.59.192.0/20 +205.59.192.0/23 +205.59.194.0/24 +205.59.195.0/24 +205.59.196.0/23 +205.59.198.0/23 +205.59.200.0/24 +205.59.201.0/24 +205.59.202.0/24 +205.59.203.0/24 +205.59.205.0/24 +205.59.206.0/23 +205.59.208.0/22 +205.59.224.0/20 +205.60.0.0/19 +205.60.1.0/24 +205.60.2.0/24 +205.60.4.0/23 +205.60.6.0/24 +205.60.7.0/24 +205.60.16.0/22 +205.60.20.0/24 +205.60.22.0/23 +205.60.24.0/22 +205.60.28.0/24 +205.60.29.0/24 +205.60.30.0/23 +205.60.100.0/22 +205.60.100.0/24 +205.60.101.0/24 +205.60.102.0/24 +205.60.103.0/24 +205.60.104.0/23 +205.60.107.0/24 +205.60.108.0/23 +205.60.111.0/24 +205.60.116.0/23 +205.60.119.0/24 +205.60.154.0/23 +205.60.156.0/22 +205.60.186.0/23 +205.60.188.0/22 +205.60.228.0/24 +205.60.233.0/24 +205.60.240.0/22 +205.60.244.0/24 +205.61.0.0/19 +205.61.32.0/22 +205.61.36.0/23 +205.61.38.0/23 +205.61.44.0/24 +205.61.45.0/24 +205.61.48.0/24 +205.64.0.0/19 +205.64.2.0/24 +205.64.3.0/24 +205.64.4.0/24 +205.64.6.0/23 +205.64.8.0/23 +205.64.10.0/24 +205.64.13.0/24 +205.64.14.0/24 +205.64.16.0/22 +205.64.20.0/22 +205.64.24.0/23 +205.64.26.0/24 +205.64.110.0/24 +205.65.116.0/24 +205.65.119.0/24 +205.65.132.0/22 +205.65.136.0/22 +205.65.140.0/24 +205.65.152.0/22 +205.65.157.0/24 +205.65.160.0/22 +205.65.168.0/22 +205.65.194.0/24 +205.68.0.0/20 +205.68.16.0/23 +205.68.18.0/24 +205.68.19.0/24 +205.68.20.0/22 +205.68.24.0/23 +205.68.127.0/24 +205.69.0.0/20 +205.69.32.0/20 +205.69.48.0/20 +205.70.208.0/20 +205.70.224.0/20 +205.70.228.0/24 +205.70.230.0/24 +205.70.231.0/24 +205.70.232.0/24 +205.70.240.0/20 +205.70.244.0/24 +205.70.245.0/24 +205.70.247.0/24 +205.70.248.0/24 +205.71.0.0/19 +205.71.0.0/24 +205.71.1.0/24 +205.71.3.0/24 +205.71.5.0/24 +205.71.6.0/24 +205.71.8.0/23 +205.71.10.0/24 +205.71.12.0/23 +205.71.14.0/24 +205.71.16.0/22 +205.71.20.0/24 +205.71.21.0/24 +205.71.22.0/23 +205.71.24.0/23 +205.71.64.0/20 +205.71.80.0/20 +205.71.224.0/20 +205.72.0.0/19 +205.72.80.0/20 +205.72.84.0/24 +205.72.85.0/24 +205.72.86.0/24 +205.72.88.0/24 +205.72.96.0/20 +205.72.112.0/20 +205.72.208.0/20 +205.72.224.0/20 +205.72.240.0/20 +205.73.80.0/20 +205.73.112.0/20 +205.74.192.0/20 +205.74.208.0/20 +205.74.224.0/20 +205.74.240.0/21 +205.75.96.0/21 +205.75.144.0/20 +205.76.0.0/19 +205.76.64.0/20 +205.76.67.0/24 +205.76.68.0/23 +205.76.70.0/23 +205.76.72.0/23 +205.76.82.0/24 +205.76.83.0/24 +205.76.84.0/24 +205.78.42.0/23 +205.78.43.0/24 +205.78.44.0/24 +205.78.192.0/20 +205.80.0.0/20 +205.80.16.0/24 +205.80.17.0/24 +205.80.18.0/24 +205.80.20.0/23 +205.80.70.0/23 +205.80.72.0/21 +205.80.80.0/21 +205.80.156.0/24 +205.80.157.0/24 +205.80.158.0/24 +205.80.159.0/24 +205.83.128.0/20 +205.83.192.0/20 +205.83.192.0/21 +205.83.200.0/24 +205.83.201.0/24 +205.83.202.0/24 +205.83.203.0/24 +205.83.204.0/24 +205.84.0.0/24 +205.84.32.0/20 +205.86.32.0/20 +205.86.96.0/22 +205.86.96.0/24 +205.86.97.0/24 +205.86.98.0/24 +205.86.128.0/24 +205.86.129.0/24 +205.86.130.0/24 +205.86.144.0/24 +205.86.145.0/24 +205.86.146.0/24 +205.86.192.0/22 +205.86.193.0/24 +205.86.194.0/24 +205.86.209.0/24 +205.86.210.0/24 +205.87.64.0/24 +205.87.65.0/24 +205.87.66.0/24 +205.87.201.0/24 +205.87.202.0/24 +205.88.144.0/20 +205.88.176.0/20 +205.88.241.0/24 +205.88.243.0/24 +205.89.0.0/20 +205.89.32.0/20 +205.89.128.0/20 +205.89.224.0/20 +205.90.0.0/20 +205.90.50.0/24 +205.90.51.0/24 +205.90.52.0/24 +205.90.64.0/20 +205.90.64.0/24 +205.90.66.0/24 +205.90.67.0/24 +205.90.69.0/24 +205.90.160.0/20 +205.91.32.0/20 +205.91.32.0/24 +205.91.35.0/24 +205.91.36.0/24 +205.91.37.0/24 +205.91.64.0/20 +205.91.160.0/20 +205.92.0.0/20 +205.92.32.0/20 +205.93.32.0/19 +205.93.96.0/19 +205.93.192.0/20 +205.94.0.0/20 +205.94.97.0/24 +205.94.98.0/24 +205.94.100.0/24 +205.94.104.0/24 +205.94.128.0/20 +205.94.192.0/20 +205.95.0.0/19 +205.95.96.0/20 +205.95.128.0/21 +205.98.48.0/23 +205.98.50.0/24 +205.98.64.0/20 +205.98.160.0/20 +205.98.224.0/19 +205.99.0.0/20 +205.99.32.0/20 +205.99.128.0/20 +205.103.16.0/24 +205.103.20.0/24 +205.103.32.0/24 +205.103.80.0/24 +205.105.193.0/24 +205.106.84.0/22 +205.106.100.0/22 +205.107.32.0/24 +205.107.36.0/24 +205.107.76.0/24 +205.107.80.0/24 +205.107.84.0/24 +205.107.88.0/24 +205.107.92.0/24 +205.107.96.0/24 +205.107.104.0/24 +205.107.136.0/24 +205.107.148.0/24 +205.107.152.0/24 +205.107.184.0/24 +205.107.192.0/24 +205.107.208.0/20 +205.107.208.0/24 +205.107.232.0/24 +205.108.16.0/23 +205.108.244.0/24 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +139.242.48.0/24 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +199.211.166.0/23 +199.211.168.0/23 +# DNIC-ASBLK-00616-00665, US / DoD Network Information Center +138.162.0.0/15 +138.162.0.0/24 +138.162.8.0/22 +138.162.106.0/24 +138.162.112.0/22 +138.162.168.0/21 +138.162.254.0/24 +138.163.0.0/16 +138.163.0.0/24 +138.163.6.0/24 +138.163.9.0/24 +138.163.10.0/24 +138.163.17.0/24 +138.163.19.0/24 +138.163.76.0/23 +138.163.104.0/22 +138.163.128.0/22 +138.163.146.0/24 +155.252.138.0/23 +155.252.142.0/24 +205.85.0.0/21 +205.85.16.0/24 +205.85.17.0/24 +205.85.22.0/23 +205.85.22.0/24 +205.85.32.0/23 +205.85.34.0/23 +205.85.39.0/24 +205.85.40.0/24 +205.85.41.0/24 +205.85.44.0/24 +205.85.48.0/22 +205.85.52.0/24 +205.85.56.0/23 +205.85.58.0/23 +205.85.58.0/24 +205.85.59.0/24 +205.85.63.0/24 +205.85.86.0/24 +205.85.87.0/24 +205.85.112.0/20 +# DNIC-AS-00668, US / DoD Network Information Center +6.2.0.0/17 +6.3.0.0/18 +6.4.0.0/16 +6.5.0.0/19 +6.6.0.0/22 +6.6.4.0/24 +6.6.5.0/24 +6.6.7.0/24 +6.6.8.0/21 +6.6.16.0/20 +6.6.32.0/20 +6.6.48.0/20 +6.6.64.0/20 +6.6.80.0/20 +6.6.96.0/20 +6.6.112.0/20 +6.6.128.0/17 +6.7.0.0/24 +6.8.0.0/20 +6.9.0.0/20 +6.11.0.0/16 +6.14.0.0/15 +128.132.0.0/16 +128.160.0.0/17 +129.92.0.0/16 +129.229.0.0/16 +130.109.0.0/16 +130.163.0.0/16 +131.92.131.0/24 +131.92.132.0/22 +131.92.136.0/21 +131.92.144.0/21 +131.92.176.0/22 +131.92.192.0/18 +131.120.0.0/16 +131.121.0.0/16 +131.122.0.0/16 +131.214.0.0/16 +131.218.0.0/16 +131.250.0.0/17 +131.250.128.0/18 +131.250.192.0/20 +132.45.0.0/16 +132.193.0.0/16 +134.164.220.0/24 +134.166.0.0/18 +134.166.64.0/18 +134.166.128.0/22 +134.166.132.0/23 +134.166.134.0/24 +134.166.135.0/24 +134.166.136.0/23 +134.166.144.0/20 +137.128.0.0/16 +140.6.0.0/16 +140.25.0.0/16 +140.27.12.0/23 +140.27.14.0/24 +140.27.15.0/24 +140.31.0.0/16 +140.32.0.0/16 +140.178.0.0/16 +143.56.0.0/16 +144.3.0.0/16 +144.252.0.0/19 +144.252.64.0/19 +147.227.0.0/16 +147.241.56.0/21 +147.241.80.0/21 +147.241.88.0/21 +147.241.96.0/22 +147.241.104.0/22 +147.241.112.0/22 +147.241.118.0/24 +147.241.120.0/22 +147.241.126.0/24 +147.241.127.0/24 +147.241.128.0/21 +147.241.160.0/21 +147.241.168.0/21 +147.241.176.0/21 +147.241.192.0/18 +147.248.48.0/20 +150.125.0.0/16 +155.141.0.0/16 +155.148.0.0/17 +155.148.128.0/18 +155.148.192.0/19 +155.148.224.0/20 +155.148.240.0/21 +155.154.192.0/18 +155.244.0.0/16 +157.187.0.0/16 +158.12.0.0/16 +163.240.0.0/16 +163.249.24.0/21 +163.249.40.0/21 +163.249.51.0/24 +163.249.53.0/24 +163.249.54.0/24 +163.249.56.0/21 +163.249.64.0/21 +163.249.72.0/23 +163.249.81.0/24 +164.49.0.0/16 +164.122.0.0/20 +164.191.0.0/16 +192.5.17.0/24 +192.5.21.0/24 +192.5.22.0/24 +192.5.23.0/24 +192.5.148.0/24 +192.12.124.0/24 +192.16.167.0/24 +192.31.147.0/24 +192.42.141.0/24 +192.48.242.0/24 +192.55.117.0/24 +192.58.244.0/24 +192.67.80.0/24 +192.67.93.0/24 +192.86.66.0/24 +192.88.110.0/24 +192.100.92.0/24 +192.138.87.0/24 +192.160.158.0/24 +192.160.159.0/24 +192.171.8.0/22 +192.171.12.0/24 +192.190.228.0/24 +192.190.229.0/24 +192.211.102.0/24 +198.14.32.0/19 +198.97.234.0/23 +198.97.236.0/24 +198.154.16.0/21 +198.154.24.0/23 +198.154.173.0/24 +198.154.174.0/23 +198.253.40.0/21 +198.253.56.0/24 +198.253.64.0/21 +198.253.110.0/24 +198.253.128.0/19 +198.253.168.0/21 +198.253.192.0/20 +198.253.252.0/24 +198.253.253.0/24 +199.9.0.0/24 +199.9.1.0/24 +199.9.2.0/24 +199.10.16.0/24 +199.10.17.0/24 +199.10.18.0/24 +199.10.19.0/24 +199.10.20.0/24 +199.10.62.0/24 +199.10.127.0/24 +199.10.148.0/24 +199.10.233.0/24 +199.31.16.0/20 +199.31.107.0/24 +199.123.86.0/23 +199.123.88.0/23 +199.123.90.0/24 +199.123.105.0/24 +199.208.32.0/21 +199.208.158.0/24 +199.209.144.0/21 +199.209.144.0/22 +199.209.149.0/24 +199.209.150.0/23 +199.209.240.0/21 +199.209.248.0/21 +204.44.136.0/23 +204.222.6.0/23 +204.222.8.0/23 +204.222.64.0/21 +204.235.64.0/20 +204.238.129.0/24 +205.66.100.0/22 +205.67.232.0/24 +205.68.95.0/24 +205.111.251.0/24 +205.111.252.0/24 +206.37.28.0/23 +206.37.30.0/23 +206.37.224.0/24 +206.37.252.0/24 +207.132.136.0/24 +207.132.147.0/24 +207.133.211.0/24 +209.22.6.0/24 +209.22.7.0/24 +209.22.8.0/24 +214.4.64.0/24 +214.9.92.0/24 +214.9.94.0/24 +214.9.95.0/24 +214.9.96.0/21 +214.9.104.0/21 +214.10.25.0/24 +214.29.136.0/21 +214.38.133.0/24 +2001:480::/32 +2001:480:570::/48 +# DNIC-AS-00670, US / Headquarters, USAISC +155.85.160.0/24 +# DNIC-AS-00671, US / Headquarters, USAISC +155.85.162.0/24 +# DNIC-AS-00672, US / Headquarters, USAISC +155.85.161.0/24 +# DNIC-AS-00673, US / Headquarters, USAISC +155.85.164.0/24 +# DNIC-AS-00687, US / DoD Network Information Center +160.107.0.0/16 +192.73.215.0/24 +199.211.198.0/24 +206.39.203.0/24 +214.16.216.0/22 +2001:480:240::/48 +# DNIC-ASBLK-00721-00726, US / DoD Network Information Center +6.16.172.0/23 +6.16.174.0/24 +6.42.236.0/22 +6.42.240.0/23 +6.42.242.0/24 +6.49.122.0/23 +6.49.124.0/22 +6.50.36.0/22 +6.50.56.0/21 +6.51.24.0/21 +6.64.32.0/20 +6.64.48.0/21 +6.64.56.0/22 +6.64.62.0/23 +6.64.181.0/24 +55.0.0.0/8 +128.26.0.0/21 +128.26.8.0/22 +128.26.13.0/24 +128.26.35.0/24 +128.26.40.0/22 +128.26.48.0/23 +128.26.64.0/22 +128.26.68.0/23 +128.26.71.0/24 +128.26.79.0/24 +128.26.82.0/24 +128.26.95.0/24 +128.26.98.0/23 +128.26.112.0/22 +128.26.117.0/24 +128.26.118.0/23 +128.26.120.0/21 +128.26.138.0/23 +128.26.238.0/23 +128.26.247.0/24 +128.26.248.0/23 +130.22.0.0/16 +131.4.0.0/15 +131.16.0.0/16 +131.32.0.0/11 +131.64.0.0/13 +131.74.0.0/15 +131.76.0.0/14 +131.78.3.0/24 +131.78.204.0/24 +131.80.0.0/14 +131.86.0.0/15 +131.86.0.0/16 +131.87.0.0/16 +132.0.0.0/10 +132.80.0.0/12 +132.96.0.0/11 +132.128.0.0/12 +134.80.0.0/16 +134.135.0.0/16 +134.165.96.0/19 +134.165.128.0/17 +134.233.0.0/16 +136.212.0.0/14 +136.216.0.0/14 +136.220.0.0/15 +137.0.0.0/13 +137.8.0.0/14 +137.212.0.0/16 +137.232.3.0/24 +137.240.0.0/14 +138.136.0.0/13 +138.144.0.0/12 +138.150.0.0/15 +138.154.1.0/24 +138.160.0.0/15 +138.162.5.0/24 +138.164.0.0/14 +138.168.0.0/14 +138.178.0.0/15 +138.178.0.0/16 +138.180.0.0/16 +139.39.35.0/24 +139.139.0.0/16 +139.241.0.0/16 +139.242.43.0/24 +139.242.45.0/24 +139.242.47.0/24 +139.242.52.0/23 +139.242.54.0/24 +140.1.0.0/16 +140.14.35.0/24 +140.14.37.0/24 +140.14.39.0/24 +140.14.41.0/24 +140.14.43.0/24 +140.14.45.0/24 +140.14.47.0/24 +140.14.49.0/24 +140.14.51.0/24 +140.14.53.0/24 +140.14.136.0/24 +140.14.137.0/24 +140.14.138.0/24 +140.16.26.0/24 +140.16.32.0/24 +140.16.58.0/23 +140.16.100.0/23 +140.16.160.0/23 +140.16.192.0/23 +140.16.196.0/22 +140.17.34.0/23 +140.17.48.0/20 +140.17.90.0/23 +140.17.92.0/22 +140.17.160.0/20 +140.18.129.0/24 +140.19.92.0/22 +140.19.120.0/22 +140.19.126.0/23 +140.19.200.0/21 +140.19.208.0/20 +140.35.64.0/18 +140.152.0.0/14 +140.153.72.0/24 +141.234.0.0/15 +143.68.104.0/21 +143.69.0.0/16 +143.70.48.0/20 +143.70.64.0/18 +143.70.128.0/17 +143.73.0.0/16 +143.74.0.0/16 +143.76.0.0/16 +143.80.128.0/17 +143.81.0.0/16 +143.81.0.0/17 +143.81.103.0/24 +143.81.128.0/17 +143.83.0.0/16 +143.84.0.0/16 +143.85.0.0/16 +143.85.0.0/18 +143.85.64.0/18 +143.85.128.0/18 +143.85.192.0/18 +143.86.0.0/23 +143.86.48.0/23 +143.86.54.0/23 +143.86.56.0/23 +143.86.128.0/20 +143.86.160.0/20 +143.86.176.0/22 +143.86.180.0/23 +143.86.183.0/24 +143.86.184.0/21 +143.86.196.0/23 +143.86.204.0/23 +143.86.218.0/23 +143.86.224.0/21 +143.86.232.0/24 +143.86.234.0/23 +143.86.236.0/22 +143.86.243.0/24 +143.86.244.0/22 +143.86.248.0/21 +143.124.2.0/23 +143.124.4.0/22 +143.124.16.0/22 +143.134.1.0/24 +143.134.2.0/23 +143.134.4.0/22 +143.134.8.0/21 +143.134.114.0/23 +143.134.116.0/22 +143.134.120.0/21 +143.138.0.0/15 +143.140.0.0/14 +143.144.0.0/13 +143.156.0.0/15 +143.194.133.0/24 +143.194.192.0/19 +143.194.224.0/20 +143.212.0.0/15 +143.230.160.0/19 +143.230.192.0/21 +143.230.200.0/24 +143.230.204.0/22 +143.249.16.0/21 +143.249.25.0/24 +143.249.32.0/23 +143.249.34.0/24 +143.249.36.0/22 +143.249.40.0/21 +143.249.48.0/20 +143.249.96.0/19 +143.249.128.0/20 +143.249.144.0/21 +143.249.152.0/23 +143.249.154.0/24 +143.249.156.0/22 +143.249.160.0/23 +143.249.162.0/24 +143.249.164.0/22 +143.249.168.0/21 +143.249.176.0/20 +143.249.192.0/18 +144.88.2.0/23 +144.100.0.0/14 +144.102.0.0/15 +144.102.0.0/16 +144.104.0.0/14 +144.104.0.0/15 +144.109.0.0/16 +144.170.0.0/16 +144.182.0.0/15 +144.247.0.0/16 +144.251.43.0/24 +146.16.64.0/20 +146.16.84.0/22 +146.16.88.0/21 +146.16.96.0/19 +146.16.128.0/22 +146.16.138.0/24 +146.16.140.0/23 +146.16.142.0/24 +146.16.192.0/19 +146.16.248.0/21 +146.55.22.0/23 +146.55.72.0/21 +146.55.124.0/24 +146.55.127.0/24 +147.104.1.0/24 +147.104.2.0/23 +147.104.4.0/22 +147.104.8.0/21 +147.104.16.0/20 +147.104.32.0/20 +147.104.50.0/23 +147.104.52.0/22 +147.104.64.0/20 +147.104.80.0/21 +147.104.88.0/23 +147.104.91.0/24 +147.104.92.0/22 +147.104.112.0/20 +147.104.128.0/18 +147.104.192.0/19 +147.104.224.0/20 +147.104.240.0/22 +147.104.246.0/23 +147.104.248.0/21 +147.130.0.0/15 +147.216.0.0/15 +148.16.0.0/12 +150.192.0.0/15 +150.196.96.0/19 +150.196.130.0/23 +150.196.133.0/24 +150.196.134.0/23 +150.196.136.0/21 +150.196.144.0/20 +153.23.0.0/16 +153.24.0.0/14 +153.24.0.0/15 +153.26.0.0/16 +153.29.0.0/16 +153.29.0.0/17 +153.29.128.0/17 +153.30.0.0/16 +155.7.0.0/16 +155.8.0.0/15 +155.20.0.0/21 +155.20.8.0/22 +155.20.32.0/20 +155.21.160.0/22 +155.21.192.0/19 +155.26.0.0/18 +155.26.80.0/20 +155.26.128.0/20 +155.26.144.0/22 +155.26.150.0/23 +155.26.152.0/21 +155.26.160.0/20 +155.26.240.0/23 +155.27.116.0/23 +155.29.48.0/23 +155.29.166.0/23 +155.29.221.0/24 +155.29.236.0/23 +155.30.128.0/19 +155.30.160.0/20 +155.30.176.0/21 +155.30.184.0/22 +155.30.188.0/23 +155.30.190.0/24 +155.30.192.0/24 +155.30.196.0/22 +155.30.200.0/21 +155.30.208.0/20 +155.30.224.0/19 +155.150.0.0/15 +155.152.0.0/14 +155.155.0.0/16 +155.213.61.0/24 +155.213.62.0/24 +155.214.0.0/15 +155.216.0.0/14 +155.252.0.0/16 +156.112.148.0/23 +156.112.181.0/24 +158.0.0.0/13 +158.8.0.0/14 +158.13.148.0/22 +158.13.154.0/23 +158.14.0.0/15 +158.236.0.0/14 +158.240.0.0/14 +159.77.0.0/16 +160.126.0.0/15 +160.132.0.0/15 +160.136.0.0/13 +160.144.0.0/13 +163.249.11.0/24 +163.249.32.0/21 +163.249.48.0/23 +163.249.50.0/24 +163.249.55.0/24 +163.249.74.0/23 +163.249.76.0/22 +163.249.80.0/24 +163.249.82.0/23 +163.249.84.0/22 +163.249.88.0/21 +163.249.232.0/21 +164.65.0.0/16 +164.87.0.0/16 +164.117.7.0/24 +164.230.0.0/15 +164.235.240.0/20 +164.236.0.0/16 +164.249.52.0/24 +164.249.55.0/24 +164.249.60.0/24 +164.250.173.0/24 +192.33.6.0/23 +192.33.8.0/23 +192.41.202.0/24 +192.42.41.0/24 +192.73.26.0/23 +192.73.28.0/23 +192.86.112.0/21 +192.86.232.0/21 +192.86.252.0/24 +192.101.120.0/21 +192.101.128.0/22 +192.101.132.0/23 +192.108.4.0/22 +192.108.8.0/21 +192.108.176.0/21 +192.111.116.0/23 +192.111.226.0/24 +192.122.213.0/24 +192.129.64.0/22 +192.132.18.0/24 +192.132.80.0/22 +192.132.84.0/23 +192.135.193.0/24 +192.138.24.0/21 +192.138.32.0/19 +192.138.64.0/20 +192.138.80.0/22 +192.153.132.0/22 +192.153.136.0/21 +192.153.144.0/21 +192.153.144.0/23 +192.153.244.0/23 +192.156.0.0/18 +192.156.64.0/20 +192.156.80.0/23 +192.172.0.0/19 +192.187.4.0/22 +192.188.204.0/22 +192.188.208.0/20 +192.207.228.0/22 +192.211.64.0/19 +192.211.96.0/20 +192.240.128.0/20 +192.240.129.0/24 +192.240.144.0/22 +198.25.0.0/16 +198.25.0.0/24 +198.26.0.0/16 +198.26.144.0/20 +198.26.160.0/20 +198.49.184.0/21 +198.55.92.0/23 +198.97.72.0/21 +198.97.80.0/20 +198.97.96.0/19 +198.97.128.0/18 +198.97.192.0/20 +198.97.192.0/21 +198.97.240.0/20 +198.154.8.0/21 +198.154.64.0/21 +198.154.72.0/22 +198.218.0.0/15 +198.220.0.0/16 +198.222.0.0/16 +198.250.128.0/18 +198.250.192.0/18 +198.250.192.0/19 +198.250.224.0/20 +198.250.240.0/21 +198.253.72.0/21 +198.253.80.0/20 +199.9.64.0/18 +199.10.125.0/24 +199.32.128.0/18 +199.57.0.0/16 +199.112.0.0/15 +199.114.32.0/20 +199.121.0.0/16 +199.122.4.0/23 +199.122.32.0/20 +199.123.16.0/20 +199.123.72.0/21 +199.123.80.0/21 +199.123.91.0/24 +199.123.104.0/21 +199.123.112.0/21 +199.123.122.0/23 +199.124.16.0/21 +199.208.0.0/16 +199.209.0.0/16 +199.210.0.0/16 +199.211.16.0/23 +199.211.64.0/18 +199.211.128.0/17 +199.211.176.0/20 +199.211.192.0/18 +199.225.0.0/20 +199.251.0.0/16 +199.252.32.0/20 +199.252.128.0/18 +199.252.143.0/24 +199.252.154.0/24 +199.252.155.0/24 +199.252.157.0/24 +199.252.162.0/24 +199.252.180.0/24 +204.34.0.0/16 +204.34.186.0/24 +204.37.8.0/21 +204.37.128.0/17 +204.208.0.0/16 +204.208.128.0/17 +204.222.0.0/15 +205.56.0.0/13 +205.56.162.0/24 +205.64.0.0/11 +205.69.238.0/24 +205.96.0.0/13 +205.104.0.0/15 +205.106.0.0/15 +205.108.0.0/15 +205.110.0.0/16 +205.111.0.0/19 +205.111.32.0/21 +205.111.42.0/24 +205.111.45.0/24 +205.111.46.0/23 +205.111.48.0/20 +205.112.16.0/21 +205.112.24.0/24 +205.112.27.0/24 +205.112.30.0/23 +205.113.17.0/24 +205.113.18.0/23 +205.113.20.0/22 +205.113.24.0/21 +205.113.32.0/20 +205.113.48.0/21 +205.113.56.0/22 +205.113.60.0/24 +205.113.63.0/24 +205.113.65.0/24 +205.113.66.0/23 +205.113.68.0/22 +205.113.74.0/24 +205.113.76.0/23 +205.113.78.0/24 +205.113.96.0/20 +205.113.112.0/22 +205.113.117.0/24 +205.113.119.0/24 +205.113.120.0/21 +205.115.0.0/16 +206.37.0.0/16 +206.37.202.0/24 +206.38.0.0/16 +206.39.0.0/16 +207.132.0.0/15 +209.22.0.0/16 +209.46.128.0/17 +214.0.0.0/8 +214.13.0.0/16 +215.0.0.0/9 +215.65.0.0/18 +215.67.59.0/24 +2608:121::/32 +# DNIC-ASBLK-00721-00726, US / DoD Network Information Center +209.22.180.0/24 +214.3.129.0/24 +214.6.64.0/20 +214.6.78.0/24 +214.6.79.0/24 +214.6.80.0/20 +214.6.80.0/24 +# DNIC-AS-00747, US / Headquarters, USAISC +6.16.74.0/24 +6.16.75.0/24 +6.16.86.0/24 +6.16.87.0/24 +6.16.198.0/24 +6.16.199.0/24 +6.16.200.0/24 +6.133.66.0/24 +6.133.67.0/24 +143.68.64.0/19 +143.68.96.0/21 +143.68.112.0/20 +143.74.251.0/24 +143.77.0.0/16 +143.138.0.0/16 +144.59.0.0/16 +147.242.1.0/24 +147.242.3.0/24 +147.242.5.0/24 +147.242.6.0/24 +147.242.7.0/24 +147.242.8.0/24 +147.242.11.0/24 +147.242.13.0/24 +147.242.17.0/24 +147.242.21.0/24 +147.242.50.0/24 +147.242.52.0/24 +147.242.100.0/22 +147.242.105.0/24 +147.242.127.0/24 +147.242.128.0/24 +147.242.200.0/24 +147.242.236.0/24 +147.242.245.0/24 +147.242.247.0/24 +147.242.249.0/24 +147.242.250.0/24 +147.242.251.0/24 +147.242.252.0/22 +150.196.48.0/20 +150.196.64.0/19 +150.196.64.0/20 +150.196.80.0/20 +155.20.163.0/24 +155.20.252.0/24 +160.135.0.0/16 +160.143.192.0/19 +160.143.224.0/19 +206.39.192.0/21 +215.1.62.0/24 +215.1.63.0/24 +215.1.96.0/20 +# DNIC-AS-00749, US / DoD Network Information Center +6.1.0.0/16 +6.16.0.0/18 +6.16.64.0/22 +6.16.72.0/23 +6.16.76.0/22 +6.16.80.0/23 +6.16.90.0/23 +6.16.92.0/22 +6.16.96.0/22 +6.16.100.0/23 +6.16.104.0/21 +6.16.112.0/20 +6.16.128.0/19 +6.16.160.0/21 +6.16.168.0/24 +6.16.170.0/23 +6.16.177.0/24 +6.16.178.0/23 +6.16.180.0/22 +6.16.184.0/21 +6.16.202.0/23 +6.16.204.0/24 +6.16.206.0/24 +6.16.208.0/22 +6.16.213.0/24 +6.16.214.0/23 +6.16.217.0/24 +6.16.219.0/24 +6.16.220.0/22 +6.16.224.0/19 +6.17.0.0/16 +6.18.0.0/15 +6.20.0.0/14 +6.24.0.0/13 +6.32.0.0/16 +6.33.0.0/18 +6.33.64.0/20 +6.33.80.0/22 +6.33.88.0/21 +6.33.96.0/19 +6.33.128.0/17 +6.34.0.0/15 +6.36.0.0/14 +6.40.0.0/16 +6.42.0.0/18 +6.42.128.0/18 +6.43.0.0/16 +6.45.0.0/16 +6.46.0.0/19 +6.46.92.0/22 +6.46.112.0/20 +6.46.128.0/17 +6.47.0.0/18 +6.47.104.0/21 +6.47.112.0/20 +6.47.128.0/17 +6.48.16.0/20 +6.48.40.0/21 +6.48.56.0/21 +6.48.152.0/21 +6.50.160.0/19 +6.51.96.0/19 +6.51.196.0/22 +6.51.208.0/20 +6.51.240.0/21 +6.51.248.0/22 +6.51.253.0/24 +6.51.254.0/23 +6.52.0.0/14 +6.56.0.0/13 +6.64.0.0/24 +6.64.2.0/23 +6.64.5.0/24 +6.64.6.0/23 +6.64.8.0/21 +6.64.16.0/21 +6.64.24.0/22 +6.64.28.0/23 +6.64.30.0/24 +6.64.64.0/19 +6.64.96.0/21 +6.64.105.0/24 +6.64.106.0/23 +6.64.108.0/22 +6.64.112.0/21 +6.64.122.0/23 +6.64.124.0/22 +6.64.140.0/23 +6.64.145.0/24 +6.64.149.0/24 +6.64.153.0/24 +6.64.156.0/24 +6.64.167.0/24 +6.64.168.0/21 +6.64.176.0/24 +6.64.178.0/23 +6.64.180.0/24 +6.64.182.0/23 +6.64.184.0/21 +6.64.192.0/18 +6.66.0.0/23 +6.66.21.0/24 +6.66.44.0/22 +6.66.48.0/21 +6.66.65.0/24 +6.66.66.0/23 +6.66.68.0/22 +6.66.72.0/21 +6.66.80.0/20 +6.66.96.0/19 +6.66.128.0/19 +6.66.184.0/23 +6.66.192.0/18 +6.67.0.0/16 +6.69.0.0/16 +6.70.0.0/24 +6.70.4.0/22 +6.70.8.0/21 +6.70.16.0/20 +6.70.32.0/19 +6.70.64.0/23 +6.70.128.0/23 +6.70.192.0/18 +6.71.0.0/16 +6.72.16.0/20 +6.72.32.0/19 +6.72.64.0/18 +6.72.128.0/18 +6.72.192.0/19 +6.72.236.0/22 +6.72.240.0/21 +6.72.248.0/22 +6.72.252.0/23 +6.73.0.0/17 +6.73.128.0/18 +6.73.192.0/19 +6.73.254.0/23 +6.74.0.0/15 +6.76.0.0/14 +6.80.0.0/17 +6.81.0.0/16 +6.82.0.0/15 +6.84.0.0/14 +6.88.0.0/13 +6.96.0.0/12 +6.112.0.0/13 +6.120.0.0/14 +6.124.0.0/15 +6.126.0.0/18 +6.126.80.0/20 +6.126.96.0/19 +6.126.128.0/18 +6.126.192.0/19 +6.126.232.0/21 +6.126.240.0/20 +6.127.0.0/16 +6.128.0.0/16 +6.129.0.0/19 +6.129.64.0/18 +6.129.128.0/17 +6.130.0.0/20 +6.130.16.0/21 +6.130.24.0/22 +6.130.31.0/24 +6.130.32.0/19 +6.130.64.0/18 +6.130.128.0/17 +6.131.0.0/16 +6.132.0.0/17 +6.132.128.0/24 +6.132.130.0/24 +6.132.135.0/24 +6.132.136.0/21 +6.132.144.0/20 +6.132.160.0/19 +6.132.192.0/18 +6.133.0.0/18 +6.133.64.0/24 +6.133.70.0/23 +6.133.72.0/21 +6.133.80.0/20 +6.133.96.0/19 +6.133.128.0/17 +6.134.0.0/15 +6.136.0.0/13 +6.144.0.0/12 +6.160.0.0/11 +6.192.0.0/10 +6.243.234.0/24 +7.0.0.0/8 +7.0.0.0/22 +7.0.0.0/23 +7.0.0.0/24 +7.6.2.0/24 +7.7.7.0/24 +7.8.0.0/19 +7.8.0.0/22 +7.8.0.0/23 +7.8.0.0/24 +7.64.3.0/24 +11.0.0.0/8 +11.0.0.0/13 +11.0.0.0/22 +11.0.0.0/24 +11.1.1.0/24 +11.4.0.0/15 +11.4.24.0/21 +11.4.144.0/21 +11.5.40.0/21 +11.5.88.0/21 +11.5.120.0/21 +11.5.240.0/21 +11.5.248.0/21 +11.6.148.0/23 +11.7.220.0/23 +11.8.0.0/15 +11.11.11.0/24 +11.12.13.0/24 +11.19.0.0/16 +11.19.20.0/23 +11.19.160.0/22 +11.22.41.0/24 +11.24.0.0/16 +11.24.0.0/21 +11.24.72.0/24 +11.24.112.0/21 +11.24.118.0/24 +11.24.209.0/24 +11.24.240.0/21 +11.28.0.0/16 +11.28.1.0/24 +11.29.0.0/16 +11.29.0.0/20 +11.29.16.0/20 +11.29.32.0/20 +11.29.48.0/24 +11.29.64.0/20 +11.29.80.0/20 +11.29.96.0/20 +11.29.113.0/24 +11.29.114.0/23 +11.29.117.0/24 +11.29.118.0/24 +11.29.120.0/22 +11.29.124.0/22 +11.29.128.0/19 +11.29.160.0/20 +11.32.0.0/24 +11.32.1.0/24 +11.32.2.0/24 +11.32.3.0/24 +11.32.4.0/24 +11.32.5.0/24 +11.32.6.0/24 +11.32.7.0/24 +11.32.8.0/24 +11.32.9.0/24 +11.32.10.0/24 +11.32.11.0/24 +11.32.12.0/24 +11.32.13.0/24 +11.32.14.0/24 +11.32.15.0/24 +11.32.16.0/24 +11.32.17.0/24 +11.32.18.0/24 +11.32.19.0/24 +11.32.20.0/24 +11.32.21.0/24 +11.32.22.0/24 +11.32.23.0/24 +11.32.24.0/24 +11.32.25.0/24 +11.32.26.0/24 +11.32.27.0/24 +11.32.28.0/24 +11.32.29.0/24 +11.32.30.0/24 +11.32.31.0/24 +11.32.32.0/24 +11.32.33.0/24 +11.32.34.0/24 +11.32.35.0/24 +11.32.36.0/24 +11.32.37.0/24 +11.32.38.0/24 +11.32.39.0/24 +11.32.40.0/24 +11.32.41.0/24 +11.32.42.0/24 +11.32.43.0/24 +11.32.44.0/24 +11.32.45.0/24 +11.32.46.0/24 +11.32.47.0/24 +11.32.48.0/24 +11.32.49.0/24 +11.32.50.0/24 +11.32.51.0/24 +11.32.52.0/24 +11.32.53.0/24 +11.32.54.0/24 +11.32.55.0/24 +11.32.56.0/24 +11.32.57.0/24 +11.32.58.0/24 +11.32.59.0/24 +11.32.60.0/24 +11.32.61.0/24 +11.32.62.0/24 +11.32.63.0/24 +11.32.64.0/24 +11.32.65.0/24 +11.32.66.0/24 +11.32.67.0/24 +11.32.68.0/24 +11.32.69.0/24 +11.32.70.0/24 +11.32.71.0/24 +11.32.72.0/24 +11.32.73.0/24 +11.32.74.0/24 +11.32.75.0/24 +11.32.76.0/24 +11.32.77.0/24 +11.32.78.0/24 +11.32.79.0/24 +11.32.80.0/24 +11.32.81.0/24 +11.32.82.0/24 +11.32.83.0/24 +11.32.84.0/24 +11.32.85.0/24 +11.32.86.0/24 +11.32.87.0/24 +11.32.88.0/24 +11.32.89.0/24 +11.32.90.0/24 +11.32.91.0/24 +11.32.92.0/24 +11.32.93.0/24 +11.32.94.0/24 +11.32.95.0/24 +11.32.96.0/24 +11.32.97.0/24 +11.32.98.0/24 +11.32.99.0/24 +11.32.100.0/24 +11.32.101.0/24 +11.32.102.0/24 +11.32.103.0/24 +11.32.104.0/24 +11.32.105.0/24 +11.32.106.0/24 +11.32.107.0/24 +11.32.108.0/24 +11.32.109.0/24 +11.32.110.0/24 +11.32.111.0/24 +11.32.112.0/24 +11.32.113.0/24 +11.32.114.0/24 +11.32.115.0/24 +11.32.116.0/24 +11.32.117.0/24 +11.32.118.0/24 +11.32.119.0/24 +11.32.120.0/24 +11.32.121.0/24 +11.32.122.0/24 +11.32.123.0/24 +11.32.124.0/24 +11.32.125.0/24 +11.32.126.0/24 +11.32.127.0/24 +11.35.128.0/17 +11.35.152.0/22 +11.35.156.0/22 +11.35.240.0/22 +11.40.0.0/17 +11.41.0.0/17 +11.43.0.0/17 +11.43.24.0/24 +11.44.24.0/24 +11.47.0.0/17 +11.50.1.0/24 +11.51.64.0/24 +11.55.0.0/17 +11.58.128.0/17 +11.58.128.0/19 +11.58.176.0/21 +11.58.184.0/22 +11.58.188.0/23 +11.58.190.0/24 +11.58.191.0/24 +11.58.192.0/19 +11.58.224.0/20 +11.58.240.0/21 +11.58.248.0/23 +11.58.250.0/23 +11.58.252.0/24 +11.58.253.0/24 +11.60.0.0/18 +11.63.128.0/18 +11.64.3.0/24 +11.64.192.0/18 +11.66.128.0/18 +11.67.0.0/18 +11.71.64.0/18 +11.71.64.0/19 +11.71.96.0/20 +11.71.124.0/23 +11.71.126.0/23 +11.72.0.0/18 +11.72.0.0/24 +11.73.128.0/18 +11.74.0.0/18 +11.74.64.0/18 +11.74.128.0/18 +11.74.192.0/18 +11.75.64.0/18 +11.78.0.0/18 +11.78.64.0/18 +11.80.0.0/18 +11.80.64.0/18 +11.82.0.0/18 +11.82.64.0/18 +11.82.128.0/18 +11.82.192.0/18 +11.83.0.0/18 +11.83.64.0/18 +11.83.128.0/18 +11.83.192.0/18 +11.97.0.0/16 +11.98.0.0/16 +11.99.1.0/24 +11.99.254.0/24 +11.100.64.0/19 +11.100.64.0/20 +11.100.96.0/19 +11.108.0.0/16 +11.109.0.0/17 +11.110.0.0/16 +11.110.1.0/24 +11.112.88.0/21 +11.112.120.0/21 +11.112.128.0/21 +11.112.128.0/22 +11.112.132.0/22 +11.112.136.0/21 +11.112.136.0/24 +11.112.137.0/24 +11.112.138.0/24 +11.112.139.0/24 +11.112.140.0/24 +11.112.144.0/21 +11.112.152.0/21 +11.112.152.0/24 +11.112.153.0/24 +11.112.154.0/24 +11.112.160.0/20 +11.112.176.0/20 +11.112.192.0/20 +11.112.208.0/20 +11.113.64.0/20 +11.113.96.0/20 +11.113.160.0/19 +11.117.152.0/24 +11.117.153.0/24 +11.117.154.0/24 +11.117.155.0/24 +11.117.156.0/24 +11.117.157.0/24 +11.117.158.0/24 +11.117.159.0/24 +11.120.112.0/20 +11.123.0.0/20 +11.134.0.0/16 +11.224.128.0/17 +11.225.0.0/16 +11.226.0.0/15 +11.227.0.0/24 +11.254.224.0/20 +11.254.240.0/20 +21.0.0.0/8 +21.23.4.0/24 +21.23.7.0/24 +21.23.13.0/24 +21.68.124.0/24 +22.0.0.0/8 +22.0.0.0/14 +22.0.0.0/16 +22.1.176.0/20 +22.2.5.0/24 +22.2.133.0/24 +22.3.4.0/22 +22.5.0.0/16 +22.5.160.0/19 +22.5.162.0/24 +22.6.99.0/24 +22.8.42.0/23 +22.14.202.0/24 +22.19.24.0/24 +22.21.24.0/24 +22.22.22.0/23 +22.22.67.0/24 +22.23.11.0/24 +22.23.32.0/24 +22.23.40.0/24 +22.23.52.0/24 +22.23.60.0/24 +22.23.82.0/24 +22.23.104.0/24 +22.23.184.0/24 +22.23.192.0/20 +22.23.195.0/24 +22.23.226.0/24 +22.24.0.0/16 +22.24.67.0/24 +22.24.69.0/24 +22.24.103.0/24 +22.24.104.0/24 +22.24.145.0/24 +22.24.202.0/23 +22.24.209.0/24 +22.27.60.0/22 +22.27.97.0/24 +22.29.64.0/24 +22.31.13.0/24 +22.31.24.0/22 +22.31.187.0/24 +22.37.6.0/24 +22.39.105.0/24 +22.39.137.0/24 +22.42.107.0/24 +22.43.249.0/24 +22.43.252.0/24 +22.43.255.0/24 +22.44.23.0/24 +22.44.130.0/24 +22.45.80.0/24 +22.45.114.0/24 +22.45.118.0/24 +22.45.139.0/24 +22.45.148.0/24 +22.45.160.0/24 +22.45.161.0/24 +22.45.171.0/24 +22.45.191.0/24 +22.45.235.0/24 +22.45.236.0/24 +22.45.245.0/24 +22.46.0.0/24 +22.46.100.0/22 +22.46.100.0/24 +22.46.146.0/24 +22.47.218.0/24 +22.49.64.0/24 +22.50.7.0/24 +22.50.68.0/24 +22.61.241.0/24 +22.64.3.0/24 +22.66.175.0/24 +22.67.52.0/22 +22.67.142.0/24 +22.72.139.0/24 +22.72.167.0/24 +22.74.200.0/24 +22.75.100.0/24 +22.77.0.0/16 +22.78.62.0/23 +22.79.135.0/24 +22.80.72.0/24 +22.80.92.0/22 +22.82.114.0/23 +22.84.79.0/24 +22.85.105.0/24 +22.87.225.0/24 +22.88.218.0/24 +22.88.248.0/24 +22.89.23.0/24 +22.89.45.0/24 +22.91.193.0/24 +22.92.187.0/24 +22.92.190.0/24 +22.94.97.0/24 +22.94.180.0/24 +22.94.228.0/24 +22.95.56.0/22 +22.95.59.0/24 +22.95.128.0/24 +22.98.125.0/24 +22.98.191.0/24 +22.104.91.0/24 +22.104.94.0/24 +22.104.118.0/24 +22.108.59.0/24 +22.108.177.0/24 +22.111.57.0/24 +22.117.4.0/24 +22.118.91.0/24 +22.118.175.0/24 +22.119.82.0/24 +22.122.56.0/24 +22.122.82.0/24 +22.123.0.0/23 +22.125.17.0/24 +22.125.166.0/24 +22.128.44.0/24 +22.130.105.0/24 +22.131.0.0/16 +22.131.108.0/23 +22.131.255.0/24 +22.132.255.0/24 +22.134.201.0/24 +22.136.158.0/24 +22.138.122.0/24 +22.143.255.0/24 +22.148.72.0/24 +22.148.246.0/23 +22.151.159.0/24 +22.154.57.0/24 +22.156.0.0/24 +22.158.58.0/24 +22.159.136.0/22 +22.160.24.0/24 +22.160.153.0/24 +22.161.123.0/24 +22.162.0.0/16 +22.162.219.0/24 +22.163.47.0/24 +22.164.160.0/23 +22.165.98.0/24 +22.168.80.0/24 +22.169.255.0/24 +22.170.150.0/24 +22.170.247.0/24 +22.172.68.0/23 +22.176.62.0/23 +22.176.215.0/24 +22.177.23.0/24 +22.177.86.0/24 +22.177.137.0/24 +22.177.154.0/24 +22.178.152.0/23 +22.179.108.0/24 +22.179.125.0/24 +22.181.52.0/24 +22.181.53.0/24 +22.181.61.0/24 +22.184.65.0/24 +22.185.6.0/24 +22.185.8.0/22 +22.185.25.0/24 +22.185.30.0/24 +22.185.32.0/24 +22.185.34.0/23 +22.185.50.0/23 +22.185.73.0/24 +22.185.80.0/23 +22.185.92.0/22 +22.185.123.0/24 +22.185.126.0/24 +22.185.142.0/24 +22.185.182.0/24 +22.185.185.0/24 +22.185.190.0/24 +22.185.244.0/24 +22.186.1.0/24 +22.186.120.0/24 +22.186.146.0/24 +22.186.226.0/24 +22.187.103.0/24 +22.188.125.0/24 +22.188.235.0/24 +22.189.64.0/24 +22.189.127.0/24 +22.190.11.0/24 +22.190.52.0/24 +22.191.4.0/24 +22.192.144.0/24 +22.192.162.0/24 +22.192.200.0/24 +22.194.37.0/24 +22.194.156.0/24 +22.195.160.0/24 +22.196.195.0/24 +22.197.166.0/24 +22.199.7.0/24 +22.199.188.0/23 +22.199.193.0/24 +22.200.9.0/24 +22.200.24.0/24 +22.200.33.0/24 +22.200.52.0/24 +22.202.79.0/24 +22.202.82.0/24 +22.203.206.0/24 +22.203.208.0/24 +22.203.230.0/24 +22.204.41.0/24 +22.205.153.0/24 +22.205.237.0/24 +22.208.73.0/24 +22.208.92.0/24 +22.214.44.0/24 +22.216.134.0/23 +22.216.163.0/24 +22.217.26.0/24 +22.218.253.0/24 +22.220.66.0/24 +22.222.64.0/24 +22.222.164.0/22 +22.222.186.0/23 +22.223.181.0/24 +22.223.233.0/24 +22.238.0.0/24 +26.0.0.0/8 +28.0.0.0/8 +29.0.0.0/8 +29.0.0.0/18 +29.0.0.0/20 +29.0.0.0/22 +29.0.0.0/23 +29.0.0.0/24 +29.0.36.0/23 +29.16.240.0/24 +29.16.241.0/24 +29.16.242.0/24 +29.16.243.0/24 +29.16.244.0/24 +29.16.245.0/24 +29.16.246.0/24 +29.16.247.0/24 +29.16.248.0/24 +29.16.249.0/24 +29.16.250.0/24 +29.16.251.0/24 +29.16.252.0/24 +29.16.253.0/24 +29.16.254.0/24 +29.16.255.0/24 +29.49.0.0/24 +29.121.0.0/24 +30.0.0.0/8 +33.0.0.0/8 +128.25.0.0/16 +128.26.14.0/24 +128.26.26.0/23 +128.26.28.0/24 +128.26.30.0/23 +128.26.32.0/23 +128.26.34.0/24 +128.26.55.0/24 +128.26.72.0/24 +128.26.74.0/24 +128.26.84.0/23 +128.26.88.0/23 +128.26.92.0/23 +128.26.131.0/24 +128.26.132.0/22 +128.26.136.0/24 +128.26.140.0/24 +128.26.142.0/23 +128.26.146.0/23 +128.26.148.0/22 +128.26.152.0/21 +128.26.160.0/19 +128.26.192.0/20 +128.26.208.0/23 +128.26.220.0/24 +128.26.222.0/23 +128.26.224.0/22 +128.26.228.0/23 +128.26.230.0/24 +128.26.251.0/24 +128.26.254.0/23 +128.44.30.0/23 +128.44.84.0/22 +128.44.128.0/19 +128.44.192.0/22 +128.44.224.0/20 +128.44.248.0/21 +128.56.0.0/16 +128.80.0.0/16 +128.133.0.0/16 +128.216.16.0/20 +128.216.32.0/19 +128.216.64.0/18 +128.216.128.0/17 +129.51.0.0/23 +129.51.2.0/24 +129.51.4.0/24 +129.51.6.0/23 +129.51.8.0/21 +129.51.16.0/20 +129.51.32.0/19 +129.51.64.0/19 +129.51.96.0/22 +129.51.102.0/23 +129.51.104.0/21 +129.51.112.0/20 +129.51.128.0/17 +129.131.0.0/16 +129.209.0.0/16 +129.251.0.0/24 +129.251.2.0/24 +129.251.4.0/22 +129.251.8.0/21 +129.251.16.0/24 +129.251.18.0/23 +129.251.20.0/22 +129.251.24.0/23 +129.251.27.0/24 +129.251.28.0/23 +129.251.31.0/24 +129.251.32.0/21 +129.251.40.0/24 +129.251.42.0/23 +129.251.45.0/24 +129.251.46.0/23 +129.251.48.0/22 +129.251.52.0/23 +129.251.54.0/24 +129.251.56.0/21 +129.251.64.0/23 +129.251.67.0/24 +129.251.68.0/22 +129.251.72.0/21 +129.251.81.0/24 +129.251.82.0/23 +129.251.84.0/22 +129.251.88.0/23 +129.251.90.0/24 +129.251.92.0/22 +129.251.96.0/20 +129.251.112.0/24 +129.251.114.0/23 +129.251.116.0/22 +129.251.120.0/21 +129.251.128.0/17 +130.90.0.0/16 +131.2.0.0/16 +131.8.0.0/16 +131.11.0.0/16 +131.14.0.0/17 +131.14.128.0/18 +131.14.192.0/19 +131.14.224.0/22 +131.14.240.0/20 +131.15.0.0/20 +131.15.36.0/23 +131.15.47.0/24 +131.15.63.0/24 +131.15.64.0/24 +131.15.66.0/23 +131.15.72.0/24 +131.15.81.0/24 +131.15.82.0/23 +131.15.84.0/22 +131.15.88.0/23 +131.15.93.0/24 +131.15.94.0/23 +131.15.96.0/23 +131.15.100.0/22 +131.15.104.0/21 +131.15.112.0/22 +131.15.118.0/23 +131.15.121.0/24 +131.15.122.0/23 +131.15.124.0/22 +131.15.128.0/21 +131.15.137.0/24 +131.15.138.0/23 +131.15.140.0/22 +131.15.152.0/21 +131.15.168.0/21 +131.15.176.0/20 +131.15.192.0/20 +131.15.209.0/24 +131.15.210.0/23 +131.15.212.0/22 +131.15.216.0/21 +131.15.224.0/20 +131.15.240.0/21 +131.15.248.0/22 +131.15.254.0/23 +131.18.1.0/24 +131.18.2.0/23 +131.18.4.0/22 +131.18.8.0/21 +131.18.16.0/20 +131.18.32.0/19 +131.18.64.0/19 +131.18.96.0/23 +131.18.100.0/22 +131.18.106.0/23 +131.18.108.0/22 +131.18.112.0/20 +131.18.129.0/24 +131.18.130.0/23 +131.18.132.0/22 +131.18.136.0/21 +131.18.144.0/20 +131.18.160.0/20 +131.18.178.0/23 +131.18.180.0/22 +131.18.184.0/21 +131.18.192.0/19 +131.18.224.0/20 +131.18.240.0/21 +131.18.248.0/22 +131.18.252.0/23 +131.18.255.0/24 +131.19.0.0/16 +131.20.0.0/15 +131.23.0.0/16 +131.26.0.0/16 +131.27.64.0/22 +131.27.76.0/22 +131.27.80.0/20 +131.27.96.0/19 +131.27.128.0/17 +131.31.0.0/16 +131.73.0.0/16 +131.85.0.0/16 +131.88.0.0/16 +131.92.128.0/23 +131.92.130.0/24 +131.92.152.0/21 +131.92.160.0/20 +131.92.180.0/22 +131.92.184.0/21 +131.158.6.0/24 +131.158.8.0/24 +131.158.10.0/24 +131.158.19.0/24 +131.158.25.0/24 +131.158.30.0/23 +131.158.48.0/22 +131.158.53.0/24 +131.158.54.0/23 +131.158.61.0/24 +131.158.62.0/23 +131.158.72.0/22 +131.158.97.0/24 +131.158.98.0/23 +131.158.100.0/24 +131.158.150.0/23 +131.158.152.0/21 +131.158.234.0/24 +131.158.245.0/24 +131.158.246.0/23 +131.158.249.0/24 +131.158.254.0/24 +131.240.0.0/16 +131.250.208.0/20 +131.250.224.0/20 +131.250.243.0/24 +131.250.244.0/23 +131.250.247.0/24 +131.250.248.0/23 +131.250.251.0/24 +131.250.252.0/22 +132.144.0.0/16 +134.66.0.0/16 +134.165.64.0/19 +134.166.138.0/23 +134.166.140.0/22 +134.166.160.0/19 +134.166.192.0/18 +134.182.0.0/16 +134.229.0.0/21 +134.229.8.0/24 +134.229.18.0/24 +134.229.20.0/22 +134.229.24.0/24 +134.229.26.0/23 +134.229.28.0/22 +134.229.32.0/23 +134.229.34.0/24 +134.229.36.0/22 +134.229.41.0/24 +134.229.42.0/23 +134.229.44.0/22 +134.229.49.0/24 +134.229.50.0/23 +134.229.52.0/22 +134.229.56.0/23 +134.229.59.0/24 +134.229.60.0/22 +134.229.64.0/22 +134.229.69.0/24 +134.229.70.0/23 +134.229.72.0/21 +134.229.80.0/20 +134.229.96.0/19 +134.229.128.0/22 +134.229.132.0/23 +134.229.135.0/24 +134.229.136.0/21 +134.229.144.0/20 +134.229.160.0/20 +134.229.177.0/24 +134.229.178.0/23 +134.229.180.0/22 +134.229.184.0/21 +134.229.192.0/20 +134.229.209.0/24 +134.229.210.0/23 +134.229.212.0/22 +134.229.217.0/24 +134.229.218.0/23 +134.229.221.0/24 +134.229.222.0/23 +134.229.224.0/19 +134.235.0.0/16 +134.240.0.0/16 +134.254.0.0/16 +136.188.0.0/14 +136.192.0.0/14 +136.196.0.0/15 +136.208.0.0/16 +136.211.0.0/16 +136.222.0.0/16 +137.12.0.0/15 +137.24.0.0/16 +137.67.0.0/17 +137.67.128.0/18 +137.67.192.0/19 +137.67.224.0/20 +137.67.241.0/24 +137.67.242.0/23 +137.67.244.0/22 +137.67.248.0/21 +137.80.0.0/16 +137.126.0.0/15 +137.130.0.0/16 +137.210.0.0/15 +137.225.0.0/16 +137.231.0.0/16 +137.232.0.0/23 +137.232.2.0/24 +137.232.4.0/22 +137.232.8.0/21 +137.232.16.0/20 +137.232.32.0/19 +137.232.64.0/19 +137.232.128.0/19 +137.232.160.0/20 +137.233.0.0/17 +137.233.128.0/18 +137.234.0.0/18 +137.235.4.0/22 +137.235.8.0/21 +137.235.16.0/20 +137.235.32.0/19 +137.235.64.0/19 +137.235.96.0/20 +137.235.112.0/21 +137.235.120.0/22 +137.235.124.0/23 +137.235.144.0/21 +137.235.156.0/22 +137.235.160.0/19 +137.235.192.0/19 +137.235.224.0/22 +137.235.229.0/24 +137.235.230.0/23 +137.235.232.0/22 +137.235.248.0/21 +137.247.0.0/16 +138.17.0.0/16 +138.18.0.0/16 +138.45.0.0/16 +138.60.0.0/15 +138.65.0.0/16 +138.109.0.0/16 +138.135.0.0/16 +138.172.0.0/14 +138.176.0.0/15 +138.181.0.0/16 +138.182.0.0/16 +138.183.128.0/17 +138.184.0.0/16 +139.31.0.0/16 +139.32.0.0/14 +139.36.0.0/15 +139.38.57.0/24 +139.40.0.0/17 +139.40.128.0/23 +139.40.132.0/23 +139.40.136.0/21 +139.40.148.0/23 +139.40.150.0/24 +139.40.153.0/24 +139.40.154.0/23 +139.40.156.0/22 +139.40.160.0/19 +139.40.192.0/18 +139.41.0.0/16 +139.42.0.0/15 +139.233.0.0/16 +139.235.2.0/23 +139.235.4.0/22 +139.235.8.0/21 +139.235.16.0/20 +139.235.32.0/19 +139.235.64.0/18 +139.235.130.0/23 +139.235.132.0/22 +139.235.136.0/21 +139.235.144.0/20 +139.235.160.0/19 +139.235.192.0/18 +139.236.0.0/14 +139.240.0.0/16 +139.242.0.0/24 +139.242.2.0/24 +139.242.10.0/23 +139.242.13.0/24 +139.242.18.0/23 +139.242.20.0/22 +139.242.24.0/21 +139.242.32.0/23 +139.242.37.0/24 +139.242.56.0/21 +139.242.64.0/21 +139.242.72.0/24 +139.242.77.0/24 +139.242.78.0/23 +139.242.80.0/20 +139.242.96.0/20 +139.242.120.0/21 +139.242.128.0/17 +139.243.0.0/16 +139.244.0.0/14 +139.248.0.0/14 +140.2.128.0/17 +140.3.0.0/16 +140.7.4.0/23 +140.7.7.0/24 +140.7.8.0/21 +140.7.16.0/22 +140.7.21.0/24 +140.7.22.0/23 +140.7.24.0/21 +140.7.66.0/23 +140.7.68.0/22 +140.7.72.0/21 +140.7.96.0/19 +140.7.128.0/17 +140.8.0.0/14 +140.12.0.0/20 +140.12.17.0/24 +140.12.18.0/23 +140.12.22.0/23 +140.12.24.0/21 +140.12.32.0/21 +140.12.48.0/20 +140.12.64.0/18 +140.12.128.0/18 +140.12.216.0/22 +140.12.224.0/19 +140.13.0.0/21 +140.13.12.0/23 +140.13.15.0/24 +140.13.16.0/20 +140.13.48.0/20 +140.13.64.0/18 +140.13.128.0/17 +140.14.0.0/19 +140.14.32.0/23 +140.14.34.0/24 +140.14.36.0/24 +140.14.38.0/24 +140.14.40.0/24 +140.14.42.0/24 +140.14.44.0/24 +140.14.46.0/24 +140.14.48.0/24 +140.14.50.0/24 +140.14.52.0/24 +140.14.54.0/23 +140.14.56.0/21 +140.14.64.0/18 +140.14.128.0/21 +140.14.139.0/24 +140.14.140.0/22 +140.14.144.0/20 +140.14.160.0/19 +140.14.192.0/18 +140.15.0.0/16 +140.16.3.0/24 +140.16.5.0/24 +140.16.6.0/23 +140.16.18.0/23 +140.16.28.0/23 +140.16.33.0/24 +140.16.51.0/24 +140.16.53.0/24 +140.16.54.0/23 +140.16.60.0/22 +140.16.64.0/20 +140.16.108.0/22 +140.16.112.0/23 +140.16.120.0/23 +140.16.122.0/24 +140.16.124.0/22 +140.16.134.0/23 +140.16.146.0/24 +140.16.151.0/24 +140.16.156.0/22 +140.16.166.0/24 +140.16.169.0/24 +140.16.170.0/23 +140.16.172.0/22 +140.16.176.0/20 +140.16.200.0/23 +140.16.204.0/22 +140.16.208.0/20 +140.16.224.0/22 +140.16.231.0/24 +140.16.234.0/23 +140.16.236.0/24 +140.16.238.0/23 +140.16.252.0/22 +140.17.20.0/22 +140.17.36.0/23 +140.17.45.0/24 +140.17.46.0/23 +140.17.66.0/24 +140.17.69.0/24 +140.17.72.0/21 +140.17.86.0/23 +140.17.100.0/22 +140.17.106.0/23 +140.17.108.0/23 +140.17.116.0/22 +140.17.120.0/21 +140.17.128.0/23 +140.17.130.0/24 +140.17.132.0/23 +140.17.140.0/22 +140.17.148.0/22 +140.17.156.0/22 +140.17.176.0/24 +140.17.178.0/23 +140.17.184.0/24 +140.17.186.0/23 +140.17.194.0/24 +140.17.196.0/22 +140.17.202.0/24 +140.17.210.0/23 +140.17.212.0/22 +140.17.216.0/22 +140.17.220.0/23 +140.17.223.0/24 +140.17.224.0/23 +140.17.227.0/24 +140.17.228.0/22 +140.17.232.0/22 +140.17.236.0/24 +140.17.242.0/23 +140.17.244.0/22 +140.17.250.0/23 +140.17.252.0/22 +140.18.0.0/23 +140.18.3.0/24 +140.18.6.0/24 +140.18.11.0/24 +140.18.12.0/24 +140.18.14.0/24 +140.18.56.0/21 +140.18.64.0/22 +140.18.70.0/23 +140.18.76.0/22 +140.18.80.0/21 +140.18.89.0/24 +140.18.90.0/23 +140.18.97.0/24 +140.18.99.0/24 +140.18.100.0/22 +140.18.104.0/21 +140.18.112.0/20 +140.18.130.0/23 +140.18.132.0/22 +140.18.136.0/21 +140.18.144.0/20 +140.18.179.0/24 +140.18.183.0/24 +140.18.184.0/23 +140.18.187.0/24 +140.18.192.0/22 +140.18.198.0/23 +140.18.202.0/23 +140.18.206.0/23 +140.18.212.0/22 +140.18.216.0/21 +140.18.228.0/22 +140.18.232.0/21 +140.18.251.0/24 +140.19.0.0/21 +140.19.9.0/24 +140.19.10.0/23 +140.19.12.0/23 +140.19.16.0/20 +140.19.44.0/22 +140.19.61.0/24 +140.19.62.0/24 +140.19.66.0/23 +140.19.68.0/24 +140.19.72.0/21 +140.19.84.0/22 +140.19.104.0/21 +140.19.112.0/23 +140.19.116.0/22 +140.19.130.0/24 +140.19.132.0/22 +140.19.144.0/21 +140.19.154.0/23 +140.19.156.0/22 +140.19.162.0/23 +140.19.164.0/22 +140.19.168.0/21 +140.19.176.0/22 +140.19.180.0/24 +140.19.190.0/23 +140.19.224.0/24 +140.19.226.0/23 +140.19.231.0/24 +140.19.232.0/21 +140.19.241.0/24 +140.19.242.0/23 +140.19.244.0/22 +140.19.249.0/24 +140.19.250.0/23 +140.19.252.0/22 +140.20.64.0/22 +140.20.70.0/24 +140.20.72.0/21 +140.20.83.0/24 +140.20.84.0/22 +140.20.88.0/21 +140.20.98.0/23 +140.20.100.0/22 +140.20.105.0/24 +140.20.106.0/23 +140.20.108.0/22 +140.20.128.0/20 +140.20.144.0/21 +140.20.157.0/24 +140.20.158.0/23 +140.20.160.0/19 +140.20.192.0/22 +140.20.196.0/24 +140.20.198.0/23 +140.20.200.0/21 +140.20.209.0/24 +140.20.210.0/23 +140.20.212.0/23 +140.20.215.0/24 +140.20.216.0/21 +140.20.240.0/21 +140.20.249.0/24 +140.20.250.0/23 +140.22.0.0/15 +140.24.0.0/16 +140.26.0.0/16 +140.27.2.0/23 +140.27.4.0/22 +140.27.10.0/23 +140.27.16.0/20 +140.27.32.0/19 +140.27.66.0/23 +140.27.69.0/24 +140.27.70.0/23 +140.27.72.0/21 +140.27.80.0/20 +140.27.96.0/19 +140.27.128.0/17 +140.28.0.0/15 +140.30.0.0/16 +140.33.0.0/16 +140.34.0.0/16 +140.36.0.0/14 +140.40.0.0/14 +140.44.0.0/16 +140.45.0.0/22 +140.45.4.0/24 +140.45.6.0/24 +140.45.8.0/21 +140.45.19.0/24 +140.45.20.0/22 +140.45.24.0/21 +140.45.32.0/19 +140.45.64.0/18 +140.45.128.0/17 +140.46.0.0/16 +140.49.0.0/16 +140.50.0.0/15 +140.52.0.0/14 +140.56.0.0/13 +140.64.0.0/13 +140.72.0.0/15 +140.74.0.0/16 +140.100.0.0/16 +140.140.0.0/16 +140.156.0.0/16 +140.195.0.0/16 +140.199.0.0/16 +140.229.0.0/16 +141.141.0.0/16 +141.220.0.0/16 +141.234.128.0/17 +141.235.0.0/16 +143.57.0.0/16 +143.68.0.0/21 +143.68.8.0/23 +143.68.32.0/21 +143.68.48.0/20 +143.68.128.0/20 +143.68.144.0/21 +143.68.160.0/20 +143.68.176.0/21 +143.68.184.0/22 +143.68.188.0/23 +143.68.190.0/24 +143.68.192.0/18 +143.75.0.0/16 +143.80.0.0/20 +143.80.25.0/24 +143.80.26.0/23 +143.80.28.0/22 +143.80.32.0/19 +143.80.64.0/18 +143.86.2.0/24 +143.86.5.0/24 +143.86.6.0/23 +143.86.12.0/22 +143.86.22.0/23 +143.86.25.0/24 +143.86.26.0/23 +143.86.31.0/24 +143.86.41.0/24 +143.86.44.0/24 +143.86.52.0/24 +143.86.76.0/23 +143.86.78.0/24 +143.86.84.0/22 +143.86.88.0/23 +143.86.108.0/23 +143.86.111.0/24 +143.86.112.0/24 +143.86.114.0/23 +143.86.117.0/24 +143.86.118.0/23 +143.86.121.0/24 +143.86.122.0/23 +143.86.124.0/22 +143.86.144.0/23 +143.86.146.0/24 +143.86.150.0/23 +143.86.152.0/23 +143.86.155.0/24 +143.86.156.0/22 +143.86.194.0/23 +143.86.206.0/23 +143.86.209.0/24 +143.86.210.0/23 +143.86.212.0/24 +143.86.214.0/23 +143.86.216.0/24 +143.86.223.0/24 +143.87.0.0/16 +143.113.0.0/16 +143.123.0.0/16 +143.124.20.0/22 +143.124.24.0/21 +143.124.32.0/19 +143.124.64.0/18 +143.124.128.0/17 +143.133.128.0/17 +143.134.128.0/18 +143.134.192.0/19 +143.134.224.0/20 +143.152.0.0/14 +143.175.0.0/16 +143.194.96.0/23 +143.194.102.0/24 +143.194.176.0/21 +143.194.185.0/24 +143.194.191.0/24 +143.211.0.0/16 +143.230.128.0/20 +143.230.144.0/23 +143.230.146.0/24 +143.230.201.0/24 +143.230.202.0/23 +143.230.208.0/20 +143.249.8.0/21 +143.249.26.0/23 +143.249.28.0/22 +143.249.80.0/22 +143.249.84.0/24 +143.249.86.0/23 +143.249.88.0/22 +143.249.92.0/24 +143.249.94.0/23 +143.250.0.0/16 +144.11.0.0/16 +144.18.0.0/15 +144.88.6.0/23 +144.88.8.0/21 +144.88.16.0/20 +144.88.32.0/19 +144.88.128.0/17 +144.108.0.0/16 +144.128.0.0/16 +144.141.0.0/16 +144.143.0.0/16 +144.144.0.0/16 +144.146.8.0/21 +144.146.26.0/23 +144.146.28.0/22 +144.146.48.0/20 +144.146.64.0/20 +144.146.80.0/21 +144.146.128.0/21 +144.146.208.0/20 +144.146.224.0/20 +144.169.0.0/16 +144.192.0.0/16 +144.233.0.0/16 +144.234.0.0/16 +144.235.0.0/16 +144.236.0.0/16 +144.237.0.0/16 +144.238.0.0/16 +144.239.0.0/16 +144.240.0.0/16 +144.241.0.0/16 +144.242.0.0/16 +144.252.32.0/19 +144.252.96.0/19 +144.252.128.0/17 +146.16.132.0/23 +146.16.135.0/24 +146.16.136.0/23 +146.16.160.0/20 +146.16.176.0/23 +146.16.184.0/24 +146.16.186.0/23 +146.16.188.0/23 +146.16.190.0/24 +146.16.224.0/20 +146.16.240.0/23 +146.16.243.0/24 +146.16.244.0/24 +146.16.246.0/23 +146.17.0.0/16 +146.49.0.0/16 +146.55.0.0/20 +146.55.16.0/22 +146.55.20.0/23 +146.55.96.0/20 +146.55.112.0/21 +146.55.120.0/22 +146.55.126.0/24 +146.55.128.0/18 +146.68.0.0/16 +146.93.0.0/16 +146.98.0.0/16 +146.153.0.0/16 +146.157.0.0/16 +147.37.32.0/19 +147.37.64.0/18 +147.37.128.0/17 +147.38.0.0/16 +147.40.0.0/16 +147.42.0.0/16 +147.48.0.0/21 +147.48.16.0/20 +147.48.32.0/21 +147.48.48.0/20 +147.48.128.0/18 +147.57.0.0/16 +147.59.0.0/16 +147.104.100.0/22 +147.104.105.0/24 +147.159.0.0/16 +147.168.0.0/16 +147.199.0.0/16 +147.218.0.0/16 +147.241.32.0/20 +147.241.72.0/21 +147.241.100.0/22 +147.241.108.0/22 +147.241.116.0/23 +147.241.119.0/24 +147.241.124.0/23 +147.241.152.0/21 +147.241.184.0/21 +147.242.0.0/24 +147.242.2.0/24 +147.242.10.0/24 +147.242.12.0/24 +147.242.14.0/23 +147.242.18.0/23 +147.242.23.0/24 +147.242.24.0/23 +147.242.26.0/24 +147.242.28.0/23 +147.242.31.0/24 +147.242.32.0/21 +147.242.40.0/23 +147.242.43.0/24 +147.242.44.0/22 +147.242.48.0/23 +147.242.53.0/24 +147.242.54.0/23 +147.242.56.0/21 +147.242.64.0/19 +147.242.96.0/22 +147.242.104.0/24 +147.242.106.0/23 +147.242.108.0/22 +147.242.112.0/21 +147.242.120.0/22 +147.242.124.0/23 +147.242.126.0/24 +147.242.129.0/24 +147.242.130.0/23 +147.242.132.0/22 +147.242.136.0/21 +147.242.144.0/20 +147.242.160.0/19 +147.242.192.0/21 +147.242.201.0/24 +147.242.202.0/23 +147.242.204.0/22 +147.242.208.0/20 +147.242.224.0/21 +147.242.232.0/22 +147.242.237.0/24 +147.242.238.0/23 +147.242.240.0/22 +147.242.244.0/24 +147.242.246.0/24 +147.242.248.0/24 +147.244.0.0/14 +147.248.9.0/24 +147.248.34.0/23 +147.248.36.0/24 +147.248.40.0/21 +147.248.96.0/19 +147.248.176.0/20 +147.248.192.0/18 +147.254.0.0/16 +148.1.0.0/16 +148.10.0.0/15 +148.12.0.0/14 +148.32.0.0/12 +148.58.0.0/16 +148.124.0.0/15 +149.253.0.0/16 +150.111.0.0/16 +150.114.0.0/16 +150.149.40.0/21 +150.149.48.0/21 +150.149.60.0/22 +150.149.97.0/24 +150.149.98.0/23 +150.149.100.0/22 +150.149.104.0/21 +150.149.112.0/20 +150.149.160.0/19 +150.149.192.0/18 +150.153.0.0/16 +150.157.0.0/16 +150.168.0.0/16 +150.180.0.0/16 +150.184.0.0/16 +150.194.0.0/16 +150.196.0.0/24 +150.196.2.0/24 +150.196.9.0/24 +150.196.12.0/22 +150.196.16.0/23 +150.196.18.0/24 +150.196.20.0/22 +150.196.24.0/23 +150.196.27.0/24 +150.196.29.0/24 +150.196.30.0/23 +150.196.32.0/20 +150.196.164.0/22 +150.196.168.0/22 +150.196.172.0/24 +150.196.174.0/23 +150.196.192.0/21 +150.196.205.0/24 +150.196.206.0/23 +150.196.208.0/20 +150.196.228.0/22 +150.196.237.0/24 +150.196.238.0/23 +150.196.245.0/24 +150.196.250.0/24 +150.196.252.0/22 +150.211.0.0/16 +150.218.0.0/15 +151.125.0.0/16 +152.82.0.0/16 +152.151.0.0/16 +152.154.0.0/16 +153.21.0.0/16 +153.22.0.0/16 +153.28.0.0/16 +155.18.0.0/16 +155.19.12.0/23 +155.19.16.0/20 +155.19.32.0/23 +155.19.34.0/24 +155.19.40.0/23 +155.19.43.0/24 +155.19.45.0/24 +155.19.48.0/21 +155.19.128.0/20 +155.19.152.0/23 +155.19.155.0/24 +155.20.12.0/22 +155.20.16.0/20 +155.20.49.0/24 +155.20.51.0/24 +155.20.52.0/23 +155.20.55.0/24 +155.20.56.0/23 +155.20.59.0/24 +155.20.60.0/24 +155.20.64.0/23 +155.20.66.0/24 +155.20.68.0/24 +155.20.70.0/23 +155.20.72.0/22 +155.20.76.0/23 +155.20.78.0/24 +155.20.80.0/21 +155.20.88.0/22 +155.20.94.0/23 +155.20.96.0/21 +155.20.104.0/23 +155.20.107.0/24 +155.20.108.0/22 +155.20.112.0/21 +155.20.120.0/22 +155.20.126.0/24 +155.20.130.0/23 +155.20.134.0/24 +155.20.145.0/24 +155.20.146.0/23 +155.20.149.0/24 +155.20.160.0/23 +155.20.162.0/24 +155.20.164.0/23 +155.20.167.0/24 +155.20.168.0/23 +155.20.172.0/23 +155.20.175.0/24 +155.20.176.0/23 +155.20.179.0/24 +155.20.180.0/23 +155.20.184.0/21 +155.20.193.0/24 +155.20.195.0/24 +155.20.198.0/23 +155.20.200.0/21 +155.20.208.0/23 +155.20.210.0/24 +155.20.212.0/24 +155.20.214.0/23 +155.20.219.0/24 +155.20.220.0/23 +155.20.222.0/24 +155.20.224.0/22 +155.20.228.0/23 +155.20.230.0/24 +155.20.232.0/21 +155.20.240.0/22 +155.20.244.0/24 +155.20.246.0/23 +155.20.248.0/23 +155.20.253.0/24 +155.20.254.0/23 +155.21.0.0/20 +155.21.20.0/22 +155.21.24.0/21 +155.21.32.0/19 +155.21.64.0/18 +155.21.128.0/23 +155.21.132.0/22 +155.21.136.0/21 +155.21.144.0/22 +155.21.150.0/23 +155.21.152.0/21 +155.21.166.0/23 +155.21.176.0/24 +155.21.179.0/24 +155.21.184.0/23 +155.21.188.0/22 +155.21.224.0/19 +155.22.128.0/19 +155.22.168.0/21 +155.22.176.0/20 +155.22.192.0/18 +155.23.0.0/16 +155.25.0.0/17 +155.26.64.0/24 +155.26.66.0/23 +155.26.68.0/22 +155.26.75.0/24 +155.26.76.0/24 +155.26.78.0/23 +155.26.97.0/24 +155.26.104.0/22 +155.26.108.0/23 +155.26.110.0/24 +155.26.112.0/20 +155.26.192.0/22 +155.26.199.0/24 +155.26.243.0/24 +155.26.244.0/22 +155.26.248.0/23 +155.26.251.0/24 +155.26.252.0/22 +155.27.0.0/19 +155.27.32.0/20 +155.27.48.0/21 +155.27.56.0/22 +155.27.60.0/23 +155.27.67.0/24 +155.27.68.0/22 +155.27.74.0/24 +155.27.114.0/23 +155.27.123.0/24 +155.27.134.0/23 +155.27.144.0/20 +155.27.160.0/19 +155.27.192.0/18 +155.28.8.0/23 +155.28.11.0/24 +155.28.12.0/23 +155.28.18.0/23 +155.28.20.0/22 +155.28.24.0/22 +155.28.28.0/24 +155.28.31.0/24 +155.28.48.0/20 +155.28.64.0/19 +155.28.96.0/20 +155.28.112.0/21 +155.28.120.0/22 +155.28.128.0/20 +155.28.144.0/22 +155.28.148.0/23 +155.28.150.0/24 +155.28.152.0/21 +155.28.160.0/19 +155.28.224.0/22 +155.29.0.0/20 +155.29.36.0/22 +155.29.46.0/23 +155.29.52.0/22 +155.29.64.0/23 +155.29.66.0/24 +155.29.69.0/24 +155.29.75.0/24 +155.29.84.0/22 +155.29.93.0/24 +155.29.95.0/24 +155.29.96.0/21 +155.29.104.0/24 +155.29.111.0/24 +155.29.123.0/24 +155.29.141.0/24 +155.29.144.0/24 +155.29.146.0/23 +155.29.148.0/24 +155.29.150.0/24 +155.29.160.0/23 +155.29.164.0/24 +155.29.168.0/21 +155.29.192.0/22 +155.29.208.0/21 +155.29.216.0/22 +155.29.220.0/24 +155.29.222.0/24 +155.29.238.0/24 +155.29.240.0/24 +155.29.248.0/23 +155.29.251.0/24 +155.29.252.0/22 +155.30.0.0/24 +155.30.2.0/23 +155.30.4.0/22 +155.30.9.0/24 +155.30.10.0/23 +155.30.12.0/22 +155.30.33.0/24 +155.30.35.0/24 +155.30.36.0/22 +155.30.40.0/23 +155.30.43.0/24 +155.30.45.0/24 +155.30.46.0/23 +155.30.48.0/23 +155.30.52.0/22 +155.30.56.0/23 +155.30.60.0/22 +155.30.67.0/24 +155.30.68.0/22 +155.30.74.0/23 +155.30.76.0/24 +155.30.96.0/20 +155.30.112.0/21 +155.85.40.0/21 +155.85.165.0/24 +155.85.166.0/23 +155.148.248.0/21 +155.156.0.0/16 +155.213.0.0/24 +155.213.2.0/23 +155.213.4.0/22 +155.213.8.0/21 +155.213.16.0/23 +155.213.32.0/20 +155.213.48.0/23 +155.213.63.0/24 +155.213.128.0/18 +155.213.192.0/20 +155.220.29.0/24 +155.220.44.0/24 +155.220.48.0/24 +155.220.54.0/23 +155.220.64.0/19 +155.220.96.0/21 +155.220.134.0/23 +155.220.138.0/23 +155.220.142.0/23 +155.220.154.0/23 +155.220.158.0/23 +155.220.162.0/23 +155.220.166.0/23 +155.220.172.0/22 +155.220.182.0/23 +155.220.184.0/21 +155.220.192.0/19 +155.220.228.0/22 +155.220.232.0/21 +155.220.243.0/24 +155.220.244.0/22 +155.220.254.0/23 +155.221.0.0/16 +155.222.0.0/16 +156.6.0.0/16 +156.112.0.0/22 +156.112.4.0/23 +156.112.6.0/24 +156.112.8.0/21 +156.112.24.0/21 +156.112.32.0/19 +156.112.64.0/24 +156.112.69.0/24 +156.112.71.0/24 +156.112.72.0/23 +156.112.77.0/24 +156.112.79.0/24 +156.112.80.0/24 +156.112.85.0/24 +156.112.87.0/24 +156.112.93.0/24 +156.112.96.0/23 +156.112.105.0/24 +156.112.112.0/24 +156.112.114.0/23 +156.112.116.0/22 +156.112.120.0/24 +156.112.122.0/23 +156.112.124.0/22 +156.112.131.0/24 +156.112.132.0/24 +156.112.136.0/23 +156.112.140.0/23 +156.112.143.0/24 +156.112.144.0/22 +156.112.150.0/23 +156.112.153.0/24 +156.112.154.0/23 +156.112.156.0/22 +156.112.160.0/22 +156.112.164.0/23 +156.112.168.0/23 +156.112.176.0/22 +156.112.180.0/24 +156.112.182.0/23 +156.112.184.0/21 +156.112.192.0/19 +156.112.224.0/20 +156.112.240.0/21 +156.112.248.0/23 +156.112.251.0/24 +156.113.0.0/16 +157.153.0.0/16 +157.202.0.0/16 +157.213.0.0/16 +157.214.0.0/15 +157.216.0.0/13 +157.224.0.0/16 +158.13.0.0/18 +158.13.64.0/19 +158.13.96.0/20 +158.13.112.0/21 +158.13.144.0/23 +158.13.146.0/24 +158.13.152.0/23 +158.13.156.0/22 +158.19.0.0/20 +158.19.16.0/22 +158.19.32.0/19 +158.20.0.0/20 +158.20.16.0/22 +158.20.21.0/24 +158.20.22.0/23 +158.20.24.0/21 +158.20.33.0/24 +158.20.34.0/23 +158.20.36.0/22 +158.20.40.0/21 +158.20.68.0/24 +158.20.71.0/24 +158.20.72.0/21 +158.20.80.0/20 +158.20.96.0/20 +158.20.112.0/21 +158.20.120.0/22 +158.153.0.0/16 +158.157.0.0/16 +158.235.0.0/16 +158.246.0.0/16 +159.106.0.0/16 +159.120.0.0/16 +159.227.0.0/16 +159.243.0.0/16 +160.31.0.0/16 +160.112.0.0/16 +160.128.96.0/19 +160.128.160.0/20 +160.208.0.0/16 +161.124.0.0/16 +162.32.0.0/16 +163.4.0.0/16 +163.12.0.0/16 +163.207.0.0/16 +163.249.0.0/21 +163.249.10.0/24 +163.249.12.0/22 +163.249.16.0/21 +163.249.96.0/22 +163.249.172.0/22 +163.249.176.0/20 +163.249.192.0/19 +163.249.224.0/21 +163.249.240.0/20 +163.251.1.0/24 +163.251.2.0/23 +163.251.4.0/22 +163.251.8.0/21 +163.251.16.0/20 +163.251.32.0/19 +163.251.64.0/19 +163.251.100.0/24 +163.251.102.0/23 +163.251.122.0/23 +163.251.124.0/23 +163.251.126.0/24 +163.251.130.0/23 +163.251.132.0/22 +163.251.137.0/24 +163.251.138.0/23 +163.251.140.0/22 +163.251.144.0/21 +163.251.152.0/22 +163.251.156.0/23 +163.251.158.0/24 +163.251.164.0/22 +163.251.168.0/21 +163.251.177.0/24 +163.251.178.0/23 +163.251.180.0/23 +163.251.182.0/24 +163.251.186.0/23 +163.251.188.0/23 +163.251.191.0/24 +163.251.192.0/23 +163.251.194.0/24 +163.251.198.0/23 +163.251.200.0/22 +163.251.205.0/24 +163.251.206.0/24 +163.251.228.0/23 +163.251.231.0/24 +163.251.232.0/23 +163.251.234.0/24 +163.251.236.0/23 +163.251.240.0/22 +163.251.250.0/23 +163.251.252.0/23 +164.45.0.0/16 +164.94.0.0/16 +164.105.0.0/16 +164.117.10.0/23 +164.117.12.0/22 +164.117.64.0/20 +164.117.81.0/24 +164.117.82.0/23 +164.117.84.0/22 +164.117.88.0/23 +164.117.91.0/24 +164.117.92.0/22 +164.117.96.0/19 +164.117.129.0/24 +164.117.130.0/23 +164.117.132.0/22 +164.117.136.0/21 +164.117.144.0/22 +164.117.152.0/21 +164.117.160.0/19 +164.122.16.0/20 +164.122.32.0/19 +164.122.64.0/18 +164.122.128.0/17 +164.158.0.0/16 +164.169.16.0/20 +164.169.48.0/20 +164.169.128.0/20 +164.169.176.0/20 +164.169.192.0/18 +164.170.0.0/15 +164.172.0.0/14 +164.176.0.0/16 +164.180.0.0/14 +164.184.0.0/14 +164.186.21.0/24 +164.188.0.0/15 +164.192.0.0/15 +164.194.0.0/16 +164.198.0.0/15 +164.200.0.0/13 +164.208.0.0/14 +164.212.0.0/15 +164.218.0.0/15 +164.220.0.0/15 +164.222.0.0/16 +164.224.0.0/14 +164.228.0.0/15 +164.232.0.0/16 +164.234.64.0/18 +164.234.128.0/17 +164.235.0.0/23 +164.235.2.0/24 +164.235.8.0/22 +164.235.12.0/23 +164.235.16.0/20 +164.235.32.0/21 +164.235.48.0/20 +164.235.80.0/20 +164.235.96.0/21 +164.235.112.0/20 +164.235.128.0/18 +164.235.192.0/19 +164.237.0.0/16 +164.238.0.0/15 +164.240.0.0/13 +164.240.0.0/22 +164.240.0.0/24 +164.240.1.0/24 +164.240.3.0/24 +164.246.192.0/23 +164.249.11.0/24 +164.249.12.0/23 +164.249.14.0/24 +164.249.16.0/24 +164.249.21.0/24 +164.249.22.0/23 +164.249.24.0/24 +164.249.26.0/23 +164.249.28.0/24 +164.249.30.0/23 +164.249.32.0/24 +164.249.34.0/23 +164.249.36.0/22 +164.249.40.0/22 +164.249.44.0/24 +164.249.50.0/23 +164.249.56.0/22 +164.249.64.0/24 +164.249.66.0/23 +164.249.68.0/23 +164.249.72.0/24 +164.249.74.0/23 +164.249.76.0/22 +164.249.82.0/23 +164.249.87.0/24 +164.249.88.0/23 +164.249.91.0/24 +164.249.92.0/22 +164.249.96.0/19 +164.249.245.0/24 +164.250.96.0/24 +164.252.0.0/14 +192.5.42.0/24 +192.5.65.0/24 +192.5.116.0/22 +192.5.120.0/21 +192.5.128.0/22 +192.5.210.0/24 +192.5.218.0/24 +192.12.6.0/23 +192.12.8.0/24 +192.12.29.0/24 +192.12.30.0/24 +192.12.70.0/23 +192.12.100.0/24 +192.12.125.0/24 +192.12.139.0/24 +192.12.171.0/24 +192.13.0.0/16 +192.14.0.0/16 +192.14.2.0/24 +192.14.51.0/24 +192.16.168.0/23 +192.16.173.0/24 +192.25.151.0/24 +192.26.0.0/24 +192.26.7.0/24 +192.26.11.0/24 +192.26.12.0/22 +192.26.16.0/22 +192.26.26.0/24 +192.26.84.0/24 +192.26.103.0/24 +192.26.240.0/22 +192.26.246.0/23 +192.26.249.0/24 +192.31.8.0/24 +192.31.10.0/23 +192.31.12.0/24 +192.31.16.0/22 +192.31.20.0/24 +192.31.75.0/24 +192.31.76.0/24 +192.31.82.0/24 +192.31.98.0/24 +192.31.100.0/24 +192.31.160.0/24 +192.31.172.0/24 +192.31.174.0/24 +192.31.225.0/24 +192.31.226.0/24 +192.31.238.0/23 +192.31.245.0/24 +192.33.3.0/24 +192.33.183.0/24 +192.33.184.0/24 +192.35.62.0/24 +192.35.74.0/23 +192.35.76.0/24 +192.35.88.0/24 +192.35.99.0/24 +192.35.142.0/24 +192.35.148.0/24 +192.35.154.0/24 +192.35.196.0/24 +192.40.7.0/24 +192.40.8.0/21 +192.40.16.0/22 +192.40.20.0/23 +192.40.22.0/24 +192.40.51.0/24 +192.41.207.0/24 +192.41.220.0/23 +192.41.246.0/24 +192.41.249.0/24 +192.41.250.0/23 +192.41.252.0/22 +192.42.80.0/23 +192.42.179.0/24 +192.42.248.0/24 +192.43.152.0/24 +192.43.197.0/24 +192.44.216.0/21 +192.44.224.0/20 +192.44.253.0/24 +192.48.78.0/24 +192.48.212.0/22 +192.48.216.0/24 +192.52.111.0/24 +192.52.112.0/24 +192.52.238.0/24 +192.54.129.0/24 +192.54.133.0/24 +192.54.240.0/24 +192.55.100.0/24 +192.55.103.0/24 +192.55.116.0/24 +192.55.133.0/24 +192.55.134.0/24 +192.55.246.0/24 +192.58.5.0/24 +192.58.6.0/23 +192.58.8.0/24 +192.58.108.0/24 +192.58.155.0/24 +192.58.199.0/24 +192.58.212.0/24 +192.58.230.0/24 +192.65.147.0/24 +192.65.203.0/24 +192.65.244.0/24 +192.65.246.0/24 +192.67.8.0/24 +192.67.62.0/24 +192.67.70.0/23 +192.67.74.0/24 +192.67.86.0/24 +192.67.127.0/24 +192.67.130.0/24 +192.67.209.0/24 +192.67.210.0/23 +192.67.212.0/22 +192.67.216.0/24 +192.67.225.0/24 +192.67.226.0/23 +192.67.228.0/22 +192.67.232.0/22 +192.68.144.0/24 +192.68.148.0/24 +192.68.154.0/24 +192.68.156.0/24 +192.68.204.0/24 +192.68.218.0/23 +192.68.231.0/24 +192.68.232.0/24 +192.73.1.0/24 +192.73.33.0/24 +192.73.56.0/24 +192.73.76.0/24 +192.73.82.0/23 +192.73.84.0/22 +192.73.88.0/21 +192.73.96.0/20 +192.73.112.0/22 +192.73.116.0/23 +192.73.118.0/24 +192.73.122.0/23 +192.73.124.0/22 +192.73.128.0/18 +192.73.192.0/21 +192.73.200.0/22 +192.73.204.0/24 +192.73.209.0/24 +192.73.210.0/23 +192.73.212.0/24 +192.74.0.0/18 +192.74.64.0/19 +192.74.96.0/20 +192.74.112.0/21 +192.74.120.0/22 +192.74.124.0/23 +192.74.126.0/24 +192.76.173.0/24 +192.76.237.0/24 +192.76.238.0/24 +192.77.102.0/24 +192.77.105.0/24 +192.77.106.0/23 +192.77.108.0/24 +192.77.146.0/24 +192.80.9.0/24 +192.82.106.0/23 +192.82.126.0/24 +192.82.244.0/24 +192.83.114.0/24 +192.84.14.0/24 +192.84.122.0/23 +192.84.124.0/23 +192.84.157.0/24 +192.84.158.0/24 +192.84.208.0/24 +192.86.17.0/24 +192.86.92.0/22 +192.86.96.0/24 +192.86.107.0/24 +192.86.108.0/23 +192.86.110.0/24 +192.86.170.0/23 +192.86.172.0/22 +192.86.176.0/20 +192.86.192.0/19 +192.86.224.0/22 +192.86.240.0/21 +192.86.248.0/24 +192.86.250.0/23 +192.86.253.0/24 +192.88.25.0/24 +192.88.26.0/23 +192.88.87.0/24 +192.88.95.0/24 +192.88.136.0/24 +192.91.1.0/24 +192.91.2.0/23 +192.91.4.0/22 +192.91.8.0/21 +192.91.16.0/20 +192.91.32.0/20 +192.91.48.0/21 +192.91.56.0/22 +192.91.137.0/24 +192.91.205.0/24 +192.91.250.0/24 +192.94.234.0/24 +192.95.65.0/24 +192.100.65.0/24 +192.100.71.0/24 +192.100.89.0/24 +192.100.90.0/23 +192.100.93.0/24 +192.100.95.0/24 +192.100.148.0/22 +192.101.43.0/24 +192.101.95.0/24 +192.101.96.0/23 +192.101.172.0/24 +192.101.190.0/24 +192.101.251.0/24 +192.103.44.0/24 +192.103.50.0/23 +192.104.158.0/24 +192.107.105.0/24 +192.107.150.0/23 +192.107.166.0/24 +192.107.176.0/24 +192.108.95.0/24 +192.108.97.0/24 +192.108.104.0/24 +192.108.185.0/24 +192.108.221.0/24 +192.108.224.0/24 +192.108.231.0/24 +192.108.235.0/24 +192.111.34.0/24 +192.129.62.0/23 +192.129.68.0/23 +192.131.15.0/24 +192.131.16.0/22 +192.131.145.0/24 +192.131.247.0/24 +192.133.5.0/24 +192.133.71.0/24 +192.133.86.0/23 +192.133.98.0/24 +192.135.192.0/24 +192.136.48.0/24 +192.136.120.0/21 +192.136.128.0/23 +192.136.131.0/24 +192.136.132.0/23 +192.136.134.0/24 +192.136.137.0/24 +192.136.138.0/23 +192.138.174.0/24 +192.146.109.0/24 +192.146.110.0/23 +192.146.142.0/24 +192.146.197.0/24 +192.146.198.0/24 +192.146.214.0/24 +192.147.43.0/24 +192.147.80.0/24 +192.147.149.0/24 +192.147.237.0/24 +192.149.6.0/23 +192.149.37.0/24 +192.149.213.0/24 +192.149.214.0/23 +192.149.216.0/23 +192.149.218.0/24 +192.149.229.0/24 +192.149.241.0/24 +192.150.105.0/24 +192.150.221.0/24 +192.150.222.0/24 +192.152.20.0/24 +192.152.106.0/24 +192.152.170.0/23 +192.152.172.0/23 +192.152.205.0/24 +192.152.220.0/23 +192.152.227.0/24 +192.152.228.0/22 +192.152.232.0/23 +192.153.92.0/24 +192.153.246.0/24 +192.153.254.0/24 +192.156.82.0/23 +192.156.84.0/22 +192.156.88.0/21 +192.156.96.0/24 +192.160.55.0/24 +192.160.162.0/23 +192.160.164.0/24 +192.160.254.0/24 +192.171.16.0/23 +192.172.32.0/19 +192.172.64.0/18 +192.172.128.0/18 +192.172.192.0/20 +192.172.208.0/21 +192.172.216.0/22 +192.172.220.0/24 +192.172.249.0/24 +192.175.66.0/23 +192.175.70.0/24 +192.175.72.0/22 +192.175.76.0/23 +192.175.79.0/24 +192.175.83.0/24 +192.188.7.0/24 +192.188.191.0/24 +192.189.42.0/24 +192.189.60.0/24 +192.189.99.0/24 +192.190.40.0/24 +192.190.55.0/24 +192.190.56.0/23 +192.190.60.0/24 +192.195.30.0/23 +192.195.221.0/24 +192.202.0.0/16 +192.203.1.0/24 +192.203.2.0/23 +192.203.4.0/23 +192.203.104.0/23 +192.206.27.0/24 +192.206.123.0/24 +192.206.242.0/24 +192.207.114.0/24 +192.207.189.0/24 +192.207.208.0/22 +192.207.216.0/24 +192.207.227.0/24 +192.207.240.0/23 +192.207.246.0/24 +192.211.1.0/24 +192.211.2.0/23 +192.211.4.0/22 +192.211.8.0/23 +192.211.10.0/24 +192.211.112.0/21 +192.211.120.0/22 +192.222.64.0/19 +192.222.96.0/22 +192.222.100.0/24 +192.227.16.0/20 +192.231.30.0/24 +192.231.112.0/24 +192.231.151.0/24 +192.231.152.0/23 +192.231.154.0/24 +192.231.191.0/24 +192.234.89.0/24 +192.234.101.0/24 +192.234.182.0/24 +192.241.0.0/21 +192.245.57.0/24 +192.245.98.0/24 +192.245.113.0/24 +192.245.114.0/23 +192.245.176.0/23 +192.245.197.0/24 +192.245.198.0/23 +192.245.231.0/24 +192.251.48.0/24 +192.251.213.0/24 +192.253.1.0/24 +192.253.2.0/23 +192.253.4.0/22 +192.253.8.0/21 +192.253.16.0/20 +192.253.32.0/19 +192.253.64.0/18 +192.253.128.0/18 +192.253.192.0/21 +192.253.200.0/24 +198.11.64.0/19 +198.11.96.0/20 +198.11.112.0/23 +198.17.24.0/22 +198.17.28.0/23 +198.17.54.0/23 +198.17.56.0/24 +198.17.64.0/24 +198.17.81.0/24 +198.17.82.0/24 +198.17.92.0/24 +198.17.155.0/24 +198.17.156.0/24 +198.17.183.0/24 +198.17.184.0/21 +198.17.192.0/23 +198.17.194.0/24 +198.17.213.0/24 +198.17.236.0/23 +198.17.242.0/24 +198.22.27.0/24 +198.22.58.0/24 +198.22.68.0/23 +198.22.88.0/24 +198.22.147.0/24 +198.22.148.0/24 +198.22.252.0/24 +198.38.128.0/17 +198.48.8.0/21 +198.49.122.0/24 +198.49.183.0/24 +198.49.193.0/24 +198.49.194.0/24 +198.49.203.0/24 +198.49.204.0/24 +198.49.207.0/24 +198.49.231.0/24 +198.49.253.0/24 +198.49.254.0/24 +198.52.64.0/20 +198.52.80.0/21 +198.52.88.0/24 +198.55.0.0/21 +198.55.64.0/20 +198.55.80.0/21 +198.55.88.0/22 +198.91.68.0/23 +198.97.58.0/23 +198.97.60.0/24 +198.97.68.0/24 +198.97.205.0/24 +198.97.207.0/24 +198.97.208.0/23 +198.97.210.0/24 +198.97.227.0/24 +198.98.72.0/21 +198.98.128.0/19 +198.98.160.0/20 +198.98.176.0/23 +198.154.2.0/23 +198.154.4.0/23 +198.154.6.0/24 +198.154.32.0/20 +198.154.48.0/21 +198.154.56.0/22 +198.154.76.0/23 +198.154.78.0/24 +198.154.128.0/19 +198.154.176.0/23 +198.177.169.0/24 +198.177.170.0/23 +198.177.172.0/23 +198.177.174.0/24 +198.201.0.0/22 +198.201.8.0/21 +198.201.16.0/22 +198.201.20.0/23 +198.201.22.0/24 +198.201.24.0/21 +198.201.32.0/19 +198.201.64.0/20 +198.201.80.0/22 +198.201.87.0/24 +198.201.88.0/21 +198.201.96.0/19 +198.201.128.0/17 +198.221.0.0/16 +198.250.2.0/23 +198.250.4.0/22 +198.250.8.0/21 +198.250.16.0/20 +198.250.32.0/19 +198.250.96.0/19 +198.253.0.0/20 +198.253.32.0/21 +198.253.96.0/21 +198.253.104.0/22 +198.253.108.0/23 +198.253.111.0/24 +198.253.112.0/20 +198.253.160.0/21 +198.253.176.0/20 +198.253.208.0/20 +198.253.224.0/20 +198.253.240.0/21 +198.253.248.0/22 +198.253.254.0/23 +199.9.4.0/22 +199.9.8.0/22 +199.9.12.0/24 +199.9.16.0/22 +199.9.32.0/20 +199.9.48.0/21 +199.9.56.0/24 +199.9.128.0/19 +199.9.160.0/20 +199.9.176.0/23 +199.9.184.0/21 +199.9.192.0/19 +199.9.226.0/23 +199.9.231.0/24 +199.10.0.0/22 +199.10.21.0/24 +199.10.22.0/23 +199.10.24.0/23 +199.10.33.0/24 +199.10.40.0/23 +199.10.47.0/24 +199.10.48.0/21 +199.10.56.0/23 +199.10.58.0/24 +199.10.60.0/24 +199.10.63.0/24 +199.10.67.0/24 +199.10.71.0/24 +199.10.73.0/24 +199.10.74.0/23 +199.10.76.0/22 +199.10.80.0/23 +199.10.82.0/24 +199.10.85.0/24 +199.10.88.0/21 +199.10.96.0/21 +199.10.104.0/24 +199.10.107.0/24 +199.10.108.0/22 +199.10.114.0/23 +199.10.116.0/22 +199.10.124.0/24 +199.10.128.0/21 +199.10.138.0/23 +199.10.141.0/24 +199.10.142.0/23 +199.10.144.0/24 +199.10.146.0/23 +199.10.149.0/24 +199.10.157.0/24 +199.10.158.0/23 +199.10.164.0/22 +199.10.168.0/21 +199.10.176.0/22 +199.10.181.0/24 +199.10.182.0/23 +199.10.184.0/23 +199.10.186.0/24 +199.10.193.0/24 +199.10.195.0/24 +199.10.196.0/22 +199.10.200.0/23 +199.10.204.0/22 +199.10.208.0/20 +199.10.224.0/22 +199.10.228.0/23 +199.10.230.0/24 +199.10.232.0/24 +199.10.234.0/24 +199.10.236.0/23 +199.10.238.0/24 +199.10.240.0/22 +199.10.244.0/24 +199.10.248.0/22 +199.10.252.0/24 +199.31.0.0/23 +199.31.4.0/22 +199.31.13.0/24 +199.31.14.0/23 +199.31.32.0/19 +199.31.64.0/19 +199.31.96.0/21 +199.31.104.0/23 +199.31.108.0/22 +199.31.112.0/20 +199.31.128.0/17 +199.32.0.0/17 +199.32.192.0/18 +199.54.0.0/15 +199.56.0.0/16 +199.114.12.0/24 +199.114.16.0/20 +199.114.48.0/21 +199.114.58.0/23 +199.114.60.0/23 +199.114.63.0/24 +199.114.64.0/18 +199.114.128.0/18 +199.114.192.0/21 +199.114.200.0/24 +199.122.8.0/21 +199.122.16.0/21 +199.122.24.0/22 +199.122.48.0/22 +199.122.54.0/23 +199.122.56.0/21 +199.122.64.0/19 +199.122.96.0/21 +199.122.128.0/17 +199.123.4.0/22 +199.123.8.0/22 +199.123.12.0/24 +199.123.32.0/19 +199.123.64.0/22 +199.123.68.0/23 +199.123.92.0/22 +199.123.96.0/21 +199.123.120.0/24 +199.123.124.0/23 +199.123.127.0/24 +199.123.128.0/17 +199.124.0.0/23 +199.124.2.0/24 +199.124.4.0/23 +199.124.8.0/21 +199.124.24.0/24 +199.124.32.0/20 +199.124.48.0/21 +199.124.56.0/24 +199.124.64.0/20 +199.124.84.0/22 +199.124.88.0/21 +199.124.96.0/20 +199.124.112.0/22 +199.124.116.0/23 +199.124.120.0/22 +199.124.124.0/23 +199.124.128.0/17 +199.211.0.0/20 +199.211.18.0/23 +199.211.20.0/23 +199.211.23.0/24 +199.211.24.0/21 +199.211.32.0/19 +199.225.16.0/20 +199.225.32.0/19 +199.225.64.0/18 +199.225.128.0/17 +199.226.0.0/22 +199.226.16.0/20 +199.226.32.0/19 +199.226.192.0/18 +199.252.4.0/22 +199.252.13.0/24 +199.252.14.0/23 +199.252.25.0/24 +199.252.26.0/23 +199.252.28.0/22 +199.252.52.0/22 +199.252.56.0/21 +199.252.64.0/18 +199.252.192.0/18 +204.20.0.0/15 +204.29.168.0/24 +204.35.0.0/16 +204.36.16.0/23 +204.36.20.0/22 +204.36.24.0/21 +204.36.34.0/23 +204.36.36.0/22 +204.36.40.0/22 +204.36.44.0/24 +204.36.48.0/20 +204.36.64.0/18 +204.36.128.0/17 +204.37.0.0/21 +204.37.25.0/24 +204.37.26.0/23 +204.37.28.0/22 +204.37.32.0/19 +204.37.64.0/18 +204.44.128.0/21 +204.80.183.0/24 +204.130.191.0/24 +204.153.184.0/22 +205.0.0.0/11 +205.0.0.0/16 +205.0.0.0/17 +205.0.0.0/19 +205.0.0.0/20 +205.0.0.0/21 +205.0.0.0/23 +205.0.0.0/24 +205.0.4.0/22 +205.0.4.0/24 +205.0.6.0/23 +205.0.18.0/24 +205.0.20.0/24 +205.0.24.0/24 +205.0.27.0/24 +205.0.31.0/24 +205.0.32.0/24 +205.0.39.0/24 +205.0.44.0/24 +205.0.49.0/24 +205.0.50.0/23 +205.0.59.0/24 +205.0.62.0/24 +205.0.64.0/24 +205.0.71.0/24 +205.0.77.0/24 +205.0.109.0/24 +205.0.174.0/24 +205.0.176.0/23 +205.0.179.0/24 +205.0.183.0/24 +205.0.192.0/21 +205.0.192.0/24 +205.0.212.0/24 +205.0.242.0/24 +205.1.0.0/20 +205.1.0.0/21 +205.1.0.0/22 +205.1.0.0/23 +205.1.0.0/24 +205.1.1.0/24 +205.2.0.0/23 +205.2.0.0/24 +205.2.3.0/24 +205.2.4.0/24 +205.2.10.0/24 +205.2.16.0/24 +205.2.36.0/24 +205.2.38.0/24 +205.2.152.0/23 +205.3.0.0/23 +205.3.4.0/23 +205.3.4.0/24 +205.3.45.0/24 +205.3.160.0/24 +205.4.0.0/23 +205.4.2.0/24 +205.4.166.0/24 +205.4.216.0/24 +205.5.255.0/24 +205.6.0.0/23 +205.7.8.0/24 +205.7.109.0/24 +205.8.0.0/24 +205.10.24.0/22 +205.10.146.0/24 +205.11.0.0/22 +205.12.24.0/24 +205.12.68.0/24 +205.14.2.0/23 +205.14.2.0/24 +205.14.128.0/24 +205.14.192.0/24 +205.14.193.0/24 +205.14.194.0/24 +205.14.195.0/24 +205.14.196.0/24 +205.14.197.0/24 +205.14.198.0/24 +205.14.199.0/24 +205.15.115.0/24 +205.15.132.0/24 +205.15.224.0/24 +205.16.23.0/24 +205.16.186.0/23 +205.18.8.0/21 +205.18.202.0/24 +205.18.210.0/24 +205.19.92.0/24 +205.19.161.0/24 +205.19.212.0/24 +205.20.80.0/21 +205.20.93.0/24 +205.20.117.0/24 +205.20.173.0/24 +205.21.89.0/24 +205.21.189.0/24 +205.21.190.0/23 +205.22.37.0/24 +205.22.38.0/24 +205.22.41.0/24 +205.22.45.0/24 +205.22.104.0/22 +205.22.138.0/24 +205.22.185.0/24 +205.22.206.0/24 +205.23.186.0/24 +205.23.203.0/24 +205.23.204.0/24 +205.24.0.0/16 +205.24.0.0/21 +205.24.5.0/24 +205.24.12.0/24 +205.24.36.0/24 +205.24.50.0/23 +205.24.50.0/24 +205.24.58.0/24 +205.24.63.0/24 +205.24.64.0/18 +205.24.65.0/24 +205.24.66.0/23 +205.24.77.0/24 +205.24.86.0/24 +205.24.94.0/24 +205.24.96.0/19 +205.24.103.0/24 +205.24.104.0/24 +205.24.113.0/24 +205.24.122.0/24 +205.24.143.0/24 +205.24.155.0/24 +205.24.160.0/23 +205.24.167.0/24 +205.24.168.0/22 +205.24.168.0/24 +205.24.170.0/24 +205.24.172.0/24 +205.24.176.0/24 +205.24.178.0/24 +205.24.180.0/24 +205.24.185.0/24 +205.24.190.0/23 +205.24.195.0/24 +205.24.198.0/24 +205.24.210.0/24 +205.24.231.0/24 +205.25.128.0/22 +205.25.232.0/23 +205.26.182.0/24 +205.27.0.0/24 +205.31.158.0/24 +205.32.0.0/12 +205.32.15.0/24 +205.32.28.0/23 +205.35.248.0/22 +205.38.2.0/24 +205.39.0.0/24 +205.39.149.0/24 +205.41.23.0/24 +205.41.247.0/24 +205.42.54.0/24 +205.42.142.0/23 +205.43.232.0/24 +205.44.24.0/23 +205.44.64.0/24 +205.45.200.0/22 +205.47.254.0/23 +205.48.0.0/13 +205.48.21.0/24 +205.51.0.0/24 +205.51.241.0/24 +205.52.0.0/24 +205.52.58.0/24 +205.111.128.0/18 +205.111.192.0/19 +205.111.224.0/23 +205.111.233.0/24 +205.111.234.0/23 +205.111.236.0/22 +205.111.240.0/21 +205.111.248.0/23 +205.111.253.0/24 +205.111.254.0/23 +205.112.0.0/21 +205.112.8.0/23 +205.112.11.0/24 +205.112.12.0/22 +205.112.32.0/19 +205.112.64.0/18 +205.112.128.0/17 +205.113.73.0/24 +205.113.80.0/20 +205.113.128.0/18 +205.113.192.0/19 +205.113.224.0/21 +205.113.232.0/24 +205.113.234.0/23 +205.113.236.0/22 +205.113.240.0/20 +205.114.0.0/16 +205.116.5.0/24 +205.116.6.0/23 +205.116.8.0/24 +205.116.12.0/22 +205.116.16.0/22 +205.116.50.0/23 +205.116.52.0/22 +205.116.56.0/22 +205.116.68.0/22 +205.116.72.0/21 +205.116.80.0/20 +205.116.96.0/19 +205.116.128.0/17 +205.117.0.0/16 +206.36.0.0/16 +206.197.206.0/24 +207.84.0.0/15 +209.72.0.0/16 +214.95.0.0/16 +214.96.0.0/15 +214.98.0.0/15 +214.100.0.0/15 +214.102.0.0/15 +214.104.0.0/15 +214.106.0.0/15 +214.108.0.0/15 +214.110.0.0/15 +214.112.0.0/15 +214.114.0.0/15 +214.116.0.0/15 +214.118.0.0/15 +214.120.0.0/15 +214.122.0.0/15 +214.124.0.0/15 +214.126.0.0/15 +214.128.0.0/9 +215.0.0.0/16 +215.2.0.0/15 +215.4.0.0/14 +215.8.0.0/13 +215.16.0.0/12 +215.32.0.0/11 +215.64.0.0/16 +215.66.0.0/16 +215.74.0.0/16 +215.77.0.0/16 +215.78.0.0/15 +215.80.0.0/12 +215.96.0.0/11 +215.128.0.0/9 +# ACONET_SERVICES ACOnet Services @ Vienna Internet eXchange, +# AMS-IX NL Administrative network, NL / Amsterdam Internet Exchange B.V. +91.200.16.0/22 +185.55.136.0/22 +195.69.144.0/22 +2001:67c:1a8::/48 +# DNIC-AS-01208, US / DoD Network Information Center +214.26.160.0/19 +214.26.160.0/24 +214.26.174.0/24 +215.68.192.0/20 +# CA-DOTNET-AS, US / California Department of Transportation +149.136.0.0/16 +# DNIC-ASBLK-01462-01463, US / Headquarters, USAISC +2608:161:e::/48 +# DNIC-ASBLK-01492-01493, US / Headquarters, USAISC +143.69.16.0/21 +143.69.137.0/24 +143.69.138.0/24 +143.69.139.0/24 +143.69.141.0/24 +143.69.142.0/24 +143.69.144.0/24 +143.69.147.0/24 +143.69.148.0/24 +143.69.149.0/24 +146.55.80.0/20 +146.55.192.0/18 +155.19.192.0/18 +155.26.176.0/20 +155.26.204.0/22 +155.26.208.0/20 +155.28.124.0/22 +155.28.192.0/19 +155.28.228.0/22 +155.28.240.0/20 +155.29.224.0/21 +155.152.128.0/20 +155.152.176.0/20 +155.213.64.0/18 +158.13.160.0/19 +199.209.154.0/23 +199.209.156.0/22 +199.209.160.0/19 +199.209.192.0/20 +199.209.224.0/21 +# DNIC-ASBLK-01500-01502, US / Headquarters, USAISC +136.210.249.0/24 +143.73.56.0/24 +143.73.58.0/24 +143.73.61.0/24 +143.73.66.0/24 +143.73.69.0/24 +143.73.70.0/24 +143.73.90.0/24 +143.73.93.0/24 +143.76.48.0/24 +143.86.168.0/24 +143.86.169.0/24 +143.86.175.0/24 +143.194.65.0/24 +143.194.68.0/24 +143.194.132.0/24 +143.194.157.0/24 +144.104.103.0/24 +144.107.186.0/24 +146.16.0.0/24 +146.16.1.0/24 +146.16.4.0/24 +146.16.15.0/24 +146.16.112.0/23 +146.16.112.0/24 +146.16.120.0/24 +146.16.121.0/24 +146.16.122.0/24 +146.16.123.0/24 +146.16.124.0/24 +146.16.125.0/24 +146.16.126.0/24 +146.16.127.0/24 +146.16.134.0/24 +155.20.218.0/24 +155.26.48.0/23 +155.26.48.0/24 +155.26.52.0/24 +155.26.53.0/24 +155.26.54.0/24 +155.26.56.0/24 +155.26.57.0/24 +155.26.58.0/24 +155.26.59.0/24 +155.26.60.0/24 +155.26.61.0/24 +155.26.72.0/24 +155.26.73.0/24 +155.26.201.0/24 +155.26.224.0/20 +155.26.225.0/24 +155.26.228.0/24 +155.26.234.0/24 +155.26.235.0/24 +155.30.121.0/24 +155.30.122.0/24 +155.30.191.0/24 +158.13.147.0/24 +160.140.32.0/22 +160.140.33.0/24 +160.140.34.0/24 +160.140.35.0/24 +160.140.36.0/24 +160.140.40.0/22 +160.140.42.0/24 +160.140.44.0/23 +# DNIC-ASBLK-01500-01502, US / Headquarters, USAISC +143.74.148.0/24 +143.74.149.0/24 +143.74.156.0/24 +143.74.157.0/24 +143.74.173.0/24 +143.76.205.0/24 +155.20.216.0/24 +155.20.217.0/24 +155.20.251.0/24 +155.26.197.0/24 +155.26.198.0/24 +155.26.200.0/24 +155.30.120.0/24 +155.30.123.0/24 +155.30.124.0/24 +155.30.125.0/24 +155.30.126.0/24 +155.30.127.0/24 +158.19.24.0/21 +# DNIC-AS-01508, US / Headquarters, USAISC +198.97.190.0/24 +204.235.64.0/24 +2001:500:1::/48 +# DNIC-ASBLK-01513-01518, US / Headquarters, USAISC +144.104.200.0/23 +144.104.202.0/24 +144.104.203.0/24 +144.105.0.0/23 +144.105.15.0/24 +144.105.22.0/24 +150.149.1.0/24 +150.149.5.0/24 +150.149.6.0/24 +150.149.10.0/24 +150.149.12.0/23 +150.149.14.0/23 +150.149.16.0/24 +150.149.17.0/24 +150.149.18.0/23 +150.149.30.0/24 +150.149.31.0/24 +155.28.0.0/19 +155.28.30.0/24 +155.28.32.0/20 +155.28.38.0/24 +192.31.13.0/24 +# DNIC-ASBLK-01529-01530, US / Headquarters, USAISC +55.20.0.0/16 +55.71.0.0/16 +55.71.4.0/22 +55.71.19.0/24 +55.71.21.0/24 +55.71.22.0/23 +55.71.44.0/23 +55.71.54.0/23 +55.71.69.0/24 +55.71.71.0/24 +55.71.72.0/24 +55.71.73.0/24 +55.71.74.0/24 +55.71.75.0/24 +55.71.76.0/24 +55.71.77.0/24 +55.71.149.0/24 +55.71.197.0/24 +# DNIC-ASBLK-01534-01546, US / Headquarters, USAISC +152.80.0.0/16 +152.80.4.0/24 +205.56.225.0/24 +205.58.130.0/24 +205.58.232.0/24 +205.59.222.0/24 +205.59.249.0/24 +205.61.47.0/24 +205.62.198.0/24 +205.68.66.0/24 +205.69.123.0/24 +205.71.191.0/24 +205.73.163.0/24 +205.73.164.0/24 +205.75.255.0/24 +205.77.109.0/24 +205.78.255.0/24 +205.79.35.0/24 +205.81.23.0/24 +205.82.159.0/24 +205.82.161.0/24 +205.84.160.0/24 +205.95.249.0/24 +205.100.26.0/24 +205.101.11.0/24 +205.101.40.0/24 +205.102.199.0/24 +205.102.225.0/24 +205.103.56.0/24 +205.112.10.0/24 +205.113.72.0/24 +205.113.233.0/24 +# DNIC-ASBLK-01534-01546, US / Headquarters, USAISC +6.132.129.0/24 +6.132.132.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +147.37.0.0/19 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +139.139.188.0/24 +139.139.189.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +6.64.1.0/24 +136.207.128.0/17 +136.215.128.0/17 +136.215.192.0/18 +155.155.16.0/20 +155.155.48.0/20 +155.155.64.0/19 +155.155.80.0/20 +155.155.91.0/24 +155.155.96.0/19 +155.155.112.0/20 +155.155.128.0/19 +155.155.224.0/20 +155.155.240.0/20 +206.39.28.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +136.210.0.0/16 +139.139.99.0/24 +143.86.204.0/24 +144.105.249.0/24 +155.26.111.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +136.209.0.0/16 +155.24.0.0/16 +155.155.192.0/23 +206.39.14.0/24 +206.39.35.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +6.64.28.0/22 +147.36.0.0/16 +215.65.23.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +6.126.64.0/20 +6.126.224.0/21 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +140.201.0.0/16 +199.123.106.0/24 +206.39.38.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +136.218.0.0/16 +136.219.0.0/16 +206.39.36.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +6.64.4.0/24 +138.50.0.0/16 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +136.221.0.0/16 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +136.216.128.0/19 +136.216.192.0/19 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +136.216.0.0/17 +136.216.76.0/24 +206.39.26.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +140.154.0.0/16 +147.35.0.0/16 +215.65.26.0/24 +215.65.27.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +134.234.0.0/16 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +55.209.203.0/24 +143.69.7.0/24 +143.69.216.0/21 +143.69.232.0/22 +143.84.75.0/24 +143.84.160.0/24 +143.84.225.0/24 +146.55.24.0/21 +147.248.0.0/21 +147.248.8.0/24 +147.248.10.0/23 +147.248.12.0/22 +150.149.64.0/19 +155.19.8.0/24 +155.19.9.0/24 +155.19.10.0/23 +155.19.10.0/24 +155.19.56.0/21 +155.29.176.0/21 +155.29.184.0/22 +155.29.188.0/22 +155.152.164.0/22 +155.152.221.0/24 +155.152.223.0/24 +155.213.20.0/23 +155.213.52.0/22 +155.213.216.0/21 +158.13.136.0/21 +192.83.203.0/24 +192.172.13.0/24 +199.10.61.0/24 +199.123.76.0/24 +206.37.238.0/24 +214.3.88.0/24 +# DNIC-ASBLK-01550-01601, US / DoD Network Information Center +6.16.82.0/24 +6.16.83.0/24 +6.16.84.0/24 +6.16.85.0/24 +6.16.192.0/23 +6.16.212.0/24 +6.47.64.0/19 +6.47.96.0/21 +141.190.0.0/16 +143.68.10.0/23 +143.68.12.0/23 +143.68.16.0/20 +143.68.191.0/24 +143.73.144.0/20 +143.74.255.0/24 +144.107.32.0/20 +144.107.208.0/20 +147.248.16.0/21 +150.137.0.0/20 +150.137.5.0/24 +150.137.8.0/24 +150.137.9.0/24 +150.137.10.0/24 +150.137.11.0/24 +150.137.12.0/24 +150.137.16.0/20 +150.137.32.0/19 +150.137.64.0/18 +150.137.128.0/17 +150.149.0.0/19 +158.19.64.0/18 +160.143.80.0/20 +160.143.96.0/20 +160.143.113.0/24 +192.42.88.0/24 +# DNIC-AS-01602, US / Headquarters, USAISC +6.16.196.0/23 +143.212.0.0/16 +143.213.0.0/16 +143.214.0.0/16 +143.214.5.0/24 +143.214.8.0/23 +143.214.11.0/24 +143.214.12.0/24 +143.214.17.0/24 +143.214.22.0/24 +143.214.23.0/24 +143.214.24.0/24 +143.214.26.0/24 +143.214.44.0/22 +143.214.48.0/24 +143.214.50.0/23 +143.214.52.0/23 +143.214.54.0/23 +143.214.64.0/24 +143.214.65.0/24 +143.214.67.0/24 +143.214.82.0/24 +143.214.85.0/24 +143.214.88.0/24 +143.214.91.0/24 +143.214.96.0/24 +143.214.99.0/24 +143.214.112.0/24 +143.214.144.0/24 +143.214.149.0/24 +143.214.159.0/24 +143.214.193.0/24 +143.214.196.0/23 +143.214.236.0/24 +143.214.240.0/24 +143.214.241.0/24 +143.214.243.0/24 +143.214.245.0/24 +143.214.250.0/24 +143.214.251.0/24 +143.214.252.0/24 +143.214.253.0/24 +143.214.254.0/24 +143.214.255.0/24 +147.248.32.0/23 +147.248.37.0/24 +147.248.38.0/23 +150.137.0.0/16 +# DNIC-AS-01637, US / Headquarters, USAISC +6.16.88.0/24 +6.16.89.0/24 +6.16.194.0/23 +143.46.0.0/16 +143.46.5.0/24 +143.46.8.0/23 +143.46.10.0/24 +143.46.11.0/24 +143.46.12.0/24 +143.46.17.0/24 +143.46.18.0/24 +143.46.20.0/24 +143.46.21.0/24 +143.46.22.0/24 +143.46.23.0/24 +143.46.24.0/24 +143.46.25.0/24 +143.46.26.0/24 +143.46.27.0/24 +143.46.32.0/24 +143.46.33.0/24 +143.46.34.0/24 +143.46.35.0/24 +143.46.36.0/24 +143.46.37.0/24 +143.46.39.0/24 +143.46.48.0/24 +143.46.49.0/24 +143.46.50.0/24 +143.46.51.0/24 +143.46.53.0/24 +143.46.55.0/24 +143.46.60.0/24 +143.46.110.0/24 +143.46.112.0/24 +143.46.116.0/22 +143.46.120.0/22 +143.46.128.0/23 +143.46.130.0/23 +143.46.134.0/23 +143.46.141.0/24 +143.46.142.0/24 +143.46.143.0/24 +143.46.144.0/24 +143.46.145.0/24 +143.46.146.0/24 +143.46.147.0/24 +143.46.150.0/24 +143.46.158.0/24 +143.46.161.0/24 +143.46.164.0/22 +143.46.190.0/24 +143.46.193.0/24 +143.46.203.0/24 +143.46.210.0/24 +143.46.229.0/24 +143.46.240.0/24 +143.46.253.0/24 +143.68.152.0/21 +147.248.24.0/22 +155.5.0.0/16 +155.6.0.0/16 +# DNIC-AS-01649, US / Headquarters, USAISC +6.16.216.0/24 +143.45.0.0/16 +143.45.8.0/23 +143.45.11.0/24 +143.45.12.0/24 +143.45.18.0/24 +143.45.20.0/24 +143.45.21.0/24 +143.45.36.0/24 +143.45.37.0/24 +143.45.38.0/24 +143.45.47.0/24 +143.45.48.0/24 +143.45.50.0/24 +143.45.51.0/24 +143.45.56.0/24 +143.45.57.0/24 +143.45.66.0/24 +143.45.67.0/24 +143.45.69.0/24 +143.45.75.0/24 +143.45.100.0/23 +143.45.102.0/23 +143.45.111.0/24 +143.45.120.0/24 +143.45.130.0/24 +143.45.132.0/24 +143.45.134.0/24 +143.45.135.0/24 +143.45.136.0/24 +143.45.137.0/24 +143.45.138.0/24 +143.45.139.0/24 +143.45.140.0/24 +143.45.147.0/24 +143.45.150.0/24 +143.45.152.0/23 +143.45.160.0/22 +143.45.164.0/23 +143.45.179.0/24 +143.45.192.0/24 +143.45.208.0/24 +147.248.28.0/24 +147.248.29.0/24 +150.133.0.0/16 +150.133.11.0/24 +150.133.12.0/24 +150.133.17.0/24 +150.133.18.0/24 +150.133.20.0/24 +150.133.22.0/24 +150.133.32.0/24 +150.133.33.0/24 +150.133.46.0/24 +150.133.50.0/24 +150.133.65.0/24 +150.133.104.0/22 +150.133.112.0/22 +150.133.128.0/24 +150.133.129.0/24 +150.133.171.0/24 +150.133.184.0/24 +150.133.216.0/24 +150.133.250.0/24 +# AS1701, US / National Aeronautics and Space Administration +129.165.0.0/16 +150.144.0.0/16 +# DISACENT-NIPR-ASN, US / DoD Network Information Center +134.229.68.0/24 +209.22.82.0/24 +209.22.97.0/24 +214.4.8.0/24 +214.4.59.0/24 +214.16.49.0/24 +214.48.7.0/24 +214.48.44.0/22 +214.48.52.0/22 +214.48.56.0/22 +214.48.60.0/22 +214.72.7.0/24 +214.72.17.0/24 +215.1.42.0/23 +215.65.50.0/23 +215.65.119.0/24 +2608:8105:1::/48 +# DNIC-AS-01772, US / Navy Network Information Center (NNIC) +128.160.128.0/17 +# USGS-AS, US / United States Geological Survey +130.118.152.0/24 +130.118.176.0/22 +130.118.180.0/22 +137.227.230.0/24 +137.227.236.0/24 +152.61.0.0/16 +152.61.132.0/24 +152.61.229.0/24 +192.48.124.0/24 +192.55.108.0/24 +# AS1843-7, US / National Aeronautics and Space Administration +128.159.0.0/16 +128.217.0.0/16 +163.205.0.0/16 +163.206.0.0/16 +192.77.26.0/24 +192.77.27.0/24 +192.77.28.0/24 +192.77.29.0/24 +192.77.30.0/24 +192.77.31.0/24 +192.77.32.0/21 +192.77.40.0/23 +192.77.42.0/23 +192.77.44.0/23 +# AS1848, US / National Aeronautics and Space Administration +192.150.28.0/24 +198.118.192.0/21 +198.118.192.0/24 +198.118.193.0/24 +198.118.194.0/24 +198.118.195.0/24 +198.118.196.0/24 +198.118.197.0/24 +198.118.198.0/24 +198.118.199.0/24 +198.118.200.0/23 +198.118.200.0/24 +198.118.201.0/24 +198.118.224.0/24 +198.118.229.0/24 +198.118.233.0/24 +198.118.234.0/24 +198.118.235.0/24 +198.118.236.0/23 +198.118.236.0/24 +198.118.237.0/24 +198.118.240.0/22 +198.118.254.0/23 +198.118.254.0/24 +198.118.255.0/24 +2001:4d0:241a::/48 +# ISNIC IS TLD AdminReykjavik Internet Exchange RIX, IS / Internet a Islandi hf +185.93.156.0/22 +193.4.58.0/23 +2001:67c:6c::/48 +# DNIC-AS-01904, US / DoD Network Information Center +192.152.18.0/24 +192.152.19.0/24 +192.152.21.0/24 +192.207.74.0/24 +198.154.64.0/24 +198.154.65.0/24 +198.154.66.0/24 +198.154.67.0/24 +198.154.68.0/24 +198.154.69.0/24 +198.154.70.0/24 +198.154.71.0/24 +198.154.72.0/23 +198.154.74.0/24 +198.154.75.0/24 +207.132.83.0/24 +# DNIC-AS-01908, US / DoD Network Information Center +214.9.116.0/24 +# DNIC-ASBLK-01910-01914, US / DoD Network Information Center +209.22.51.0/24 +214.3.134.0/24 +214.6.102.0/24 +# DNIC-ASBLK-01910-01914, US / DoD Network Information Center +214.27.156.0/22 +# DNIC-AS-01959, US / DoD Network Information Center +160.126.0.0/16 +# DNIC-AS-02046, US / DoD Network Information Center +139.241.14.0/24 +192.207.163.0/24 +209.22.64.0/22 +209.22.75.0/24 +209.22.96.0/24 +214.54.0.0/18 +# AS2143, US / National Aeronautics and Space Administration +192.92.160.0/22 +192.92.168.0/23 +192.92.189.0/24 +# DOT-AS, US / U. S. Department of Transportation +152.119.0.0/16 +152.120.0.0/16 +152.122.0.0/16 +169.135.0.0/16 +199.79.176.0/24 +199.79.177.0/24 +199.79.178.0/24 +199.79.179.0/24 +199.79.180.0/24 +204.68.194.0/23 +204.68.194.0/24 +204.68.195.0/24 +204.68.196.0/23 +204.68.202.0/24 +204.69.250.0/23 +204.69.252.0/24 +204.86.184.0/21 +204.86.192.0/23 +204.152.44.0/23 +204.238.19.0/24 +2001:19e8::/48 +2001:19e8:1::/48 +2001:19e8:2::/48 +2001:19e8:a::/48 +2001:19e8:d::/48 +2001:19e8:e::/48 +2001:19e8:d1::/48 +2001:19e8:d2::/48 +2001:19e8:d3::/48 +2001:19e8:d4::/48 +2001:19e8:d5::/48 +2001:19e8:d6::/48 +2001:19e8:d7::/48 +2001:19e8:d8::/48 +2001:19e8:d9::/48 +2001:19e8:da::/48 +2001:19e8:f0::/48 +2001:19e8:f1::/48 +2001:19e8:f2::/48 +2001:19e8:f3::/48 +2001:19e8:f4::/48 +2001:19e8:f5::/48 +2001:19e8:f6::/48 +2001:19e8:f7::/48 +2001:19e8:f8::/48 +2001:19e8:f9::/48 +2001:19e8:fa::/48 +2001:19e8:fb::/48 +# DNIC-AS-02577, US / DoD Network Information Center +144.51.0.0/17 +144.51.8.0/21 +# DNIC-AS-02621, US / DoD Network Information Center +164.196.0.0/22 +164.196.4.0/22 +# DNIC-AS-02749, US / Navy Network Information Center (NNIC) +160.127.0.0/16 +160.128.0.0/18 +160.128.64.0/19 +160.128.128.0/19 +160.128.176.0/20 +163.2.0.0/16 +199.208.186.0/24 +205.68.113.0/24 +205.68.114.0/24 +206.37.212.0/24 +207.132.33.0/24 +209.22.132.0/24 +209.22.133.0/24 +209.22.179.0/24 +# RELARN Research & Education Network, RU / Joint-stock company Internet Exchange MSK-IX +86.62.49.0/24 +193.232.85.0/24 +193.232.131.0/24 +194.85.31.0/24 +194.85.105.0/24 +194.85.106.0/24 +194.85.117.0/24 +194.85.118.0/24 +194.85.119.0/24 +194.190.132.0/22 +194.190.132.0/24 +194.190.134.0/24 +194.190.138.0/24 +194.190.141.0/24 +194.190.142.0/24 +194.190.145.0/24 +194.190.148.0/24 +194.226.29.0/24 +194.226.44.0/24 +194.226.46.0/23 +194.226.64.0/20 +194.226.64.0/24 +194.226.69.0/24 +195.19.26.0/24 +195.208.22.0/23 +195.209.4.0/24 +195.209.8.0/24 +195.209.16.0/24 +195.209.146.0/24 +2001:6d0:ffb8::/48 +2001:6d0:ffd9::/48 +# DNIC-AS-03470, US / DoD Network Information Center +198.49.205.0/24 +# DNIC-AS-03471, US / DoD Network Information Center +199.9.92.0/24 +# DNIC-AS-03472, US / DoD Network Information Center +199.9.91.0/24 +# DNIC-AS-03474, US / DoD Network Information Center +199.9.93.0/24 +# JPMORGAN-AS3486, US / JPMorgan Chase & Co. +146.143.0.0/16 +146.143.0.0/18 +146.143.64.0/18 +146.143.128.0/18 +146.143.192.0/18 +198.36.0.0/22 +204.86.14.0/23 +2620:11:40::/42 +2620:11:40::/45 +2620:11:40::/47 +2620:11:50::/47 +2620:11:60::/47 +2620:11:70::/47 +# PCH-AS, US / Packet Clearing House, Inc. +69.166.10.0/24 +2620:0:870::/48 +# FAA-MMAC, US / Federal Aviation Agency +152.123.8.0/21 +152.123.16.0/23 +152.123.16.0/24 +162.58.0.0/16 +2001:19e8:8041::/48 +# FERC-FED-, US / Federal Energy Regulatory Commission +204.87.16.0/20 +204.87.16.0/24 +204.87.17.0/24 +204.87.18.0/24 +204.87.19.0/24 +204.87.20.0/24 +# DNIC-AS-03954, US / DoD Network Information Center +204.34.103.0/24 +204.34.108.0/24 +204.34.109.0/24 +207.133.136.0/23 +207.133.141.0/24 +207.133.242.0/24 +207.133.243.0/24 +# DNIC-AS-04010, US / Headquarters, USAISC +130.165.0.0/16 +137.161.0.0/16 +140.194.0.0/17 +140.194.128.0/18 +140.194.192.0/24 +140.194.193.0/24 +140.194.194.0/23 +140.194.196.0/22 +140.194.200.0/22 +140.194.204.0/22 +140.194.208.0/20 +140.194.224.0/19 +155.74.0.0/16 +155.75.0.0/16 +155.76.0.0/16 +155.77.0.0/16 +155.78.0.0/16 +155.79.0.0/16 +155.80.0.0/16 +155.81.0.0/16 +155.82.0.0/16 +155.83.0.0/16 +155.84.0.0/16 +155.85.0.0/19 +155.85.32.0/21 +155.85.48.0/20 +155.85.64.0/18 +155.85.128.0/19 +155.85.168.0/21 +155.85.176.0/20 +155.85.192.0/18 +155.86.0.0/16 +155.87.0.0/16 +155.88.0.0/16 +155.88.132.0/24 +155.88.188.0/24 +155.88.190.0/24 +155.88.196.0/24 +155.88.252.0/24 +155.88.254.0/24 +198.17.86.0/24 +# FAA, US / Federal Aviation Administration +152.123.17.0/24 +155.178.0.0/17 +155.178.6.0/24 +155.178.32.0/23 +155.178.34.0/24 +155.178.128.0/17 +192.112.97.0/24 +204.108.2.0/24 +204.108.3.0/24 +204.108.4.0/22 +204.108.9.0/24 +204.108.10.0/24 +2001:19e8:8001::/48 +2001:19e8:8900::/48 +2001:19e8:8ab0::/48 +2606:7ec0::/32 +# HKIX-RS1 Hong Kong Internet Exchange--Route Server 1, HK +# HKIX-AS-AP The Hong Kong Internet Exchange Limited, HK / The Hong Kong Internet Exchange Limited +123.255.96.0/19 +202.45.176.0/20 +202.45.177.0/24 +202.45.188.0/24 +2405:3001::/32 +# STPN-GAC-ICANN 1016, Electronics Niketan, 6, CGO Complex, IN +# PHOPENIX-AS-PH Philippine Open Internet Exchange, PH +# DIGIIX-AP DiGi Telecommunications Sdn. Bhd., MY / DiGi Telecommunications Sdn Bhd., Digi Internet Exchange +49.124.0.0/15 +104.101.28.0/22 +104.101.64.0/20 +104.101.80.0/20 +104.101.96.0/23 +115.164.0.0/16 +182.62.0.0/15 +210.48.192.0/20 +2001:4458::/32 +2001:4458::/33 +2001:4458:8000::/33 +2402:1980::/32 +2402:1980::/33 +2402:1980:8000::/33 +# USPSOIG-AS1, US / United States Postal Service Office of Inspector General +38.134.108.0/24 +# USPSOIG-AS2, US / United States Postal Service Office of Inspector General +192.154.124.0/23 +192.154.124.0/24 +192.154.125.0/24 +# DNIC-AS-05052, US / DoD Network Information Center +214.54.66.0/24 +214.54.67.0/24 +# NRL-EXP, US / Navy Network Information Center (NNIC) +134.207.0.0/16 +2001:480:23::/48 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +2001:480:a0::/48 +2001:480:a1::/48 +2001:480:aa::/48 +2001:480:ab::/48 +2001:480:b0::/48 +2001:480:1801::/48 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +163.249.8.0/23 +163.249.100.0/22 +163.249.104.0/21 +163.249.112.0/20 +163.249.128.0/19 +163.249.160.0/21 +163.249.168.0/22 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +147.48.64.0/19 +147.48.192.0/19 +147.48.224.0/19 +158.8.0.0/16 +158.18.0.0/16 +164.216.0.0/16 +192.26.89.0/24 +198.97.146.0/23 +204.34.76.0/22 +204.34.84.0/22 +204.34.88.0/22 +204.34.90.0/24 +204.34.91.0/24 +204.34.92.0/22 +204.34.94.0/24 +204.34.96.0/22 +204.34.111.0/24 +204.34.116.0/22 +204.34.120.0/24 +204.34.121.0/24 +204.34.122.0/24 +204.34.123.0/24 +204.34.124.0/24 +204.34.125.0/24 +204.34.126.0/24 +206.39.10.0/24 +206.39.11.0/24 +206.39.12.0/24 +206.39.13.0/24 +207.132.127.0/24 +207.132.199.0/24 +207.132.201.0/24 +207.132.202.0/24 +207.133.66.0/24 +207.133.75.0/24 +207.133.76.0/24 +207.133.77.0/24 +207.133.78.0/24 +207.133.79.0/24 +207.133.80.0/24 +207.133.128.0/24 +207.133.129.0/24 +207.133.131.0/24 +207.133.138.0/24 +207.133.148.0/24 +207.133.150.0/24 +207.133.151.0/24 +207.133.247.0/24 +214.80.128.0/18 +214.80.192.0/18 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +207.133.140.0/24 +207.133.245.0/24 +207.133.246.0/24 +207.133.249.0/24 +207.133.250.0/24 +207.133.251.0/24 +207.133.252.0/24 +207.133.254.0/24 +207.133.255.0/24 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +128.26.61.0/24 +128.26.63.0/24 +128.26.64.0/24 +128.26.66.0/24 +128.26.67.0/24 +128.26.70.0/24 +128.26.122.0/24 +128.26.124.0/24 +128.26.125.0/24 +198.218.93.0/24 +205.60.236.0/24 +214.6.97.0/24 +214.29.97.0/24 +214.29.98.0/24 +214.29.103.0/24 +214.29.119.0/24 +214.29.225.0/24 +214.29.233.0/24 +214.51.42.0/24 +214.64.75.0/24 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +205.56.54.0/23 +205.56.209.0/24 +205.56.210.0/24 +205.56.246.0/23 +205.56.247.0/24 +205.68.208.0/20 +205.69.16.0/20 +205.69.231.0/24 +205.72.128.0/19 +205.75.112.0/20 +205.75.128.0/20 +205.76.128.0/19 +205.76.212.0/24 +205.78.128.0/20 +205.88.224.0/20 +205.90.96.0/20 +205.91.192.0/20 +205.99.64.0/20 +205.106.56.0/22 +209.22.52.0/24 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +199.112.76.0/24 +214.26.248.0/24 +214.27.12.0/22 +214.27.96.0/20 +214.27.96.0/24 +214.27.98.0/24 +214.27.99.0/24 +214.27.100.0/24 +214.27.101.0/24 +214.27.102.0/24 +214.27.103.0/24 +214.27.104.0/24 +214.27.105.0/24 +214.27.106.0/24 +214.27.107.0/24 +214.27.108.0/24 +214.27.109.0/24 +214.27.110.0/24 +214.27.111.0/24 +215.68.128.0/20 +215.68.128.0/24 +215.68.129.0/24 +215.68.130.0/24 +215.68.131.0/24 +215.68.132.0/24 +215.68.133.0/24 +215.68.134.0/24 +215.68.140.0/22 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +144.251.23.0/24 +144.251.44.0/24 +144.251.45.0/24 +144.251.46.0/24 +144.251.47.0/24 +144.251.66.0/24 +144.251.67.0/24 +144.251.108.0/24 +144.251.109.0/24 +144.251.112.0/24 +144.251.113.0/24 +144.251.114.0/24 +144.251.115.0/24 +144.251.116.0/24 +144.251.118.0/24 +144.251.119.0/24 +144.251.123.0/24 +144.251.124.0/23 +144.251.126.0/23 +144.251.187.0/24 +144.251.188.0/24 +144.251.192.0/24 +144.251.225.0/24 +144.251.236.0/24 +152.229.0.0/16 +156.112.104.0/24 +156.112.106.0/24 +156.112.107.0/24 +156.112.108.0/23 +156.112.110.0/24 +156.112.111.0/24 +156.112.128.0/23 +156.112.130.0/24 +156.112.133.0/24 +156.112.170.0/24 +204.34.184.0/23 +214.3.12.0/24 +214.3.107.0/24 +214.4.144.0/24 +214.6.32.0/24 +214.6.34.0/24 +214.6.36.0/24 +214.10.8.0/22 +214.23.8.0/21 +214.23.16.0/21 +214.23.32.0/20 +214.23.80.0/24 +214.23.204.0/24 +214.23.205.0/24 +214.23.242.0/23 +214.49.16.0/21 +214.49.24.0/22 +214.56.82.0/23 +214.66.64.0/19 +214.66.70.0/24 +214.66.129.0/24 +214.66.131.0/24 +2608:125::/48 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +214.16.17.0/24 +214.16.18.0/24 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +205.56.81.0/24 +205.56.82.0/24 +205.56.83.0/24 +205.57.0.0/19 +205.57.61.0/24 +205.57.62.0/24 +205.57.101.0/24 +205.57.102.0/24 +205.58.82.0/23 +205.58.84.0/23 +205.58.232.0/23 +205.58.234.0/24 +205.59.32.0/19 +205.59.159.0/24 +205.59.160.0/23 +205.59.162.0/24 +205.59.164.0/23 +205.59.166.0/24 +205.59.167.0/24 +205.59.169.0/24 +205.59.170.0/24 +205.59.172.0/23 +205.59.174.0/24 +205.59.177.0/24 +205.63.0.0/19 +205.65.32.0/24 +205.65.33.0/24 +205.65.34.0/24 +205.65.35.0/24 +205.65.36.0/24 +205.65.44.0/22 +205.65.176.0/22 +205.65.187.0/24 +205.65.188.0/24 +205.67.0.0/20 +205.67.20.0/24 +205.67.24.0/22 +205.68.126.0/24 +205.68.192.0/20 +205.68.224.0/20 +205.68.228.0/24 +205.68.230.0/24 +205.68.231.0/24 +205.68.232.0/24 +205.68.240.0/20 +205.68.244.0/24 +205.68.246.0/24 +205.68.247.0/24 +205.68.248.0/24 +205.70.128.0/19 +205.70.192.0/20 +205.71.112.0/20 +205.71.116.0/24 +205.71.117.0/24 +205.71.119.0/24 +205.71.120.0/24 +205.71.121.0/24 +205.71.122.0/24 +205.71.128.0/19 +205.71.129.0/24 +205.71.131.0/24 +205.71.132.0/23 +205.71.136.0/24 +205.71.137.0/24 +205.71.144.0/23 +205.71.147.0/24 +205.71.164.0/24 +205.71.192.0/20 +205.71.208.0/20 +205.71.213.0/24 +205.71.214.0/24 +205.71.215.0/24 +205.71.216.0/24 +205.71.240.0/20 +205.71.244.0/24 +205.71.246.0/24 +205.71.247.0/24 +205.71.248.0/24 +205.72.64.0/20 +205.72.192.0/20 +205.73.64.0/20 +205.73.96.0/20 +205.73.128.0/19 +205.78.0.0/20 +205.78.10.0/23 +205.78.12.0/22 +205.78.16.0/21 +205.78.23.0/24 +205.78.24.0/22 +205.78.24.0/24 +205.78.25.0/24 +205.78.28.0/24 +205.79.0.0/20 +205.79.71.0/24 +205.79.72.0/23 +205.79.75.0/24 +205.79.76.0/23 +205.79.80.0/24 +205.79.82.0/24 +205.79.83.0/24 +205.79.84.0/24 +205.79.85.0/24 +205.79.86.0/23 +205.79.89.0/24 +205.79.192.0/19 +205.83.96.0/20 +205.83.112.0/20 +205.83.112.0/23 +205.83.114.0/24 +205.83.115.0/24 +205.86.81.0/24 +205.86.82.0/24 +205.86.136.0/24 +205.86.137.0/24 +205.86.138.0/24 +205.86.176.0/24 +205.86.177.0/24 +205.86.178.0/24 +205.88.128.0/20 +205.88.192.0/20 +205.88.208.0/20 +205.89.16.0/22 +205.89.96.0/20 +205.89.160.0/21 +205.89.160.0/24 +205.89.161.0/24 +205.89.163.0/24 +205.89.164.0/24 +205.89.192.0/20 +205.89.192.0/24 +205.89.194.0/24 +205.89.195.0/24 +205.89.196.0/24 +205.90.32.0/20 +205.90.128.0/20 +205.90.192.0/20 +205.90.224.0/20 +205.91.0.0/20 +205.91.96.0/20 +205.91.96.0/24 +205.91.97.0/24 +205.91.98.0/24 +205.91.101.0/24 +205.91.107.0/24 +205.91.108.0/24 +205.91.128.0/20 +205.92.64.0/20 +205.93.128.0/19 +205.93.160.0/19 +205.93.160.0/24 +205.93.162.0/24 +205.93.164.0/24 +205.93.165.0/24 +205.93.224.0/20 +205.94.32.0/20 +205.94.160.0/20 +205.95.64.0/24 +205.95.65.0/24 +205.95.67.0/24 +205.95.68.0/24 +205.98.128.0/20 +205.98.192.0/20 +205.99.96.0/20 +205.103.0.0/24 +205.103.4.0/24 +205.103.24.0/24 +205.103.28.0/24 +205.103.44.0/24 +205.103.52.0/24 +205.103.64.0/24 +205.106.220.0/24 +205.107.48.0/24 +205.107.52.0/24 +205.107.60.0/24 +205.107.64.0/24 +205.107.65.0/24 +205.107.100.0/24 +205.107.109.0/24 +205.107.112.0/24 +205.107.124.0/24 +205.107.129.0/24 +205.107.140.0/24 +205.107.144.0/24 +205.107.160.0/24 +205.107.172.0/24 +205.107.180.0/24 +205.107.188.0/24 +205.107.212.0/24 +205.107.228.0/22 +205.113.10.0/23 +205.113.12.0/22 +205.113.16.0/24 +205.115.50.0/24 +214.57.1.0/24 +214.57.2.0/24 +214.57.5.0/24 +214.57.6.0/24 +214.57.8.0/24 +214.57.9.0/24 +214.57.28.0/24 +214.57.36.0/24 +214.57.42.0/24 +214.57.56.0/24 +214.57.60.0/24 +214.57.125.0/24 +214.57.127.0/24 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +144.51.128.0/17 +144.51.240.0/21 +# DNIC-ASBLK-05120-05376, US / DoD Network Information Center +214.8.0.0/16 +2608:121::/48 +# LINX-AS London interconnection point, GB / London Internet Exchange Ltd. +195.66.232.0/22 +195.66.240.0/22 +195.66.248.0/22 +2a01:40::/32 +# HU-BIX-AS BIX - Budapest Internet Exchange, HU +# RBNET, RU / Joint-stock company Internet Exchange MSK-IX +194.226.68.0/24 +195.209.3.0/24 +195.209.14.0/24 +2001:6d0:ffff::/48 +# USPTO, US / United States Patent and Trademark Office +151.207.128.0/20 +151.207.232.0/22 +151.207.240.0/20 +151.207.245.0/24 +151.207.246.0/24 +151.207.248.0/24 +2610:20:5004::/48 +2610:20:5006::/48 +2610:20:500a::/48 +2610:20:5010::/44 +2610:20:5012::/48 +2610:20:5020::/44 +2610:20:5030::/44 +2610:20:5100::/40 +2610:20:5130::/44 +2610:20:5160::/44 +# USPS-001, US / United States Postal Service. +56.0.0.0/16 +56.0.32.0/20 +56.0.64.0/19 +56.0.86.0/23 +56.0.90.0/24 +56.0.91.0/24 +56.0.128.0/19 +56.0.146.0/24 +56.0.149.0/24 +56.0.150.0/24 +56.0.151.0/24 +56.0.192.0/20 +56.0.208.0/20 +56.105.0.0/16 +56.105.64.0/18 +56.105.67.0/24 +56.105.72.0/21 +56.105.80.0/22 +56.105.84.0/23 +56.105.108.0/22 +56.105.120.0/22 +56.105.128.0/18 +56.105.129.0/24 +56.105.156.0/22 +56.105.164.0/22 +56.235.0.0/16 +56.235.0.0/17 +56.235.128.0/17 +2610:68::/32 +2610:68:4000::/34 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +140.47.0.0/16 +140.48.0.0/16 +214.3.138.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +138.180.197.0/24 +138.180.198.0/24 +205.69.237.0/24 +205.71.96.0/20 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +214.3.32.0/20 +214.3.48.0/21 +214.3.234.0/24 +214.16.61.0/24 +214.27.180.0/22 +214.27.184.0/22 +214.38.144.0/21 +214.38.152.0/21 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +131.65.0.0/24 +131.65.1.0/24 +131.65.2.0/24 +131.65.3.0/24 +138.140.4.0/23 +138.140.51.0/24 +138.140.52.0/23 +138.140.54.0/24 +138.140.56.0/24 +138.140.57.0/24 +138.140.60.0/24 +138.140.61.0/24 +138.140.68.0/24 +138.140.70.0/24 +138.140.71.0/24 +138.140.88.0/24 +138.140.89.0/24 +138.140.90.0/24 +138.140.96.0/24 +138.140.99.0/24 +138.140.105.0/24 +138.140.106.0/23 +138.140.108.0/22 +138.140.112.0/20 +138.140.128.0/24 +138.140.161.0/24 +138.141.2.0/24 +138.141.3.0/24 +138.141.8.0/23 +138.141.11.0/24 +138.141.13.0/24 +138.141.15.0/24 +138.141.40.0/23 +138.141.42.0/24 +138.141.43.0/24 +138.141.45.0/24 +138.141.46.0/24 +138.141.64.0/23 +138.141.67.0/24 +138.141.70.0/24 +138.141.71.0/24 +138.141.78.0/24 +138.141.79.0/24 +138.141.80.0/23 +138.141.82.0/23 +138.141.87.0/24 +138.141.88.0/22 +138.141.90.0/23 +138.141.90.0/24 +138.141.98.0/24 +138.141.101.0/24 +138.141.106.0/24 +138.141.107.0/24 +138.141.110.0/24 +138.141.111.0/24 +138.141.122.0/24 +138.141.123.0/24 +138.141.124.0/22 +138.141.130.0/24 +138.141.131.0/24 +138.141.132.0/24 +138.141.133.0/24 +138.141.134.0/24 +138.141.135.0/24 +138.141.144.0/24 +138.141.159.0/24 +138.141.160.0/22 +138.141.164.0/22 +138.141.168.0/21 +138.141.176.0/21 +138.141.184.0/21 +138.141.192.0/24 +138.141.194.0/24 +138.141.195.0/24 +138.141.209.0/24 +138.141.210.0/23 +138.141.218.0/24 +138.141.223.0/24 +138.141.225.0/24 +138.141.226.0/24 +138.141.254.0/23 +138.152.0.0/24 +139.40.130.0/24 +139.40.131.0/24 +139.40.134.0/24 +139.40.135.0/24 +139.40.136.0/24 +139.40.144.0/24 +139.40.145.0/24 +139.40.146.0/23 +139.40.148.0/24 +139.40.151.0/24 +139.40.152.0/24 +139.235.0.0/24 +139.235.1.0/24 +139.235.128.0/24 +139.235.129.0/24 +140.12.16.0/24 +140.12.20.0/24 +140.12.21.0/24 +140.12.40.0/21 +140.12.40.0/24 +140.12.220.0/22 +140.13.8.0/22 +140.13.14.0/24 +140.13.32.0/20 +140.16.1.0/24 +140.16.2.0/24 +140.16.4.0/24 +140.16.10.0/23 +140.16.16.0/24 +140.16.17.0/24 +140.16.20.0/24 +140.16.21.0/24 +140.16.24.0/23 +140.16.30.0/24 +140.16.31.0/24 +140.16.34.0/23 +140.16.36.0/23 +140.16.39.0/24 +140.16.40.0/21 +140.16.52.0/24 +140.16.56.0/24 +140.16.57.0/24 +140.16.80.0/21 +140.16.88.0/21 +140.16.96.0/24 +140.16.97.0/24 +140.16.98.0/24 +140.16.102.0/24 +140.16.114.0/24 +140.16.116.0/22 +140.16.123.0/24 +140.16.128.0/24 +140.16.129.0/24 +140.16.130.0/23 +140.16.132.0/24 +140.16.136.0/21 +140.16.147.0/24 +140.16.148.0/24 +140.16.149.0/24 +140.16.150.0/24 +140.16.152.0/24 +140.16.153.0/24 +140.16.154.0/24 +140.16.155.0/24 +140.16.162.0/24 +140.16.163.0/24 +140.16.164.0/24 +140.16.165.0/24 +140.16.167.0/24 +140.16.194.0/23 +140.16.202.0/24 +140.16.203.0/24 +140.16.237.0/24 +140.16.239.0/24 +140.16.240.0/22 +140.16.244.0/22 +140.16.248.0/22 +140.17.0.0/20 +140.17.14.0/24 +140.17.24.0/23 +140.17.30.0/23 +140.17.32.0/24 +140.17.38.0/24 +140.17.39.0/24 +140.17.40.0/24 +140.17.41.0/24 +140.17.42.0/23 +140.17.44.0/24 +140.17.64.0/23 +140.17.64.0/24 +140.17.65.0/24 +140.17.67.0/24 +140.17.68.0/24 +140.17.70.0/24 +140.17.71.0/24 +140.17.80.0/24 +140.17.81.0/24 +140.17.82.0/24 +140.17.83.0/24 +140.17.84.0/24 +140.17.85.0/24 +140.17.88.0/23 +140.17.96.0/22 +140.17.104.0/23 +140.17.110.0/23 +140.17.131.0/24 +140.17.134.0/23 +140.17.152.0/23 +140.17.154.0/24 +140.17.155.0/24 +140.17.177.0/24 +140.17.180.0/22 +140.17.185.0/24 +140.17.188.0/22 +140.17.192.0/24 +140.17.203.0/24 +140.17.204.0/24 +140.17.206.0/24 +140.17.207.0/24 +140.17.208.0/24 +140.17.209.0/24 +140.17.222.0/24 +140.17.226.0/24 +140.17.237.0/24 +140.17.238.0/24 +140.17.239.0/24 +140.18.2.0/24 +140.18.4.0/23 +140.18.7.0/24 +140.18.8.0/24 +140.18.9.0/24 +140.18.10.0/24 +140.18.13.0/24 +140.18.15.0/24 +140.18.16.0/22 +140.18.20.0/22 +140.18.24.0/22 +140.18.28.0/22 +140.18.48.0/22 +140.18.52.0/22 +140.18.68.0/24 +140.18.69.0/24 +140.18.96.0/24 +140.18.98.0/24 +140.18.128.0/24 +140.18.160.0/20 +140.18.176.0/24 +140.18.177.0/24 +140.18.178.0/24 +140.18.180.0/24 +140.18.182.0/24 +140.18.186.0/24 +140.18.188.0/23 +140.18.190.0/24 +140.18.191.0/24 +140.18.200.0/24 +140.18.201.0/24 +140.18.204.0/23 +140.18.208.0/22 +140.18.224.0/22 +140.18.248.0/24 +140.18.249.0/24 +140.19.8.0/24 +140.19.14.0/24 +140.19.15.0/24 +140.19.32.0/21 +140.19.60.0/24 +140.19.63.0/24 +140.19.69.0/24 +140.19.70.0/24 +140.19.71.0/24 +140.19.128.0/24 +140.19.129.0/24 +140.19.131.0/24 +140.19.160.0/23 +140.19.181.0/24 +140.19.182.0/24 +140.19.183.0/24 +140.19.184.0/24 +140.19.186.0/24 +140.19.187.0/24 +140.19.188.0/24 +140.19.199.0/24 +140.19.209.0/24 +140.19.210.0/24 +140.19.211.0/24 +140.19.225.0/24 +140.19.228.0/24 +140.19.229.0/24 +140.19.230.0/24 +140.19.240.0/24 +140.19.248.0/24 +140.20.0.0/24 +140.20.1.0/24 +140.20.2.0/23 +140.20.4.0/22 +140.20.8.0/21 +140.20.16.0/20 +140.20.32.0/24 +140.20.33.0/24 +140.20.34.0/23 +140.20.36.0/22 +140.20.40.0/21 +140.20.48.0/20 +140.20.68.0/24 +140.20.69.0/24 +140.20.71.0/24 +140.20.80.0/24 +140.20.81.0/24 +140.20.82.0/24 +140.20.96.0/23 +140.20.104.0/24 +140.20.112.0/21 +140.20.120.0/21 +140.20.152.0/24 +140.20.153.0/24 +140.20.154.0/24 +140.20.155.0/24 +140.20.156.0/24 +140.20.197.0/24 +140.20.201.0/24 +140.20.207.0/24 +140.20.208.0/24 +140.20.224.0/21 +140.20.232.0/21 +140.20.248.0/24 +140.20.252.0/24 +140.20.253.0/24 +140.20.254.0/23 +140.48.96.0/23 +192.5.55.0/24 +192.100.100.0/24 +192.100.152.0/24 +192.103.80.0/24 +199.124.16.0/24 +199.124.18.0/24 +199.124.20.0/24 +199.124.23.0/24 +214.1.100.0/24 +214.52.4.0/24 +214.52.80.0/21 +214.52.96.0/24 +214.52.102.0/24 +214.52.119.0/24 +214.52.122.0/24 +214.52.127.0/24 +214.53.32.0/24 +214.74.16.0/24 +214.74.80.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +163.251.255.0/24 +192.187.4.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +2001:480:31::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +192.112.36.0/24 +192.112.38.0/24 +192.240.132.0/24 +192.240.134.0/24 +192.240.137.0/24 +192.240.138.0/24 +192.240.139.0/24 +192.240.140.0/24 +192.240.141.0/24 +192.240.142.0/24 +192.240.143.0/24 +192.240.144.0/24 +192.240.147.0/24 +207.132.116.0/24 +207.132.117.0/24 +2001:500:12::/48 +2608:120:c::/48 +2608:140:c::/48 +2608:4122:2::/48 +2608:4163:1::/48 +2608:c144:1::/48 +2608:c184:1::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +160.125.0.0/16 +160.128.192.0/18 +199.211.210.0/24 +206.37.214.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +204.222.177.0/24 +204.222.178.0/24 +204.222.179.0/24 +2001:480:60::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +199.32.138.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +128.44.0.0/21 +128.44.14.0/23 +128.44.16.0/23 +128.44.20.0/22 +128.44.32.0/20 +128.44.40.0/23 +128.44.56.0/22 +128.44.60.0/24 +128.44.61.0/24 +128.44.64.0/22 +128.44.68.0/23 +128.44.72.0/21 +128.44.108.0/23 +128.44.114.0/23 +128.44.116.0/23 +128.44.168.0/23 +128.44.170.0/23 +128.44.172.0/22 +128.44.188.0/22 +128.44.196.0/22 +128.44.208.0/20 +131.39.147.0/24 +138.136.3.0/24 +138.136.4.0/23 +138.136.6.0/23 +138.136.8.0/24 +138.136.9.0/24 +138.136.10.0/24 +138.136.11.0/24 +138.136.12.0/24 +138.136.13.0/24 +138.136.14.0/24 +138.136.15.0/24 +138.136.16.0/24 +138.136.17.0/24 +138.136.18.0/24 +138.136.19.0/24 +138.136.20.0/22 +138.136.24.0/24 +138.136.25.0/24 +138.136.26.0/23 +138.136.28.0/23 +138.136.30.0/24 +138.136.31.0/24 +138.136.32.0/23 +138.136.34.0/23 +138.136.36.0/23 +138.136.38.0/24 +138.136.39.0/24 +138.136.40.0/22 +138.136.44.0/23 +138.136.46.0/24 +138.136.47.0/24 +138.136.48.0/24 +138.136.49.0/24 +138.136.50.0/24 +138.136.51.0/24 +138.136.52.0/22 +138.136.56.0/23 +138.136.58.0/24 +138.136.59.0/24 +138.136.60.0/22 +138.136.64.0/23 +138.136.66.0/23 +138.136.68.0/23 +138.136.70.0/24 +138.136.71.0/24 +138.136.72.0/21 +138.136.80.0/21 +138.136.88.0/23 +138.136.89.0/24 +138.136.90.0/23 +138.136.92.0/22 +138.136.96.0/21 +138.136.104.0/23 +138.136.106.0/24 +138.136.107.0/24 +138.136.108.0/24 +138.136.109.0/24 +138.136.110.0/23 +138.136.112.0/21 +138.136.120.0/21 +138.136.128.0/24 +138.136.129.0/24 +138.136.130.0/24 +138.136.131.0/24 +138.136.132.0/24 +138.136.133.0/24 +138.136.134.0/24 +138.136.135.0/24 +138.136.136.0/24 +138.136.137.0/24 +138.136.138.0/24 +138.136.139.0/24 +138.136.140.0/23 +138.136.142.0/24 +138.136.143.0/24 +138.136.144.0/22 +138.136.148.0/22 +138.136.152.0/21 +138.136.160.0/20 +138.136.176.0/22 +138.136.180.0/23 +138.136.182.0/24 +138.136.183.0/24 +138.136.184.0/22 +138.136.188.0/22 +138.136.192.0/23 +138.136.194.0/23 +138.136.196.0/22 +138.136.200.0/21 +138.136.208.0/23 +138.136.210.0/23 +138.136.212.0/23 +138.136.214.0/24 +138.136.215.0/24 +138.136.216.0/22 +138.136.220.0/23 +138.136.222.0/24 +138.136.223.0/24 +138.136.224.0/21 +138.136.233.0/24 +138.136.234.0/23 +138.136.236.0/23 +138.136.238.0/24 +138.136.239.0/24 +138.136.240.0/21 +138.136.248.0/21 +138.137.0.0/23 +138.137.2.0/23 +138.137.4.0/22 +138.137.8.0/22 +138.137.12.0/24 +138.137.13.0/24 +138.137.14.0/23 +138.137.16.0/21 +138.137.24.0/22 +138.137.28.0/22 +138.137.32.0/22 +138.137.36.0/22 +138.137.40.0/22 +138.137.44.0/22 +138.137.48.0/22 +138.137.52.0/22 +138.137.56.0/22 +138.137.60.0/23 +138.137.62.0/24 +138.137.63.0/24 +138.137.64.0/21 +138.137.72.0/21 +138.137.80.0/23 +138.137.82.0/23 +138.137.84.0/22 +138.137.88.0/24 +138.137.89.0/24 +138.137.90.0/23 +138.137.92.0/22 +138.137.96.0/24 +138.137.97.0/24 +138.137.98.0/23 +138.137.100.0/23 +138.137.102.0/24 +138.137.103.0/24 +138.137.104.0/21 +138.137.112.0/22 +138.137.116.0/22 +138.137.120.0/21 +138.137.128.0/22 +138.137.132.0/23 +138.137.134.0/24 +138.137.135.0/24 +138.137.136.0/21 +138.137.144.0/22 +138.137.148.0/23 +138.137.150.0/23 +138.137.152.0/22 +138.137.156.0/22 +138.137.160.0/23 +138.137.162.0/23 +138.137.164.0/22 +138.137.168.0/21 +138.137.176.0/23 +138.137.178.0/23 +138.137.180.0/23 +138.137.182.0/23 +138.137.184.0/23 +138.137.186.0/23 +138.138.0.0/19 +138.138.32.0/20 +138.138.48.0/21 +138.138.56.0/22 +138.138.60.0/24 +138.138.61.0/24 +138.138.62.0/23 +138.138.64.0/19 +138.138.96.0/20 +138.138.112.0/22 +138.138.116.0/22 +138.138.120.0/21 +138.138.128.0/23 +138.138.130.0/23 +138.138.132.0/22 +138.138.136.0/21 +138.138.144.0/20 +138.138.160.0/20 +138.138.176.0/22 +138.138.180.0/23 +138.138.182.0/23 +138.138.184.0/23 +138.138.186.0/24 +138.138.187.0/24 +138.138.188.0/23 +138.138.190.0/23 +138.138.192.0/19 +138.138.224.0/20 +138.138.240.0/23 +138.138.242.0/23 +138.138.253.0/24 +138.138.254.0/23 +139.38.0.0/24 +139.38.1.0/24 +139.38.2.0/24 +139.38.3.0/24 +139.38.4.0/24 +139.38.5.0/24 +139.38.6.0/24 +139.38.7.0/24 +139.38.8.0/24 +139.38.9.0/24 +139.38.10.0/23 +139.38.12.0/24 +139.38.13.0/24 +139.38.14.0/23 +139.38.16.0/23 +139.38.18.0/24 +139.38.19.0/24 +139.38.20.0/22 +139.38.24.0/22 +139.38.28.0/24 +139.38.29.0/24 +139.38.30.0/23 +139.38.32.0/23 +139.38.34.0/23 +139.38.36.0/22 +139.38.40.0/22 +139.38.44.0/23 +139.38.46.0/24 +139.38.47.0/24 +139.38.48.0/24 +139.38.49.0/24 +139.38.50.0/23 +139.38.52.0/23 +139.38.54.0/24 +139.38.55.0/24 +139.38.56.0/24 +139.38.58.0/23 +139.38.60.0/23 +139.38.62.0/24 +139.38.63.0/24 +139.38.64.0/24 +139.38.65.0/24 +139.38.66.0/24 +139.38.67.0/24 +139.38.68.0/24 +139.38.69.0/24 +139.38.70.0/23 +139.38.72.0/21 +139.38.80.0/23 +139.38.82.0/24 +139.38.83.0/24 +139.38.84.0/23 +139.38.86.0/24 +139.38.87.0/24 +139.38.88.0/21 +139.38.96.0/20 +139.38.112.0/21 +139.38.120.0/22 +139.38.124.0/24 +139.38.125.0/24 +139.38.126.0/24 +139.38.127.0/24 +139.38.128.0/24 +139.38.129.0/24 +139.38.130.0/23 +139.38.132.0/23 +139.38.134.0/24 +139.38.135.0/24 +139.38.136.0/24 +139.38.137.0/24 +139.38.138.0/24 +139.38.139.0/24 +139.38.140.0/22 +139.38.144.0/23 +139.38.146.0/23 +139.38.148.0/22 +139.38.152.0/22 +139.38.156.0/22 +139.38.160.0/23 +139.38.162.0/23 +139.38.164.0/23 +139.38.166.0/24 +139.38.167.0/24 +139.38.168.0/24 +139.38.169.0/24 +139.38.170.0/24 +139.38.171.0/24 +139.38.172.0/24 +139.38.173.0/24 +139.38.174.0/24 +139.38.175.0/24 +139.38.176.0/22 +139.38.180.0/24 +139.38.181.0/24 +139.38.182.0/23 +139.38.184.0/23 +139.38.186.0/24 +139.38.187.0/24 +139.38.188.0/23 +139.38.190.0/23 +139.38.192.0/24 +139.38.193.0/24 +139.38.194.0/23 +139.38.196.0/23 +139.38.198.0/24 +139.38.199.0/24 +139.38.200.0/24 +139.38.201.0/24 +139.38.202.0/24 +139.38.203.0/24 +139.38.204.0/23 +139.38.206.0/23 +139.38.209.0/24 +139.38.210.0/24 +139.38.211.0/24 +139.38.212.0/22 +139.38.216.0/24 +139.38.217.0/24 +139.38.218.0/23 +139.38.220.0/22 +139.38.224.0/21 +139.38.232.0/23 +139.38.234.0/24 +139.38.235.0/24 +139.38.236.0/22 +139.38.240.0/23 +139.38.242.0/24 +139.38.243.0/24 +139.38.244.0/23 +139.38.246.0/24 +139.38.247.0/24 +139.38.248.0/22 +139.38.252.0/22 +139.39.0.0/21 +139.39.8.0/22 +139.39.12.0/22 +139.39.16.0/23 +139.39.18.0/24 +139.39.19.0/24 +139.39.20.0/22 +139.39.24.0/24 +139.39.25.0/24 +139.39.26.0/24 +139.39.27.0/24 +139.39.28.0/24 +139.39.29.0/24 +139.39.30.0/23 +139.39.32.0/23 +139.39.34.0/24 +139.39.36.0/24 +139.39.37.0/24 +139.39.38.0/23 +139.39.40.0/23 +139.39.42.0/24 +139.39.43.0/24 +139.39.44.0/24 +139.39.45.0/24 +139.39.46.0/23 +139.39.48.0/24 +139.39.49.0/24 +139.39.50.0/24 +139.39.51.0/24 +139.39.52.0/24 +139.39.53.0/24 +139.39.54.0/24 +139.39.55.0/24 +139.39.56.0/21 +139.39.64.0/23 +139.39.66.0/24 +139.39.67.0/24 +139.39.68.0/24 +139.39.69.0/24 +139.39.70.0/24 +139.39.71.0/24 +139.39.72.0/22 +139.39.76.0/24 +139.39.77.0/24 +139.39.78.0/24 +139.39.79.0/24 +139.39.80.0/24 +139.39.81.0/24 +139.39.82.0/23 +139.39.84.0/23 +139.39.86.0/24 +139.39.87.0/24 +139.39.88.0/24 +139.39.89.0/24 +139.39.90.0/24 +139.39.91.0/24 +139.39.92.0/24 +139.39.93.0/24 +139.39.94.0/23 +139.39.96.0/23 +139.39.98.0/24 +139.39.99.0/24 +139.39.100.0/23 +139.39.102.0/23 +139.39.104.0/21 +139.39.112.0/24 +139.39.113.0/24 +139.39.114.0/24 +139.39.115.0/24 +139.39.116.0/22 +139.39.116.0/23 +139.39.120.0/22 +139.39.124.0/22 +139.39.124.0/24 +139.39.128.0/22 +139.39.132.0/22 +139.39.136.0/24 +139.39.137.0/24 +139.39.138.0/23 +139.39.140.0/23 +139.39.142.0/24 +139.39.143.0/24 +139.39.144.0/24 +139.39.145.0/24 +139.39.146.0/24 +139.39.147.0/24 +139.39.148.0/22 +139.39.148.0/24 +139.39.149.0/24 +139.39.150.0/24 +139.39.151.0/24 +139.39.152.0/21 +139.39.160.0/24 +139.39.161.0/24 +139.39.162.0/24 +139.39.163.0/24 +139.39.164.0/24 +139.39.165.0/24 +139.39.166.0/24 +139.39.167.0/24 +139.39.168.0/24 +139.39.169.0/24 +139.39.170.0/24 +139.39.171.0/24 +139.39.172.0/23 +139.39.174.0/24 +139.39.175.0/24 +139.39.176.0/22 +139.39.180.0/24 +139.39.181.0/24 +139.39.182.0/23 +139.39.184.0/24 +139.39.186.0/24 +139.39.187.0/24 +139.39.188.0/24 +139.39.189.0/24 +139.39.190.0/24 +139.39.191.0/24 +139.39.192.0/24 +139.39.193.0/24 +139.39.194.0/23 +139.39.196.0/23 +139.39.198.0/24 +139.39.199.0/24 +139.39.200.0/22 +139.39.204.0/23 +139.39.206.0/24 +139.39.207.0/24 +139.39.208.0/23 +139.39.212.0/23 +139.39.214.0/24 +139.39.215.0/24 +139.39.216.0/24 +139.39.217.0/24 +139.39.218.0/24 +139.39.219.0/24 +139.39.220.0/22 +139.39.224.0/21 +139.39.232.0/24 +139.39.233.0/24 +139.39.234.0/24 +139.39.235.0/24 +139.39.236.0/23 +139.39.238.0/24 +139.39.239.0/24 +139.39.240.0/23 +139.39.242.0/24 +139.39.243.0/24 +139.39.244.0/24 +139.39.245.0/24 +139.39.246.0/23 +139.39.248.0/24 +139.39.249.0/24 +139.39.250.0/23 +139.39.252.0/22 +140.18.72.0/23 +140.18.74.0/23 +140.18.88.0/24 +140.18.92.0/22 +140.18.252.0/22 +141.236.27.0/24 +141.236.168.0/23 +141.236.172.0/22 +141.236.176.0/23 +141.236.216.0/21 +141.236.217.0/24 +141.236.218.0/24 +141.236.220.0/24 +141.236.230.0/24 +141.236.240.0/22 +143.69.160.0/19 +143.69.191.0/24 +143.69.192.0/21 +143.83.0.0/19 +143.83.6.0/24 +143.83.32.0/21 +143.83.35.0/24 +143.83.40.0/21 +143.83.48.0/21 +143.83.49.0/24 +143.83.56.0/21 +143.83.58.0/24 +143.83.64.0/20 +143.83.80.0/20 +143.83.88.0/24 +143.83.96.0/21 +143.83.104.0/21 +143.83.104.0/24 +143.83.112.0/20 +143.83.114.0/24 +143.83.115.0/24 +143.83.116.0/23 +143.83.118.0/23 +143.83.122.0/23 +143.83.128.0/17 +144.146.32.0/21 +144.146.112.0/21 +144.146.156.0/23 +144.146.158.0/24 +144.146.176.0/21 +144.146.248.0/21 +155.220.4.0/23 +155.220.6.0/23 +155.220.8.0/21 +155.220.16.0/23 +155.220.18.0/23 +155.220.20.0/22 +155.220.24.0/23 +155.220.26.0/23 +155.220.32.0/23 +155.220.34.0/24 +155.220.35.0/24 +155.220.36.0/24 +155.220.38.0/23 +155.220.40.0/24 +155.220.49.0/24 +155.220.50.0/24 +155.220.51.0/24 +155.220.56.0/23 +155.220.58.0/24 +155.220.59.0/24 +155.220.104.0/21 +155.220.112.0/21 +155.220.132.0/23 +155.220.136.0/23 +155.220.144.0/22 +155.220.180.0/24 +155.220.181.0/24 +155.220.224.0/22 +155.220.251.0/24 +159.71.0.0/16 +159.71.1.0/24 +159.71.2.0/24 +159.71.15.0/24 +159.71.16.0/24 +159.71.17.0/24 +159.71.18.0/24 +159.71.19.0/24 +159.71.34.0/24 +159.71.37.0/24 +159.71.50.0/24 +159.71.53.0/24 +159.71.57.0/24 +159.71.58.0/24 +159.71.59.0/24 +159.71.71.0/24 +159.71.72.0/24 +159.71.78.0/24 +159.71.79.0/24 +159.71.81.0/24 +159.71.83.0/24 +159.71.90.0/24 +159.71.101.0/24 +159.71.107.0/24 +159.71.111.0/24 +159.71.121.0/24 +159.71.123.0/24 +159.71.126.0/23 +159.71.129.0/24 +159.71.138.0/24 +159.71.139.0/24 +159.71.143.0/24 +159.71.146.0/24 +159.71.149.0/24 +159.71.156.0/24 +159.71.159.0/24 +159.71.162.0/24 +159.71.163.0/24 +159.71.164.0/24 +159.71.165.0/24 +159.71.167.0/24 +159.71.168.0/24 +159.71.169.0/24 +159.71.171.0/24 +159.71.172.0/24 +159.71.182.0/24 +159.71.183.0/24 +159.71.188.0/24 +159.71.189.0/24 +159.71.190.0/23 +159.71.194.0/24 +159.71.195.0/24 +159.71.196.0/23 +159.71.214.0/24 +159.71.220.0/24 +159.71.225.0/24 +159.71.228.0/24 +159.71.230.0/24 +159.71.232.0/24 +159.71.233.0/24 +159.71.234.0/24 +159.71.239.0/24 +159.71.242.0/24 +159.71.246.0/24 +159.71.252.0/24 +159.71.255.0/24 +159.133.0.0/16 +159.133.112.0/21 +159.133.120.0/23 +159.133.127.0/24 +160.141.0.0/19 +160.141.8.0/24 +160.141.32.0/20 +160.141.48.0/20 +160.141.64.0/20 +160.141.80.0/20 +160.141.96.0/24 +160.141.97.0/24 +160.141.98.0/24 +160.141.99.0/24 +160.141.100.0/24 +160.141.101.0/24 +160.141.102.0/24 +160.141.103.0/24 +160.141.104.0/23 +160.141.106.0/24 +160.141.107.0/24 +160.141.108.0/24 +160.141.109.0/24 +160.141.110.0/24 +160.141.111.0/24 +160.141.120.0/24 +160.141.121.0/24 +160.141.122.0/24 +160.141.123.0/24 +160.141.124.0/22 +160.141.124.0/24 +160.141.128.0/20 +160.141.144.0/20 +160.141.154.0/24 +160.141.182.0/23 +160.141.184.0/21 +160.141.192.0/21 +160.141.210.0/23 +160.141.217.0/24 +160.141.218.0/24 +160.141.220.0/22 +160.151.32.0/19 +160.151.64.0/21 +160.151.72.0/22 +160.151.80.0/24 +160.151.81.0/24 +160.151.82.0/23 +160.151.84.0/22 +160.151.96.0/20 +160.151.112.0/23 +160.151.116.0/22 +160.151.122.0/23 +160.151.151.0/24 +160.151.192.0/19 +160.151.196.0/23 +160.151.207.0/24 +160.151.224.0/19 +160.151.226.0/23 +160.151.229.0/24 +164.167.0.0/16 +164.167.51.0/24 +164.167.86.0/23 +164.167.150.0/24 +164.248.0.0/20 +164.248.16.0/22 +164.248.20.0/24 +164.248.21.0/24 +164.248.22.0/23 +164.248.24.0/21 +164.248.32.0/21 +164.248.40.0/22 +164.248.44.0/23 +164.248.46.0/24 +164.248.48.0/24 +164.248.49.0/24 +164.248.50.0/23 +164.248.52.0/23 +164.248.54.0/24 +164.248.55.0/24 +164.248.56.0/21 +164.248.64.0/23 +164.248.66.0/24 +164.248.67.0/24 +164.248.68.0/24 +164.248.69.0/24 +164.248.70.0/24 +164.248.71.0/24 +164.248.72.0/22 +164.248.76.0/24 +164.248.77.0/24 +164.248.78.0/24 +164.248.79.0/24 +164.248.80.0/24 +164.248.96.0/24 +164.248.97.0/24 +164.248.98.0/24 +164.248.99.0/24 +164.248.100.0/24 +164.248.101.0/24 +164.248.102.0/23 +164.248.104.0/21 +164.248.112.0/20 +164.248.127.0/24 +164.248.128.0/21 +164.248.136.0/23 +164.248.138.0/23 +164.248.140.0/22 +164.248.143.0/24 +164.248.144.0/21 +164.248.152.0/21 +164.248.160.0/19 +164.248.192.0/21 +164.248.200.0/21 +164.248.216.0/22 +164.248.222.0/23 +164.248.224.0/21 +164.248.236.0/23 +164.248.238.0/23 +164.249.0.0/22 +164.249.1.0/24 +164.249.8.0/22 +164.249.15.0/24 +164.249.33.0/24 +164.249.53.0/24 +164.249.54.0/24 +164.249.61.0/24 +164.249.65.0/24 +164.249.128.0/18 +164.249.192.0/19 +164.249.196.0/23 +164.249.224.0/20 +164.249.240.0/22 +164.249.244.0/24 +164.249.246.0/23 +164.249.248.0/22 +164.249.252.0/23 +164.249.254.0/24 +164.249.255.0/24 +164.250.0.0/20 +164.250.16.0/23 +164.250.18.0/23 +164.250.20.0/22 +164.250.24.0/22 +164.250.28.0/24 +164.250.29.0/24 +164.250.30.0/24 +164.250.31.0/24 +164.250.32.0/22 +164.250.36.0/23 +164.250.38.0/23 +164.250.40.0/21 +164.250.48.0/22 +164.250.52.0/23 +164.250.54.0/24 +164.250.55.0/24 +164.250.56.0/23 +164.250.58.0/24 +164.250.59.0/24 +164.250.60.0/24 +164.250.61.0/24 +164.250.62.0/23 +164.250.64.0/20 +164.250.80.0/20 +164.250.97.0/24 +164.250.98.0/23 +164.250.100.0/22 +164.250.104.0/21 +164.250.112.0/21 +164.250.120.0/24 +164.250.121.0/24 +164.250.122.0/24 +164.250.123.0/24 +164.250.124.0/22 +164.250.128.0/19 +164.250.160.0/21 +164.250.168.0/22 +164.250.172.0/24 +164.250.174.0/23 +164.250.176.0/20 +164.250.192.0/21 +164.250.200.0/22 +164.250.204.0/23 +164.250.206.0/24 +164.250.207.0/24 +164.250.208.0/21 +164.250.216.0/22 +164.250.220.0/24 +164.250.221.0/24 +164.250.222.0/23 +164.250.224.0/20 +164.250.240.0/21 +164.250.248.0/21 +164.251.0.0/19 +164.251.32.0/19 +164.251.64.0/20 +164.251.80.0/20 +164.251.96.0/21 +164.251.104.0/22 +164.251.108.0/24 +164.251.109.0/24 +164.251.110.0/24 +164.251.111.0/24 +164.251.112.0/20 +164.251.125.0/24 +164.251.128.0/20 +164.251.144.0/20 +164.251.160.0/21 +164.251.168.0/21 +164.251.176.0/20 +164.251.192.0/20 +164.251.208.0/20 +164.251.224.0/21 +164.251.232.0/21 +164.251.240.0/22 +164.251.244.0/22 +164.251.248.0/22 +164.251.252.0/22 +192.101.121.0/24 +192.101.123.0/24 +192.101.126.0/24 +192.101.127.0/24 +192.101.129.0/24 +192.101.132.0/24 +192.108.4.0/24 +192.108.9.0/24 +192.108.12.0/24 +192.108.14.0/24 +192.111.227.0/24 +192.132.16.0/23 +192.138.24.0/24 +192.138.30.0/24 +192.138.33.0/24 +192.138.34.0/23 +192.138.42.0/23 +192.138.48.0/24 +192.138.51.0/24 +192.138.52.0/24 +192.138.53.0/24 +192.138.56.0/24 +192.138.57.0/24 +192.138.61.0/24 +192.138.62.0/24 +192.138.64.0/24 +192.138.65.0/24 +192.138.68.0/24 +192.138.69.0/24 +192.138.71.0/24 +192.138.72.0/24 +192.138.73.0/24 +192.138.74.0/24 +192.138.75.0/24 +192.138.78.0/24 +192.138.79.0/24 +192.138.80.0/24 +192.138.82.0/24 +192.138.83.0/24 +192.207.179.0/24 +192.207.223.0/24 +192.207.228.0/24 +198.49.228.0/24 +198.49.236.0/24 +198.49.237.0/24 +198.49.239.0/24 +198.97.132.0/23 +198.97.167.0/24 +198.201.6.0/24 +198.250.128.0/24 +198.250.131.0/24 +198.250.176.0/22 +198.250.181.0/24 +198.250.182.0/23 +198.250.185.0/24 +198.250.186.0/23 +198.250.187.0/24 +198.250.190.0/23 +198.250.192.0/22 +198.250.194.0/24 +198.250.196.0/23 +198.250.200.0/21 +198.250.206.0/24 +198.250.212.0/23 +198.250.219.0/24 +198.250.222.0/24 +198.250.232.0/21 +198.250.238.0/24 +198.250.240.0/23 +199.10.160.0/23 +199.10.162.0/23 +199.10.192.0/24 +199.10.194.0/24 +199.10.239.0/24 +199.10.245.0/24 +199.10.246.0/23 +199.122.5.0/24 +199.122.6.0/24 +199.123.16.0/22 +199.123.16.0/24 +199.123.24.0/22 +199.208.0.0/24 +199.208.64.0/21 +199.208.72.0/22 +199.208.76.0/23 +199.208.78.0/24 +199.208.81.0/24 +199.208.82.0/24 +199.208.87.0/24 +199.208.88.0/23 +199.208.89.0/24 +199.208.90.0/24 +199.208.91.0/24 +199.208.92.0/24 +199.208.93.0/24 +199.208.94.0/23 +199.208.96.0/24 +199.208.99.0/24 +199.208.100.0/24 +199.208.103.0/24 +199.208.104.0/23 +199.208.106.0/24 +199.208.108.0/24 +199.208.111.0/24 +199.208.112.0/23 +199.208.112.0/24 +199.208.116.0/24 +199.211.22.0/24 +199.211.72.0/23 +199.211.177.0/24 +199.211.188.0/22 +199.211.194.0/24 +199.211.195.0/24 +199.211.245.0/24 +199.211.247.0/24 +199.225.10.0/23 +199.225.14.0/24 +199.226.64.0/18 +199.252.16.0/21 +199.252.24.0/24 +204.34.200.0/24 +204.208.0.0/22 +204.208.4.0/23 +204.208.6.0/23 +204.208.8.0/23 +204.208.10.0/23 +204.208.12.0/22 +204.208.16.0/20 +204.208.32.0/19 +204.208.57.0/24 +204.208.64.0/24 +204.208.66.0/24 +204.208.67.0/24 +204.208.69.0/24 +204.208.70.0/23 +204.208.72.0/21 +204.208.76.0/24 +204.208.100.0/24 +204.208.104.0/22 +204.208.109.0/24 +204.208.110.0/23 +204.208.112.0/22 +204.208.116.0/23 +204.208.118.0/24 +204.208.121.0/24 +204.208.122.0/23 +204.208.124.0/22 +204.208.128.0/19 +204.208.160.0/20 +204.208.177.0/24 +204.208.178.0/23 +204.208.180.0/22 +204.208.184.0/21 +204.208.192.0/18 +204.222.16.0/22 +204.222.32.0/21 +204.222.40.0/24 +205.66.104.0/23 +205.66.106.0/24 +205.68.70.0/24 +205.68.105.0/24 +205.68.106.0/23 +205.69.233.0/24 +205.69.234.0/24 +205.73.205.0/24 +205.73.207.0/24 +205.73.212.0/24 +205.73.213.0/24 +205.73.215.0/24 +205.73.218.0/24 +205.73.227.0/24 +205.73.228.0/24 +205.74.191.0/24 +205.113.0.0/22 +205.113.4.0/23 +205.113.6.0/24 +205.115.4.0/24 +205.115.5.0/24 +205.115.12.0/24 +205.115.14.0/24 +205.115.15.0/24 +205.115.17.0/24 +205.115.21.0/24 +205.115.28.0/23 +205.115.32.0/21 +205.115.52.0/24 +205.115.53.0/24 +205.115.86.0/23 +205.115.137.0/24 +205.115.138.0/23 +205.115.184.0/22 +205.116.0.0/22 +205.116.4.0/24 +205.116.64.0/22 +206.37.35.0/24 +207.132.103.0/24 +207.132.104.0/24 +207.132.105.0/24 +207.132.114.0/24 +207.133.83.0/24 +209.22.48.0/24 +209.22.49.0/24 +214.1.2.0/24 +214.1.3.0/24 +214.1.4.0/24 +214.1.5.0/24 +214.1.9.0/24 +214.1.10.0/24 +214.1.11.0/24 +214.1.13.0/24 +214.1.17.0/24 +214.1.18.0/24 +214.1.19.0/24 +214.1.20.0/24 +214.1.21.0/24 +214.1.22.0/24 +214.1.23.0/24 +214.1.25.0/24 +214.1.26.0/24 +214.1.28.0/24 +214.1.29.0/24 +214.1.30.0/24 +214.1.31.0/24 +214.1.32.0/24 +214.1.34.0/24 +214.1.36.0/24 +214.1.37.0/24 +214.1.38.0/24 +214.1.39.0/24 +214.1.41.0/24 +214.1.42.0/24 +214.1.43.0/24 +214.1.44.0/24 +214.1.45.0/24 +214.1.47.0/24 +214.1.48.0/24 +214.1.49.0/24 +214.1.51.0/24 +214.1.52.0/24 +214.1.53.0/24 +214.1.54.0/23 +214.1.56.0/22 +214.1.60.0/23 +214.1.62.0/24 +214.1.64.0/24 +214.1.66.0/24 +214.1.67.0/24 +214.1.68.0/24 +214.1.69.0/24 +214.1.70.0/24 +214.1.71.0/24 +214.1.72.0/23 +214.1.74.0/23 +214.1.76.0/23 +214.1.79.0/24 +214.1.80.0/24 +214.1.81.0/24 +214.1.82.0/24 +214.1.84.0/22 +214.1.89.0/24 +214.1.90.0/24 +214.1.92.0/24 +214.1.93.0/24 +214.1.94.0/24 +214.1.95.0/24 +214.1.97.0/24 +214.1.98.0/24 +214.1.99.0/24 +214.1.101.0/24 +214.1.102.0/24 +214.1.103.0/24 +214.1.104.0/24 +214.1.105.0/24 +214.1.106.0/24 +214.1.107.0/24 +214.1.108.0/24 +214.1.109.0/24 +214.1.110.0/24 +214.1.111.0/24 +214.1.112.0/24 +214.1.118.0/24 +214.1.121.0/24 +214.1.122.0/24 +214.1.123.0/24 +214.1.125.0/24 +214.1.126.0/24 +214.1.130.0/24 +214.1.131.0/24 +214.1.132.0/24 +214.1.133.0/24 +214.1.134.0/24 +214.1.135.0/24 +214.1.136.0/24 +214.1.138.0/24 +214.1.139.0/24 +214.1.140.0/24 +214.1.141.0/24 +214.1.142.0/24 +214.1.143.0/24 +214.1.144.0/24 +214.1.145.0/24 +214.1.146.0/24 +214.1.147.0/24 +214.1.148.0/24 +214.1.149.0/24 +214.1.151.0/24 +214.1.152.0/24 +214.1.153.0/24 +214.1.154.0/24 +214.1.156.0/24 +214.1.158.0/24 +214.1.161.0/24 +214.1.162.0/24 +214.1.163.0/24 +214.1.164.0/23 +214.1.166.0/24 +214.1.167.0/24 +214.1.168.0/24 +214.1.169.0/24 +214.1.170.0/24 +214.1.171.0/24 +214.1.172.0/24 +214.1.173.0/24 +214.1.174.0/24 +214.1.175.0/24 +214.1.176.0/24 +214.1.177.0/24 +214.1.178.0/24 +214.1.179.0/24 +214.1.180.0/24 +214.1.181.0/24 +214.1.182.0/24 +214.1.183.0/24 +214.1.184.0/24 +214.1.186.0/24 +214.1.187.0/24 +214.1.188.0/24 +214.1.189.0/24 +214.1.191.0/24 +214.1.192.0/24 +214.1.194.0/24 +214.1.195.0/24 +214.1.196.0/24 +214.1.198.0/24 +214.1.200.0/24 +214.1.201.0/24 +214.1.202.0/23 +214.1.204.0/24 +214.1.205.0/24 +214.1.206.0/24 +214.1.208.0/24 +214.1.209.0/24 +214.1.210.0/24 +214.1.211.0/24 +214.1.212.0/24 +214.1.213.0/24 +214.1.214.0/24 +214.1.215.0/24 +214.1.216.0/24 +214.1.218.0/23 +214.1.220.0/24 +214.1.224.0/24 +214.1.225.0/24 +214.1.226.0/24 +214.1.228.0/24 +214.1.232.0/24 +214.1.233.0/24 +214.1.234.0/24 +214.1.235.0/24 +214.1.236.0/24 +214.1.237.0/24 +214.1.240.0/24 +214.1.241.0/24 +214.1.244.0/24 +214.1.245.0/24 +214.1.246.0/24 +214.1.247.0/24 +214.1.248.0/24 +214.1.249.0/24 +214.1.250.0/23 +214.1.252.0/24 +214.1.255.0/24 +214.2.1.0/24 +214.2.2.0/24 +214.2.4.0/24 +214.2.5.0/24 +214.2.6.0/24 +214.2.7.0/24 +214.2.8.0/24 +214.2.9.0/24 +214.2.10.0/24 +214.2.13.0/24 +214.2.14.0/24 +214.2.15.0/24 +214.2.16.0/24 +214.2.17.0/24 +214.2.18.0/24 +214.2.19.0/24 +214.2.20.0/24 +214.2.22.0/24 +214.2.23.0/24 +214.2.24.0/24 +214.2.25.0/24 +214.2.26.0/24 +214.2.28.0/24 +214.2.30.0/24 +214.2.31.0/24 +214.2.32.0/24 +214.2.33.0/24 +214.2.34.0/24 +214.2.36.0/24 +214.2.37.0/24 +214.2.38.0/24 +214.2.40.0/24 +214.2.41.0/24 +214.2.43.0/24 +214.2.44.0/24 +214.2.45.0/24 +214.2.46.0/24 +214.2.47.0/24 +214.2.48.0/24 +214.2.49.0/24 +214.2.51.0/24 +214.2.52.0/24 +214.2.54.0/24 +214.2.58.0/24 +214.2.60.0/23 +214.2.62.0/24 +214.2.63.0/24 +214.2.64.0/24 +214.2.65.0/24 +214.2.67.0/24 +214.2.71.0/24 +214.2.74.0/24 +214.2.75.0/24 +214.2.76.0/24 +214.2.77.0/24 +214.2.79.0/24 +214.2.80.0/24 +214.2.85.0/24 +214.2.86.0/24 +214.2.88.0/24 +214.2.89.0/24 +214.2.90.0/24 +214.2.92.0/24 +214.2.93.0/24 +214.2.94.0/24 +214.2.96.0/24 +214.2.97.0/24 +214.2.98.0/24 +214.2.99.0/24 +214.2.100.0/24 +214.2.102.0/24 +214.2.106.0/24 +214.2.107.0/24 +214.2.108.0/24 +214.2.109.0/24 +214.2.110.0/24 +214.2.111.0/24 +214.2.112.0/24 +214.2.114.0/24 +214.2.115.0/24 +214.2.119.0/24 +214.2.121.0/24 +214.2.122.0/24 +214.2.123.0/24 +214.2.124.0/24 +214.2.125.0/24 +214.2.126.0/24 +214.2.128.0/22 +214.2.132.0/24 +214.2.133.0/24 +214.2.134.0/24 +214.2.135.0/24 +214.2.136.0/24 +214.2.137.0/24 +214.2.138.0/24 +214.2.139.0/24 +214.2.144.0/24 +214.2.148.0/24 +214.2.149.0/24 +214.2.152.0/24 +214.2.153.0/24 +214.2.154.0/24 +214.2.155.0/24 +214.2.157.0/24 +214.2.158.0/24 +214.2.160.0/24 +214.2.161.0/24 +214.2.162.0/23 +214.2.164.0/22 +214.2.168.0/21 +214.2.176.0/21 +214.2.184.0/24 +214.2.185.0/24 +214.2.186.0/24 +214.2.190.0/24 +214.2.191.0/24 +214.2.192.0/23 +214.2.194.0/24 +214.2.195.0/24 +214.2.196.0/22 +214.2.209.0/24 +214.2.211.0/24 +214.2.212.0/24 +214.2.213.0/24 +214.2.214.0/24 +214.2.215.0/24 +214.2.216.0/24 +214.2.224.0/20 +214.2.240.0/21 +214.2.248.0/24 +214.2.250.0/24 +214.2.252.0/24 +214.2.253.0/24 +214.2.254.0/24 +214.2.255.0/24 +214.3.3.0/24 +214.3.4.0/24 +214.3.5.0/24 +214.3.6.0/23 +214.4.102.0/24 +214.10.32.0/23 +214.10.34.0/24 +214.10.36.0/24 +214.10.40.0/22 +214.10.44.0/22 +214.10.48.0/22 +214.10.52.0/22 +214.10.56.0/24 +214.10.63.0/24 +214.17.0.0/17 +214.17.128.0/17 +214.47.0.0/18 +214.47.24.0/22 +214.47.28.0/22 +214.47.52.0/22 +214.47.64.0/20 +214.47.80.0/22 +214.47.84.0/22 +214.47.88.0/21 +214.47.96.0/19 +214.47.128.0/22 +214.47.132.0/22 +214.47.136.0/21 +214.47.142.0/23 +214.47.144.0/21 +214.47.152.0/21 +214.47.160.0/21 +214.47.168.0/22 +214.47.172.0/23 +214.47.174.0/24 +214.47.175.0/24 +214.47.176.0/21 +214.47.184.0/22 +214.47.188.0/22 +214.47.192.0/23 +214.47.194.0/24 +214.47.196.0/23 +214.47.228.0/24 +214.47.229.0/24 +214.51.161.0/24 +214.51.162.0/24 +214.59.0.0/20 +214.59.16.0/20 +214.59.36.0/22 +214.59.40.0/22 +214.59.48.0/22 +214.59.52.0/24 +214.59.53.0/24 +214.59.54.0/24 +214.59.55.0/24 +214.59.56.0/24 +214.59.57.0/24 +214.59.58.0/24 +214.59.59.0/24 +214.59.60.0/24 +214.59.64.0/22 +214.59.86.0/24 +214.59.87.0/24 +214.59.254.0/24 +214.59.255.0/24 +214.75.0.0/20 +214.75.16.0/23 +214.75.18.0/24 +214.75.20.0/24 +214.75.21.0/24 +214.75.22.0/23 +214.75.24.0/22 +214.75.28.0/22 +214.75.32.0/21 +214.75.40.0/21 +214.75.48.0/22 +214.75.52.0/24 +214.75.53.0/24 +214.75.54.0/23 +214.75.56.0/21 +214.75.64.0/20 +214.75.80.0/20 +214.75.96.0/19 +214.75.128.0/20 +214.75.144.0/22 +214.75.148.0/24 +214.75.149.0/24 +214.75.150.0/24 +214.75.151.0/24 +214.75.152.0/24 +214.75.153.0/24 +214.75.154.0/23 +214.75.156.0/23 +214.75.158.0/24 +214.75.159.0/24 +214.75.160.0/24 +214.75.161.0/24 +214.75.162.0/24 +214.75.163.0/24 +214.75.164.0/24 +214.75.165.0/24 +214.75.166.0/23 +214.75.168.0/21 +214.75.176.0/20 +214.75.192.0/24 +214.75.193.0/24 +214.75.194.0/24 +214.75.196.0/22 +214.75.200.0/22 +214.75.204.0/23 +214.75.206.0/23 +214.75.208.0/20 +214.75.224.0/21 +214.75.232.0/22 +214.75.236.0/22 +214.75.240.0/22 +214.75.244.0/22 +214.75.248.0/22 +214.75.252.0/22 +214.76.0.0/19 +214.76.32.0/21 +214.76.40.0/22 +214.76.44.0/23 +214.76.46.0/24 +214.76.47.0/24 +214.76.48.0/20 +214.76.64.0/19 +214.76.96.0/23 +214.76.98.0/23 +214.76.100.0/23 +214.76.102.0/23 +214.76.104.0/23 +214.76.107.0/24 +214.76.108.0/24 +214.76.109.0/24 +214.76.110.0/23 +214.76.116.0/23 +214.76.119.0/24 +214.76.120.0/23 +214.76.122.0/23 +214.76.124.0/23 +214.76.126.0/23 +214.76.128.0/23 +214.76.130.0/23 +214.76.132.0/22 +214.76.136.0/22 +214.76.141.0/24 +214.76.142.0/23 +214.76.144.0/20 +214.76.160.0/21 +214.76.168.0/23 +214.76.170.0/23 +214.76.172.0/24 +214.76.173.0/24 +214.76.174.0/24 +214.76.175.0/24 +214.76.176.0/21 +214.76.184.0/23 +214.76.186.0/23 +214.76.188.0/24 +214.76.189.0/24 +214.76.190.0/24 +214.76.191.0/24 +214.76.192.0/24 +214.76.193.0/24 +214.76.194.0/23 +214.76.196.0/22 +214.76.200.0/21 +214.76.209.0/24 +214.76.210.0/23 +214.76.212.0/22 +214.76.216.0/21 +214.76.224.0/20 +214.76.240.0/22 +214.76.244.0/22 +214.76.248.0/22 +214.76.252.0/24 +214.76.253.0/24 +214.76.254.0/24 +214.76.255.0/24 +214.77.2.0/23 +214.77.4.0/24 +214.77.6.0/23 +214.77.8.0/21 +214.77.17.0/24 +214.77.18.0/24 +214.77.19.0/24 +214.77.20.0/22 +214.77.24.0/23 +214.77.26.0/23 +214.77.28.0/23 +214.77.30.0/24 +214.77.31.0/24 +214.77.32.0/20 +214.77.48.0/21 +214.77.56.0/24 +214.77.57.0/24 +214.77.58.0/23 +214.77.60.0/22 +214.77.64.0/23 +214.77.66.0/24 +214.77.67.0/24 +214.77.68.0/22 +214.77.72.0/22 +214.77.76.0/23 +214.77.78.0/23 +214.77.81.0/24 +214.77.82.0/23 +214.77.84.0/22 +214.77.88.0/21 +214.77.96.0/20 +214.77.112.0/22 +214.77.116.0/23 +214.77.118.0/24 +214.77.119.0/24 +214.77.120.0/21 +214.77.128.0/23 +214.77.130.0/24 +214.77.131.0/24 +214.77.132.0/23 +214.77.134.0/24 +214.77.135.0/24 +214.77.136.0/22 +214.77.140.0/24 +214.77.141.0/24 +214.77.142.0/24 +214.77.143.0/24 +214.77.144.0/21 +214.77.152.0/22 +214.77.156.0/22 +214.77.160.0/19 +214.77.192.0/21 +214.77.200.0/21 +214.77.208.0/24 +214.77.210.0/24 +214.77.211.0/24 +214.77.212.0/24 +214.77.213.0/24 +214.77.214.0/24 +214.77.215.0/24 +214.77.216.0/24 +214.77.217.0/24 +214.77.218.0/23 +214.77.220.0/22 +214.77.224.0/21 +214.77.232.0/21 +214.77.240.0/22 +214.77.244.0/22 +214.77.248.0/23 +214.77.250.0/24 +214.77.251.0/24 +214.77.252.0/22 +214.78.0.0/17 +214.78.128.0/22 +214.78.132.0/23 +214.78.134.0/24 +214.78.135.0/24 +214.78.136.0/22 +214.78.140.0/22 +214.78.144.0/21 +214.78.152.0/23 +214.78.154.0/24 +214.78.155.0/24 +214.78.156.0/22 +214.78.160.0/21 +214.78.168.0/22 +214.78.172.0/23 +214.78.174.0/24 +214.78.175.0/24 +214.78.176.0/22 +214.78.184.0/24 +214.78.185.0/24 +214.78.187.0/24 +214.78.188.0/23 +214.78.190.0/24 +214.78.191.0/24 +214.78.192.0/20 +214.78.208.0/23 +214.78.210.0/23 +214.78.212.0/22 +214.78.216.0/22 +214.78.220.0/24 +214.78.221.0/24 +214.78.224.0/20 +214.78.240.0/23 +214.78.242.0/24 +214.78.243.0/24 +214.78.244.0/23 +214.78.246.0/23 +214.78.248.0/21 +214.79.0.0/18 +214.79.64.0/20 +214.79.80.0/22 +214.79.84.0/23 +214.79.86.0/23 +214.79.88.0/21 +214.79.96.0/20 +214.79.112.0/23 +214.79.114.0/24 +214.79.115.0/24 +214.79.116.0/22 +214.79.120.0/21 +214.79.128.0/20 +214.79.144.0/20 +214.79.160.0/19 +214.79.192.0/19 +214.79.224.0/20 +214.79.240.0/22 +214.79.244.0/22 +214.79.248.0/22 +214.79.252.0/22 +214.81.0.0/24 +214.81.1.0/24 +214.81.3.0/24 +214.81.5.0/24 +214.81.6.0/24 +214.81.7.0/24 +214.81.8.0/24 +214.81.9.0/24 +214.81.10.0/24 +214.81.12.0/24 +214.81.13.0/24 +214.81.14.0/24 +214.81.15.0/24 +214.81.16.0/24 +214.81.17.0/24 +214.81.19.0/24 +214.81.21.0/24 +214.81.22.0/24 +214.81.25.0/24 +214.81.27.0/24 +214.81.28.0/24 +214.81.30.0/23 +214.81.32.0/23 +214.81.34.0/23 +214.81.36.0/24 +214.81.37.0/24 +214.81.38.0/23 +214.81.40.0/21 +214.81.48.0/23 +214.81.50.0/24 +214.81.51.0/24 +214.81.52.0/23 +214.81.54.0/24 +214.81.55.0/24 +214.81.56.0/21 +214.81.64.0/22 +214.81.68.0/23 +214.81.70.0/24 +214.81.71.0/24 +214.81.72.0/24 +214.81.73.0/24 +214.81.74.0/23 +214.81.76.0/23 +214.81.78.0/23 +214.81.84.0/23 +214.81.86.0/24 +214.81.87.0/24 +214.81.88.0/21 +214.81.96.0/21 +214.81.104.0/21 +214.81.112.0/24 +214.81.113.0/24 +214.81.114.0/23 +214.81.116.0/23 +214.81.118.0/23 +214.81.120.0/24 +214.81.121.0/24 +214.81.122.0/24 +214.81.123.0/24 +214.81.124.0/22 +214.81.128.0/23 +214.81.130.0/23 +214.81.132.0/22 +214.81.136.0/21 +214.81.144.0/22 +214.81.148.0/22 +214.81.164.0/22 +214.81.168.0/24 +214.81.169.0/24 +214.81.170.0/24 +214.81.171.0/24 +214.81.174.0/24 +214.81.176.0/22 +214.81.180.0/22 +214.81.184.0/23 +214.81.185.0/24 +214.81.186.0/24 +214.81.187.0/24 +214.81.188.0/23 +214.81.190.0/23 +214.81.192.0/24 +214.81.194.0/23 +214.81.196.0/23 +214.81.200.0/21 +214.81.208.0/24 +214.81.209.0/24 +214.81.210.0/24 +214.81.211.0/24 +214.81.212.0/22 +214.81.216.0/24 +214.81.218.0/23 +214.81.220.0/22 +214.81.224.0/24 +214.81.225.0/24 +214.81.226.0/23 +214.81.229.0/24 +214.81.230.0/24 +214.81.232.0/21 +214.81.240.0/24 +214.81.241.0/24 +214.81.242.0/23 +214.81.244.0/24 +214.81.245.0/24 +214.81.246.0/23 +214.81.248.0/23 +214.81.250.0/23 +214.81.252.0/23 +214.81.254.0/23 +215.1.1.0/24 +215.1.2.0/23 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +131.77.0.0/16 +156.112.88.0/24 +156.112.89.0/24 +156.112.90.0/24 +156.112.91.0/24 +156.112.92.0/24 +156.112.94.0/24 +156.112.95.0/24 +209.22.236.0/24 +214.23.232.0/24 +214.24.243.0/24 +214.38.232.0/24 +214.38.236.0/24 +214.49.128.0/18 +214.66.160.0/19 +2608:101:8::/48 +2608:102::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +199.211.157.0/24 +199.211.162.0/24 +204.222.228.0/23 +2001:480:161::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +160.137.18.0/24 +199.10.235.0/24 +209.22.38.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +2001:480:90::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +199.112.128.0/20 +199.112.136.0/21 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +214.3.80.0/24 +214.3.81.0/24 +214.3.84.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +144.106.243.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +134.164.0.0/16 +2001:480:51::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +140.27.68.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +2608:141:c::/48 +2608:4123:2::/48 +2608:c185:1::/48 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +156.112.98.0/24 +156.112.99.0/24 +156.112.100.0/24 +156.112.101.0/24 +156.112.102.0/23 +207.133.0.0/24 +207.133.1.0/24 +207.133.4.0/23 +207.133.6.0/24 +209.22.74.0/24 +214.3.125.0/24 +214.3.154.0/24 +214.3.224.0/21 +214.4.255.0/24 +214.6.104.0/23 +214.16.2.0/24 +214.16.3.0/24 +214.21.0.0/16 +214.23.240.0/23 +214.49.64.0/18 +214.66.192.0/19 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +6.16.64.0/23 +6.16.205.0/24 +6.133.65.0/24 +143.81.0.0/24 +143.81.4.0/22 +143.81.8.0/21 +143.81.16.0/24 +143.81.18.0/24 +143.81.22.0/24 +143.81.23.0/24 +143.81.25.0/24 +143.81.29.0/24 +143.81.31.0/24 +143.81.32.0/24 +143.81.36.0/24 +143.81.37.0/24 +143.81.48.0/24 +143.81.49.0/24 +143.81.50.0/24 +143.81.51.0/24 +143.81.52.0/24 +143.81.53.0/24 +143.81.54.0/23 +143.81.56.0/24 +143.81.58.0/24 +143.81.59.0/24 +143.81.61.0/24 +143.81.62.0/24 +143.81.72.0/22 +143.81.90.0/24 +143.81.105.0/24 +143.81.106.0/24 +143.81.112.0/24 +143.81.156.0/24 +143.81.157.0/24 +143.81.192.0/24 +143.81.200.0/24 +143.81.201.0/24 +143.81.220.0/24 +143.81.222.0/24 +143.81.223.0/24 +143.81.224.0/19 +144.105.200.0/24 +144.105.244.0/23 +155.152.147.0/24 +155.152.158.0/23 +155.152.207.0/24 +155.213.215.0/24 +192.153.143.0/24 +192.153.145.0/24 +199.112.24.0/24 +205.70.122.0/23 +205.70.124.0/22 +206.37.3.0/24 +206.37.4.0/22 +206.37.7.0/24 +206.37.8.0/24 +206.37.233.0/24 +214.3.85.0/24 +214.3.86.0/24 +214.3.156.0/24 +214.4.235.0/24 +214.26.249.0/24 +215.65.48.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +153.23.0.0/20 +153.23.34.0/23 +153.23.40.0/23 +153.23.42.0/23 +153.23.44.0/23 +153.23.46.0/23 +153.23.48.0/23 +153.23.52.0/23 +153.23.54.0/23 +153.23.58.0/23 +153.23.60.0/23 +153.23.64.0/19 +153.23.96.0/20 +153.23.112.0/21 +153.23.120.0/22 +153.23.128.0/23 +153.23.130.0/23 +153.23.132.0/23 +153.23.134.0/23 +153.23.136.0/23 +153.23.138.0/23 +153.23.140.0/23 +153.23.142.0/23 +153.23.148.0/23 +153.23.150.0/23 +153.23.152.0/23 +153.23.154.0/23 +153.23.156.0/23 +153.23.176.0/20 +153.23.236.0/22 +153.23.252.0/22 +153.24.0.0/20 +153.24.16.0/20 +153.24.32.0/20 +153.24.48.0/20 +153.24.64.0/20 +153.24.80.0/20 +153.24.96.0/20 +153.24.112.0/20 +153.24.128.0/20 +153.24.160.0/20 +153.24.192.0/23 +153.24.194.0/23 +153.24.196.0/23 +153.24.198.0/23 +153.24.200.0/23 +153.24.208.0/23 +153.24.210.0/23 +153.24.224.0/23 +153.24.228.0/23 +153.24.232.0/23 +153.24.234.0/23 +153.25.48.0/20 +153.25.64.0/20 +153.25.80.0/20 +153.25.96.0/20 +153.25.144.0/24 +153.25.145.0/24 +153.25.147.0/24 +153.25.149.0/24 +153.25.150.0/24 +153.25.151.0/24 +153.25.153.0/24 +153.25.176.0/20 +153.25.192.0/20 +153.25.240.0/20 +153.26.0.0/21 +153.26.12.0/22 +153.26.16.0/20 +153.26.32.0/20 +153.26.64.0/20 +153.26.96.0/20 +153.26.112.0/24 +153.26.114.0/24 +153.26.118.0/23 +153.26.120.0/24 +153.26.121.0/24 +153.26.123.0/24 +153.26.124.0/23 +153.26.126.0/24 +153.26.127.0/24 +153.26.129.0/24 +153.26.130.0/24 +153.26.132.0/24 +153.26.136.0/23 +153.26.138.0/24 +153.26.176.0/20 +153.26.192.0/20 +153.26.208.0/20 +153.26.224.0/20 +153.26.240.0/20 +153.29.32.0/20 +153.29.52.0/24 +153.29.64.0/20 +153.29.112.0/20 +153.29.240.0/22 +153.29.248.0/24 +153.29.252.0/24 +207.133.180.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +134.152.0.0/16 +134.152.25.0/24 +134.152.110.0/24 +134.152.120.0/23 +134.152.122.0/23 +134.152.147.0/24 +134.152.190.0/23 +134.152.252.0/23 +134.152.255.0/24 +140.16.8.0/23 +160.136.128.0/22 +160.136.132.0/22 +160.136.136.0/22 +160.136.144.0/23 +160.136.148.0/24 +160.136.149.0/24 +160.136.150.0/24 +160.136.152.0/22 +160.136.157.0/24 +160.136.158.0/24 +160.136.159.0/24 +160.136.168.0/22 +160.136.176.0/23 +160.136.178.0/23 +160.136.180.0/23 +160.136.186.0/23 +160.136.188.0/22 +160.136.200.0/23 +160.136.204.0/23 +160.136.214.0/23 +214.3.214.0/24 +214.18.0.0/16 +214.18.21.0/24 +214.18.23.0/24 +214.18.39.0/24 +214.18.45.0/24 +214.18.87.0/24 +214.18.88.0/24 +214.18.91.0/24 +214.18.106.0/24 +214.18.112.0/24 +214.18.113.0/24 +214.18.115.0/24 +214.18.133.0/24 +214.18.134.0/24 +214.18.170.0/24 +214.18.171.0/24 +214.18.207.0/24 +214.18.223.0/24 +214.18.243.0/24 +214.18.245.0/24 +214.18.254.0/24 +214.55.0.0/16 +214.60.0.0/19 +214.60.0.0/20 +214.60.25.0/24 +214.60.27.0/24 +214.60.29.0/24 +214.60.32.0/19 +214.60.32.0/20 +214.60.52.0/22 +214.60.57.0/24 +214.60.59.0/24 +214.60.61.0/24 +214.60.64.0/19 +214.60.64.0/21 +214.60.72.0/21 +214.60.80.0/22 +214.60.84.0/22 +214.60.89.0/24 +214.60.91.0/24 +214.60.93.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +132.24.100.0/24 +199.10.32.0/24 +199.114.46.0/24 +214.18.251.0/24 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +134.11.0.0/16 +134.11.14.0/24 +134.11.25.0/24 +134.11.53.0/24 +134.11.54.0/23 +134.11.56.0/24 +134.11.57.0/24 +134.11.58.0/24 +134.11.67.0/24 +134.11.81.0/24 +134.11.88.0/23 +134.11.91.0/24 +134.11.94.0/23 +134.11.102.0/24 +134.11.128.0/24 +134.11.130.0/23 +134.11.132.0/24 +134.11.161.0/24 +134.11.162.0/24 +134.11.163.0/24 +134.11.168.0/24 +134.11.190.0/24 +134.11.197.0/24 +134.11.232.0/24 +134.11.233.0/24 +134.11.246.0/23 +134.11.248.0/24 +134.11.250.0/24 +134.11.251.0/24 +141.116.0.0/16 +141.116.8.0/23 +141.116.10.0/24 +141.116.11.0/24 +141.116.30.0/24 +141.116.42.0/24 +141.116.43.0/24 +141.116.108.0/23 +141.116.110.0/24 +141.116.125.0/24 +141.116.168.0/23 +141.116.210.0/23 +141.116.212.0/24 +141.116.213.0/24 +141.116.215.0/24 +160.136.224.0/20 +160.136.240.0/20 +199.10.34.0/24 +199.10.36.0/22 +199.10.36.0/24 +204.37.162.0/24 +214.55.48.0/23 +214.55.50.0/24 +214.55.56.0/22 +214.55.62.0/23 +214.60.120.0/24 +214.60.124.0/23 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +134.205.0.0/16 +134.205.230.0/24 +134.205.252.0/23 +134.205.255.0/24 +207.133.185.0/24 +214.60.96.0/20 +# DNIC-ASBLK-05800-06055, US / DoD Network Information Center +2001:480:50::/48 +# NETWORK-SOLUTIONS, US / InterNIC Registration Services +64.69.215.0/24 +# PIXNET-AS, US / Providers Internet Exchange +198.186.190.0/23 +198.186.190.0/24 +198.186.192.0/23 +198.186.194.0/24 +208.76.12.0/22 +# USDOS, US / U.S. Department of State +169.252.0.0/16 +169.252.0.0/17 +169.252.128.0/17 +169.253.0.0/16 +169.253.4.0/24 +169.253.160.0/19 +169.253.162.0/24 +169.253.172.0/22 +# SINGTEL-AS-AP Singapore Telecommunications Ltd, SG / Singapore Telecommunications (SINGTEL Internet Exchange) +101.234.31.0/24 +101.234.32.0/24 +101.234.33.0/24 +101.234.34.0/24 +101.234.40.0/24 +117.18.32.0/19 +117.18.47.0/24 +117.18.48.0/24 +183.81.231.0/24 +185.84.218.0/24 +193.103.148.0/24 +194.180.112.0/23 +202.83.218.0/24 +202.160.224.0/19 +202.165.148.0/24 +202.189.128.0/22 +202.189.132.0/22 +202.189.136.0/21 +203.127.108.0/24 +203.208.128.0/17 +203.208.141.0/24 +203.208.143.0/24 +203.208.155.0/24 +203.208.156.0/24 +203.208.161.0/24 +203.208.163.0/24 +203.208.164.0/24 +203.208.165.0/24 +203.208.175.0/24 +203.208.179.0/24 +203.208.191.0/24 +203.208.197.0/24 +203.208.199.0/24 +203.208.204.0/24 +203.208.207.0/24 +203.208.223.0/24 +220.232.56.0/24 +220.232.57.0/24 +220.232.58.0/24 +220.232.59.0/24 +2001:c10::/32 +2001:c10:ff06::/48 +2001:c10:ff08::/48 +2001:c10:ff12::/48 +2001:c10:ff14::/48 +2001:c10:ff18::/48 +2001:c10:ff1b::/48 +2001:c10:ff1c::/48 +2a05:a884:de10::/48 +2a05:a884:de20::/48 +# JPIX Japan Internet Xing Co., Ltd., JP / Japan Internet Exchange Co., Ltd. +210.171.226.0/23 +210.171.228.0/22 +2400:3000::/32 +# HKCIX-AS-AP HongKong Commercial Internet Exchange, HK / IXTech Limited +103.79.92.0/24 +103.79.93.0/24 +103.79.94.0/24 +103.79.95.0/24 +117.18.96.0/24 +117.18.98.0/24 +117.18.105.0/24 +117.18.106.0/24 +117.18.107.0/24 +117.18.108.0/24 +117.18.112.0/24 +117.18.113.0/24 +117.18.114.0/24 +117.18.115.0/24 +117.18.116.0/24 +117.18.119.0/24 +117.18.120.0/24 +117.18.121.0/24 +117.18.122.0/24 +202.53.128.0/24 +202.53.130.0/24 +202.181.137.0/24 +202.181.138.0/24 +202.181.140.0/24 +202.181.141.0/24 +202.181.142.0/24 +202.181.146.0/24 +202.181.147.0/24 +202.181.150.0/24 +202.181.152.0/24 +202.181.154.0/24 +202.181.160.0/24 +202.181.161.0/24 +202.181.162.0/24 +202.181.163.0/24 +202.181.164.0/24 +202.181.165.0/24 +202.181.166.0/24 +202.181.167.0/24 +202.181.168.0/24 +202.181.169.0/24 +202.181.170.0/24 +202.181.171.0/24 +202.181.172.0/24 +202.181.173.0/24 +202.181.174.0/24 +202.181.176.0/24 +202.181.178.0/24 +202.181.179.0/24 +202.181.180.0/24 +202.181.181.0/24 +202.181.182.0/24 +202.181.183.0/24 +202.181.184.0/24 +202.181.185.0/24 +202.181.186.0/24 +202.181.187.0/24 +202.181.189.0/24 +202.181.190.0/24 +202.181.191.0/24 +202.181.192.0/24 +202.181.193.0/24 +202.181.194.0/24 +202.181.195.0/24 +202.181.196.0/24 +202.181.197.0/24 +202.181.198.0/24 +202.181.199.0/24 +202.181.200.0/24 +202.181.201.0/24 +202.181.202.0/24 +202.181.203.0/24 +202.181.205.0/24 +202.181.206.0/24 +202.181.207.0/24 +202.181.208.0/24 +202.181.209.0/24 +202.181.210.0/24 +202.181.211.0/24 +202.181.212.0/24 +202.181.213.0/24 +202.181.214.0/24 +202.181.215.0/24 +202.181.216.0/24 +202.181.217.0/24 +202.181.220.0/24 +202.181.221.0/24 +202.181.222.0/24 +202.181.223.0/24 +202.181.224.0/24 +202.181.225.0/24 +202.181.226.0/24 +202.181.227.0/24 +202.181.228.0/24 +202.181.229.0/24 +202.181.230.0/24 +202.181.231.0/24 +202.181.232.0/24 +202.181.233.0/24 +202.181.234.0/24 +202.181.235.0/24 +202.181.236.0/24 +202.181.237.0/24 +202.181.238.0/24 +202.181.239.0/24 +202.181.240.0/24 +202.181.241.0/24 +202.181.242.0/24 +202.181.243.0/24 +202.181.244.0/24 +202.181.245.0/24 +202.181.246.0/24 +202.181.247.0/24 +202.181.248.0/23 +202.181.248.0/24 +202.181.249.0/24 +# IIX-AS-AP Indonesia Internet Exchange, ID +# BTIX-AS-AP Bhutan Internet Exchange, BT / Bhutan Internet Exchange +103.129.63.0/24 +2001:dea:4001::/48 +# BANKOFAMERICA-ATG-HK Bank of America N.A., HK +# SINGTEL-DVBIP-AS-AP SINGAPORE TELECOMMUNICATIONS LTD, SG / Singapore Telecommunications (SINGTEL Internet Exchange) +103.30.32.0/22 +118.201.16.0/21 +118.201.24.0/21 +202.63.224.0/20 +202.63.226.0/24 +202.63.227.0/24 +202.63.228.0/24 +202.63.229.0/24 +202.63.230.0/24 +202.63.232.0/24 +202.63.233.0/24 +202.63.234.0/24 +202.63.235.0/24 +202.63.236.0/24 +202.63.237.0/24 +202.63.239.0/24 +203.208.185.0/24 +203.208.193.0/24 +221.120.112.0/21 +221.120.120.0/21 +2402:ce00::/32 +2402:ce01::/32 +# JPMORGAN-AS7743, US / JPMorgan Chase & Co. +159.53.0.0/16 +159.53.16.0/20 +159.53.32.0/19 +159.53.64.0/19 +159.53.96.0/19 +159.53.128.0/19 +159.53.160.0/19 +159.53.179.0/24 +159.53.192.0/18 +198.27.1.0/24 +199.253.243.0/24 +199.253.244.0/23 +199.253.244.0/24 +199.253.245.0/24 +209.211.208.0/22 +2620:11::/45 +2620:11::/47 +2620:11:2::/47 +2620:11:4::/47 +2620:11:6::/47 +2620:11:8::/47 +# CENSUSBUREAU, US / U. S. Bureau of the Census +148.129.0.0/16 +148.129.64.0/19 +148.129.128.0/19 +148.129.160.0/24 +148.129.161.0/24 +2610:20:2000::/38 +2610:20:2000::/44 +2610:20:2010::/44 +# NASA-HPCC-ESS, US / NASA Goddard Space Flight Center +169.154.0.0/16 +169.154.128.0/17 +# USAP-ASN, US / United States Antarctic Program +157.132.0.0/16 +192.150.224.0/24 +198.102.91.0/24 +199.4.250.0/23 +199.184.189.0/24 +199.201.248.0/23 +204.89.132.0/23 +204.238.237.0/24 +2620:11d:3000::/44 +# TIX-ZH Formerly IXEurope Telehouse Zurich Internet Exchange, +# Emirates Internet Exchange GTE Peer router, AE +# MSK-IX_SERVICES, RU / Join-stock company Internet ExchangeMSK-IX +62.76.209.0/24 +193.232.64.0/24 +193.232.76.0/24 +193.232.226.0/23 +194.85.16.0/24 +194.190.146.0/24 +194.226.16.0/24 +194.226.38.0/23 +194.226.41.0/24 +194.226.56.0/23 +194.226.58.0/23 +195.19.8.0/24 +195.208.24.0/21 +195.208.29.0/24 +195.208.222.0/24 +195.209.140.0/24 +195.209.147.0/24 +195.209.148.0/24 +2001:6d0:6d06::/48 +2001:6d0:8000::/48 +2001:6d0:ffc7::/48 +2001:6d0:ffd8::/48 +2a09:bd00:ffca::/48 +# CYPIX Cyprus Internet Exchange, CY +# FINTEL-FJ Fiji International Telecomunications Ltd, FJ / Fiji International Telecommunications Ltd +113.20.64.0/19 +202.170.32.0/20 +# PNIX-NZ-AP Palmerston North Internet Exchange, NZ +# MMIX-AS-AP MYANMAR INTERNET EXCHANGE ASSOCIATION INC., MM +# MHK-IX-AS-AP Maharlika Internet Exchange, PH +# WIX-VITAL-NZ-AP Wellington Internet Exchange Vital, NZ +# MIE-AS-AP Maldives internet exchange, MV +# SEHK-AP The STock Exchange of HK Ltd., HK / Hong Kong Exchanges and Clearing Limited +202.162.185.0/24 +202.162.187.0/24 +203.78.5.0/24 +203.78.6.0/24 +# MMIX-AS-AP Myanmar Internet Exchange - MMIX, MM +# MANILA-IX Manila Internet Exchange, PH +# KOREASTOCKEXCHANGE-AS KOREA STOCK EXCHANGE, KR / KOREA STOCK EXCHANGE +106.249.45.0/24 +115.22.32.0/24 +115.22.33.0/24 +203.235.0.0/24 +203.235.1.0/24 +203.235.2.0/24 +203.235.4.0/24 +203.235.5.0/24 +203.235.6.0/24 +203.235.7.0/24 +203.235.9.0/24 +203.235.10.0/24 +203.235.11.0/24 +210.113.148.0/24 +210.126.140.0/24 +210.206.131.0/24 +210.206.132.0/24 +# AS10343, US / National Aeronautics and Space Administration +129.99.0.0/16 +192.92.164.0/22 +198.9.0.0/17 +198.9.128.0/18 +198.9.192.0/19 +# GOV-FRB-BOG, US / Federal Reserve Board +132.200.0.0/16 +132.200.148.0/24 +132.200.158.0/24 +192.26.194.0/23 +192.26.196.0/22 +192.26.200.0/23 +198.3.221.0/24 +# BANKAMERICA, US / Bank of America, National Association +171.158.24.0/23 +171.158.28.0/23 +171.158.128.0/20 +171.158.160.0/20 +171.158.192.0/20 +171.158.224.0/20 +171.159.16.0/22 +171.159.18.0/24 +171.159.19.0/24 +171.159.20.0/22 +171.159.22.0/24 +171.159.23.0/24 +171.159.46.0/23 +171.159.48.0/20 +171.159.52.0/24 +171.159.59.0/24 +171.159.60.0/24 +171.159.64.0/20 +171.159.78.0/24 +171.159.80.0/20 +171.159.83.0/24 +171.159.95.0/24 +171.159.96.0/21 +171.159.104.0/22 +171.159.108.0/22 +171.159.112.0/21 +171.159.113.0/24 +171.159.114.0/24 +171.159.115.0/24 +171.159.116.0/24 +171.159.117.0/24 +171.159.118.0/24 +171.159.119.0/24 +171.159.120.0/21 +171.159.120.0/24 +171.159.121.0/24 +171.159.122.0/24 +171.159.123.0/24 +171.159.124.0/24 +171.159.125.0/24 +171.159.126.0/24 +171.159.127.0/24 +171.159.192.0/20 +171.159.206.0/24 +171.159.208.0/20 +171.159.216.0/24 +171.159.217.0/24 +171.159.218.0/24 +171.159.219.0/24 +171.159.223.0/24 +171.159.224.0/21 +171.159.224.0/24 +171.159.225.0/24 +171.159.226.0/24 +171.159.227.0/24 +171.159.228.0/24 +171.159.232.0/22 +171.159.236.0/22 +171.159.236.0/24 +171.159.237.0/24 +171.159.240.0/20 +171.161.8.0/24 +171.161.9.0/24 +171.161.10.0/24 +171.161.12.0/23 +171.161.14.0/23 +171.161.16.0/22 +171.161.18.0/24 +171.161.19.0/24 +171.161.20.0/22 +171.161.22.0/24 +171.161.23.0/24 +171.161.26.0/23 +171.161.28.0/23 +171.161.31.0/24 +171.161.32.0/20 +171.161.34.0/24 +171.161.40.0/24 +171.161.41.0/24 +171.161.42.0/24 +171.161.43.0/24 +171.161.46.0/23 +171.161.48.0/24 +171.161.49.0/24 +171.161.50.0/23 +171.161.52.0/24 +171.161.53.0/24 +171.161.54.0/24 +171.161.55.0/24 +171.161.56.0/24 +171.161.57.0/24 +171.161.58.0/24 +171.161.59.0/24 +171.161.60.0/23 +171.161.80.0/24 +171.161.82.0/24 +171.161.83.0/24 +171.161.84.0/24 +171.161.96.0/21 +171.161.97.0/24 +171.161.100.0/24 +171.161.101.0/24 +171.161.102.0/24 +171.161.103.0/24 +171.161.104.0/21 +171.161.104.0/24 +171.161.105.0/24 +171.161.106.0/24 +171.161.107.0/24 +171.161.108.0/24 +171.161.109.0/24 +171.161.110.0/24 +171.161.111.0/24 +171.161.112.0/21 +171.161.113.0/24 +171.161.114.0/24 +171.161.115.0/24 +171.161.116.0/24 +171.161.117.0/24 +171.161.118.0/24 +171.161.119.0/24 +171.161.120.0/21 +171.161.120.0/24 +171.161.121.0/24 +171.161.122.0/24 +171.161.123.0/24 +171.161.124.0/24 +171.161.125.0/24 +171.161.126.0/24 +171.161.127.0/24 +171.161.128.0/20 +171.161.144.0/21 +171.161.144.0/22 +171.161.148.0/24 +171.161.152.0/22 +171.161.156.0/22 +171.161.156.0/24 +171.161.157.0/24 +171.161.160.0/19 +171.161.174.0/23 +171.161.174.0/24 +171.161.190.0/23 +171.161.191.0/24 +171.161.192.0/24 +171.161.196.0/22 +171.161.196.0/24 +171.161.197.0/24 +171.161.198.0/24 +171.161.199.0/24 +171.161.208.0/20 +171.161.224.0/20 +171.161.240.0/20 +171.162.0.0/24 +171.162.2.0/24 +171.162.5.0/24 +171.162.6.0/24 +171.162.7.0/24 +171.162.8.0/24 +171.162.16.0/24 +171.162.19.0/24 +171.162.21.0/24 +171.162.22.0/24 +171.162.23.0/24 +171.162.24.0/24 +171.162.25.0/24 +171.162.26.0/24 +171.162.31.0/24 +171.162.32.0/22 +171.162.44.0/22 +171.162.86.0/24 +171.162.87.0/24 +171.162.88.0/24 +171.162.89.0/24 +171.162.90.0/23 +171.162.90.0/24 +171.162.91.0/24 +171.162.96.0/22 +171.162.100.0/24 +171.162.101.0/24 +171.162.102.0/23 +171.162.102.0/24 +171.162.103.0/24 +171.162.108.0/24 +171.162.109.0/24 +171.162.110.0/24 +171.162.111.0/24 +171.162.168.0/24 +171.162.170.0/23 +171.162.170.0/24 +171.162.171.0/24 +171.162.172.0/23 +171.162.174.0/23 +171.162.188.0/23 +171.162.188.0/24 +171.162.189.0/24 +171.192.0.0/20 +171.192.2.0/24 +171.192.3.0/24 +171.192.10.0/24 +171.192.16.0/23 +199.43.12.0/23 +199.43.48.0/23 +199.43.54.0/23 +199.43.56.0/23 +199.43.60.0/23 +199.43.64.0/21 +199.43.72.0/21 +199.201.43.0/24 +199.201.47.0/24 +199.201.56.0/24 +199.201.57.0/24 +199.201.63.0/24 +203.11.128.0/24 +203.11.130.0/24 +203.11.131.0/24 +203.11.134.0/24 +206.143.44.0/23 +# JPMORGAN-AS10934, US / JPMorgan Chase & Co. +159.53.224.0/21 +159.53.232.0/24 +159.53.233.0/24 +159.53.236.0/24 +199.253.248.0/24 +2620:11:a::/47 +# BAC-NPC, US / Bank of America, National Association +192.104.169.0/24 +192.136.66.0/24 +# BAC-MLAMRS, US / Bank of America, National Association +12.3.80.0/22 +199.43.32.0/20 +199.43.44.0/24 +199.43.72.0/24 +209.65.16.0/22 +# JPMORGAN-CPS-TAMPA-FL, US / JPMorgan Chase & Co. +12.96.58.0/24 +206.253.186.0/24 +206.253.187.0/24 +206.253.188.0/24 +206.253.189.0/24 +# DOE-NTS-AS, US / U.S. Department of Energy +192.100.51.0/24 +2607:2080::/32 +# FDIC-GOV, US / Federal Deposit Insurance Corporation +167.176.1.0/24 +167.176.6.0/24 +167.176.8.0/24 +167.176.36.0/24 +167.176.38.0/24 +192.147.69.0/24 +# SFMIX-MGMT, US / San Francisco Metropolitan Internet Exchange (SFMIX) +192.33.255.0/24 +2620:11a:b000::/44 +# GIGAPIX GigaPix - Portuguese Internet eXchange, PT / Fundacao para a Ciencia e a Tecnologia, I.P. +193.236.100.0/23 +# INXS INXS Internet Exchange Service, DE +# TWITTER, US / Twitter Inc. +64.63.0.0/18 +64.63.32.0/24 +64.63.33.0/24 +69.12.56.0/21 +69.195.160.0/19 +69.195.160.0/24 +69.195.162.0/24 +69.195.166.0/24 +69.195.169.0/24 +69.195.171.0/24 +69.195.174.0/24 +69.195.175.0/24 +69.195.176.0/24 +69.195.177.0/24 +69.195.178.0/24 +69.195.179.0/24 +69.195.180.0/24 +69.195.181.0/24 +69.195.182.0/24 +69.195.183.0/24 +69.195.184.0/24 +69.195.185.0/24 +69.195.186.0/24 +69.195.187.0/24 +103.252.112.0/23 +103.252.114.0/23 +104.244.40.0/24 +104.244.41.0/24 +104.244.42.0/24 +104.244.44.0/24 +104.244.45.0/24 +104.244.46.0/24 +104.244.47.0/24 +188.64.224.0/21 +192.133.76.0/22 +199.16.156.0/22 +199.16.156.0/23 +199.59.148.0/22 +199.96.56.0/23 +202.160.128.0/24 +202.160.129.0/24 +202.160.130.0/24 +202.160.131.0/24 +209.237.192.0/19 +209.237.192.0/24 +209.237.193.0/24 +209.237.194.0/24 +209.237.195.0/24 +209.237.196.0/24 +209.237.198.0/24 +209.237.199.0/24 +209.237.200.0/24 +2400:6680:f000::/36 +2606:1f80:f000::/36 +2a04:9d40:f000::/36 +# CDC, US / U.S. Center For Disease Control and Prevention +158.111.0.0/16 +198.246.96.0/24 +198.246.97.0/24 +198.246.98.0/24 +198.246.99.0/24 +198.246.100.0/24 +198.246.101.0/24 +198.246.102.0/24 +198.246.103.0/24 +198.246.106.0/24 +198.246.108.0/24 +198.246.109.0/24 +198.246.110.0/24 +198.246.112.0/24 +198.246.115.0/24 +198.246.116.0/24 +198.246.117.0/24 +198.246.118.0/24 +198.246.119.0/24 +198.246.120.0/24 +198.246.121.0/24 +198.246.122.0/24 +198.246.123.0/24 +198.246.124.0/24 +198.246.125.0/24 +198.246.126.0/24 +198.246.127.0/24 +216.58.189.0/24 +# JSE, ZA / The Johannesburg Stock Exchange (JSE Limited) +196.216.154.0/24 +196.216.155.0/24 +# QIX, CA / Montreal Internet Exchange Inc. +206.126.112.0/24 +2620:1f:4000::/48 +# NFCU-AS, US / Navy Federal Credit Union +198.51.240.0/24 +199.204.164.0/24 +199.204.165.0/24 +199.204.166.0/24 +199.204.167.0/24 +207.189.154.0/24 +207.189.155.0/24 +207.189.156.0/24 +208.82.36.0/24 +208.82.37.0/24 +# WSDOT-ASN, US / Washington State Department of Transportation +164.110.0.0/16 +198.238.212.0/23 +# USDOJ-GOV, US / United States Department of Justice +149.101.1.0/24 +149.101.17.0/24 +149.101.21.0/24 +149.101.22.0/24 +149.101.25.0/24 +149.101.26.0/24 +149.101.29.0/24 +149.101.30.0/24 +149.101.32.0/24 +149.101.40.0/24 +149.101.45.0/24 +149.101.47.0/24 +149.101.50.0/23 +149.101.52.0/24 +149.101.57.0/24 +149.101.68.0/22 +149.101.72.0/21 +149.101.80.0/22 +149.101.83.0/24 +149.101.84.0/23 +149.101.92.0/22 +149.101.107.0/24 +149.101.111.0/24 +149.101.127.0/24 +149.101.128.0/24 +149.101.150.0/23 +149.101.160.0/22 +149.101.180.0/22 +149.101.183.0/24 +149.101.184.0/23 +149.101.192.0/22 +149.101.207.0/24 +149.101.218.0/24 +149.101.222.0/24 +149.101.226.0/24 +149.101.228.0/24 +149.101.255.0/24 +2607:f330:5000::/48 +2607:f330:5fa1::/48 +2607:f330:6000::/36 +2607:f330:6000::/48 +2607:f330:6aaa::/48 +2607:f330:a001::/48 +2607:f330:a002::/48 +# DHSINETNOC, US / DEPARTMENT OF HOMELAND SECURITY +64.69.48.0/21 +64.69.56.0/24 +64.69.58.0/23 +64.69.60.0/22 +161.214.182.0/24 +161.214.183.0/24 +173.255.48.0/21 +173.255.56.0/21 +216.81.80.0/21 +216.81.88.0/21 +2600:400::/32 +2600:400:1800::/44 +2600:400:1c00::/44 +2600:400:3a00::/44 +2600:400:5a00::/40 +2600:400:8400::/40 +2600:400:8800::/40 +2600:400:8e00::/40 +# MDDOT, US / Maryland Department of Transportation +170.93.0.0/16 +170.93.140.0/23 +170.93.142.0/23 +170.93.144.0/24 +170.93.145.0/24 +170.93.226.0/24 +170.93.227.0/24 +# AS15645 DE Ukrainian Internet Exchange UA-IX, UA / DE Ukrainian Internet Exchange (UA-IX) +185.119.76.0/22 +# BIX-BG Bulgarian Internet eXchange BIX.BG ltd., BG / BIX.BG Ltd. +91.237.102.0/23 +2a03:4ba0::/48 +# MIXITA-AS Milan Italy interconnection point, IT / MIX S.r.L. - Milan Internet eXchange +217.29.72.0/21 +217.29.77.0/24 +2001:1ac0::/32 +# ICANN-DC, US / ICANN +192.0.44.0/22 +192.0.47.0/24 +199.4.29.0/24 +208.77.191.0/24 +2602:800:900f::/48 +2620:0:2830::/48 +# GADOT-NET1, US / Georgia Department of Transportation +143.100.32.0/19 +143.100.207.0/24 +143.100.230.0/23 +# NPIX-AS-AP Internet Exchange Nepal, NP / Internet Exchange Nepal +103.102.36.0/24 +2001:def:8001::/48 +# BTIX-AS-AP Bhutan Internet Exchange, BT +# IIX-AS-AP Indonesia Internet Exchange IIX, ID +# BANKOFAMERICA-ATG-HK Bank of America N.A., HK +# AUSTOCKEXCHANGE-AU AUSTRALIAN STOCK EXCHANGE LIMITED, AU / Australian Stock Exchange Limited +43.255.128.0/24 +43.255.129.0/24 +43.255.130.0/24 +43.255.131.0/24 +203.0.116.0/22 +203.15.144.0/22 +203.15.144.0/23 +203.15.145.0/24 +203.15.146.0/23 +203.15.146.0/24 +203.15.147.0/24 +# HYDIX-AS-AP HyderabadIX is an non-profit Internet Exchange P +# BOFABROKERDEALERSVCS, US / Bank of America, National Association +171.162.10.0/24 +171.162.14.0/24 +171.162.20.0/24 +171.162.48.0/20 +171.162.60.0/22 +171.162.80.0/22 +171.162.84.0/23 +171.162.84.0/24 +171.162.85.0/24 +171.162.107.0/24 +171.162.112.0/20 +171.162.112.0/24 +171.162.176.0/23 +171.162.176.0/24 +171.162.177.0/24 +171.162.178.0/23 +171.162.178.0/24 +171.162.186.0/23 +171.162.186.0/24 +171.162.187.0/24 +171.162.208.0/23 +171.162.224.0/21 +171.162.234.0/23 +171.162.234.0/24 +171.162.235.0/24 +171.162.236.0/23 +171.162.236.0/24 +171.162.237.0/24 +# IMRS, US / ICANN +192.0.37.0/24 +192.0.40.0/24 +192.0.41.0/24 +199.7.82.0/23 +199.7.83.0/24 +199.7.94.0/24 +199.7.95.0/24 +199.43.132.0/24 +2001:500:3::/48 +2001:500:8c::/48 +2001:500:9c::/48 +2001:500:9d::/48 +2001:500:9e::/47 +2001:500:9f::/48 +2602:800:9004::/48 +2620:0:22b0::/48 +2620:0:2ee0::/48 +# SWISSIX, CH / SwissIX Internet Exchange +185.222.12.0/22 +194.242.34.0/24 +2001:67c:20ac::/48 +2a0c:d000::/29 +# SA-IX Saudi Arabian Internet Exchange - Riyadh, SA +# NARC-EROOT, US / NASA Ames Research Center +192.12.28.0/24 +192.203.230.0/24 +2001:500:a8::/48 +2620:126:e000::/48 +# DARPA, US / Defense Advanced Research Projects Agency(DARPA) +158.63.0.0/16 +158.63.250.0/24 +192.5.18.0/24 +192.187.8.0/24 +# AS22767, US / National Aeronautics and Space Administration +169.154.197.0/24 +# FDIX-PUBLIC, US / Midwest Internet Exchange LLC +45.45.192.0/24 +# ICANN, US +# MARIIX-GU Mariana Islands Internet Exchange, GU / University of Guam +103.115.192.0/24 +2001:df7:df80::/48 +# SET-AS-TH The Stock Exchange of Thailand, TH / The Stock Exchange of Thailand +103.136.252.0/23 +103.136.252.0/24 +103.136.253.0/24 +119.63.74.0/24 +203.99.252.0/23 +203.99.252.0/24 +203.99.253.0/24 +# JPIX-64ES Japan Internet Xing Co., Ltd., JP / Japan Internet Exchange Co., Ltd. +103.2.8.0/23 +202.90.12.0/24 +202.90.14.0/24 +2400:3000:70::/48 +# SIX-AS-AP SDN Internet Exchange, NZ +# CHIX-AS-AP Christchurch Internet Exchange, NZ +# ABN-PEERING-AS-AP Asia Broadcast Networks Peering AS, HK / ASIX Asia Satellite Internet eXchange Ltd +202.133.8.0/21 +202.133.10.0/24 +203.80.176.0/24 +203.80.177.0/24 +203.80.178.0/24 +203.80.179.0/24 +203.80.180.0/24 +203.80.181.0/24 +203.80.182.0/24 +203.80.183.0/24 +203.80.184.0/22 +# NTAMAR-AS-AP MARSHALL ISLANDS NTA ISP AS, MH / National Telecommunications Authority +64.86.23.0/24 +64.86.76.0/24 +103.202.148.0/24 +103.202.149.0/24 +103.202.150.0/24 +103.202.151.0/24 +117.103.88.0/21 +117.103.89.0/24 +117.103.90.0/23 +117.103.92.0/24 +117.103.93.0/24 +117.103.94.0/24 +203.78.152.0/24 +203.78.153.0/24 +203.78.154.0/24 +203.78.155.0/24 +2405:400::/32 +2405:400:8000::/33 +# DE-CIX-AS-AP DE-CIX Delhi Internet Exchange, IN +# DE-CIX-AS-AP DE-CIX Chennai Internet Exchange, IN +# ASNPANYCAST Nepal Internet Exchange NP Anycast, NP / Nepal R&E Network +198.32.126.0/24 +# DE-CIX-AS-AP DE-CIX Kolkata Internet Exchange, IN +# DOJ-TRANSIT-AS-AP Department of Justice, AU +# THINX_POLAND THINX Internet exchange, PL +# NAMEX-IXP-SERVICES Rome Internet eXchange point, IT / NAMEX CONSORZIO +185.33.108.0/23 +185.33.110.0/24 +185.33.111.0/24 +193.24.29.0/24 +193.201.40.0/24 +2a0f:80:1::/48 +2a0f:80:2::/48 +2a0f:80:3::/48 +2a0f:80:a::/48 +2a0f:80:b::/48 +2a0f:80:c::/48 +2a0f:80:d::/48 +2a0f:80:e::/48 +# FBICJIS, US / FBI Criminal Justice Information Systems +149.101.100.0/24 +149.101.101.0/24 +149.101.102.0/24 +149.101.103.0/24 +149.101.118.0/24 +149.101.164.0/23 +149.101.216.0/24 +149.101.229.0/24 +149.101.242.0/24 +153.31.0.0/16 +153.31.0.0/17 +153.31.111.0/24 +153.31.128.0/18 +153.31.192.0/18 +2607:f330:2002::/48 +2607:f330:2003::/48 +2607:f330:9400::/40 +2607:f330:9401::/48 +2607:f330:9402::/47 +2607:f330:9404::/46 +2607:f330:9408::/45 +2607:f330:9410::/44 +2607:f330:9420::/43 +2607:f330:9440::/42 +2607:f330:9480::/41 +# US-SEC, US / U.S. Securities & Exchange Commission +162.138.16.0/24 +162.138.32.0/24 +162.138.182.0/24 +162.138.192.0/24 +162.138.194.0/24 +162.138.195.0/24 +162.138.196.0/24 +162.138.197.0/24 +162.138.198.0/24 +162.138.200.0/24 +162.138.201.0/24 +162.138.202.0/24 +162.138.203.0/24 +162.138.204.0/24 +162.138.205.0/24 +162.138.206.0/24 +162.138.207.0/24 +162.138.208.0/24 +162.138.209.0/24 +162.138.210.0/24 +162.138.211.0/24 +162.138.212.0/24 +162.138.213.0/24 +162.138.214.0/24 +162.138.215.0/24 +162.138.216.0/24 +162.138.222.0/24 +2602:80b:8011::/48 +2602:80b:8021::/48 +# ICANN, US +# ICANN-ANYCASTED-SERVICES, US / ICANN +192.0.42.0/24 +199.4.31.0/24 +199.4.138.0/24 +199.43.133.0/24 +199.43.135.0/24 +199.253.182.0/24 +199.253.183.0/24 +2001:500:86::/48 +2001:500:87::/48 +2001:500:89::/48 +2001:500:8d::/48 +2001:500:8f::/48 +2602:800:9007::/48 +# ICANN-MDR, US / ICANN +192.0.36.0/22 +2620:0:2ed0::/48 +# NRC-NET, US / United States Nuclear Regulatory Commission +148.184.180.0/23 +2620:129:2000::/42 +2620:129:2010::/48 +2620:129:2040::/42 +2620:129:2080::/42 +2620:129:20c0::/42 +# USCG-AS, US / United States Coast Guard +2600:803:613::/48 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +131.70.4.0/24 +131.70.16.0/21 +131.70.24.0/22 +131.70.28.0/23 +131.70.32.0/24 +131.70.60.0/24 +131.70.67.0/24 +131.70.80.0/21 +131.70.93.0/24 +131.70.112.0/23 +131.70.156.0/22 +131.70.164.0/24 +131.70.199.0/24 +131.70.200.0/23 +131.70.203.0/24 +131.70.204.0/24 +131.70.206.0/24 +131.70.209.0/24 +131.70.210.0/24 +131.70.211.0/24 +131.70.212.0/24 +131.70.216.0/24 +131.70.232.0/24 +131.70.240.0/24 +131.70.254.0/23 +131.74.12.0/24 +131.74.16.0/22 +131.74.20.0/22 +131.74.24.0/23 +131.74.32.0/22 +131.74.36.0/22 +131.74.48.0/22 +131.74.52.0/24 +131.74.58.0/24 +131.74.62.0/24 +131.74.64.0/22 +131.74.68.0/22 +131.74.72.0/22 +131.74.76.0/22 +131.74.80.0/22 +131.74.84.0/22 +131.74.88.0/22 +131.74.92.0/22 +131.74.96.0/22 +131.74.110.0/24 +131.74.111.0/24 +131.74.118.0/24 +131.74.121.0/24 +131.74.124.0/24 +131.74.160.0/21 +131.74.168.0/22 +131.74.172.0/22 +131.74.176.0/21 +131.74.184.0/22 +131.74.188.0/22 +131.74.208.0/22 +131.74.224.0/22 +131.74.228.0/22 +131.74.240.0/22 +131.74.248.0/23 +131.74.252.0/24 +131.75.6.0/24 +131.75.7.0/24 +131.75.11.0/24 +131.75.13.0/24 +131.75.14.0/24 +131.75.19.0/24 +131.75.20.0/24 +131.75.21.0/24 +131.75.23.0/24 +131.75.24.0/23 +131.75.26.0/23 +131.75.28.0/22 +131.75.34.0/24 +131.75.45.0/24 +131.75.47.0/24 +131.75.50.0/24 +131.75.52.0/23 +131.75.54.0/24 +131.75.56.0/24 +131.75.62.0/24 +131.75.66.0/24 +131.75.67.0/24 +131.75.72.0/24 +131.75.73.0/24 +131.75.74.0/23 +131.75.81.0/24 +131.75.82.0/23 +131.75.86.0/24 +131.75.88.0/23 +131.75.94.0/23 +131.75.96.0/24 +131.75.97.0/24 +131.75.99.0/24 +131.75.100.0/23 +131.75.102.0/24 +131.75.103.0/24 +131.75.105.0/24 +131.75.107.0/24 +131.75.108.0/24 +131.75.109.0/24 +131.75.111.0/24 +131.75.120.0/24 +131.75.122.0/24 +131.75.125.0/24 +131.75.126.0/24 +131.75.140.0/24 +131.75.142.0/23 +131.75.144.0/24 +131.75.146.0/24 +131.75.148.0/22 +131.75.154.0/23 +131.75.156.0/24 +131.75.158.0/24 +131.75.159.0/24 +131.75.165.0/24 +131.75.167.0/24 +131.75.170.0/24 +131.75.171.0/24 +131.75.172.0/22 +131.75.178.0/24 +131.75.180.0/24 +131.75.182.0/23 +131.75.193.0/24 +131.75.197.0/24 +131.75.198.0/23 +131.75.203.0/24 +131.75.205.0/24 +131.75.206.0/24 +131.75.207.0/24 +131.75.208.0/24 +131.75.211.0/24 +131.75.212.0/24 +131.75.214.0/23 +131.75.216.0/23 +131.75.218.0/23 +131.75.226.0/23 +131.75.228.0/23 +131.75.235.0/24 +131.75.238.0/24 +131.75.239.0/24 +131.75.243.0/24 +131.75.245.0/24 +131.75.246.0/24 +131.75.252.0/24 +131.76.2.0/24 +131.76.7.0/24 +131.76.22.0/24 +131.76.30.0/24 +131.76.39.0/24 +131.76.41.0/24 +131.76.43.0/24 +131.76.51.0/24 +131.76.52.0/24 +131.76.55.0/24 +131.76.56.0/24 +131.76.65.0/24 +131.76.68.0/23 +131.76.71.0/24 +131.76.80.0/23 +131.76.94.0/23 +131.76.96.0/23 +131.76.129.0/24 +131.76.135.0/24 +131.76.171.0/24 +131.76.172.0/24 +131.76.173.0/24 +131.76.174.0/23 +131.76.176.0/21 +131.76.184.0/21 +131.76.192.0/23 +131.76.194.0/23 +131.78.0.0/24 +131.78.132.0/24 +131.78.158.0/24 +131.78.159.0/24 +131.78.167.0/24 +131.78.174.0/23 +131.78.184.0/22 +131.78.184.0/23 +131.78.186.0/24 +131.78.187.0/24 +131.78.200.0/23 +131.78.202.0/23 +131.78.212.0/23 +131.78.214.0/23 +131.78.216.0/23 +131.78.220.0/23 +131.78.240.0/24 +131.78.243.0/24 +131.79.3.0/24 +131.79.7.0/24 +131.79.11.0/24 +131.79.13.0/24 +131.79.14.0/24 +131.79.16.0/24 +131.79.19.0/24 +131.79.22.0/23 +131.79.24.0/23 +131.79.32.0/22 +131.79.48.0/23 +131.79.50.0/23 +131.79.52.0/23 +131.79.54.0/23 +131.79.56.0/23 +131.79.58.0/23 +131.79.60.0/23 +131.79.62.0/23 +131.79.66.0/24 +131.79.67.0/24 +131.79.69.0/24 +131.79.105.0/24 +131.79.110.0/23 +131.79.112.0/23 +131.79.116.0/23 +131.79.118.0/23 +131.79.122.0/23 +131.79.124.0/24 +131.79.128.0/24 +131.79.130.0/23 +131.79.134.0/23 +131.79.136.0/23 +131.79.140.0/24 +131.79.141.0/24 +131.79.142.0/23 +131.79.144.0/22 +131.79.148.0/22 +131.79.152.0/22 +131.79.158.0/24 +131.79.160.0/23 +131.79.162.0/23 +131.79.164.0/23 +131.79.168.0/22 +131.79.172.0/22 +131.79.178.0/24 +131.79.192.0/23 +131.79.205.0/24 +131.79.206.0/24 +131.79.207.0/24 +131.79.224.0/24 +131.79.229.0/24 +131.79.230.0/23 +131.79.233.0/24 +131.79.240.0/23 +131.81.2.0/23 +131.81.5.0/24 +131.81.9.0/24 +131.81.10.0/24 +131.81.17.0/24 +131.81.89.0/24 +131.81.90.0/23 +131.81.92.0/22 +131.81.99.0/24 +131.81.101.0/24 +131.81.103.0/24 +131.81.162.0/23 +131.81.164.0/23 +131.81.170.0/24 +131.81.191.0/24 +131.81.199.0/24 +131.81.206.0/23 +131.82.0.0/24 +131.82.19.0/24 +131.82.20.0/23 +131.82.22.0/23 +131.82.24.0/23 +131.82.26.0/23 +131.82.28.0/23 +131.82.30.0/23 +131.82.32.0/23 +131.82.34.0/23 +131.82.36.0/23 +131.82.40.0/23 +131.82.42.0/23 +131.82.44.0/23 +131.82.46.0/23 +131.82.50.0/23 +131.82.54.0/23 +131.82.56.0/23 +131.82.58.0/23 +131.82.60.0/23 +131.82.62.0/23 +131.82.64.0/23 +131.82.66.0/23 +131.82.70.0/23 +131.82.72.0/23 +131.82.74.0/23 +131.82.76.0/23 +131.82.78.0/24 +131.82.90.0/23 +131.82.92.0/23 +131.82.94.0/23 +131.82.98.0/23 +131.82.105.0/24 +131.82.125.0/24 +131.82.126.0/24 +131.82.127.0/24 +131.82.128.0/23 +131.82.130.0/23 +131.82.132.0/23 +131.82.134.0/24 +131.82.136.0/23 +131.82.170.0/24 +131.82.181.0/24 +131.82.186.0/24 +131.82.189.0/24 +131.86.0.0/23 +131.86.3.0/24 +131.86.9.0/24 +131.86.10.0/24 +131.86.23.0/24 +131.86.32.0/23 +131.86.34.0/23 +131.86.42.0/24 +131.86.43.0/24 +131.86.45.0/24 +131.86.51.0/24 +131.86.55.0/24 +131.86.63.0/24 +131.86.160.0/24 +131.86.165.0/24 +131.86.168.0/24 +131.86.200.0/23 +131.86.202.0/23 +131.86.248.0/23 +131.86.250.0/23 +131.86.255.0/24 +131.87.6.0/24 +131.87.7.0/24 +131.87.10.0/24 +131.87.12.0/24 +131.87.13.0/24 +131.87.40.0/22 +131.87.53.0/24 +131.87.68.0/24 +131.87.93.0/24 +131.87.98.0/24 +131.87.99.0/24 +131.87.100.0/22 +131.87.104.0/22 +131.87.108.0/22 +131.87.112.0/23 +131.87.204.0/23 +131.87.235.0/24 +131.87.237.0/24 +131.87.243.0/24 +131.87.245.0/24 +138.140.192.0/21 +138.141.16.0/20 +140.12.192.0/21 +140.12.200.0/21 +140.12.208.0/21 +140.18.32.0/20 +140.18.44.0/23 +140.19.40.0/22 +140.19.80.0/22 +140.19.88.0/22 +140.19.114.0/24 +140.19.115.0/24 +140.19.120.0/24 +140.19.121.0/24 +140.19.123.0/24 +140.19.124.0/23 +140.19.192.0/22 +140.20.214.0/24 +164.87.3.0/24 +164.87.20.0/23 +164.87.22.0/23 +164.87.24.0/21 +164.87.26.0/24 +164.87.30.0/23 +164.87.32.0/21 +164.87.34.0/24 +164.87.40.0/21 +164.87.40.0/22 +164.87.44.0/22 +164.87.48.0/21 +164.87.55.0/24 +164.87.100.0/22 +164.87.146.0/24 +164.87.147.0/24 +164.87.152.0/22 +164.87.156.0/22 +164.87.160.0/19 +164.87.160.0/20 +164.87.181.0/24 +164.87.184.0/23 +164.87.192.0/18 +164.87.213.0/24 +164.87.224.0/20 +164.87.240.0/20 +164.87.248.0/23 +192.67.251.0/24 +198.97.73.0/24 +199.10.68.0/24 +199.10.69.0/24 +214.3.14.0/24 +214.7.0.0/22 +214.7.4.0/22 +214.7.8.0/22 +214.7.12.0/22 +214.7.16.0/22 +214.7.20.0/22 +214.7.24.0/22 +214.7.28.0/22 +214.7.32.0/22 +214.7.36.0/22 +214.7.40.0/22 +214.7.44.0/22 +214.7.48.0/22 +214.7.52.0/22 +214.7.64.0/22 +214.7.68.0/22 +214.7.72.0/22 +214.7.76.0/22 +214.7.80.0/22 +214.7.84.0/22 +214.7.88.0/23 +214.7.90.0/23 +214.7.96.0/24 +214.7.216.0/22 +214.7.220.0/22 +214.7.224.0/22 +214.7.228.0/23 +214.7.230.0/23 +214.7.232.0/22 +214.7.236.0/22 +214.7.240.0/22 +214.7.244.0/22 +214.7.248.0/23 +214.7.250.0/24 +214.7.251.0/24 +214.7.252.0/23 +214.7.254.0/23 +214.17.194.0/24 +214.73.64.0/20 +214.73.80.0/20 +215.1.11.0/24 +215.1.12.0/23 +2608:106::/48 +2608:146:4::/48 +2608:169:2::/48 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +164.236.5.0/24 +164.236.7.0/24 +164.236.10.0/24 +164.236.12.0/24 +164.236.13.0/24 +164.236.14.0/24 +164.236.16.0/24 +164.236.19.0/24 +164.236.28.0/22 +164.236.38.0/24 +164.236.39.0/24 +164.236.40.0/24 +164.236.42.0/24 +164.236.44.0/24 +164.236.49.0/24 +164.236.50.0/24 +164.236.51.0/24 +164.236.52.0/24 +164.236.53.0/24 +164.236.54.0/24 +164.236.55.0/24 +164.236.56.0/24 +164.236.57.0/24 +164.236.58.0/24 +164.236.59.0/24 +164.236.60.0/24 +164.236.61.0/24 +164.236.62.0/24 +164.236.63.0/24 +164.236.64.0/24 +164.236.65.0/24 +164.236.66.0/24 +164.236.67.0/24 +164.236.68.0/24 +164.236.69.0/24 +164.236.70.0/24 +164.236.71.0/24 +164.236.72.0/24 +164.236.73.0/24 +164.236.74.0/24 +164.236.75.0/24 +164.236.76.0/24 +164.236.78.0/24 +164.236.84.0/22 +164.236.89.0/24 +164.236.90.0/24 +164.236.91.0/24 +164.236.95.0/24 +164.236.97.0/24 +164.236.111.0/24 +164.236.112.0/24 +164.236.123.0/24 +164.236.125.0/24 +164.236.132.0/24 +164.236.133.0/24 +164.236.172.0/24 +164.236.220.0/22 +164.236.224.0/22 +164.236.250.0/24 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +6.16.136.0/24 +6.16.169.0/24 +6.64.143.0/24 +128.19.0.0/16 +128.37.0.0/16 +129.251.1.0/24 +129.251.3.0/24 +129.251.17.0/24 +129.251.26.0/24 +129.251.30.0/24 +129.251.41.0/24 +129.251.44.0/24 +129.251.55.0/24 +129.251.66.0/24 +129.251.80.0/24 +129.251.91.0/24 +129.251.113.0/24 +131.14.228.0/22 +131.14.232.0/22 +131.14.236.0/22 +131.64.0.0/16 +131.158.4.0/24 +131.158.5.0/24 +131.158.7.0/24 +131.158.15.0/24 +131.158.18.0/24 +131.158.20.0/24 +131.158.21.0/24 +131.158.22.0/24 +131.158.23.0/24 +131.158.24.0/24 +131.158.28.0/24 +131.158.29.0/24 +131.158.33.0/24 +131.158.34.0/24 +131.158.35.0/24 +131.158.40.0/24 +131.158.41.0/24 +131.158.42.0/24 +131.158.79.0/24 +131.158.178.0/24 +131.158.179.0/24 +131.158.180.0/24 +131.158.181.0/24 +131.158.182.0/24 +131.158.183.0/24 +131.158.184.0/24 +131.158.185.0/24 +131.158.186.0/24 +131.158.187.0/24 +131.158.188.0/24 +131.158.189.0/24 +131.158.197.0/24 +131.158.199.0/24 +131.250.250.0/24 +134.135.16.0/20 +134.135.80.0/20 +134.135.96.0/20 +134.135.112.0/20 +134.135.208.0/20 +134.229.9.0/24 +134.229.10.0/24 +134.229.11.0/24 +134.229.19.0/24 +134.229.25.0/24 +134.229.35.0/24 +134.229.40.0/24 +134.229.48.0/24 +134.229.58.0/24 +138.147.74.0/24 +138.147.76.0/24 +138.161.12.0/24 +138.161.94.0/24 +138.169.4.0/22 +138.169.8.0/21 +138.169.16.0/20 +138.169.64.0/24 +138.169.65.0/24 +138.169.66.0/24 +138.169.67.0/24 +138.169.68.0/22 +138.169.72.0/21 +138.169.80.0/20 +138.169.96.0/22 +138.169.100.0/23 +138.169.102.0/23 +139.234.0.0/16 +139.241.2.0/24 +139.241.5.0/24 +139.241.9.0/24 +139.241.18.0/24 +139.241.20.0/22 +139.241.24.0/22 +139.241.28.0/22 +139.241.36.0/22 +139.241.44.0/23 +139.241.49.0/24 +139.241.212.0/24 +139.241.220.0/23 +139.241.221.0/24 +139.241.229.0/24 +139.241.231.0/24 +139.241.242.0/24 +139.241.243.0/24 +139.242.1.0/24 +139.242.3.0/24 +139.242.8.0/23 +139.242.16.0/23 +139.242.38.0/23 +139.242.40.0/23 +139.242.42.0/24 +139.242.44.0/24 +139.242.73.0/24 +139.242.74.0/24 +139.242.75.0/24 +139.242.112.0/22 +139.242.116.0/22 +139.252.0.0/17 +139.253.0.0/16 +139.254.0.0/16 +140.1.0.0/18 +140.1.64.0/18 +140.1.128.0/18 +140.1.192.0/18 +140.2.0.0/18 +140.2.64.0/18 +143.69.38.0/23 +143.84.20.0/24 +143.84.21.0/24 +143.84.70.0/24 +143.84.90.0/24 +143.84.166.0/24 +143.140.0.0/17 +143.140.11.0/24 +144.100.79.0/24 +144.100.80.0/21 +144.100.88.0/22 +144.100.92.0/23 +144.100.94.0/24 +144.100.100.0/23 +144.100.160.0/20 +144.100.174.0/24 +144.100.175.0/24 +144.100.180.0/24 +144.100.183.0/24 +144.100.184.0/22 +144.106.79.0/24 +144.247.212.0/22 +144.247.216.0/23 +150.177.169.0/24 +150.190.0.0/16 +153.102.0.0/16 +155.7.144.0/20 +155.19.14.0/23 +155.19.36.0/22 +155.27.62.0/23 +155.29.32.0/22 +155.29.142.0/24 +155.152.222.0/24 +155.152.255.0/24 +155.213.1.0/24 +155.213.22.0/23 +155.213.50.0/23 +155.213.56.0/22 +155.213.60.0/24 +155.213.224.0/20 +156.112.16.0/21 +156.112.81.0/24 +156.112.82.0/24 +156.112.83.0/24 +156.112.84.0/24 +156.112.86.0/24 +157.141.0.0/16 +158.9.52.0/22 +158.9.99.0/24 +158.9.142.0/24 +158.9.149.0/24 +158.9.153.0/24 +158.9.232.0/24 +159.77.17.0/24 +159.77.64.0/22 +159.77.68.0/22 +159.77.72.0/22 +159.77.76.0/22 +159.77.89.0/24 +159.77.92.0/24 +159.77.93.0/24 +160.137.6.0/23 +160.137.8.0/23 +160.137.10.0/24 +160.137.12.0/24 +160.137.13.0/24 +160.137.22.0/24 +160.137.24.0/23 +160.137.29.0/24 +160.137.30.0/24 +160.137.31.0/24 +160.137.32.0/24 +160.137.112.0/24 +160.137.113.0/24 +160.137.167.0/24 +160.137.186.0/24 +160.137.187.0/24 +160.137.189.0/24 +160.137.190.0/24 +160.137.191.0/24 +160.137.212.0/24 +160.137.213.0/24 +160.137.230.0/24 +164.87.10.0/24 +164.117.9.0/24 +164.190.0.0/17 +164.190.128.0/17 +164.214.2.0/24 +164.214.3.0/24 +164.214.9.0/24 +164.214.10.0/24 +164.214.11.0/24 +164.214.14.0/24 +164.214.15.0/24 +164.214.26.0/24 +164.214.29.0/24 +164.214.30.0/24 +164.214.72.0/24 +164.214.118.0/23 +164.214.136.0/24 +164.214.138.0/24 +164.214.156.0/24 +164.214.158.0/23 +164.214.186.0/24 +164.214.251.0/24 +164.214.255.0/24 +164.231.67.0/24 +164.234.4.0/24 +164.234.5.0/24 +164.235.3.0/24 +164.235.4.0/22 +164.235.40.0/21 +164.235.224.0/21 +192.5.41.0/24 +192.5.132.0/24 +192.12.66.0/24 +192.12.210.0/24 +192.26.248.0/24 +192.31.158.0/24 +192.33.186.0/24 +192.77.103.0/24 +192.108.183.0/24 +192.108.184.0/24 +192.108.244.0/24 +192.129.64.0/24 +192.129.65.0/24 +192.135.122.0/24 +192.153.133.0/24 +192.153.142.0/24 +192.172.3.0/24 +192.175.64.0/24 +192.175.68.0/24 +192.175.69.0/24 +192.175.71.0/24 +192.175.78.0/24 +192.175.80.0/24 +192.175.81.0/24 +192.175.82.0/24 +192.175.84.0/24 +192.175.85.0/24 +192.175.86.0/24 +192.188.203.0/24 +192.188.207.0/24 +192.203.150.0/24 +192.211.65.0/24 +192.211.69.0/24 +192.211.70.0/24 +192.211.99.0/24 +198.25.222.0/24 +198.97.99.0/24 +199.9.64.0/24 +199.9.65.0/24 +199.10.120.0/24 +199.10.121.0/24 +199.10.122.0/24 +199.10.136.0/24 +199.10.137.0/24 +199.10.140.0/24 +199.10.231.0/24 +199.31.106.0/24 +199.121.71.0/24 +199.121.116.0/24 +199.121.130.0/24 +199.121.165.0/24 +199.121.166.0/24 +199.123.112.0/24 +199.208.172.0/24 +199.208.213.0/24 +199.211.101.0/24 +199.211.133.0/24 +204.34.153.0/24 +204.34.175.0/24 +204.34.198.0/24 +204.34.203.0/24 +204.34.233.0/24 +204.34.247.0/24 +204.34.251.0/24 +204.36.32.0/24 +204.36.33.0/24 +204.36.45.0/24 +204.36.46.0/24 +204.36.47.0/24 +204.37.8.0/24 +204.37.9.0/24 +204.37.10.0/24 +205.56.106.0/24 +205.57.48.0/24 +205.57.50.0/24 +205.58.77.0/24 +205.58.90.0/24 +205.58.235.0/24 +205.58.236.0/24 +205.58.237.0/24 +205.58.238.0/24 +205.59.214.0/24 +205.67.35.0/24 +205.67.36.0/24 +205.67.81.0/24 +205.67.90.0/24 +205.67.91.0/24 +205.67.219.0/24 +205.68.86.0/24 +205.68.97.0/24 +205.68.121.0/24 +205.70.112.0/24 +205.70.113.0/24 +205.70.114.0/24 +205.73.160.0/24 +205.73.161.0/24 +205.73.234.0/24 +205.73.236.0/24 +205.77.64.0/19 +205.77.76.0/24 +205.77.77.0/24 +205.77.78.0/24 +205.77.79.0/24 +205.77.83.0/24 +205.77.88.0/24 +205.77.96.0/24 +205.77.97.0/24 +205.100.80.0/24 +205.100.81.0/24 +205.100.82.0/24 +205.100.84.0/24 +205.101.51.0/24 +205.101.54.0/24 +205.103.120.0/24 +205.103.165.0/24 +205.105.221.0/24 +205.105.223.0/24 +205.108.76.0/24 +205.108.77.0/24 +205.108.78.0/24 +205.108.100.0/22 +205.108.104.0/21 +205.108.112.0/20 +205.108.128.0/19 +205.108.160.0/22 +205.108.180.0/24 +205.108.182.0/24 +205.108.183.0/24 +205.111.40.0/24 +205.111.41.0/24 +205.111.43.0/24 +205.111.44.0/24 +205.111.227.0/24 +205.111.228.0/24 +205.111.229.0/24 +205.111.230.0/24 +205.111.231.0/24 +205.111.232.0/24 +205.112.25.0/24 +205.112.26.0/24 +205.112.28.0/24 +205.112.29.0/24 +205.113.61.0/24 +205.113.62.0/24 +205.113.64.0/24 +205.113.75.0/24 +205.113.79.0/24 +205.113.116.0/24 +205.113.118.0/24 +206.37.20.0/24 +206.37.21.0/24 +206.37.198.0/24 +206.37.207.0/24 +206.37.225.0/24 +206.37.226.0/24 +206.37.227.0/24 +206.37.228.0/24 +206.37.229.0/24 +206.37.230.0/24 +206.37.231.0/24 +206.37.247.0/24 +206.39.250.0/24 +207.132.76.0/24 +207.132.241.0/24 +207.132.242.0/24 +207.132.243.0/24 +207.133.113.0/24 +209.22.30.0/24 +209.22.47.0/24 +209.22.50.0/24 +209.22.81.0/24 +209.22.120.0/24 +209.22.137.0/24 +209.22.220.0/22 +209.22.221.0/24 +209.22.222.0/24 +209.22.223.0/24 +209.22.224.0/21 +209.22.225.0/24 +209.22.226.0/24 +209.22.227.0/24 +209.22.228.0/24 +209.22.230.0/24 +209.22.232.0/24 +209.22.233.0/24 +209.22.234.0/24 +209.22.247.0/24 +214.3.16.0/20 +214.3.57.0/24 +214.3.60.0/24 +214.3.115.0/24 +214.3.116.0/24 +214.3.117.0/24 +214.3.118.0/24 +214.3.119.0/24 +214.3.133.0/24 +214.3.140.0/24 +214.3.173.0/24 +214.3.215.0/24 +214.4.11.0/24 +214.4.136.0/24 +214.4.145.0/24 +214.4.156.0/24 +214.4.157.0/24 +214.4.158.0/24 +214.4.245.0/24 +214.4.247.0/24 +214.4.250.0/24 +214.6.103.0/24 +214.9.118.0/24 +214.9.128.0/20 +214.9.144.0/20 +214.10.13.0/24 +214.10.22.0/24 +214.10.24.0/24 +214.16.45.0/24 +214.16.46.0/24 +214.16.47.0/24 +214.16.192.0/24 +214.16.193.0/24 +214.16.194.0/24 +214.16.195.0/24 +214.16.248.0/24 +214.16.255.0/24 +214.24.208.0/24 +214.24.252.0/24 +214.25.28.0/23 +214.27.194.0/23 +214.27.196.0/24 +214.27.198.0/24 +214.27.199.0/24 +214.28.0.0/24 +214.28.1.0/24 +214.28.2.0/24 +214.28.3.0/24 +214.28.4.0/24 +214.28.5.0/24 +214.28.6.0/24 +214.28.7.0/24 +214.28.8.0/24 +214.28.9.0/24 +214.28.10.0/24 +214.28.11.0/24 +214.28.12.0/24 +214.28.13.0/24 +214.28.14.0/24 +214.28.16.0/24 +214.28.17.0/24 +214.28.18.0/24 +214.28.19.0/24 +214.28.20.0/24 +214.28.21.0/24 +214.28.22.0/24 +214.28.23.0/24 +214.28.24.0/24 +214.28.25.0/24 +214.28.26.0/24 +214.28.28.0/24 +214.28.29.0/24 +214.28.30.0/24 +214.28.31.0/24 +214.28.32.0/24 +214.28.33.0/24 +214.28.34.0/24 +214.28.35.0/24 +214.28.36.0/24 +214.28.37.0/24 +214.28.38.0/24 +214.28.39.0/24 +214.28.40.0/24 +214.28.41.0/24 +214.28.42.0/24 +214.28.43.0/24 +214.28.44.0/24 +214.28.45.0/24 +214.28.46.0/24 +214.28.47.0/24 +214.28.48.0/24 +214.28.49.0/24 +214.28.50.0/24 +214.28.52.0/24 +214.28.53.0/24 +214.28.54.0/24 +214.28.58.0/24 +214.28.59.0/24 +214.28.60.0/24 +214.28.61.0/24 +214.28.62.0/24 +214.28.63.0/24 +214.28.64.0/23 +214.28.68.0/24 +214.28.69.0/24 +214.28.77.0/24 +214.28.95.0/24 +214.28.96.0/24 +214.28.99.0/24 +214.28.165.0/24 +214.28.166.0/24 +214.28.167.0/24 +214.28.173.0/24 +214.28.174.0/24 +214.28.176.0/24 +214.28.180.0/24 +214.28.182.0/24 +214.28.183.0/24 +214.28.184.0/24 +214.28.185.0/24 +214.28.186.0/24 +214.28.193.0/24 +214.28.194.0/24 +214.28.200.0/24 +214.28.202.0/24 +214.28.203.0/24 +214.28.204.0/24 +214.28.205.0/24 +214.28.206.0/24 +214.28.207.0/24 +214.28.208.0/24 +214.28.209.0/24 +214.28.214.0/24 +214.28.217.0/24 +214.28.223.0/24 +214.28.232.0/24 +214.28.234.0/24 +214.28.235.0/24 +214.28.236.0/24 +214.28.237.0/24 +214.28.238.0/24 +214.28.240.0/24 +214.28.243.0/24 +214.28.246.0/24 +214.28.248.0/24 +214.28.249.0/24 +214.28.250.0/24 +214.28.253.0/24 +214.29.56.0/22 +214.29.72.0/24 +214.37.44.0/23 +214.37.128.0/21 +214.38.221.0/24 +214.40.0.0/16 +214.40.0.0/17 +214.40.2.0/24 +214.40.6.0/24 +214.40.12.0/24 +214.40.16.0/24 +214.40.41.0/24 +214.40.67.0/24 +214.42.0.0/16 +214.48.0.0/24 +214.48.1.0/24 +214.48.2.0/24 +214.48.3.0/24 +214.48.5.0/24 +214.48.10.0/24 +214.48.11.0/24 +214.48.20.0/22 +214.48.24.0/22 +214.48.28.0/22 +214.48.32.0/22 +214.48.36.0/22 +214.48.40.0/22 +214.48.68.0/22 +214.48.80.0/22 +214.48.84.0/22 +214.48.88.0/22 +214.48.92.0/22 +214.48.96.0/22 +214.48.100.0/22 +214.48.104.0/22 +214.48.112.0/22 +214.48.124.0/22 +214.48.136.0/22 +214.48.184.0/22 +214.48.196.0/24 +214.48.197.0/24 +214.48.198.0/24 +214.48.199.0/24 +214.48.200.0/24 +214.48.220.0/22 +214.48.224.0/22 +214.48.228.0/22 +214.48.244.0/22 +214.48.248.0/22 +214.48.252.0/22 +214.51.32.0/24 +214.51.34.0/23 +214.51.165.0/24 +214.54.112.0/20 +214.54.144.0/24 +214.54.160.0/20 +214.54.176.0/24 +214.54.178.0/24 +214.54.179.0/24 +214.54.180.0/24 +214.54.181.0/24 +214.54.182.0/24 +214.54.183.0/24 +214.54.184.0/24 +214.54.185.0/24 +214.54.186.0/24 +214.54.187.0/24 +214.54.188.0/24 +214.54.189.0/24 +214.54.190.0/24 +214.54.191.0/24 +214.56.209.0/24 +214.56.210.0/23 +214.62.0.0/18 +214.62.64.0/18 +214.62.128.0/18 +214.62.192.0/18 +214.63.0.0/18 +214.63.64.0/18 +214.63.128.0/20 +214.63.144.0/20 +214.63.160.0/20 +214.63.176.0/20 +214.63.192.0/20 +214.63.208.0/20 +214.63.224.0/20 +214.63.240.0/20 +214.64.0.0/20 +214.64.16.0/20 +214.64.32.0/20 +214.64.48.0/20 +214.66.32.0/19 +214.69.0.0/16 +214.72.0.0/24 +214.72.1.0/24 +214.72.2.0/24 +214.72.3.0/24 +214.72.10.0/24 +214.72.11.0/24 +214.72.12.0/24 +214.72.13.0/24 +2608:100:8::/48 +2608:129:b::/48 +2608:148:b::/48 +2608:149:b::/48 +2608:300:310::/48 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +131.250.242.0/24 +134.229.208.0/24 +134.229.220.0/24 +139.241.15.0/24 +139.241.219.0/24 +139.241.224.0/24 +139.241.237.0/24 +139.242.4.0/24 +139.242.7.0/24 +139.242.34.0/23 +139.242.49.0/24 +139.242.50.0/24 +140.35.0.0/16 +140.35.94.0/24 +141.236.170.0/24 +155.7.186.0/24 +156.112.121.0/24 +156.112.138.0/24 +156.112.139.0/24 +156.112.142.0/24 +156.112.148.0/24 +214.24.177.0/24 +214.42.240.0/20 +214.48.4.0/24 +214.48.16.0/22 +214.48.64.0/22 +214.48.128.0/22 +214.69.232.0/21 +214.69.240.0/21 +214.72.8.0/24 +214.72.9.0/24 +214.72.18.0/24 +214.72.19.0/24 +215.65.11.0/24 +215.65.42.0/24 +215.65.59.0/24 +215.65.115.0/24 +215.65.116.0/24 +215.65.127.0/24 +2608:4121:2::/48 +2608:4122::/48 +2608:4162:1::/48 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +131.250.240.0/23 +131.250.246.0/24 +134.229.134.0/24 +134.229.176.0/24 +139.241.8.0/24 +139.241.10.0/24 +139.241.207.0/24 +139.241.234.0/23 +139.241.235.0/24 +139.242.12.0/24 +139.242.51.0/24 +155.7.180.0/24 +156.112.113.0/24 +156.112.135.0/24 +156.112.166.0/24 +156.112.167.0/24 +159.77.80.0/23 +159.77.80.0/24 +159.77.81.0/24 +159.77.84.0/24 +159.77.85.0/24 +163.251.0.0/24 +163.251.96.0/22 +163.251.101.0/24 +163.251.104.0/21 +163.251.112.0/21 +163.251.128.0/24 +163.251.129.0/24 +163.251.136.0/24 +163.251.160.0/24 +163.251.161.0/24 +163.251.176.0/24 +163.251.184.0/24 +163.251.185.0/24 +163.251.190.0/24 +163.251.208.0/20 +163.251.239.0/24 +163.251.244.0/22 +163.251.248.0/24 +163.251.254.0/24 +192.58.181.0/24 +192.108.98.0/24 +192.153.245.0/24 +192.231.128.0/24 +198.22.28.0/24 +198.26.148.0/24 +198.26.171.0/24 +198.97.95.0/24 +198.97.97.0/24 +199.211.134.0/24 +204.34.155.0/24 +205.68.64.0/24 +206.37.138.0/23 +206.37.191.0/24 +207.132.98.0/24 +207.132.102.0/24 +209.22.103.0/24 +209.46.141.0/24 +214.3.130.0/24 +214.3.162.0/24 +214.4.95.0/24 +214.4.241.0/24 +214.16.244.0/24 +214.16.245.0/24 +214.16.246.0/24 +214.23.244.0/24 +214.23.245.0/24 +214.23.246.0/24 +214.24.182.0/24 +214.24.215.0/24 +214.25.103.0/24 +214.29.156.0/22 +214.38.198.0/23 +214.48.8.0/24 +214.48.12.0/22 +214.48.72.0/22 +214.48.76.0/22 +214.48.108.0/22 +214.48.116.0/22 +214.51.109.0/24 +214.51.110.0/24 +214.54.128.0/22 +214.54.133.0/24 +214.54.135.0/24 +214.54.136.0/24 +214.54.140.0/24 +214.72.4.0/24 +214.72.5.0/24 +214.72.6.0/24 +214.72.14.0/24 +214.72.15.0/24 +214.72.16.0/24 +215.1.32.0/24 +215.1.33.0/24 +215.1.44.0/24 +215.1.48.0/24 +215.1.51.0/24 +215.1.66.0/24 +215.1.68.0/22 +215.1.81.0/24 +215.65.72.0/24 +2608:c101:1::/48 +2608:c143:1::/48 +2608:c182::/48 +2608:c183:1::/48 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +164.236.6.0/24 +164.236.79.0/24 +164.236.161.0/24 +164.236.165.0/24 +164.236.166.0/24 +164.236.167.0/24 +164.236.168.0/24 +164.236.170.0/24 +164.236.173.0/24 +164.236.175.0/24 +164.236.176.0/24 +164.236.184.0/24 +164.236.196.0/22 +214.4.160.0/24 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +214.3.184.0/24 +214.3.185.0/24 +214.6.122.0/24 +214.16.64.0/19 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +198.250.0.0/24 +198.250.1.0/24 +198.250.64.0/19 +198.250.64.0/24 +198.250.66.0/24 +199.208.239.0/24 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +128.26.38.0/24 +128.26.39.0/24 +128.26.42.0/24 +128.26.54.0/24 +128.26.56.0/24 +128.26.97.0/24 +128.26.99.0/24 +128.26.128.0/24 +198.218.137.0/24 +198.219.138.0/24 +205.58.105.0/24 +205.58.106.0/24 +205.60.229.0/24 +205.109.77.0/24 +214.4.181.0/24 +214.4.195.0/24 +214.6.98.0/24 +214.6.99.0/24 +214.29.123.0/24 +214.51.16.0/21 +214.64.74.0/24 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +128.26.15.0/24 +128.26.16.0/24 +128.26.17.0/24 +128.26.19.0/24 +128.26.20.0/24 +128.26.21.0/24 +128.26.22.0/24 +128.26.24.0/24 +128.26.44.0/24 +128.26.45.0/24 +128.26.46.0/24 +128.26.48.0/24 +128.26.51.0/24 +128.26.52.0/24 +128.26.57.0/24 +128.26.58.0/24 +128.26.78.0/24 +128.26.86.0/24 +128.26.87.0/24 +128.26.90.0/24 +128.26.108.0/24 +128.26.116.0/24 +128.26.126.0/24 +128.26.129.0/24 +128.26.137.0/24 +128.26.138.0/24 +128.26.144.0/24 +128.26.145.0/24 +128.26.231.0/24 +128.26.232.0/24 +128.26.233.0/24 +128.26.234.0/24 +128.26.235.0/24 +128.26.236.0/24 +128.26.237.0/24 +128.26.238.0/24 +128.26.239.0/24 +128.26.240.0/24 +128.26.241.0/24 +128.26.242.0/24 +128.26.243.0/24 +128.26.244.0/24 +128.26.245.0/24 +128.26.248.0/24 +128.26.249.0/24 +128.26.250.0/24 +128.26.252.0/24 +128.26.253.0/24 +198.218.3.0/24 +198.218.8.0/24 +198.218.15.0/24 +198.218.38.0/24 +198.218.39.0/24 +198.218.40.0/24 +198.218.41.0/24 +198.218.50.0/24 +198.218.55.0/24 +198.218.56.0/24 +198.218.57.0/24 +198.218.60.0/24 +198.218.65.0/24 +198.218.70.0/24 +198.218.84.0/24 +198.218.85.0/24 +198.218.92.0/24 +198.218.100.0/24 +198.218.112.0/24 +198.218.118.0/24 +198.218.119.0/24 +198.218.157.0/24 +198.218.158.0/24 +198.218.159.0/24 +198.218.175.0/24 +198.218.200.0/24 +198.218.237.0/24 +198.219.10.0/24 +198.219.147.0/24 +198.219.148.0/24 +198.219.151.0/24 +198.219.170.0/24 +198.219.175.0/24 +198.219.176.0/24 +198.219.177.0/24 +198.220.71.0/24 +198.220.76.0/24 +198.220.77.0/24 +198.220.80.0/24 +198.220.157.0/24 +198.220.158.0/24 +198.220.159.0/24 +198.220.163.0/24 +198.220.186.0/24 +198.220.187.0/24 +198.220.189.0/24 +198.220.190.0/24 +205.60.238.0/24 +205.61.125.0/24 +205.61.126.0/24 +205.61.129.0/24 +205.61.130.0/24 +205.61.132.0/24 +205.61.254.0/23 +205.64.123.0/24 +205.67.249.0/24 +214.4.163.0/24 +214.4.192.0/24 +214.6.249.0/24 +214.6.253.0/24 +214.25.16.0/24 +214.25.17.0/24 +214.29.96.0/24 +214.29.99.0/24 +214.29.100.0/24 +214.29.102.0/24 +214.29.106.0/24 +214.29.107.0/24 +214.29.108.0/24 +214.29.109.0/24 +214.29.110.0/24 +214.29.111.0/24 +214.29.112.0/24 +214.29.113.0/24 +214.29.114.0/24 +214.29.115.0/24 +214.29.120.0/24 +214.29.121.0/24 +214.29.122.0/24 +214.29.124.0/24 +214.29.125.0/24 +214.29.127.0/24 +214.29.160.0/24 +214.29.161.0/24 +214.29.234.0/24 +214.29.236.0/24 +214.29.238.0/24 +214.29.240.0/24 +214.29.242.0/24 +214.29.243.0/24 +214.29.245.0/24 +214.51.41.0/24 +214.51.52.0/24 +214.51.57.0/24 +214.64.71.0/24 +214.64.72.0/24 +214.64.73.0/24 +214.64.76.0/24 +214.64.77.0/24 +214.94.78.0/24 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +128.26.62.0/24 +128.26.118.0/24 +128.26.119.0/24 +128.26.120.0/24 +128.26.121.0/24 +128.26.123.0/24 +198.218.250.0/24 +205.58.100.0/23 +205.58.103.0/24 +205.58.104.0/24 +205.60.234.0/24 +214.29.241.0/24 +214.64.70.0/24 +214.64.78.0/24 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +144.251.0.0/16 +156.112.7.0/24 +156.112.65.0/24 +156.112.66.0/24 +156.112.67.0/24 +156.112.68.0/24 +156.112.70.0/24 +164.235.14.0/23 +164.235.72.0/21 +164.235.232.0/21 +192.207.13.0/24 +198.49.120.0/24 +198.49.121.0/24 +198.49.123.0/24 +199.10.86.0/24 +207.133.116.0/24 +214.3.141.0/24 +214.3.175.0/24 +214.16.13.0/24 +214.16.14.0/24 +214.16.32.0/24 +214.16.33.0/24 +214.16.34.0/24 +214.16.35.0/24 +214.22.0.0/16 +214.38.240.0/24 +214.38.244.0/24 +214.49.244.0/24 +214.49.245.0/24 +214.49.246.0/24 +214.49.247.0/24 +214.49.248.0/24 +214.49.249.0/24 +214.49.251.0/24 +214.49.252.0/24 +214.49.253.0/24 +214.49.254.0/24 +214.60.194.0/23 +214.60.196.0/23 +214.60.198.0/23 +214.60.200.0/23 +214.60.202.0/23 +214.60.204.0/23 +214.60.206.0/23 +214.60.208.0/23 +214.60.210.0/23 +214.60.212.0/23 +214.60.214.0/23 +214.60.216.0/23 +214.60.218.0/23 +214.60.220.0/23 +214.60.222.0/23 +214.60.224.0/23 +214.60.226.0/23 +214.60.228.0/23 +214.60.230.0/23 +214.66.96.0/19 +2608:121:c::/48 +2608:126::/48 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +214.42.199.0/24 +215.1.59.0/24 +# DNIC-ASBLK-27032-27159, US / DoD Network Information Center +214.24.22.0/24 +# PHILLYIX-INFRA, US / Philadelphia Internet Exchange +66.248.254.0/24 +2602:fda4::/36 +# ICANN-MEETINGS, US / ICANN +199.91.192.0/21 +2620:f:8000::/48 +# Association OCIX Open Caribbean Internet Exchange, SX +# INTERNET EXCHANGE SERVICES YUCATAN, MX +# UA-KM Internet Exchange point KM-IX, UA +# LONDSTOCK-AS, GB / London Stock Exchange PLC +81.201.163.0/24 +81.201.164.0/24 +194.169.0.0/22 +194.169.0.0/23 +194.169.0.0/24 +194.169.2.0/23 +194.169.3.0/24 +# KIVIX kivix Chisinau Internet Exchange, MD +# ZPIX-AS Zaporozhye Internet Exchange, UA +# GIXA-AS, GH / Ghana Internet Exchange Association +196.49.14.0/24 +# BSE-AS, BG / Bulgarian Stock Exchange AD +193.22.248.0/24 +# KLEYREXFFM-AS KleyReX Kleyer Rebstoecker Internet Exchange, +# MD-IX-AS Internet eXchange Moldova, MD +# RIPN-FDNS-RU-NYC, RU / Join-stock company Internet ExchangeMSK-IX +193.232.141.0/24 +2001:67c:1443::/48 +# NASADSN-AS, US / NASA Deep Space Network (DSN) +192.243.16.0/22 +# JPMORGAN-DALLAS-JIP, US / JPMorgan Chase & Co. +170.148.62.0/23 +170.148.192.0/19 +170.148.200.0/22 +170.148.208.0/20 +170.148.240.0/21 +199.253.241.0/24 +199.253.246.0/24 +2a04:ec10::/47 +# DOE-HQ, US / U.S. Department of Energy +65.199.24.0/24 +132.172.0.0/16 +146.138.0.0/16 +159.64.0.0/16 +192.12.95.0/24 +192.48.238.0/24 +192.74.216.0/24 +192.83.111.0/24 +192.84.216.0/23 +192.147.242.0/23 +192.206.135.0/24 +192.208.18.0/23 +192.208.19.0/24 +192.208.24.0/23 +192.208.26.0/23 +192.245.237.0/24 +198.76.0.0/21 +198.76.8.0/23 +198.99.247.0/24 +198.207.237.0/24 +198.207.240.0/24 +199.75.128.0/19 +199.201.156.0/24 +199.249.243.0/24 +204.140.32.0/19 +204.154.136.0/24 +204.154.137.0/24 +204.154.139.0/24 +204.154.140.0/24 +205.254.128.0/19 +2600:803:638::/48 +2602:2be::/36 +2607:f368::/32 +2620:0:b30::/48 +2620:7c:a000::/48 +# HCHBNET, US / U.S. Dept. of Commerce - ITA +170.110.0.0/16 +2610:20::/37 +# BAC-AS-LIB-EXTERNAL, US / Bank of America, National Association +171.162.160.0/22 +171.162.160.0/24 +171.162.161.0/24 +# SKH-IX-AS Yuzhno-Sakhalinsk Internet eXchange, RU +# TR-IX TURKISH Internet eXchange, TR +# BIX-AS, BH / Bahrain Internet Exchange +85.158.128.0/21 +85.158.130.0/24 +85.158.131.0/24 +85.158.132.0/24 +85.158.133.0/24 +85.158.134.0/24 +85.158.135.0/24 +185.156.236.0/22 +185.156.236.0/24 +185.156.237.0/24 +185.156.238.0/24 +185.156.239.0/24 +# ASN-4IXP 4b42 Internet Exchange Point, DE +# TWITTER, US / Twitter Inc. +8.25.194.0/23 +8.25.196.0/23 +185.45.4.0/23 +185.45.4.0/24 +185.45.6.0/23 +192.133.78.0/23 +# GITHUB, US / GitHub, Inc. +140.82.112.0/20 +140.82.112.0/24 +140.82.113.0/24 +140.82.114.0/24 +140.82.115.0/24 +140.82.116.0/24 +140.82.117.0/24 +140.82.120.0/23 +140.82.120.0/24 +140.82.121.0/24 +140.82.122.0/24 +140.82.123.0/24 +140.82.124.0/24 +140.82.125.0/24 +140.82.126.0/24 +143.55.64.0/20 +143.55.64.0/24 +143.55.65.0/24 +192.30.252.0/22 +192.30.252.0/23 +192.30.252.0/24 +192.30.253.0/24 +192.30.254.0/23 +192.30.254.0/24 +192.30.255.0/24 +2620:112:3000::/44 +2a0a:a440::/29 +# IXPN-AS-MGMT, NG / Internet Exchange Point of Nigeria +196.49.28.0/24 +196.49.30.0/24 +196.49.32.0/24 +196.216.149.0/24 +2001:43f8:bb0::/48 +# CIVIX, CI / Cote d'Ivoire Internet Exchange Point +196.49.0.0/24 +# NSE-AS, NG / NIGERIAN STOCK EXCHANGE +196.29.44.0/24 +196.29.45.0/24 +196.29.46.0/24 +196.29.47.0/24 +# Liberia-IXP-Peering, LR / Liberia Internet Exchange Point Association +196.49.16.0/24 +# LOCAL-PEERING-TOT-AP Local ISP National Internet eXchange Po +# CNIXP ShenZhen QianHai New-Type Internet Exchange Point Co., +# MIX-AS-AP Mekong Internet eXchange, IXP, KH +# BIE-AS-BD Bangladesh Internet Exchange Ltd, BD +# CNGI-SHIX-AS-AP CNGI Shanghai IPv6 Internet Exchange Center, +# BIZNET-IXP-INA-AP Biznet NAP - Internet Exchange Provider, I / BIZNET +182.253.36.0/24 +182.253.87.0/24 +# SDCCIX-EAST Shimane-Japan Internet Exchange, JP +# LNK-IX LNK-IX Internet Exchange Route Servers, RO +# JPMORGAN-CPS-SALEM-NH, US / JPMorgan Chase & Co. +65.124.118.0/24 +206.253.176.0/24 +206.253.177.0/24 +206.253.178.0/24 +206.253.179.0/24 +# ICANN-LAX, US / ICANN +192.0.32.0/22 +192.0.32.0/24 +192.0.43.0/24 +199.4.28.0/24 +208.77.188.0/22 +2001:500:88::/48 +2602:800:900e::/48 +2620:0:2d0::/48 +# LAIX, US / LOS ANGELES INTERNET EXCHANGE +199.36.28.0/22 +199.233.28.0/22 +# NDNS, RU / Joint-stock company Internet Exchange MSK-IX +193.232.147.0/24 +193.232.253.0/24 +195.208.4.0/24 +195.208.5.0/24 +195.208.6.0/24 +195.208.7.0/24 +2a0c:a9c7:8::/48 +2a0c:a9c7:9::/48 +2a0c:a9c7:a::/48 +2a0c:a9c7:b::/48 +2a0c:a9c7:147::/48 +2a0c:a9c7:253::/48 +# RIPN-RU-NSK, RU / Joint-stock company Internet Exchange MSK-IX +193.232.230.0/24 +193.232.240.0/24 +2001:67c:1211::/48 +2a0c:a9c7:240::/48 +# RIPN-, RU / Join-stock company Internet ExchangeMSK-IX +86.62.48.0/24 +193.232.66.0/23 +193.232.74.0/24 +193.232.80.0/24 +193.232.81.0/24 +193.232.84.0/24 +193.232.126.0/24 +193.232.127.0/24 +193.232.142.0/23 +193.232.142.0/24 +193.232.156.0/23 +193.232.237.0/24 +193.232.243.0/24 +194.85.84.0/23 +194.85.109.0/24 +194.85.252.0/23 +194.85.252.0/24 +194.190.124.0/23 +194.190.127.0/24 +195.209.17.0/24 +2001:678:14::/48 +2001:678:15::/48 +2001:678:16::/48 +2001:678:18::/48 +2001:67c:1008::/48 +2001:67c:1445::/48 +2001:67c:1447::/48 +2001:6d0:6d01::/48 +2001:6d0:6d02::/48 +2001:6d0:6d03::/48 +2001:6d0:6d04::/48 +2001:6d0:6d05::/48 +2001:6d0:6d07::/48 +2001:6d0:ffb9::/48 +2001:6d0:ffd4::/48 +2001:6d0:ffd5::/48 +2001:6d0:ffd6::/48 +2001:6d0:fffc::/48 +2a09:bd00::/48 +2a09:bd00:1fe::/48 +2a09:bd00:1ff::/48 +2a09:bd00:ffbc::/48 +# RIPN-RU-EKT, RU / Joint-stock company Internet Exchange MSK-IX +193.232.231.0/24 +193.232.241.0/24 +2001:67c:1212::/48 +2a0c:a9c7:241::/48 +# EKT-IX-RS Routing Arbiter for Ekaterinburg Internet Exchange / Join-stock company Internet ExchangeMSK-IX +195.209.6.0/24 +# CRIMEA-IX-AS Crimean internet exchange network, RU +# DATAKIX DATAK Internet Exchange, IR +# IX-AS, RO / INTERNET EXCHANGE SRL +46.233.38.0/24 +185.1.150.0/24 +188.244.123.0/24 +198.102.9.0/24 +199.255.213.0/24 +2001:7f8:e4::/48 +2a0e:eb00::/48 +2a0e:eb00:1::/48 +# RIPN-NS5-RU-MSK, RU / Join-stock company Internet ExchangeMSK-IX +62.76.62.0/23 +62.76.62.0/24 +62.76.76.0/24 +193.232.93.0/24 +193.232.124.0/24 +193.232.128.0/23 +193.232.160.0/24 +193.232.177.0/24 +194.85.104.0/24 +194.85.108.0/24 +194.190.168.0/24 +194.226.75.0/24 +2001:678:17::/48 +2001:67c:1442::/48 +2001:67c:1444::/48 +2001:6d0:d6::/48 +2001:6d0:6d0::/48 +2a0c:a9c7:160::/48 +2a0c:a9c7:177::/48 +# RIPN-RU-PRG, RU / Join-stock company Internet ExchangeMSK-IX +193.232.133.0/24 +2001:67c:1009::/48 +# RIPN-RU-SMR for Samara Project, RU / Joint-stock company Internet Exchange MSK-IX +193.232.134.0/24 +193.232.225.0/24 +195.209.9.0/24 +2001:67c:1440::/48 +2a0c:a9c7:225::/48 +# RIPN-RU-VLV, RU / Joint-stock company Internet Exchange MSK-IX +193.232.137.0/24 +193.232.247.0/24 +195.209.11.0/24 +2001:67c:1441::/48 +2a0c:a9c7:247::/48 +# RIPN-SU-NET, RU / Join-stock company Internet ExchangeMSK-IX +193.232.132.0/24 +193.232.166.0/24 +193.232.175.0/24 +193.232.188.0/24 +195.209.18.0/24 +2001:67c:1210::/48 +2001:6d0:6d0b::/48 +2a0c:a9c7:166::/48 +# WEEK5 Cnean Internet Exchange, CN +# ANSTO-AS-AP Australian Nuclear Science and Technology Organi / Australian Nuclear Science and Technology Organisation +137.157.0.0/16 +2001:df0:93::/48 +# VOCOM-AP-AS Vocom International Telecommunications AP Area, / Vocom International Telecommunication Inc. +38.150.64.0/24 +45.135.46.0/24 +103.40.76.0/24 +103.183.2.0/24 +103.183.3.0/24 +103.185.158.0/24 +103.185.159.0/24 +103.215.78.0/24 +103.215.79.0/24 +114.199.64.0/24 +114.199.65.0/24 +114.199.66.0/24 +114.199.67.0/24 +114.199.68.0/24 +114.199.69.0/24 +114.199.70.0/24 +114.199.71.0/24 +114.199.72.0/24 +114.199.73.0/24 +114.199.74.0/24 +114.199.75.0/24 +114.199.76.0/24 +114.199.77.0/24 +114.199.78.0/24 +114.199.79.0/24 +116.204.184.0/24 +116.204.185.0/24 +149.127.213.0/24 +193.5.25.0/24 +203.81.177.0/24 +203.81.179.0/24 +203.91.93.0/24 +203.91.95.0/24 +208.90.120.0/24 +208.90.121.0/24 +220.232.180.0/24 +220.232.181.0/24 +220.232.183.0/24 +2406:e300::/32 +2406:e300::/48 +2406:e300:1::/48 +2406:e300:2::/48 +2406:e300:3::/48 +2602:fd55::/48 +2602:fd55:1::/48 +# HIX-CITYLINK-NZ-AP Hamilton Internet Exchange Vital, NZ +# SLIX Sri Lanka Internet Exchange point, LK +# NIX-AS-AP Nelson Internet Exchange, NZ +# C2IX-IXP-AS-ID CYBER2 Internet Exchange, ID +# CA-DOJ, US / California Department of Justice +167.10.0.0/16 +167.10.5.0/24 +167.10.239.0/24 +167.10.242.0/24 +# DOE-HQ-COOP, US / U.S. Department of Energy +192.147.243.0/24 +192.208.20.0/23 +192.208.28.0/24 +198.51.238.0/23 +198.99.249.0/24 +198.147.246.0/24 +198.179.181.0/24 +205.167.106.0/23 +206.197.198.0/24 +2607:f368:f00::/40 +2607:f368:1003::/48 +2607:f368:2000::/40 +2607:f368:2c00::/40 +2607:f368:320f::/48 +2607:f368:3220::/48 +2607:f368:3224::/48 +# GLBIX-STLSMO-WPDC, US / Global Internet eXchange +192.189.249.0/24 +198.163.228.0/23 +199.181.246.0/24 +204.27.185.0/24 +204.107.192.0/24 +204.238.5.0/24 +# Government of Latvia Internet Exchange, LV +# RIPN-RU-RND RND RU services AS, RU / Join-stock company Internet ExchangeMSK-IX +193.232.139.0/24 +193.232.236.0/24 +195.209.12.0/24 +2001:67c:1213::/48 +2001:6d0:ffb7::/48 +2a0c:a9c7:236::/48 +# CIX-AS, IE / CORK INTERNET EXCHANGE LIMITED +45.140.144.0/24 +84.39.232.0/21 +89.31.168.0/21 +91.103.0.0/21 +91.223.9.0/24 +185.49.60.0/22 +185.57.116.0/22 +185.137.20.0/22 +185.175.168.0/22 +185.176.0.0/22 +217.74.48.0/20 +2607:6b80:3d::/48 +2a02:2078::/32 +2a02:5b20::/32 +# MILLENIUM, MU / Millenium Internet Exchange Ltd +41.191.212.0/22 +41.242.144.0/21 +196.50.2.0/24 +# VARNA-IX Internet Exchange Point, BG +# BUX-HU-AS Budapesti Ertektozsde Zrt., HU / Budapest Stock Exchange Ltd. +82.144.184.0/24 +# BOURSA-KUWAIT-AS, KW / Boursa Kuwait Stock Exchange +195.137.174.0/24 +# SIIX Southern Italy Internet Exchange - AS50839, IT +# BFD-IX BFD-IX Neutral Internet Exchange Point, GB +# AS Tomsk Internet Exchange, RU +# CIX Cracow Internet eXchange, PL +# IXP-1-IX-EU 1-IX Internet Exchange, PL +# SPBEX-AS, RU / JSC Stock Exchange Saint Petersburg +193.105.107.0/24 +# TELZAR-ASN, IL / Telzar 019 International Telecommunications Services LTD +46.31.96.0/21 +46.31.96.0/23 +46.31.96.0/24 +46.31.97.0/24 +46.31.98.0/23 +46.31.99.0/24 +46.31.100.0/23 +46.31.102.0/23 +141.226.82.0/23 +141.226.82.0/24 +141.226.83.0/24 +147.234.64.0/21 +147.234.64.0/24 +147.234.72.0/23 +147.234.72.0/24 +147.234.73.0/24 +147.234.92.0/22 +147.234.96.0/21 +185.24.204.0/22 +185.24.204.0/23 +185.24.206.0/23 +213.137.64.0/20 +213.137.64.0/24 +213.137.65.0/24 +213.137.66.0/24 +213.137.67.0/24 +213.137.70.0/24 +213.137.71.0/24 +213.137.72.0/23 +2a02:5080::/32 +# AMS-IX Amsterdam Internet Exchange, CW +# TUPIX INTERNET EXCHANGE, BR / VOE INTERNET +186.232.72.0/24 +186.232.73.0/24 +186.232.74.0/24 +186.232.75.0/24 +2804:91c::/32 +# WIDOJ, US / Wisconsin Department of Justice +69.161.200.0/24 +69.161.201.0/24 +# FACEBOOK-CORP, US / Facebook Inc +163.114.128.0/20 +163.114.128.0/24 +163.114.130.0/24 +163.114.131.0/24 +163.114.132.0/24 +163.114.133.0/24 +163.114.134.0/24 +199.201.64.0/22 +199.201.67.0/24 +2620:10d:c090::/44 +2620:10d:c090::/48 +2620:10d:c091::/48 +2620:10d:c092::/48 +2620:10d:c093::/48 +2620:10d:c094::/48 +2620:10d:c095::/48 +2620:10d:c096::/48 +2620:10d:c098::/48 +2620:10d:c09b::/48 +# SGIX-SG Singapore Internet Exchange Limited, SG +# OD-IX-AS-ID PT Omadata Indonesia OMADATA Internet Exchange, +# NEWSWIRE-IN Army & Navy Building, IN / Cogencis Information Services Ltd +202.61.102.0/24 +# MCIX-AS-AP MC-IX Matrix Internet Exchange RS-1, ID / MC-IX Matrix Internet Exchange RS-1 +23.11.128.0/20 +23.38.110.0/23 +104.88.224.0/19 +115.146.116.0/22 +119.110.115.0/24 +119.110.116.0/23 +119.110.116.0/24 +119.110.118.0/24 +2404:c000:4004::/47 +2404:c000:4004::/48 +# ARROWNET Tokyo Stock Exchange, Inc., JP +# ZPIX-PK Zero Point Internet eXchange, PK +# NETNOD-AP Netnod anycast AS for APNIC, NP / Netnod Internet Exchange +203.119.90.0/23 +203.119.90.0/24 +2001:dd8:10::/47 +2001:dd8:10::/48 +# SBG-IX Strasbourg Internet Exchange, FR +# SBIX Securebit Internet Exchange Autonomous System Number, C +# STHIX-AS Stockholm Internet eXchange AB, SE +# COMMUNITY-IX Non-Commercial Community Internet Exchange, DE +# CITRANET-AS-ID Citra Internet Exchange, ID +# AMS-IX-AP Amsterdam Internet Exchange, HK / Amsterdam Internet Exchange +103.247.138.0/24 +2001:df0:295::/48 +# AMS-IX-HK-RS Amsterdam Internet Exchange, HK +# NIXI-AS-IN National Internet Exchange of India, IN +# KSKEL-PK IT. Division, Admin Block, PK / KARACHI STOCK EXCHANGE LIMITED +103.250.222.0/24 +103.250.223.0/24 +# NIXI-IN-AS National Internet Exchange of India, IN +# NIXI-IN-AS National Internet Exchange of India, IN +# UBNIX Giganet.UA Internet Exchange Network, UA / Ukrainian Backbone Networks LLC +185.158.208.0/24 +185.158.209.0/24 +185.158.210.0/24 +185.158.211.0/24 +195.234.112.0/24 +195.234.113.0/24 +2a02:2278:fffb::/48 +2a02:2278:fffc::/48 +2a02:2278:fffd::/48 +2a02:2278:fffe::/48 +2a02:2278:ffff::/48 +# SBIX-DUS Securebit Internet Exchange Dusseldorf, CH +# ROPN-IX-ASN Romanian Open Internet Exchange - Route Servers, +# ASN-DCIX DCIX - DCENTER Internet eXchange, PL +# AQUIS-EXCHANGE Stock Exchange, GB / Aquis Exchange PLC +185.23.233.0/24 +185.23.235.0/24 +# SNIX-AS SNIX POLISH INTERNET EXCHANGE, PL +# PEERINGCZ-AS Central European Internet exchange point - join +# TADAWUL, SA / SAUDI STOCK EXCHANGE (TADAWUL) +91.199.187.0/24 +185.12.172.0/24 +# PIX-, PS / Palestine Internet Exchange Point +185.90.124.0/22 +# RESOLVER_PROJECT, RU / Joint-stock company Internet Exchange MSK-IX +194.85.254.0/24 +194.85.255.0/24 +2a0c:a9c7:2::/48 +2a0c:a9c7:3::/48 +# MSK-IX-AS, RU / Join-stock company Internet ExchangeMSK-IX +212.192.230.0/23 +212.192.232.0/24 +212.192.233.0/24 +212.192.234.0/23 +212.192.236.0/23 +# TOROIX A Spanish Internet eXchange Point, ES +# TSKIX Tomsk Internet Exchange, RU +# TWITTER, US / Twitter Inc. +69.12.56.0/24 +69.12.57.0/24 +69.12.58.0/24 +69.12.59.0/24 +69.12.60.0/24 +69.12.61.0/24 +69.12.62.0/24 +69.12.63.0/24 +192.48.236.0/23 +192.48.236.0/24 +192.48.237.0/24 +# BKNIX-AS-AP Bangkok Neutral Internet Exchange, TH / BKNIX Co.,Ltd. +203.159.66.0/23 +203.159.66.0/24 +203.159.70.0/23 +2001:deb::/48 +2001:df5:b880::/48 +# BKNIX-RS-AP Bangkok Neutral Internet Exchange Route Servers, +# CNIX China Internet Exchange, CN +# DSEL-BD Dhaka Stock Exchange Limited, BD / Dhaka Stock Exchange Limited +103.58.108.0/24 +103.58.109.0/24 +# C2IX-IXP-AS-ID CYBER2 Internet Exchange, ID +# HSX-AS-VN Hochiminh Stock Exchange, VN / Hochiminh Stock Exchange +103.147.36.0/24 +103.147.37.0/24 +# SLT-IX-AS SLT-IX Sri Lanka Telecom Internet Exchange, LK +# HNX-AS-VN HaNoi Stock Exchange, VN / HaNoi Stock Exchange +103.9.212.0/24 +103.9.213.0/24 +# NNIX-HZ ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT C +# IDNIC-MORA-IX-AS-ID Moratelindo Internet Exchange Point, ID / Moratelindo Internet Exchange Point +23.192.114.0/23 +23.192.192.0/20 +23.195.156.0/22 +23.200.176.0/20 +45.121.217.0/24 +45.121.219.0/24 +103.111.147.0/24 +103.129.251.0/24 +103.154.227.0/24 +2400:dc00:4003::/48 +2400:dc00:4008::/48 +2400:dc00:fc01::/48 +# SGIX-SG-AS SGIX Services, SG / Singapore Internet Exchange Limited +202.3.78.0/24 +2001:df0:214::/48 +# VANUATU-AS-AP Vanuatu Internet Exchange VIX, VU / Vanuatu Internet Exchange (VIX) +103.25.229.0/24 +2001:dec::/48 +# MCXSX-AS-IN MCX STOCK EXCHANGE LIMITED, IN / MCX STOCK EXCHANGE LIMITED +103.66.87.0/24 +103.214.177.0/24 +103.237.170.0/24 +103.238.61.0/24 +# OPENPACKET-AS-AP OpenPacket Internet Exchange, NL +# OCEANIX-AS-AP OceanIX Internet Exchange, AU +# INFORMATIONTECHNOLOGYCYBERSECURITY-AS-AP Dept. of Informatio / Dept. of Information Technology & Cyber Security +103.89.48.0/22 +103.103.173.0/24 +# CNIX China Internet Exchange, CN / China Internet Exchange +157.119.172.0/22 +# AMR-IX-AS Amaravati Internet Exchange, IN +# EVIX-AS-AP Experimental Virtual Internet Exchange, CA +# MMIX-AS-AP Myanmar Internet Exchange, MM / MYANMAR INTERNET EXCHANGE ASSOCIATION INC. +103.103.194.0/24 +103.116.192.0/24 +2405:1340::/32 +# FSIX-AS-AP Fantasy Sky Internet eXchange, CN / Fantasy Sky Internet eXchange +2402:e380:100::/40 +2402:e380:110::/44 +2402:e380:112::/48 +2402:e380:114::/48 +2402:e380:117::/48 +2402:e380:118::/48 +2402:e380:11e::/48 +2402:e380:126::/48 +2402:e380:12c::/48 +2402:e380:133::/48 +2402:e380:137::/48 +2402:e380:138::/48 +2402:e380:13c::/48 +2402:e380:13e::/48 +2402:e380:141::/48 +2402:e380:142::/48 +# NNIX-HZ ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT C / ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT CO.,LTD. +103.154.41.0/24 +2406:5340:6666::/48 +2406:5340:8888::/48 +# IXPMOE-AS-AP IXPMOE Internet Exchange, HK +# NIE-AS-AP Noakhali Internet Exchange, BD +# KEJORA-ID Batam Internet Exchange, ID +# BDIX-AS-AP Bangladesh Internet Exchange Trust, BD +# ZXIX-AS-AP ZX Internet Exchange, CN +# PYRAMIX-AS-AP Pyramix Internet Exchange, NL +# NIXI-IN-AS National Internet Exchange of India, IN +# NIXI-IN-AS National Internet Exchange of India, IN / National Internet Exchange of India +43.246.105.0/24 +103.66.145.0/24 +103.218.116.0/24 +121.46.96.0/24 +121.46.97.0/24 +121.46.98.0/24 +2409:e:e2::/48 +2409:e:e4::/48 +2409:e:e6::/48 +2409:e:e8::/48 +2409:f:f1::/48 +2409:f:f3::/48 +# NIXI-IN-AS National Internet Exchange of India, IN / National Internet Exchange of India +43.246.104.0/24 +45.249.124.0/24 +45.249.236.0/24 +45.249.237.0/24 +103.66.144.0/24 +103.68.50.0/24 +103.68.51.0/24 +2409:e:e1::/48 +2409:e:e3::/48 +2409:e:e5::/48 +2409:e:e7::/48 +2409:f:f2::/48 +2409:f:f4::/48 +240a:eabc:abce::/48 +240a:eabc:abcf::/48 +240a:eabc:dabc::/48 +240a:eabc:dabd::/48 +# NXIXP Ningxia Zhongwei New Internet Exchange Center Co., Ltd +# SHIXP NATIONALSHANGHAI NEW-TYPE INTERNET EXCHANGE POINT, CN +# SHIXP NATIONALSHANGHAI NEW-TYPE INTERNET EXCHANGE POINT, CN +# MIE-AS-AP Maldives internet exchange, MV / Maldives internet exchange +103.191.77.0/24 +2001:df1:5540::/48 +# IDNIC-SUMIX-AS-ID PT Sumatra Internet Exchange, ID +# MHK-IX-AS-AP Maharlika Internet Exchange, PH +# NPIX2-AS-AP Internet Exchange Nepal, NP +# KLEYREX-32 KleyReX Internet Exchange, 32Bit AS, DE +# AZRT-LX Local Internet Exchange, AZ / AZERTELECOM LLC +134.19.220.0/24 +# FR-IX Friese Internet Exchange, NL +# RIPE-ATHARVA-AS-ID Garuda Internet Exchange, ID +# GOVCERT-RU-AS Cyber Security and Incident Response Team for / Autonomous nonprofit organisation Computer Incident Response Center +144.206.64.0/20 +144.206.80.0/21 +144.206.88.0/22 +144.206.92.0/24 +144.206.93.0/24 +144.206.94.0/24 +144.206.95.0/24 +194.85.25.0/24 +# ECIX-SERVICE-AS European Commercial Internet Exchange ECIX, / Megaport (Deutschland) GmbH +62.69.151.0/24 +91.223.211.0/24 +193.200.230.0/24 +195.43.89.0/24 +2a01:9ec0::/32 +# LOCIX-INTERNET-EXCHANGE LOCIX INTERNET EXCHANGE, DE +# LINX-SCO1, GB / London Internet Exchange Ltd. +185.234.0.0/24 +2a01:40:4949::/48 +# ESCROW, RU / Joint-stock company Internet Exchange MSK-IX +193.232.72.0/24 +193.232.73.0/24 +2001:6d0:6d08::/48 +# GIX-AS Gliwice Internet eXchange, PL +# LNK-IX LNK-IX Internet Exchange Route Collectors, RO +# ERA-IX Era Internet Exchange, NL +# LONDSTOCK-US, GB / London Stock Exchange PLC +94.46.108.0/23 +94.46.108.0/24 +94.46.109.0/24 +# RUDAKI-IX RUDAKI Internet Exchange RUDAKI-IX, UA / Rudakov Ihor +2a06:a005:16::/48 +# GEORGIAIXP, GE / Internet Exchange Association of Georgia +194.31.8.0/24 +# TSE, IR / Tehran Stock Exchange Company (Public Joint Stock) +185.193.47.0/24 +# WIREIX WireIX.net internet exchange point - peering, CZ +# BELIZE INTERNET EXCHANGE POINT, BZ +# Mexico Internet Exchange, S. de R. L. de C.V., MX / Mexico Internet Exchange, S. de R. L. de C.V. +177.11.216.0/22 +# INTERNET EXCHANGE SERVICES YUCATAN, MX / INTERNET EXCHANGE SERVICES YUCATAN +45.164.108.0/24 +# SURINAME INTERNET EXCHANGE SUR-IX, SR / SURINAME INTERNET EXCHANGE (SUR-IX) +45.68.21.0/24 +45.68.22.0/24 +2801:109:4::/46 +2801:109:8::/46 +2801:109:c::/46 +# SURINAME INTERNET EXCHANGE SUR-IX, SR +# sixp, GM / Serekunda Internet Exchange Point +196.49.1.0/24 +196.223.34.0/24 +# GABON-IX, GA / Gabon Internet eXchange (Gab-IX) +196.49.17.0/24 +2001:43f8:1161::/48 +# MIXP-mgmnt, MU / Mauritius Internet Exchange Point +196.49.9.0/24 +# Burkina-IX-MNGNT, BF / Burkina Faso Internet EXchange Point ( BFIX) +196.49.19.0/24 +196.49.74.0/24 +2001:43f8:b61::/48 +# RINEX, RW / Rwanda Internet Exchange Point (RINEX) c/o RICTA +196.49.7.0/24 +# ZINX-MGMT, ZW / Zimbabwe Internet Exchange +196.49.46.0/24 +# egyptian-stock-exchange, EG / The Egyptian Stock Exchange +102.223.144.0/24 +102.223.145.0/24 +102.223.146.0/24 +102.223.147.0/24 +# UgandaIXP-Mgt, UG / Uganda Internet eXchange Point +196.49.15.0/24 +196.49.82.0/24 +# Lusaka-IXP-MGT, ZM / Lusaka Internet Exchange point +196.49.88.0/24 +# CV-IX-MGT, CV / Associação Cabo Verde Internet Exchange Point +196.49.96.0/24 +# AS-TORIX-SVC, CA / Toronto Internet Exchange Community +206.108.0.0/24 +2602:fde5::/36 +2602:fde5:2a::/48 +# AS-WPGIX-GATEWAY-SERVICES, CA / Winnipeg Internet Exchange +2620:4b::/48 +# AMERICANNATIONALBANK, US / American National Bank +204.238.232.0/24 +# MIEMX, US / Mexico Internet Exchange +192.159.170.0/24 +192.159.171.0/24 +192.159.172.0/24 +192.159.173.0/24 +199.48.225.0/24 +# MBIX-SERVICES, CA / Manitoba Internet Exchange Inc +198.181.199.0/24 +2602:fd53:100::/40 +# TAHOEIX, US / Tahoe Internet Exchange (TahoeIX) +185.38.241.0/24 +2620:13:a000::/48 +# DOE-HANFORD, US / U.S. Department of Energy - Hanford +64.146.165.0/24 +198.232.211.0/24 +2604:2180::/32 +# DHS-39N, US / Department of Homeland Security +63.64.152.0/24 +63.64.153.0/24 +63.64.154.0/24 +63.64.155.0/24 +64.69.57.0/24 +208.73.184.0/24 +208.73.186.0/24 +208.73.187.0/24 +208.73.188.0/24 +208.73.191.0/24 +# ALDOT-ROUTE, US / Alabama Department of Transportation +205.172.52.0/24 +205.172.53.0/24 +205.172.54.0/24 +205.174.143.0/24 +# ARDOT-NET-01, US / Arkansas Department of Transportation +199.48.0.0/22 +199.48.2.0/24 +199.48.3.0/24 +# OGIX-SVC, CA / National Capital Internet Exchange +192.40.40.0/23 +# PITIX-INFRA, US / Pittsburgh Internet Exchange +23.143.152.0/24 +2602:faaa::/36 \ No newline at end of file diff --git a/avoidr/out.json b/avoidr/out.json index 3e9e348..28ca531 100644 --- a/avoidr/out.json +++ b/avoidr/out.json @@ -1 +1 @@ -{"13": {"name": "DNIC-AS-00013, US / Headquarters, USAISC", "ranges": {"4": ["128.63.0.0/16", "192.5.24.0/23", "192.12.65.0/24", "192.12.67.0/24", "192.33.13.0/24", "204.235.72.0/21"], "6": ["2001:480:30::/48"]}}, "22": {"name": "DNIC-AS-00022, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.34.0.0/16", "128.49.0.0/16", "192.55.240.0/24", "198.253.16.0/20", "198.253.48.0/20"], "6": ["2001:480:10::/48", "2001:480:560::/48"]}}, "24": {"name": "AS24, US / National Aeronautics and Space Administration", "ranges": {"4": ["198.10.0.0/16"], "6": ["2001:4d0:108::/48"]}}, "37": {"name": "DNIC-AS-00037, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.38.0.0/16", "198.91.64.0/21", "198.91.64.0/24", "198.91.65.0/24", "198.91.66.0/24", "198.91.67.0/24", "198.91.68.0/24", "198.91.69.0/24", "198.91.70.0/24", "198.91.71.0/24", "198.91.72.0/23", "198.91.72.0/24", "198.91.73.0/24", "199.10.8.0/22", "199.10.8.0/24", "199.10.9.0/24", "199.10.10.0/24", "199.10.11.0/24", "199.10.12.0/23"], "6": ["2001:480:501::/48"]}}, "48": {"name": "DNIC-AS-00048, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.60.0.0/16", "132.250.0.0/16"], "6": ["2001:480:20::/48"]}}, "49": {"name": "US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY, US / US National Institute of Standards & Technology", "ranges": {"4": ["129.6.0.0/21", "129.6.8.0/22", "129.6.12.0/23", "129.6.14.0/24", "129.6.15.0/24", "129.6.16.0/20", "129.6.32.0/19", "129.6.64.0/19", "129.6.96.0/20", "129.6.113.0/24", "129.6.114.0/23", "129.6.116.0/22", "129.6.120.0/21", "129.6.128.0/17", "132.163.96.0/24", "132.163.97.0/24"], "6": ["2610:20:6000::/37", "2610:20:6f15::/48", "2610:20:6f96::/48", "2610:20:6f97::/48"]}}, "56": {"name": "DNIC-AS-00056, US / DoD Network Information Center", "ranges": {"4": ["131.30.20.0/24", "132.3.112.0/21"]}}, "84": {"name": "DNIC-AS-00084, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["130.46.0.0/16", "192.5.27.0/24", "192.5.47.0/24", "192.91.138.0/24", "198.97.79.0/24"], "6": ["2001:480:630::/48"]}}, "89": {"name": "DNIC-AS-00089, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["129.190.0.0/16", "164.223.0.0/16", "198.97.81.0/24", "198.97.82.0/23", "198.97.84.0/22", "198.97.88.0/24"]}}, "118": {"name": "DNIC-AS-00118, US / DoD Network Information Center", "ranges": {"4": ["131.18.0.0/24", "131.18.254.0/24"]}}, "121": {"name": "DNIC-AS-00121, US / DoD Network Information Center", "ranges": {"4": ["214.54.192.0/20", "214.54.208.0/20", "214.54.224.0/23", "214.54.226.0/23", "214.54.230.0/24", "214.54.231.0/24"]}}, "138": {"name": "DNIC-AS-00138, US / DoD Network Information Center", "ranges": {"4": ["131.66.0.0/16", "131.67.0.0/16", "131.68.0.0/16", "131.68.2.0/24", "131.68.3.0/24", "131.68.12.0/24", "131.68.13.0/24", "131.68.18.0/24", "131.68.23.0/24", "131.68.24.0/24", "131.68.28.0/24", "131.68.30.0/24", "131.68.34.0/24", "131.68.37.0/24", "131.68.66.0/24", "131.68.68.0/24", "131.68.77.0/24", "131.68.79.0/24", "131.68.103.0/24", "131.68.139.0/24", "131.68.149.0/24", "131.68.150.0/24", "131.68.165.0/24", "131.68.168.0/24", "131.68.169.0/24", "131.68.171.0/24", "131.68.194.0/24", "131.68.195.0/24", "131.68.206.0/24", "131.68.209.0/24", "131.68.240.0/21", "141.234.0.0/18", "141.234.64.0/18", "144.183.15.0/24", "144.183.16.0/24", "144.183.17.0/24", "144.183.20.0/24", "144.183.32.0/22", "144.183.127.0/24", "144.183.128.0/23", "144.183.130.0/24", "144.183.131.0/24", "144.183.196.0/22", "144.183.200.0/21", "144.183.216.0/24", "144.183.227.0/24"]}}, "140": {"name": "DNIC-AS-00140, US / DoD Network Information Center", "ranges": {"4": ["131.84.2.0/24", "131.84.120.0/23", "131.84.122.0/23", "131.84.124.0/23"]}}, "147": {"name": "DNIC-AS-00147, US / DoD Network Information Center", "ranges": {"4": ["215.1.84.0/24"]}}, "149": {"name": "DNIC-AS-00149, US / DoD Network Information Center", "ranges": {"4": ["214.9.248.0/21", "215.67.6.0/23", "215.67.128.0/18", "215.67.220.0/22", "215.67.222.0/23", "215.69.222.0/24", "215.69.224.0/24", "215.69.239.0/24", "215.69.240.0/22", "215.69.245.0/24", "215.69.248.0/22", "215.69.252.0/24"]}}, "153": {"name": "CTNOSC-ASN-153, US / Headquarters, USAISC", "ranges": {"4": ["158.9.188.0/24", "158.9.189.0/24", "192.188.204.0/24", "207.133.194.0/24"]}}, "170": {"name": "DNIC-AS-00170, US / DoD Network Information Center", "ranges": {"4": ["215.1.4.0/24"]}}, "190": {"name": "DNIC-AS-00190, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["192.86.77.0/24", "192.111.117.0/24", "198.97.138.0/24", "199.208.157.0/24", "199.211.219.0/24"]}}, "213": {"name": "DNIC-AS-00213, US / Headquarters, USAISC", "ranges": {"4": ["131.92.0.0/17"], "6": ["2001:480:1670::/48"]}}, "228": {"name": "DNIC-AS-00228, US / DoD Network Information Center", "ranges": {"4": ["147.241.48.0/21", "147.241.64.0/21", "147.241.136.0/21", "147.241.144.0/21"], "6": ["2001:480:253::/48"]}}, "229": {"name": "MERIT-AS-6, US / Merit Network Inc.", "ranges": {"4": ["192.41.230.0/23", "192.41.236.0/23"], "6": ["2001:48a8:68f7::/48"]}}, "237": {"name": "MERIT-AS-14, US / Merit Network Inc.", "ranges": {"4": ["35.0.0.0/10", "35.33.96.0/19", "35.64.0.0/14", "35.68.0.0/15", "35.70.0.0/16", "35.71.0.0/18", "74.115.236.0/23", "141.210.0.0/16", "141.217.0.0/16", "141.218.0.0/16", "148.61.0.0/16", "161.133.0.0/17", "161.133.2.0/24", "161.133.112.0/21", "161.133.120.0/21", "161.133.128.0/17", "161.133.129.0/24", "163.253.36.0/22", "164.76.0.0/16", "192.35.168.0/23", "192.35.170.0/24", "192.41.229.0/24", "192.41.232.0/22", "192.88.242.0/24", "192.101.250.0/24", "192.122.182.0/23", "192.122.184.0/21", "192.122.200.0/24", "192.138.137.0/24", "192.160.192.0/24", "192.160.204.0/24", "192.188.100.0/24", "192.203.195.0/24", "192.245.252.0/24", "192.245.254.0/24", "198.17.130.0/23", "198.17.132.0/23", "198.17.134.0/24", "198.108.0.0/14", "204.38.0.0/15", "204.106.17.0/24", "204.106.28.0/24", "204.106.31.0/24", "206.201.157.0/24", "207.72.0.0/14"], "6": ["2001:468:2620::/48", "2001:468:26e1::/48", "2001:48a8::/32", "2001:48a8:800::/40", "2001:48a8:68fe::/48", "2606:9700::/32", "2607:ff30:1110::/48", "2620:13f:6000::/44"]}}, "252": {"name": "DNIC-AS-00252, US / Headquarters, USAISC", "ranges": {"4": ["128.47.0.0/16", "155.29.152.0/21", "192.70.236.0/24", "204.37.16.0/21", "204.37.24.0/24"], "6": ["2001:480:34::/48"]}}, "257": {"name": "DNIC-AS-00257, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["204.102.228.0/25", "204.102.228.128/25", "204.102.229.0/24", "205.155.65.0/24", "209.129.248.0/25"], "6": ["2607:f380:804::/48"]}}, "258": {"name": "BRAGGSRI-EGP-AS, US / Headquarters, USAISC", "ranges": {"4": ["139.241.4.0/24", "139.242.5.0/24"]}}, "270": {"name": "AS270, US / National Aeronautics and Space Administration", "ranges": {"4": ["128.102.0.0/16", "128.154.0.0/17", "128.154.128.0/17", "128.155.0.0/16", "128.157.0.0/16", "128.158.0.0/16", "128.183.0.0/16", "129.164.128.0/17", "129.168.0.0/16", "130.40.0.0/16", "130.134.0.0/16", "130.135.0.0/16", "131.182.0.0/16", "134.12.0.0/17", "134.118.96.0/19", "134.118.112.0/22", "136.178.0.0/16", "138.115.0.0/16", "139.88.0.0/16", "139.169.0.0/16", "143.232.0.0/16", "146.154.0.0/16", "146.165.0.0/16", "148.114.0.0/16", "192.48.14.0/24", "192.52.78.0/24", "192.52.80.0/24", "192.52.81.0/24", "192.52.82.0/24", "192.52.83.0/24", "192.52.84.0/24", "192.52.85.0/24", "192.52.86.0/24", "192.52.87.0/24", "192.52.88.0/24", "192.52.89.0/24", "192.52.90.0/24", "192.52.91.0/24", "192.52.92.0/24", "192.52.94.0/24", "192.52.95.0/24", "192.52.98.0/24", "192.52.198.0/24", "192.52.206.0/24", "192.52.207.0/24", "192.52.211.0/24", "192.52.212.0/24", "192.52.213.0/24", "192.52.214.0/24", "192.52.215.0/24", "192.52.216.0/24", "192.52.217.0/24", "192.55.90.0/23", "192.58.19.0/24", "192.58.21.0/24", "192.58.36.0/24", "192.67.109.0/24", "192.67.110.0/24", "192.67.115.0/24", "192.67.186.0/24", "192.68.192.0/24", "192.68.194.0/24", "192.68.196.0/24", "192.68.197.0/24", "192.70.120.0/24", "192.70.122.0/24", "192.70.123.0/24", "192.70.124.0/24", "192.70.125.0/24", "192.70.126.0/24", "192.76.235.0/24", "192.88.31.0/24", "192.88.32.0/24", "192.88.33.0/24", "192.88.36.0/24", "192.88.37.0/24", "192.88.40.0/23", "192.88.43.0/24", "192.88.44.0/24", "192.88.46.0/24", "192.88.48.0/24", "192.88.49.0/24", "192.92.197.0/24", "192.92.198.0/24", "192.92.199.0/24", "192.100.9.0/24", "192.107.191.0/24", "192.112.9.0/24", "192.112.10.0/24", "192.112.11.0/24", "192.112.16.0/22", "192.112.224.0/24", "192.112.230.0/24", "192.149.107.0/24", "192.149.128.0/24", "192.149.140.0/24", "192.149.141.0/24", "192.150.32.0/21", "192.160.74.0/24", "192.160.78.0/24", "192.189.100.0/24", "192.225.88.0/24", "194.85.23.0/24", "198.27.34.0/24", "198.27.37.0/24", "198.27.39.0/24", "198.27.40.0/24", "198.27.41.0/24", "198.27.42.0/24", "198.27.43.0/24", "198.27.44.0/24", "198.27.45.0/24", "198.27.46.0/24", "198.27.47.0/24", "198.27.49.0/24", "198.119.2.0/24", "198.182.28.0/24", "198.182.30.0/23"]}}, "273": {"name": "DNIC-AS-00273, US / DoD Network Information Center", "ranges": {"4": ["155.7.192.0/19"]}}, "289": {"name": "DNIC-AS-00289, US / Headquarters, USAISC", "ranges": {"4": ["134.194.0.0/16", "147.241.0.0/19"]}}, "297": {"name": "AS297, US / National Aeronautics and Space Administration", "ranges": {"4": ["128.156.0.0/16", "129.163.0.0/16", "129.164.0.0/16", "156.68.0.0/16", "158.154.0.0/16", "161.40.0.0/16", "192.67.118.0/24", "192.77.80.0/20", "192.92.194.0/24", "192.92.195.0/24", "192.100.14.0/24", "192.112.20.0/24", "192.112.220.0/22", "192.124.20.0/24", "192.225.64.0/19", "192.225.69.0/24", "198.116.0.0/14", "198.116.24.0/24", "198.116.201.0/24", "198.116.202.0/24", "198.116.203.0/24", "198.116.209.0/24", "198.120.0.0/14"], "6": ["2001:4d0::/32"]}}, "300": {"name": "DNIC-AS-00300, US / DoD Network Information Center", "ranges": {"4": ["156.112.74.0/24", "156.112.75.0/24", "156.112.76.0/24", "156.112.78.0/24", "156.112.134.0/24", "156.112.171.0/24", "158.15.0.0/16", "160.137.96.0/24", "160.137.102.0/24", "160.137.132.0/22", "160.137.136.0/22", "164.235.104.0/21", "199.211.153.0/24", "204.222.212.0/24", "209.22.250.0/24", "214.3.158.0/24", "214.3.159.0/24", "214.3.160.0/24", "214.3.177.0/24", "214.4.13.0/24", "214.4.14.0/24", "214.4.15.0/24", "214.4.138.0/24", "214.4.139.0/24", "214.4.143.0/24", "214.23.0.0/21", "214.23.24.0/21", "214.23.48.0/20", "214.23.64.0/21", "214.23.79.0/24", "214.23.248.0/21", "214.38.224.0/24", "214.66.0.0/19"], "6": ["2608:184::/48"]}}, "306": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.10.0.0/16", "55.15.0.0/16", "55.15.200.0/22", "55.17.0.0/16", "55.17.73.0/24", "55.22.69.0/24", "55.25.5.0/24", "55.27.0.0/16", "55.38.0.0/16", "55.43.196.0/22", "55.44.0.0/16", "55.51.0.0/16", "55.61.0.0/16", "55.67.0.0/16", "55.68.0.0/16", "55.78.0.0/16", "55.85.0.0/16", "55.85.8.0/24", "55.85.20.0/24", "55.85.27.0/24", "55.85.43.0/24", "55.85.44.0/22", "55.85.66.0/23", "55.85.68.0/24", "55.85.80.0/24", "55.86.2.0/24", "55.242.0.0/16", "132.79.0.0/16", "132.79.15.0/24", "132.79.16.0/24", "132.79.70.0/24", "132.79.128.0/19", "132.79.128.0/24", "132.80.0.0/16", "132.80.64.0/21", "132.80.88.0/21", "132.80.130.0/24", "132.80.230.0/24", "132.81.0.0/16", "132.81.242.0/24", "132.81.253.0/24", "132.82.0.0/16", "132.82.48.0/21", "132.82.242.0/24", "132.82.253.0/24", "132.83.25.0/24", "132.83.40.0/21", "132.83.48.0/21", "132.83.122.0/24", "132.83.127.0/24", "132.83.242.0/24", "132.83.253.0/24", "132.83.254.0/24", "132.84.0.0/16", "132.84.40.0/21", "132.84.200.0/24", "132.84.241.0/24", "132.85.0.0/16", "132.85.48.0/21", "132.85.198.0/24", "132.85.253.0/24", "132.86.0.0/16", "132.86.40.0/21", "132.86.48.0/21", "132.86.242.0/24", "132.86.253.0/24", "132.87.0.0/16", "132.87.40.0/21", "132.87.48.0/21", "132.87.242.0/24", "132.87.253.0/24", "132.88.0.0/16", "132.88.40.0/21", "132.89.0.0/16", "132.89.40.0/21", "132.89.48.0/21", "132.89.242.0/24", "132.89.253.0/24", "132.90.0.0/16", "132.90.40.0/21", "132.90.48.0/21", "132.90.241.0/24", "132.90.242.0/24", "132.90.253.0/24", "132.91.0.0/16", "132.92.0.0/16", "132.92.40.0/21", "132.93.0.0/16", "132.93.40.0/21", "132.93.253.0/24", "132.93.254.0/24", "132.94.0.0/16", "132.94.40.0/21", "132.94.48.0/21", "132.94.241.0/24", "132.94.242.0/24", "132.94.253.0/24", "132.95.0.0/16", "132.95.40.0/21", "132.95.48.0/21", "132.95.242.0/24", "132.95.253.0/24", "132.96.0.0/16", "132.96.0.0/19", "132.96.191.0/24", "132.96.192.0/21", "132.96.241.0/24", "132.96.242.0/24", "132.96.243.0/24", "132.96.249.0/24", "132.96.253.0/24", "132.96.254.0/24", "132.97.0.0/16", "132.97.242.0/24", "132.97.253.0/24", "132.97.254.0/24", "132.98.0.0/16", "132.98.40.0/21", "132.98.242.0/24", "132.98.253.0/24", "132.99.0.0/16", "132.99.12.0/24", "132.99.198.0/24", "132.99.253.0/24", "132.100.0.0/16", "132.100.40.0/21", "132.100.48.0/21", "132.100.241.0/24", "132.100.242.0/24", "132.100.253.0/24", "132.101.0.0/16", "132.101.12.0/24", "132.101.242.0/24", "132.101.253.0/24", "132.102.0.0/16", "132.102.40.0/21", "132.102.253.0/24", "132.103.0.0/16", "132.103.40.0/21", "132.103.48.0/21", "132.103.241.0/24", "132.103.242.0/24", "132.103.253.0/24", "132.104.0.0/16", "132.104.40.0/21", "132.104.48.0/21", "132.104.242.0/24", "132.104.253.0/24", "132.105.0.0/16", "132.105.12.0/24", "132.105.40.0/21", "132.105.48.0/21", "132.105.242.0/24", "132.105.253.0/24", "132.106.0.0/16", "132.106.12.0/24", "132.106.40.0/21", "132.106.48.0/21", "132.106.242.0/24", "132.106.249.0/24", "132.106.253.0/24", "132.107.0.0/16", "132.107.253.0/24", "132.108.0.0/16", "132.108.40.0/21", "132.108.48.0/21", "132.108.242.0/24", "132.108.253.0/24", "132.109.0.0/16", "132.109.40.0/21", "132.109.48.0/21", "132.109.253.0/24", "132.110.0.0/16", "132.110.40.0/21", "132.110.241.0/24", "132.110.253.0/24", "132.111.0.0/16", "132.111.12.0/24", "132.111.40.0/21", "132.111.48.0/21", "132.111.200.0/24", "132.111.241.0/24", "132.111.242.0/24", "132.111.253.0/24", "132.112.0.0/16", "132.112.40.0/21", "132.113.0.0/16", "132.113.40.0/21", "132.113.48.0/21", "132.113.241.0/24", "132.113.242.0/24", "132.113.253.0/24", "132.114.0.0/16", "132.114.12.0/24", "132.114.40.0/21", "132.114.48.0/21", "132.114.253.0/24", "132.115.0.0/16", "132.115.40.0/21", "132.115.241.0/24", "132.115.251.0/24", "132.115.253.0/24", "132.115.254.0/24", "132.116.0.0/16", "132.116.12.0/24", "132.116.40.0/21", "132.116.48.0/21", "132.116.241.0/24", "132.116.242.0/24", "132.116.253.0/24", "132.117.0.0/16", "132.117.241.0/24", "132.117.242.0/24", "132.117.253.0/24", "132.118.0.0/16", "132.118.40.0/21", "132.118.48.0/21", "132.118.242.0/24", "132.118.253.0/24", "132.119.0.0/16", "132.119.40.0/21", "132.119.48.0/21", "132.119.242.0/24", "132.119.253.0/24", "132.120.0.0/16", "132.120.40.0/21", "132.120.70.0/24", "132.121.0.0/16", "132.121.40.0/21", "132.121.254.0/24", "132.122.0.0/16", "132.122.48.0/21", "132.122.242.0/24", "132.122.253.0/24", "132.123.0.0/16", "132.123.40.0/21", "132.123.48.0/21", "132.123.242.0/24", "132.123.253.0/24", "132.124.0.0/16", "132.124.40.0/21", "132.124.48.0/21", "132.124.241.0/24", "132.124.242.0/24", "132.124.253.0/24", "132.125.0.0/16", "132.125.12.0/24", "132.125.40.0/21", "132.125.48.0/21", "132.125.151.0/24", "132.125.200.0/24", "132.125.253.0/24", "132.126.0.0/16", "132.126.12.0/24", "132.126.40.0/21", "132.126.48.0/21", "132.126.241.0/24", "132.126.242.0/24", "132.126.249.0/24", "132.126.253.0/24", "132.127.0.0/16", "132.127.40.0/21", "132.127.253.0/24", "132.128.0.0/16", "132.128.12.0/24", "132.128.40.0/21", "132.128.48.0/21", "132.128.241.0/24", "132.128.242.0/24", "132.128.253.0/24", "132.129.0.0/16", "132.130.0.0/16", "132.130.12.0/24", "132.130.40.0/21", "132.130.48.0/21", "132.130.241.0/24", "132.130.242.0/24", "132.130.250.0/24", "132.130.251.0/24", "132.130.253.0/24", "132.130.254.0/24", "132.131.0.0/16", "132.131.40.0/21", "132.131.48.0/21", "132.131.253.0/24", "132.132.0.0/16", "132.132.40.0/21", "132.132.48.0/21", "132.132.241.0/24", "132.132.242.0/24", "132.132.253.0/24", "132.133.0.0/16", "132.133.241.0/24", "132.133.242.0/24", "132.133.253.0/24", "132.134.0.0/16", "132.134.48.0/21", "132.134.242.0/24", "132.134.253.0/24", "132.135.0.0/16", "132.136.0.0/16", "132.139.0.0/16", "132.141.40.0/21", "132.142.0.0/22", "132.142.4.0/22", "132.142.9.0/24", "132.142.131.0/24"]}}, "307": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.195.0.0/16"]}}, "316": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.8.0.0/16"]}}, "317": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.11.0.0/16", "55.11.8.0/24", "55.11.144.0/23", "55.11.152.0/21", "139.241.6.0/24", "139.242.53.0/24"]}}, "319": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.26.0.0/16", "55.26.52.0/22", "55.26.163.0/24", "55.26.164.0/24", "55.26.166.0/24", "55.26.167.0/24", "55.26.168.0/24"]}}, "320": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.25.0.0/16", "55.25.64.0/22", "55.25.72.0/22", "55.25.92.0/22", "55.25.112.0/22", "55.25.132.0/22", "55.25.136.0/22", "55.25.148.0/22", "55.25.160.0/22", "55.25.160.0/24"]}}, "321": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.24.0.0/16", "55.24.20.0/24", "55.24.87.0/24", "55.24.229.0/24", "55.24.230.0/24", "55.24.231.0/24", "55.24.232.0/24", "55.24.234.0/24", "55.24.236.0/24", "55.24.251.0/24", "214.54.64.0/24", "214.54.65.0/24"]}}, "322": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.35.0.0/16", "55.35.77.0/24", "55.35.124.0/24"]}}, "323": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.36.0.0/16", "55.36.235.0/24", "55.36.249.0/24"]}}, "324": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.39.0.0/16", "55.39.25.0/24", "55.39.26.0/24", "55.39.32.0/24"]}}, "325": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.43.0.0/16", "55.191.0.0/16", "55.191.7.0/24", "55.191.104.0/24", "55.191.106.0/24", "55.191.109.0/24", "55.191.110.0/24", "55.191.127.0/24", "55.191.181.0/24", "55.191.182.0/24", "55.191.183.0/24", "55.191.187.0/24", "55.191.189.0/24", "55.191.193.0/24", "55.191.199.0/24", "55.191.200.0/24", "55.191.201.0/24", "55.191.203.0/24", "55.191.205.0/24", "55.191.207.0/24", "55.191.211.0/24", "55.191.213.0/24", "55.191.215.0/24", "55.191.217.0/24", "55.191.219.0/24", "55.191.221.0/24", "55.191.223.0/24", "55.191.229.0/24", "55.191.232.0/24"]}}, "326": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.126.0.0/16", "55.190.0.0/16", "55.192.0.0/16", "55.194.0.0/16", "55.224.1.0/24", "55.224.2.0/24", "55.224.7.0/24", "55.224.8.0/24", "55.224.80.0/24", "55.224.82.0/24", "55.224.86.0/24", "55.224.88.0/24", "55.224.96.0/24", "55.224.98.0/24", "55.224.103.0/24", "55.224.104.0/23", "55.224.106.0/24"]}}, "327": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.45.0.0/16"]}}, "328": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.53.0.0/16", "55.53.192.0/24", "55.53.193.0/24", "55.53.194.0/24", "55.53.195.0/24", "55.53.196.0/24", "55.53.198.0/23", "55.53.202.0/24", "55.53.206.0/24", "55.53.208.0/24"]}}, "329": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.78.221.0/24", "55.92.0.0/16", "55.92.211.0/24", "55.92.212.0/24", "55.92.221.0/24", "55.92.222.0/24", "55.92.241.0/24", "55.92.252.0/24", "215.65.80.0/24"]}}, "331": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.19.0.0/16", "55.19.2.0/24", "55.65.0.0/16", "55.70.0.0/16", "55.70.190.0/24", "55.70.214.0/24", "55.70.244.0/24", "55.70.245.0/24"]}}, "334": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.72.0.0/16", "55.72.32.0/24", "55.72.137.0/24", "55.72.141.0/24", "55.72.142.0/24", "55.72.143.0/24", "55.72.144.0/22", "55.72.154.0/23", "55.72.157.0/24", "55.72.160.0/24", "55.72.168.0/24", "55.72.170.0/24", "55.72.173.0/24", "55.72.174.0/24", "55.72.177.0/24", "55.72.178.0/24", "55.72.179.0/24", "55.72.180.0/24", "55.72.183.0/24", "55.72.184.0/24", "55.72.185.0/24", "55.72.186.0/24", "55.72.188.0/24", "55.72.192.0/24", "55.72.193.0/24", "55.72.195.0/24", "55.72.196.0/24", "55.72.199.0/24", "55.72.202.0/24", "55.72.204.0/23", "55.72.206.0/24", "55.72.207.0/24", "55.72.212.0/22", "55.72.220.0/24", "55.72.221.0/24", "55.72.222.0/24", "55.72.223.0/24", "55.72.224.0/24", "55.72.225.0/24", "55.72.226.0/24", "55.72.227.0/24", "55.72.228.0/24", "55.72.230.0/24", "55.72.232.0/24"]}}, "335": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.74.0.0/16", "55.74.6.0/24", "55.74.44.0/23", "55.74.46.0/24", "55.74.47.0/24", "55.74.52.0/24", "55.74.53.0/24", "55.74.54.0/24", "55.74.55.0/24", "55.74.58.0/24", "55.74.59.0/24", "55.74.64.0/24", "55.74.65.0/24", "55.74.66.0/24", "55.74.67.0/24", "55.74.68.0/24", "55.74.69.0/24", "55.74.70.0/24", "55.74.71.0/24", "55.74.72.0/24", "55.74.73.0/24", "55.74.74.0/24", "55.74.75.0/24", "55.74.76.0/24", "55.74.78.0/24", "55.74.79.0/24", "55.74.80.0/24", "55.74.82.0/24", "55.74.83.0/24", "55.74.84.0/24", "55.74.85.0/24", "55.74.90.0/24", "55.74.91.0/24", "55.74.94.0/24", "55.74.95.0/24", "55.74.96.0/24", "55.74.97.0/24", "55.74.98.0/24", "55.74.99.0/24", "55.74.100.0/24", "55.74.103.0/24", "55.74.104.0/23", "55.74.107.0/24", "55.74.108.0/24", "55.74.111.0/24", "55.74.112.0/24", "55.74.113.0/24", "55.74.116.0/24", "55.74.117.0/24", "55.74.118.0/24", "55.74.119.0/24", "55.74.120.0/24", "55.74.121.0/24", "55.74.122.0/24", "55.74.124.0/24", "55.74.125.0/24", "55.74.129.0/24", "55.74.130.0/24", "55.74.136.0/22", "55.74.140.0/24", "55.74.143.0/24", "55.74.144.0/24", "55.74.145.0/24", "55.74.146.0/24", "55.74.147.0/24", "55.74.148.0/24", "55.74.149.0/24", "55.74.152.0/24", "55.74.153.0/24", "55.74.155.0/24", "55.74.156.0/24", "55.74.157.0/24", "55.74.158.0/24", "55.74.160.0/24", "55.74.161.0/24", "55.74.166.0/24", "55.74.167.0/24", "55.74.168.0/24", "55.74.169.0/24", "55.74.170.0/24", "55.74.171.0/24", "55.74.172.0/24", "55.74.173.0/24", "55.74.175.0/24", "55.74.176.0/24", "55.74.177.0/24", "55.74.180.0/24", "55.74.183.0/24", "55.74.184.0/24", "55.74.192.0/24", "55.74.193.0/24", "55.74.194.0/24", "55.74.195.0/24", "55.74.196.0/24", "55.74.197.0/24", "55.74.198.0/24", "55.74.200.0/24", "55.74.205.0/24", "55.74.206.0/23", "55.74.208.0/21"]}}, "336": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.75.0.0/16", "55.75.4.0/24", "55.75.5.0/24", "55.75.172.0/22", "55.75.217.0/24", "55.75.219.0/24", "55.75.222.0/24", "55.75.223.0/24", "55.75.224.0/24", "55.75.225.0/24", "55.75.226.0/24", "55.75.227.0/24", "55.75.228.0/24", "55.75.229.0/24", "55.75.230.0/24", "55.75.231.0/24", "55.75.232.0/24", "55.75.233.0/24", "55.75.234.0/24", "55.75.235.0/24", "55.75.236.0/24", "55.75.237.0/24", "55.75.238.0/24"]}}, "337": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.29.228.0/24", "55.188.0.0/16", "55.188.32.0/23", "55.188.96.0/23", "55.188.98.0/24", "55.188.100.0/24", "55.188.101.0/24", "55.188.102.0/24", "55.188.103.0/24", "55.188.104.0/24", "55.188.106.0/24", "55.188.107.0/24", "55.188.108.0/24", "55.188.111.0/24", "55.188.112.0/24", "55.188.115.0/24", "55.188.116.0/23", "55.188.118.0/23", "55.188.120.0/23", "55.188.128.0/23", "55.188.132.0/24", "55.188.133.0/24", "55.188.134.0/24", "55.188.135.0/24", "55.188.136.0/24", "55.188.137.0/24", "55.188.138.0/24", "55.188.139.0/24", "55.188.140.0/24", "55.188.141.0/24", "55.188.142.0/24", "55.188.160.0/23", "55.188.162.0/24", "55.188.164.0/24", "55.188.165.0/24", "55.188.169.0/24", "55.188.170.0/24", "55.188.171.0/24", "55.188.173.0/24", "55.188.174.0/24", "55.188.187.0/24", "55.188.188.0/22", "55.188.192.0/23", "55.188.194.0/23", "55.188.196.0/23", "55.188.198.0/24", "55.188.199.0/24", "55.188.200.0/24", "55.188.201.0/24", "55.188.202.0/23", "55.188.204.0/24", "55.188.205.0/24", "55.188.206.0/24", "55.188.207.0/24", "55.188.208.0/24", "55.188.210.0/24", "55.188.224.0/23", "55.188.226.0/23", "55.188.228.0/24", "55.188.231.0/24", "55.188.232.0/24", "55.188.234.0/24", "55.188.235.0/24", "55.188.236.0/24", "55.188.239.0/24", "55.188.240.0/22", "55.188.244.0/24", "55.188.245.0/24", "139.242.14.0/23"]}}, "338": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.34.0.0/16", "55.34.24.0/24", "55.34.44.0/23"]}}, "339": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.83.0.0/16", "55.83.4.0/24", "55.83.50.0/24", "55.83.239.0/24"]}}, "340": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.40.0.0/16", "55.73.0.0/16", "55.86.0.0/16", "55.86.50.0/24", "55.86.96.0/19", "55.86.128.0/18"]}}, "341": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.47.0.0/16", "55.88.0.0/16", "55.88.2.0/24", "55.88.136.0/24", "55.88.137.0/24", "55.88.138.0/24"]}}, "342": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.56.0.0/16", "55.56.2.0/24", "55.56.6.0/24", "55.56.7.0/24", "55.56.23.0/24", "55.56.24.0/24", "55.56.55.0/24", "55.56.196.0/22", "55.56.210.0/24"]}}, "343": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.55.0.0/16", "55.94.0.0/16"]}}, "344": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.2.0.0/16", "55.2.2.0/24", "55.2.3.0/24", "55.2.4.0/24", "55.2.5.0/24", "55.2.6.0/24", "55.2.8.0/24", "55.2.9.0/24", "55.2.10.0/24", "55.2.13.0/24", "55.2.14.0/24", "55.2.16.0/24", "55.2.17.0/24", "55.2.18.0/24", "55.2.20.0/24", "55.2.21.0/24", "55.2.22.0/23", "55.2.24.0/24", "55.2.25.0/24", "55.2.27.0/24", "55.2.29.0/24", "55.2.31.0/24", "55.2.36.0/24", "55.2.39.0/24", "55.2.40.0/24", "55.2.41.0/24", "55.2.42.0/24", "55.2.48.0/24", "55.2.50.0/24", "55.2.51.0/24", "55.2.54.0/24", "55.2.55.0/24", "55.2.56.0/24", "55.2.57.0/24", "55.2.59.0/24", "55.2.60.0/24", "55.2.62.0/24", "55.2.63.0/24", "55.2.64.0/24", "55.2.71.0/24", "55.2.73.0/24", "55.2.75.0/24", "55.2.77.0/24", "55.2.78.0/24", "55.2.79.0/24", "55.2.81.0/24", "55.2.82.0/24", "55.2.84.0/22", "55.2.88.0/22", "55.2.92.0/24", "55.2.100.0/24", "55.2.107.0/24", "55.2.109.0/24", "55.2.114.0/24", "55.2.117.0/24", "55.2.118.0/24", "55.2.119.0/24", "55.2.120.0/24", "55.2.128.0/24", "55.2.138.0/24", "55.2.139.0/24", "55.2.140.0/24", "55.2.141.0/24", "55.2.142.0/24", "55.2.143.0/24", "55.2.144.0/24", "55.2.145.0/24", "55.2.147.0/24", "55.2.153.0/24", "55.2.156.0/24", "55.2.159.0/24", "55.2.160.0/24", "55.2.163.0/24", "55.2.164.0/24", "55.2.166.0/24", "55.2.168.0/24", "55.2.172.0/24", "55.2.176.0/24", "55.2.188.0/22", "55.2.196.0/22", "55.2.201.0/24", "55.2.202.0/24", "55.2.203.0/24", "55.2.204.0/24", "55.2.205.0/24", "55.2.206.0/24", "55.2.207.0/24", "55.2.208.0/24", "55.2.209.0/24", "55.2.210.0/24", "55.2.211.0/24", "55.2.215.0/24", "55.2.216.0/24", "55.2.217.0/24", "55.2.218.0/24", "55.2.219.0/24", "55.2.220.0/24", "55.2.221.0/24", "55.2.222.0/24", "55.2.224.0/22", "55.2.228.0/23", "55.2.230.0/24", "55.2.231.0/24", "55.2.232.0/24", "55.2.233.0/24", "55.2.234.0/23", "55.2.236.0/24", "55.2.237.0/24", "55.2.238.0/24", "55.2.239.0/24", "55.2.240.0/24", "55.2.241.0/24", "55.2.243.0/24", "55.2.244.0/24", "55.2.245.0/24", "55.2.246.0/24", "55.2.247.0/24", "55.2.248.0/24", "55.2.250.0/24", "55.2.252.0/24", "55.2.253.0/24", "55.2.254.0/24", "214.25.1.0/24", "214.25.2.0/24", "214.25.3.0/24", "214.25.4.0/24", "214.25.6.0/24", "214.25.7.0/24", "214.25.8.0/24", "214.25.9.0/24"]}}, "345": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.3.0.0/16", "55.3.101.0/24", "55.3.102.0/23", "55.3.104.0/23", "55.3.106.0/23", "55.3.110.0/23", "55.3.224.0/21", "55.3.251.0/24", "55.3.252.0/24", "156.112.250.0/24", "214.24.21.0/24", "214.24.24.0/24", "214.24.26.0/24", "214.24.27.0/24", "214.24.31.0/24"]}}, "346": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.13.0.0/16", "55.13.3.0/24", "55.13.8.0/24", "55.13.10.0/24", "55.13.11.0/24", "55.13.15.0/24", "55.13.16.0/24", "55.13.72.0/21", "55.13.80.0/24", "55.13.81.0/24", "55.13.101.0/24", "55.13.105.0/24"]}}, "347": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.64.0.0/16", "55.64.88.0/24", "55.64.90.0/24", "55.64.176.0/24", "55.64.228.0/22"]}}, "348": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.22.0.0/16", "55.22.50.0/23", "55.22.51.0/24", "55.22.52.0/22", "55.22.56.0/21", "55.22.64.0/24", "55.22.65.0/24", "55.22.84.0/24", "55.22.144.0/24", "55.22.158.0/24", "55.22.174.0/24"]}}, "349": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.23.0.0/16", "55.23.8.0/24", "55.23.22.0/24", "55.23.23.0/24", "55.23.25.0/24", "55.23.27.0/24", "55.23.28.0/24", "55.23.29.0/24", "55.23.31.0/24", "55.23.33.0/24", "55.23.35.0/24", "55.23.103.0/24", "55.23.129.0/24", "55.23.163.0/24", "55.23.182.0/24", "55.23.192.0/24"]}}, "350": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.30.0.0/16", "55.30.8.0/21", "55.30.16.0/20"]}}, "351": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.37.0.0/16", "55.84.0.0/16"]}}, "352": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.32.0.0/16", "55.32.15.0/24", "55.32.80.0/24", "55.32.81.0/24", "55.32.82.0/24"]}}, "353": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.41.0.0/16", "55.41.82.0/24", "55.41.116.0/23", "55.41.197.0/24", "55.41.198.0/24", "55.41.199.0/24", "55.41.207.0/24"]}}, "355": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.46.0.0/16", "55.46.43.0/24", "55.46.48.0/24", "55.46.132.0/24", "55.46.135.0/24", "55.46.141.0/24", "55.46.145.0/24", "55.46.157.0/24", "55.46.158.0/24", "55.46.162.0/24", "55.46.168.0/24", "55.46.170.0/24", "55.46.172.0/24", "55.46.175.0/24", "55.46.176.0/24", "55.46.178.0/24", "55.46.179.0/24", "55.46.180.0/24", "55.46.184.0/24", "55.46.186.0/24", "55.46.193.0/24", "55.46.204.0/24", "55.46.206.0/24", "55.46.208.0/24", "55.46.210.0/24", "55.46.212.0/24", "55.46.214.0/24", "55.46.218.0/24", "55.46.222.0/24", "55.46.224.0/24", "55.46.226.0/24", "55.46.228.0/24", "55.46.234.0/24", "55.46.236.0/24", "55.46.240.0/24", "55.46.241.0/24", "55.46.242.0/24", "55.46.243.0/24", "55.46.244.0/24"]}}, "356": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.48.0.0/16", "55.89.0.0/16", "55.89.1.0/24", "55.89.2.0/24", "55.89.4.0/24", "55.89.5.0/24", "55.89.6.0/24", "55.89.7.0/24", "55.89.8.0/24", "55.89.9.0/24", "55.89.10.0/24", "55.89.11.0/24", "55.89.12.0/24", "55.89.13.0/24", "55.89.14.0/24", "55.89.15.0/24", "55.89.16.0/24", "55.89.17.0/24", "55.89.18.0/24", "55.89.19.0/24", "55.89.20.0/24", "55.89.21.0/24", "55.89.22.0/24", "55.89.23.0/24", "55.89.24.0/24", "55.89.25.0/24", "55.89.26.0/24", "55.89.27.0/24", "55.89.28.0/24", "55.89.29.0/24", "55.89.30.0/24", "55.89.31.0/24", "55.89.32.0/24", "55.89.33.0/24", "55.89.34.0/24", "55.89.35.0/24", "55.89.36.0/24", "55.89.37.0/24", "55.89.38.0/24", "55.89.39.0/24", "55.89.40.0/24", "55.89.41.0/24", "55.89.42.0/24", "55.89.43.0/24", "55.89.44.0/24", "55.89.45.0/24", "55.89.47.0/24", "55.89.48.0/24", "55.89.49.0/24", "55.89.50.0/24", "55.89.51.0/24", "55.89.52.0/24", "55.89.53.0/24", "55.89.54.0/24", "55.89.55.0/24", "55.89.56.0/24", "55.89.57.0/24", "55.89.58.0/24", "55.89.59.0/24", "55.89.60.0/24", "55.89.61.0/24", "55.89.62.0/24", "55.89.63.0/24", "55.89.65.0/24", "55.89.66.0/24", "55.89.67.0/24", "55.89.69.0/24", "55.89.70.0/24", "55.89.72.0/24", "55.89.73.0/24", "55.89.75.0/24", "55.89.77.0/24", "55.89.78.0/24", "55.89.79.0/24", "55.89.80.0/24", "55.89.82.0/24", "55.89.83.0/24", "55.89.85.0/24", "55.89.86.0/24", "55.89.87.0/24", "55.89.88.0/24", "55.89.89.0/24", "55.89.91.0/24", "55.89.92.0/24", "55.89.93.0/24", "55.89.94.0/24", "55.89.95.0/24", "55.89.98.0/24", "55.89.99.0/24", "55.89.105.0/24", "55.89.149.0/24", "55.89.150.0/24", "55.89.155.0/24", "55.89.156.0/24", "55.89.160.0/24", "55.89.170.0/24", "55.89.174.0/23", "55.89.180.0/24", "55.89.200.0/24", "55.89.205.0/24", "55.89.210.0/24", "55.89.219.0/24", "55.89.220.0/24", "55.89.221.0/24", "55.89.222.0/24", "55.89.223.0/24", "55.89.224.0/24", "55.89.225.0/24", "55.89.226.0/24", "55.89.227.0/24", "55.89.228.0/24", "55.89.229.0/24", "55.89.232.0/24", "55.89.234.0/23", "55.89.238.0/24", "55.89.240.0/24", "55.89.244.0/24", "55.89.245.0/24", "55.89.246.0/24", "55.89.247.0/24", "55.89.250.0/24", "55.89.252.0/24", "55.89.253.0/24"]}}, "357": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.49.0.0/16", "55.76.0.0/16", "55.77.0.0/17", "55.77.128.0/18", "55.77.192.0/19", "55.77.224.0/20", "55.77.248.0/21", "55.90.0.0/16", "55.98.0.0/18", "55.98.64.0/19", "55.98.96.0/19", "55.98.128.0/18", "55.98.192.0/18", "55.99.0.0/16"]}}, "358": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.52.0.0/16"]}}, "359": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.1.0.0/16"]}}, "360": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.5.236.0/24", "55.5.241.0/24", "55.5.242.0/24", "55.5.243.0/24", "55.5.245.0/24", "55.5.246.0/24", "55.5.248.0/24", "55.58.0.0/16", "55.58.0.0/24", "55.58.1.0/24", "55.58.2.0/24", "55.58.3.0/24", "55.58.4.0/24", "55.58.11.0/24", "55.58.22.0/24", "55.58.25.0/24", "55.58.56.0/22", "55.58.60.0/24", "55.58.61.0/24", "55.58.63.0/24", "55.58.64.0/24", "55.58.66.0/24", "55.58.67.0/24", "55.58.68.0/24", "55.58.69.0/24", "55.58.70.0/24", "55.58.71.0/24", "55.58.72.0/24", "55.58.73.0/24", "55.58.74.0/24", "55.58.75.0/24", "55.58.76.0/24", "55.58.77.0/24", "55.58.78.0/24", "55.58.79.0/24", "55.58.80.0/24", "55.58.81.0/24", "55.58.84.0/22", "55.58.88.0/22", "55.58.92.0/24", "55.58.93.0/24", "55.58.94.0/24", "55.58.95.0/24", "55.58.96.0/24", "55.58.97.0/24", "55.58.98.0/24", "55.58.99.0/24", "55.58.100.0/23", "55.58.102.0/23", "55.58.103.0/24", "55.58.104.0/24", "55.58.105.0/24", "55.58.106.0/24", "55.58.107.0/24", "55.58.108.0/24", "55.58.109.0/24", "55.58.110.0/24", "55.58.111.0/24", "55.58.112.0/23", "55.58.114.0/23", "55.58.116.0/24", "55.58.118.0/24", "55.58.119.0/24", "55.58.120.0/22", "55.58.124.0/22", "55.58.128.0/24", "55.58.129.0/24", "55.58.130.0/23", "55.58.132.0/23", "55.58.135.0/24", "55.58.136.0/23", "55.58.140.0/24", "55.58.143.0/24", "55.58.145.0/24", "55.58.146.0/24", "55.58.148.0/24", "55.58.200.0/24", "55.58.202.0/24", "55.58.203.0/24", "55.58.210.0/24", "55.58.214.0/24", "55.58.215.0/24", "55.58.223.0/24", "55.58.225.0/24", "55.58.226.0/24", "55.58.230.0/24", "55.58.232.0/24", "55.58.235.0/24", "55.58.236.0/24", "55.58.238.0/24", "55.58.240.0/24", "55.58.244.0/24", "55.58.245.0/24", "55.58.246.0/24", "55.58.247.0/24", "55.58.248.0/24", "55.58.252.0/24"]}}, "361": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.6.0.0/16", "55.59.0.0/16", "55.59.19.0/24", "55.62.0.0/16", "55.63.0.0/16", "55.96.0.0/16", "55.97.0.0/16"]}}, "362": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.7.0.0/16", "55.7.113.0/24", "55.7.227.0/24", "55.7.237.0/24", "55.7.245.0/24", "55.7.246.0/24", "55.7.247.0/24", "55.7.248.0/24", "55.60.0.0/16", "55.60.1.0/24", "55.60.21.0/24", "55.60.22.0/24", "55.60.64.0/19", "55.60.64.0/20", "55.60.96.0/20", "55.60.96.0/21", "55.60.113.0/24", "55.60.144.0/22", "55.60.166.0/24", "55.60.192.0/24", "55.60.227.0/24", "55.60.237.0/24", "55.60.243.0/24", "55.60.245.0/24", "55.60.246.0/24", "55.60.247.0/24", "55.60.248.0/24", "55.60.253.0/24"]}}, "364": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.16.0.0/16"]}}, "365": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.18.0.0/16", "55.69.0.0/16"]}}, "366": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.82.0.0/16"], "6": ["2001:480:280::/48"]}}, "367": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["6.16.68.0/24", "6.16.69.0/24", "6.16.70.0/24", "6.16.71.0/24", "6.16.102.0/24", "6.16.103.0/24", "6.16.207.0/24", "6.41.0.0/16", "6.41.7.0/24", "6.41.128.0/23", "6.41.130.0/23", "6.41.132.0/23", "6.42.64.0/18", "6.42.192.0/22", "6.42.196.0/22", "6.42.200.0/22", "6.42.204.0/22", "6.42.208.0/22", "6.42.212.0/22", "6.42.216.0/22", "6.42.220.0/22", "6.42.224.0/22", "6.42.228.0/22", "6.42.232.0/22", "6.42.243.0/24", "6.42.244.0/24", "6.42.245.0/24", "6.42.246.0/24", "6.42.247.0/24", "6.44.0.0/22", "6.44.4.0/22", "6.44.8.0/22", "6.44.12.0/22", "6.44.16.0/22", "6.44.20.0/22", "6.44.24.0/22", "6.44.28.0/22", "6.44.32.0/22", "6.44.36.0/22", "6.44.40.0/22", "6.44.44.0/22", "6.44.48.0/22", "6.44.52.0/22", "6.44.56.0/22", "6.44.60.0/22", "6.44.64.0/22", "6.44.68.0/22", "6.44.72.0/22", "6.44.76.0/22", "6.44.80.0/22", "6.44.84.0/22", "6.44.88.0/22", "6.44.92.0/22", "6.44.96.0/22", "6.44.100.0/22", "6.44.104.0/22", "6.44.108.0/22", "6.44.112.0/22", "6.44.116.0/22", "6.44.120.0/22", "6.44.124.0/22", "6.44.128.0/22", "6.44.132.0/22", "6.44.136.0/22", "6.44.140.0/22", "6.44.144.0/22", "6.44.148.0/22", "6.44.152.0/22", "6.44.156.0/22", "6.44.160.0/22", "6.44.164.0/22", "6.44.168.0/22", "6.44.172.0/22", "6.44.176.0/22", "6.44.180.0/22", "6.44.184.0/22", "6.44.188.0/22", "6.44.197.0/24", "6.46.64.0/21", "6.46.72.0/21", "6.46.80.0/21", "6.48.0.0/21", "6.48.8.0/21", "6.48.48.0/21", "6.48.64.0/20", "6.48.80.0/20", "6.48.96.0/20", "6.48.112.0/20", "6.48.128.0/20", "6.48.160.0/21", "6.48.168.0/21", "6.48.176.0/20", "6.48.208.0/20", "6.48.224.0/20", "6.48.240.0/20", "6.49.0.0/21", "6.49.8.0/21", "6.49.16.0/20", "6.49.32.0/20", "6.49.48.0/20", "6.49.64.0/20", "6.49.80.0/21", "6.49.88.0/22", "6.49.92.0/22", "6.49.96.0/20", "6.49.112.0/22", "6.49.120.0/21", "6.49.122.0/24", "6.49.128.0/20", "6.49.144.0/20", "6.49.160.0/19", "6.49.192.0/19", "6.49.224.0/20", "6.50.0.0/20", "6.50.20.0/22", "6.50.24.0/22", "6.50.28.0/22", "6.50.32.0/22", "6.50.40.0/22", "6.50.64.0/20", "6.50.80.0/20", "6.50.96.0/19", "6.50.128.0/19", "6.50.192.0/20", "6.50.208.0/20", "6.50.224.0/20", "6.50.240.0/20", "6.51.0.0/21", "6.51.8.0/21", "6.51.16.0/21", "6.51.32.0/20", "6.51.64.0/20", "6.51.80.0/20", "6.51.128.0/19", "6.51.160.0/19", "6.51.192.0/22", "6.51.200.0/21", "6.51.252.0/24", "6.64.60.0/24", "6.64.61.0/24", "6.64.104.0/24", "6.64.120.0/24", "6.64.128.0/23", "6.64.130.0/23", "6.64.132.0/24", "6.64.133.0/24", "6.64.136.0/23", "6.64.138.0/23", "6.64.142.0/24", "6.64.144.0/24", "6.64.146.0/24", "6.64.148.0/24", "6.64.150.0/24", "6.64.151.0/24", "6.64.152.0/24", "6.64.157.0/24", "6.64.158.0/24", "6.64.159.0/24", "6.64.160.0/24", "6.64.161.0/24", "6.64.162.0/24", "6.64.163.0/24", "6.64.164.0/23", "6.64.166.0/24", "6.65.4.0/24", "6.65.6.0/24", "6.65.8.0/22", "6.65.16.0/24", "6.65.20.0/22", "6.65.26.0/24", "6.65.27.0/24", "6.65.34.0/24", "6.65.35.0/24", "6.65.36.0/22", "6.65.40.0/24", "6.65.44.0/22", "6.65.48.0/23", "6.65.50.0/24", "6.65.51.0/24", "6.65.58.0/24", "6.65.59.0/24", "6.65.130.0/23", "6.65.132.0/23", "6.65.134.0/23", "6.65.136.0/23", "6.65.138.0/23", "6.65.140.0/23", "6.65.142.0/23", "6.65.144.0/23", "6.65.146.0/23", "6.65.148.0/23", "6.65.150.0/23", "6.65.152.0/23", "6.65.154.0/23", "6.65.156.0/23", "6.65.158.0/23", "6.65.160.0/23", "6.65.162.0/23", "6.65.164.0/23", "6.65.166.0/23", "6.65.168.0/23", "6.65.170.0/23", "6.65.172.0/23", "6.65.174.0/23", "6.65.176.0/23", "6.65.178.0/23", "6.65.180.0/23", "6.65.182.0/23", "6.65.184.0/23", "6.65.186.0/23", "6.66.2.0/23", "6.66.4.0/23", "6.66.6.0/23", "6.66.8.0/23", "6.66.10.0/23", "6.66.12.0/23", "6.66.14.0/23", "6.66.16.0/23", "6.66.18.0/24", "6.66.19.0/24", "6.66.20.0/24", "6.66.22.0/24", "6.66.23.0/24", "6.66.24.0/24", "6.66.25.0/24", "6.66.26.0/23", "6.66.28.0/23", "6.66.30.0/23", "6.66.32.0/24", "6.66.33.0/24", "6.66.34.0/24", "6.66.35.0/24", "6.66.36.0/24", "6.66.37.0/24", "6.66.38.0/23", "6.66.40.0/23", "6.66.42.0/23", "6.66.56.0/22", "6.66.60.0/22", "6.66.64.0/24", "6.66.160.0/23", "6.66.164.0/23", "6.66.166.0/23", "6.66.168.0/23", "6.66.170.0/23", "6.66.172.0/23", "6.66.174.0/23", "6.66.176.0/23", "6.66.180.0/23", "6.66.182.0/23", "6.66.186.0/23", "6.66.188.0/23", "6.66.190.0/23", "6.68.0.0/16", "6.70.1.0/24", "6.70.2.0/23", "6.70.8.0/24", "6.70.9.0/24", "6.70.10.0/24", "6.70.11.0/24", "6.70.66.0/23", "6.70.68.0/23", "6.70.70.0/23", "6.70.72.0/23", "6.70.74.0/23", "6.70.76.0/23", "6.70.78.0/23", "6.70.80.0/23", "6.70.82.0/23", "6.70.84.0/23", "6.70.86.0/23", "6.70.88.0/23", "6.70.90.0/23", "6.70.92.0/23", "6.70.94.0/23", "6.70.96.0/23", "6.70.98.0/23", "6.70.100.0/23", "6.70.102.0/23", "6.70.104.0/23", "6.70.106.0/23", "6.70.108.0/23", "6.70.110.0/23", "6.70.112.0/23", "6.70.114.0/23", "6.70.116.0/23", "6.70.118.0/23", "6.70.120.0/23", "6.70.122.0/23", "6.70.124.0/23", "6.70.126.0/23", "6.70.130.0/23", "6.70.132.0/23", "6.70.134.0/23", "6.70.136.0/23", "6.70.138.0/23", "6.70.140.0/23", "6.70.142.0/23", "6.70.144.0/23", "6.70.146.0/23", "6.70.148.0/23", "6.70.150.0/23", "6.70.152.0/23", "6.70.154.0/23", "6.70.156.0/23", "6.70.158.0/23", "6.70.160.0/23", "6.70.162.0/23", "6.70.164.0/23", "6.70.166.0/23", "6.70.168.0/23", "6.70.170.0/23", "6.70.172.0/23", "6.70.174.0/23", "6.70.176.0/23", "6.70.178.0/23", "6.70.180.0/23", "6.70.182.0/23", "6.70.184.0/23", "6.70.186.0/23", "6.70.188.0/23", "6.70.190.0/23", "6.72.0.0/20", "6.72.224.0/21", "6.72.232.0/22", "6.72.254.0/23", "6.73.224.0/23", "6.73.226.0/23", "6.73.228.0/23", "6.73.230.0/23", "6.73.232.0/23", "6.73.234.0/23", "6.73.236.0/23", "6.73.238.0/23", "6.73.240.0/23", "6.73.242.0/23", "6.73.244.0/23", "6.73.246.0/23", "6.73.248.0/23", "6.73.250.0/23", "6.73.252.0/24", "6.73.253.0/24", "6.80.128.0/17", "6.129.32.0/21", "6.129.40.0/21", "6.129.48.0/21", "6.129.56.0/21", "6.130.28.0/24", "6.130.29.0/24", "6.130.30.0/24", "6.133.68.0/24", "6.133.69.0/24", "55.179.30.0/24", "55.179.96.0/24", "55.179.130.0/24", "55.179.144.0/24", "55.179.145.0/24", "55.179.191.0/24", "55.179.192.0/24", "55.179.193.0/24", "55.179.194.0/24", "55.179.195.0/24", "55.179.196.0/24", "55.179.230.0/24", "55.179.231.0/24", "55.179.232.0/24", "55.179.233.0/24", "55.179.234.0/24", "55.179.235.0/24", "55.179.236.0/24", "55.196.0.0/16", "55.196.1.0/24", "55.209.100.0/24", "55.209.200.0/23", "55.209.202.0/24", "128.26.100.0/24", "128.26.101.0/24", "128.26.102.0/24", "128.26.103.0/24", "128.26.104.0/24", "128.26.105.0/24", "128.26.106.0/24", "128.26.107.0/24", "128.44.24.0/22", "128.44.60.0/22", "128.44.176.0/22", "128.44.180.0/23", "128.44.182.0/23", "128.44.184.0/23", "128.44.186.0/23", "128.190.0.0/16", "128.190.90.0/23", "128.190.92.0/22", "128.190.96.0/23", "128.190.239.0/24", "128.202.0.0/16", "128.236.0.0/16", "129.29.0.0/16", "129.51.3.0/24", "129.51.5.0/24", "129.51.100.0/24", "129.53.0.0/16", "129.54.0.0/16", "129.61.0.0/16", "129.139.0.0/16", "129.139.193.0/24", "129.141.0.0/16", "129.141.0.0/20", "129.141.16.0/20", "129.141.32.0/20", "129.141.48.0/20", "129.141.64.0/20", "129.141.80.0/20", "129.141.96.0/21", "129.141.104.0/21", "129.141.112.0/20", "129.141.128.0/19", "129.141.176.0/21", "129.141.184.0/21", "129.141.192.0/19", "129.198.0.0/16", "129.238.0.0/16", "129.238.248.0/24", "130.16.0.0/16", "130.22.1.0/24", "130.22.10.0/23", "130.22.21.0/24", "130.22.22.0/24", "130.22.34.0/23", "130.22.41.0/24", "130.22.42.0/24", "130.22.47.0/24", "130.22.49.0/24", "130.22.50.0/23", "130.22.52.0/23", "130.22.54.0/24", "130.22.63.0/24", "130.22.64.0/23", "130.22.66.0/24", "130.22.68.0/23", "130.22.70.0/23", "130.22.72.0/23", "130.22.74.0/23", "130.22.76.0/23", "130.22.78.0/23", "130.22.80.0/21", "130.22.96.0/24", "130.22.97.0/24", "130.22.98.0/24", "130.22.99.0/24", "130.22.100.0/24", "130.22.101.0/24", "130.22.102.0/24", "130.22.104.0/24", "130.22.105.0/24", "130.22.106.0/24", "130.22.107.0/24", "130.22.108.0/24", "130.22.109.0/24", "130.22.110.0/24", "130.22.111.0/24", "130.22.112.0/23", "130.22.114.0/23", "130.22.116.0/23", "130.22.118.0/23", "130.22.120.0/23", "130.22.122.0/23", "130.22.124.0/23", "130.22.126.0/23", "130.22.128.0/24", "130.22.144.0/24", "130.22.145.0/24", "130.22.146.0/24", "130.22.147.0/24", "130.22.148.0/24", "130.22.149.0/24", "130.22.150.0/24", "130.22.180.0/23", "130.22.182.0/23", "130.22.184.0/23", "130.22.186.0/23", "130.22.190.0/24", "130.22.252.0/24", "130.53.0.0/16", "130.53.64.0/22", "130.114.0.0/16", "131.3.0.0/16", "131.5.0.0/19", "131.5.48.0/21", "131.5.56.0/22", "131.5.56.0/24", "131.5.57.0/24", "131.5.60.0/22", "131.5.101.0/24", "131.5.102.0/23", "131.5.104.0/21", "131.5.112.0/20", "131.5.128.0/18", "131.5.192.0/21", "131.5.200.0/21", "131.5.208.0/23", "131.5.210.0/24", "131.5.224.0/21", "131.5.232.0/21", "131.5.240.0/21", "131.5.248.0/23", "131.5.250.0/23", "131.5.252.0/23", "131.6.0.0/16", "131.6.5.0/24", "131.6.12.0/24", "131.6.21.0/24", "131.6.196.0/24", "131.7.0.0/16", "131.7.52.0/24", "131.7.177.0/24", "131.7.224.0/19", "131.9.0.0/16", "131.10.0.0/16", "131.10.120.0/24", "131.12.0.0/16", "131.12.4.0/22", "131.13.0.0/16", "131.13.0.0/18", "131.13.120.0/24", "131.15.16.0/20", "131.15.32.0/22", "131.15.38.0/23", "131.15.40.0/21", "131.15.48.0/20", "131.15.64.0/20", "131.15.80.0/24", "131.15.90.0/23", "131.15.92.0/24", "131.15.98.0/23", "131.15.116.0/23", "131.15.120.0/24", "131.15.136.0/24", "131.15.144.0/21", "131.15.160.0/21", "131.15.208.0/24", "131.15.252.0/24", "131.15.253.0/24", "131.16.80.0/21", "131.16.83.0/24", "131.17.0.0/16", "131.17.129.0/24", "131.18.98.0/23", "131.18.104.0/24", "131.18.105.0/24", "131.18.128.0/24", "131.18.176.0/24", "131.18.177.0/24", "131.22.0.0/16", "131.22.8.0/24", "131.22.200.0/24", "131.24.0.0/16", "131.24.119.0/24", "131.24.120.0/24", "131.25.0.0/16", "131.25.245.0/24", "131.27.0.0/18", "131.28.0.0/16", "131.28.120.0/22", "131.29.0.0/16", "131.30.0.0/20", "131.30.16.0/22", "131.30.21.0/24", "131.30.22.0/23", "131.30.24.0/21", "131.30.32.0/19", "131.30.64.0/18", "131.30.121.0/24", "131.30.128.0/17", "131.32.0.0/16", "131.34.0.0/16", "131.35.0.0/16", "131.37.0.0/16", "131.37.208.0/24", "131.39.0.0/16", "131.39.248.0/24", "131.40.0.0/16", "131.40.29.0/24", "131.40.120.0/21", "131.43.9.0/24", "131.43.10.0/24", "131.43.11.0/24", "131.43.14.0/24", "131.43.15.0/24", "131.43.16.0/21", "131.43.28.0/24", "131.43.30.0/24", "131.43.31.0/24", "131.43.32.0/21", "131.43.40.0/24", "131.43.41.0/24", "131.43.42.0/24", "131.43.46.0/24", "131.43.47.0/24", "131.43.48.0/21", "131.43.56.0/24", "131.43.57.0/24", "131.43.58.0/24", "131.43.62.0/24", "131.43.63.0/24", "131.43.64.0/21", "131.43.72.0/24", "131.43.73.0/24", "131.43.74.0/24", "131.43.78.0/24", "131.43.79.0/24", "131.43.80.0/21", "131.43.88.0/24", "131.43.89.0/24", "131.43.90.0/24", "131.43.94.0/24", "131.43.95.0/24", "131.43.96.0/21", "131.43.104.0/22", "131.43.110.0/24", "131.43.111.0/24", "131.43.112.0/21", "131.43.120.0/22", "131.43.122.0/24", "131.43.124.0/24", "131.43.126.0/23", "131.43.128.0/21", "131.43.136.0/23", "131.43.138.0/24", "131.43.142.0/24", "131.43.143.0/24", "131.43.144.0/21", "131.43.152.0/22", "131.43.158.0/24", "131.43.159.0/24", "131.43.160.0/21", "131.43.168.0/24", "131.43.169.0/24", "131.43.170.0/24", "131.43.174.0/24", "131.43.175.0/24", "131.43.176.0/21", "131.43.184.0/24", "131.43.185.0/24", "131.43.186.0/24", "131.43.190.0/24", "131.43.191.0/24", "131.43.192.0/21", "131.43.200.0/22", "131.43.206.0/24", "131.43.207.0/24", "131.43.208.0/21", "131.43.216.0/22", "131.43.222.0/24", "131.43.223.0/24", "131.43.224.0/21", "131.43.232.0/24", "131.43.233.0/24", "131.43.234.0/24", "131.43.238.0/24", "131.43.239.0/24", "131.43.240.0/21", "131.43.248.0/22", "131.44.0.0/16", "131.44.4.0/24", "131.44.32.0/21", "131.44.64.0/22", "131.44.120.0/24", "131.44.121.0/24", "131.44.247.0/24", "131.44.248.0/24", "131.44.249.0/24", "131.44.251.0/24", "131.44.255.0/24", "131.45.0.0/16", "131.46.0.0/16", "131.46.41.0/24", "131.48.0.0/16", "131.48.240.0/24", "131.50.0.0/16", "131.50.120.0/24", "131.51.0.0/16", "131.51.120.0/24", "131.52.0.0/16", "131.52.120.0/24", "131.53.0.0/16", "131.53.120.0/24", "131.53.128.0/24", "131.55.0.0/16", "131.55.121.0/24", "131.56.0.0/16", "131.56.91.0/24", "131.56.240.0/21", "131.58.0.0/16", "131.58.64.0/21", "131.58.72.0/21", "131.58.152.0/21", "131.58.208.0/21", "131.59.0.0/16", "131.59.0.0/17", "131.59.16.0/21", "131.59.200.0/24", "131.59.203.0/24", "131.59.204.0/24", "131.59.205.0/24", "131.59.206.0/24", "131.60.10.0/24", "131.60.11.0/24", "131.60.14.0/24", "131.60.15.0/24", "131.60.16.0/21", "131.60.24.0/22", "131.60.30.0/24", "131.60.31.0/24", "131.60.32.0/21", "131.60.40.0/24", "131.60.41.0/24", "131.60.42.0/24", "131.60.46.0/23", "131.60.48.0/21", "131.60.56.0/24", "131.60.62.0/23", "131.60.64.0/21", "131.60.72.0/22", "131.60.76.0/24", "131.60.77.0/24", "131.60.78.0/23", "131.60.80.0/21", "131.60.88.0/24", "131.60.110.0/23", "131.60.112.0/21", "131.60.120.0/23", "131.60.122.0/24", "131.60.124.0/23", "131.60.126.0/23", "131.60.128.0/21", "131.60.136.0/23", "131.60.142.0/24", "131.60.143.0/24", "131.60.144.0/21", "131.60.152.0/23", "131.60.154.0/24", "131.60.155.0/24", "131.60.158.0/23", "131.60.160.0/21", "131.60.174.0/23", "131.60.176.0/21", "131.60.184.0/23", "131.60.186.0/24", "131.60.190.0/24", "131.60.191.0/24", "131.60.192.0/21", "131.60.200.0/23", "131.60.202.0/23", "131.60.206.0/23", "131.60.206.0/24", "131.60.208.0/21", "131.60.216.0/22", "131.60.220.0/24", "131.60.232.0/21", "131.60.240.0/21", "131.61.0.0/16", "131.61.120.0/24", "131.61.211.0/24", "131.62.8.0/24", "131.62.9.0/24", "131.62.10.0/24", "131.62.11.0/24", "131.62.13.0/24", "131.62.14.0/24", "131.62.15.0/24", "131.62.16.0/21", "131.62.24.0/23", "131.62.28.0/24", "131.62.30.0/24", "131.62.31.0/24", "131.62.32.0/21", "131.62.40.0/23", "131.62.42.0/24", "131.62.46.0/23", "131.62.48.0/21", "131.62.56.0/22", "131.62.62.0/24", "131.62.63.0/24", "131.62.64.0/21", "131.62.72.0/22", "131.62.78.0/24", "131.62.79.0/24", "131.62.80.0/21", "131.62.88.0/22", "131.62.94.0/24", "131.62.95.0/24", "131.62.96.0/21", "131.62.104.0/24", "131.62.105.0/24", "131.62.106.0/24", "131.62.110.0/23", "131.62.112.0/21", "131.62.120.0/24", "131.62.126.0/24", "131.62.127.0/24", "131.62.128.0/21", "131.62.136.0/22", "131.62.140.0/24", "131.62.142.0/23", "131.62.144.0/21", "131.62.152.0/22", "131.62.158.0/24", "131.62.159.0/24", "131.62.160.0/21", "131.62.168.0/24", "131.62.169.0/24", "131.62.170.0/24", "131.62.174.0/24", "131.62.175.0/24", "131.62.176.0/21", "131.62.184.0/22", "131.62.190.0/24", "131.62.191.0/24", "131.62.192.0/21", "131.62.200.0/24", "131.62.201.0/24", "131.62.202.0/24", "131.62.203.0/24", "131.62.206.0/24", "131.62.207.0/24", "131.62.208.0/21", "131.62.216.0/24", "131.62.217.0/24", "131.62.218.0/24", "131.62.222.0/24", "131.62.223.0/24", "131.62.224.0/21", "131.62.232.0/22", "131.62.242.0/24", "131.62.243.0/24", "131.62.244.0/22", "131.62.249.0/24", "131.62.250.0/24", "131.62.251.0/24", "131.62.252.0/22", "131.105.0.0/16", "132.0.0.0/16", "132.1.0.0/16", "132.1.207.0/24", "132.2.0.0/19", "132.2.32.0/20", "132.2.48.0/20", "132.2.64.0/20", "132.2.80.0/20", "132.2.96.0/20", "132.2.112.0/20", "132.2.128.0/20", "132.2.144.0/20", "132.2.176.0/20", "132.2.208.0/20", "132.2.224.0/20", "132.4.0.0/16", "132.5.0.0/16", "132.5.72.0/24", "132.5.224.0/24", "132.8.0.0/19", "132.8.32.0/20", "132.8.48.0/20", "132.8.64.0/18", "132.8.240.0/20", "132.9.0.0/16", "132.9.127.0/24", "132.10.0.0/16", "132.10.250.0/24", "132.11.4.0/24", "132.11.6.0/24", "132.11.7.0/24", "132.11.11.0/24", "132.11.12.0/24", "132.11.18.0/24", "132.11.19.0/24", "132.11.21.0/24", "132.11.22.0/24", "132.11.24.0/22", "132.11.28.0/23", "132.11.31.0/24", "132.11.32.0/24", "132.11.36.0/22", "132.11.41.0/24", "132.11.42.0/24", "132.11.44.0/22", "132.11.48.0/23", "132.11.51.0/24", "132.11.52.0/24", "132.11.53.0/24", "132.11.56.0/22", "132.11.61.0/24", "132.11.62.0/24", "132.11.64.0/22", "132.11.68.0/23", "132.11.72.0/22", "132.11.72.0/24", "132.11.78.0/23", "132.11.96.0/22", "132.11.111.0/24", "132.11.112.0/24", "132.11.121.0/24", "132.11.122.0/24", "132.11.131.0/24", "132.11.132.0/24", "132.11.141.0/24", "132.11.142.0/24", "132.11.151.0/24", "132.11.152.0/24", "132.11.153.0/24", "132.11.161.0/24", "132.11.162.0/24", "132.11.170.0/24", "132.11.172.0/24", "132.11.199.0/24", "132.11.200.0/24", "132.11.205.0/24", "132.11.206.0/23", "132.11.208.0/24", "132.11.210.0/24", "132.11.215.0/24", "132.11.216.0/23", "132.11.218.0/24", "132.11.220.0/24", "132.11.224.0/22", "132.11.225.0/24", "132.11.226.0/23", "132.11.228.0/24", "132.11.230.0/24", "132.11.232.0/24", "132.11.233.0/24", "132.11.234.0/24", "132.11.242.0/24", "132.11.244.0/24", "132.13.4.0/22", "132.13.10.0/24", "132.13.11.0/24", "132.13.12.0/24", "132.13.14.0/24", "132.13.15.0/24", "132.13.16.0/21", "132.13.24.0/22", "132.13.30.0/23", "132.13.31.0/24", "132.13.32.0/21", "132.13.40.0/22", "132.13.44.0/23", "132.13.46.0/23", "132.13.48.0/21", "132.13.56.0/24", "132.13.57.0/24", "132.13.58.0/24", "132.13.62.0/23", "132.13.63.0/24", "132.13.64.0/21", "132.13.72.0/24", "132.13.73.0/24", "132.13.74.0/24", "132.13.75.0/24", "132.13.76.0/24", "132.13.78.0/23", "132.13.80.0/21", "132.13.88.0/24", "132.13.89.0/24", "132.13.90.0/24", "132.13.92.0/23", "132.13.94.0/23", "132.13.96.0/21", "132.13.104.0/24", "132.13.105.0/24", "132.13.106.0/24", "132.13.110.0/24", "132.13.111.0/24", "132.13.112.0/21", "132.13.120.0/24", "132.13.121.0/24", "132.13.122.0/24", "132.13.126.0/24", "132.13.127.0/24", "132.13.128.0/21", "132.13.136.0/24", "132.13.137.0/24", "132.13.138.0/24", "132.13.143.0/24", "132.13.144.0/21", "132.13.152.0/24", "132.13.153.0/24", "132.13.154.0/24", "132.13.158.0/24", "132.13.159.0/24", "132.13.160.0/21", "132.13.168.0/24", "132.13.169.0/24", "132.13.170.0/24", "132.13.171.0/24", "132.13.174.0/24", "132.13.175.0/24", "132.13.176.0/21", "132.13.184.0/23", "132.13.186.0/24", "132.13.206.0/23", "132.13.208.0/21", "132.13.216.0/22", "132.13.238.0/23", "132.13.240.0/21", "132.17.0.0/20", "132.17.16.0/20", "132.17.32.0/20", "132.17.48.0/20", "132.17.64.0/20", "132.17.80.0/20", "132.17.96.0/20", "132.17.112.0/20", "132.17.128.0/20", "132.17.144.0/20", "132.17.160.0/20", "132.17.176.0/20", "132.17.192.0/20", "132.17.208.0/20", "132.17.240.0/20", "132.18.0.0/16", "132.19.0.0/16", "132.19.120.0/24", "132.22.0.0/16", "132.23.0.0/16", "132.23.192.0/24", "132.24.0.0/16", "132.24.32.0/22", "132.24.126.0/24", "132.24.148.0/22", "132.25.0.0/16", "132.25.120.0/24", "132.26.0.0/16", "132.26.127.0/24", "132.26.134.0/23", "132.27.0.0/16", "132.27.0.0/18", "132.27.64.0/18", "132.27.128.0/18", "132.27.151.0/24", "132.27.192.0/18", "132.27.244.0/23", "132.28.0.0/16", "132.28.0.0/20", "132.28.16.0/23", "132.28.18.0/24", "132.28.19.0/24", "132.28.20.0/22", "132.28.24.0/24", "132.28.26.0/24", "132.28.29.0/24", "132.28.32.0/24", "132.28.38.0/23", "132.28.40.0/24", "132.28.45.0/24", "132.28.75.0/24", "132.28.76.0/22", "132.28.80.0/21", "132.28.108.0/24", "132.28.127.0/24", "132.28.128.0/23", "132.28.130.0/24", "132.28.132.0/22", "132.28.136.0/21", "132.28.144.0/20", "132.28.160.0/22", "132.28.164.0/23", "132.28.166.0/23", "132.28.168.0/21", "132.28.200.0/22", "132.28.203.0/24", "132.28.204.0/23", "132.28.248.0/24", "132.28.250.0/24", "132.28.251.0/24", "132.28.252.0/24", "132.28.253.0/24", "132.28.254.0/24", "132.28.255.0/24", "132.30.0.0/16", "132.30.199.0/24", "132.32.0.0/16", "132.32.201.0/24", "132.33.0.0/16", "132.33.132.0/24", "132.33.138.0/24", "132.34.0.0/16", "132.35.0.0/16", "132.35.195.0/24", "132.36.0.0/16", "132.37.0.0/16", "132.38.0.0/16", "132.38.140.0/22", "132.39.0.0/20", "132.39.16.0/20", "132.39.32.0/20", "132.39.48.0/20", "132.39.64.0/20", "132.39.80.0/20", "132.39.96.0/20", "132.39.112.0/20", "132.39.128.0/20", "132.39.144.0/20", "132.39.160.0/20", "132.39.176.0/20", "132.39.192.0/20", "132.40.0.0/16", "132.40.119.0/24", "132.40.121.0/24", "132.41.0.0/16", "132.42.0.0/16", "132.42.60.0/23", "132.42.128.0/24", "132.44.0.0/20", "132.44.16.0/20", "132.44.32.0/20", "132.44.48.0/20", "132.44.64.0/20", "132.44.80.0/20", "132.44.96.0/20", "132.44.112.0/20", "132.44.128.0/20", "132.44.144.0/20", "132.44.160.0/20", "132.44.176.0/20", "132.44.192.0/20", "132.44.208.0/20", "132.46.0.0/16", "132.46.5.0/24", "132.46.116.0/24", "132.46.118.0/24", "132.47.0.0/16", "132.47.128.0/24", "132.48.0.0/16", "132.49.0.0/16", "132.49.42.0/24", "132.49.221.0/24", "132.49.247.0/24", "132.49.248.0/24", "132.49.249.0/24", "132.49.250.0/24", "132.49.251.0/24", "132.49.252.0/24", "132.49.254.0/24", "132.50.4.0/22", "132.50.10.0/24", "132.50.11.0/24", "132.50.14.0/24", "132.50.15.0/24", "132.50.16.0/21", "132.50.24.0/23", "132.50.26.0/23", "132.50.28.0/24", "132.50.29.0/24", "132.50.30.0/24", "132.50.31.0/24", "132.50.32.0/21", "132.50.40.0/24", "132.50.41.0/24", "132.50.42.0/24", "132.50.46.0/24", "132.50.47.0/24", "132.50.48.0/21", "132.50.56.0/24", "132.50.57.0/24", "132.50.58.0/24", "132.50.62.0/23", "132.50.63.0/24", "132.50.64.0/21", "132.50.72.0/21", "132.50.76.0/24", "132.50.78.0/24", "132.50.80.0/21", "132.50.88.0/22", "132.50.94.0/24", "132.50.95.0/24", "132.50.96.0/21", "132.50.104.0/24", "132.50.105.0/24", "132.50.106.0/24", "132.50.107.0/24", "132.50.108.0/23", "132.50.110.0/24", "132.50.111.0/24", "132.50.112.0/21", "132.50.120.0/21", "132.50.128.0/21", "132.50.136.0/22", "132.50.140.0/23", "132.50.142.0/23", "132.50.144.0/21", "132.50.152.0/24", "132.50.153.0/24", "132.50.154.0/24", "132.50.155.0/24", "132.50.156.0/23", "132.50.158.0/24", "132.50.159.0/24", "132.50.160.0/21", "132.50.168.0/24", "132.50.169.0/24", "132.50.170.0/24", "132.50.171.0/24", "132.50.172.0/24", "132.50.174.0/24", "132.50.175.0/24", "132.50.176.0/21", "132.50.184.0/23", "132.50.186.0/23", "132.50.188.0/23", "132.50.190.0/24", "132.50.191.0/24", "132.50.192.0/21", "132.50.200.0/24", "132.50.201.0/24", "132.50.202.0/24", "132.50.203.0/24", "132.50.206.0/24", "132.50.207.0/24", "132.50.208.0/21", "132.50.216.0/22", "132.50.220.0/23", "132.50.222.0/24", "132.50.223.0/24", "132.50.224.0/21", "132.50.232.0/24", "132.50.233.0/24", "132.50.234.0/24", "132.50.235.0/24", "132.50.236.0/24", "132.50.238.0/24", "132.50.239.0/24", "132.50.240.0/21", "132.50.248.0/22", "132.50.252.0/24", "132.50.253.0/24", "132.50.254.0/24", "132.50.255.0/24", "132.51.0.0/16", "132.52.0.0/16", "132.53.0.0/20", "132.53.16.0/20", "132.53.32.0/20", "132.53.48.0/20", "132.53.64.0/20", "132.53.80.0/20", "132.53.96.0/20", "132.53.128.0/20", "132.53.144.0/20", "132.54.0.0/16", "132.54.1.0/24", "132.56.0.0/16", "132.57.0.0/20", "132.57.16.0/20", "132.57.32.0/20", "132.57.48.0/20", "132.57.64.0/20", "132.57.80.0/20", "132.57.96.0/20", "132.57.112.0/20", "132.57.128.0/20", "132.57.144.0/20", "132.57.160.0/20", "132.57.176.0/20", "132.58.0.0/16", "132.58.234.0/24", "132.60.0.0/16", "132.60.240.0/24", "132.62.0.0/16", "132.62.88.0/24", "132.140.0.0/20", "132.140.16.0/20", "132.140.80.0/20", "132.140.96.0/20", "132.140.112.0/20", "132.140.128.0/20", "132.140.160.0/20", "132.140.178.0/24", "132.159.0.0/16", "134.78.0.0/16", "134.78.232.0/24", "134.78.240.0/21", "134.80.24.0/23", "134.80.26.0/23", "134.80.208.0/21", "134.80.208.0/22", "134.137.0.0/16", "134.137.180.0/24", "134.165.4.0/24", "134.233.8.0/23", "134.233.18.0/24", "134.233.20.0/22", "134.233.24.0/22", "134.233.28.0/22", "134.233.34.0/23", "134.233.38.0/23", "134.233.40.0/23", "134.233.42.0/23", "134.233.44.0/23", "134.233.46.0/23", "134.233.48.0/23", "134.233.60.0/23", "134.233.62.0/23", "134.233.64.0/23", "134.233.66.0/23", "134.233.68.0/23", "134.233.70.0/23", "134.233.72.0/23", "134.233.74.0/23", "134.233.76.0/23", "134.233.78.0/23", "134.233.80.0/23", "134.233.82.0/23", "134.233.84.0/23", "134.233.86.0/23", "134.233.88.0/23", "134.233.90.0/23", "134.233.92.0/23", "134.233.94.0/23", "134.233.96.0/23", "134.233.98.0/23", "134.233.100.0/23", "134.233.102.0/23", "134.233.104.0/23", "134.233.106.0/23", "134.233.108.0/23", "134.233.110.0/23", "134.233.112.0/23", "134.233.114.0/23", "134.233.116.0/23", "134.233.118.0/23", "134.233.120.0/23", "134.233.122.0/23", "134.233.124.0/23", "134.233.126.0/23", "134.233.128.0/23", "134.233.130.0/23", "134.233.132.0/23", "134.233.134.0/23", "134.233.136.0/23", "134.233.138.0/23", "134.233.140.0/23", "134.233.142.0/23", "134.233.144.0/23", "134.233.146.0/23", "134.233.148.0/23", "134.233.150.0/23", "134.233.152.0/23", "134.233.154.0/23", "134.233.156.0/23", "134.233.158.0/23", "134.233.160.0/23", "134.233.162.0/23", "134.233.164.0/23", "134.233.166.0/23", "134.233.168.0/23", "134.233.170.0/23", "134.233.172.0/23", "134.233.174.0/23", "134.233.176.0/23", "134.233.178.0/23", "134.233.180.0/23", "134.233.182.0/23", "134.233.184.0/23", "134.233.186.0/23", "134.233.188.0/23", "134.233.190.0/23", "134.233.200.0/24", "134.233.202.0/24", "134.233.208.0/23", "134.233.210.0/23", "134.233.212.0/23", "134.233.214.0/23", "134.233.216.0/23", "134.233.218.0/23", "134.233.222.0/23", "134.233.232.0/24", "134.233.234.0/24", "134.233.240.0/23", "134.233.242.0/23", "134.233.244.0/23", "134.233.246.0/23", "134.233.248.0/23", "134.233.250.0/23", "134.233.252.0/23", "134.233.254.0/23", "136.149.0.0/16", "136.205.0.0/16", "136.205.17.0/24", "136.205.38.0/24", "136.205.45.0/24", "136.205.56.0/24", "136.205.57.0/24", "136.205.58.0/24", "136.205.61.0/24", "136.205.62.0/24", "136.205.63.0/24", "136.205.65.0/24", "136.205.67.0/24", "136.205.68.0/24", "136.205.69.0/24", "136.205.71.0/24", "136.205.72.0/24", "136.205.73.0/24", "136.205.74.0/24", "136.205.75.0/24", "136.205.84.0/24", "136.205.86.0/24", "136.205.87.0/24", "136.205.90.0/24", "136.205.94.0/24", "136.205.98.0/24", "136.205.99.0/24", "136.205.103.0/24", "136.205.104.0/24", "136.205.105.0/24", "136.205.106.0/24", "136.205.108.0/24", "136.205.112.0/24", "136.205.113.0/24", "136.205.114.0/24", "136.205.115.0/24", "136.205.116.0/24", "136.205.117.0/24", "136.205.141.0/24", "136.205.142.0/24", "136.205.143.0/24", "136.205.144.0/24", "136.205.145.0/24", "136.205.146.0/24", "136.205.171.0/24", "136.205.172.0/24", "136.205.227.0/24", "136.205.238.0/24", "136.205.240.0/24", "136.205.243.0/24", "136.205.244.0/24", "136.205.245.0/24", "136.207.0.0/18", "136.207.64.0/18", "136.215.0.0/17", "137.1.0.0/16", "137.1.121.0/24", "137.1.212.0/24", "137.2.0.0/20", "137.2.16.0/20", "137.2.32.0/20", "137.2.48.0/20", "137.2.64.0/20", "137.2.80.0/21", "137.2.112.0/20", "137.2.128.0/18", "137.3.0.0/16", "137.4.0.0/16", "137.4.186.0/24", "137.6.0.0/20", "137.6.16.0/20", "137.6.32.0/20", "137.6.48.0/20", "137.6.64.0/20", "137.6.80.0/20", "137.6.96.0/20", "137.6.112.0/20", "137.6.128.0/20", "137.6.144.0/20", "137.6.160.0/20", "137.6.176.0/20", "137.6.192.0/20", "137.6.208.0/20", "137.7.0.0/16", "137.9.0.0/18", "137.9.64.0/19", "137.9.80.0/24", "137.9.96.0/22", "137.9.101.0/24", "137.9.102.0/23", "137.9.104.0/21", "137.9.112.0/20", "137.9.118.0/24", "137.9.121.0/24", "137.9.128.0/17", "137.10.0.0/16", "137.11.0.0/16", "137.14.0.0/16", "137.14.0.0/24", "137.14.4.0/22", "137.14.10.0/24", "137.14.11.0/24", "137.14.12.0/24", "137.14.13.0/24", "137.14.14.0/23", "137.14.16.0/21", "137.14.24.0/22", "137.14.28.0/23", "137.14.30.0/24", "137.14.31.0/24", "137.14.32.0/21", "137.14.40.0/24", "137.14.41.0/24", "137.14.42.0/24", "137.14.43.0/24", "137.14.44.0/24", "137.14.45.0/24", "137.14.46.0/24", "137.14.47.0/24", "137.14.48.0/21", "137.14.56.0/22", "137.14.61.0/24", "137.14.62.0/24", "137.14.63.0/24", "137.14.64.0/21", "137.14.72.0/23", "137.14.74.0/24", "137.14.75.0/24", "137.14.76.0/23", "137.14.78.0/24", "137.14.79.0/24", "137.14.80.0/21", "137.14.88.0/22", "137.14.92.0/23", "137.14.93.0/24", "137.14.94.0/24", "137.14.95.0/24", "137.14.96.0/21", "137.14.104.0/23", "137.14.106.0/24", "137.14.107.0/24", "137.14.110.0/23", "137.14.112.0/21", "137.14.120.0/24", "137.14.121.0/24", "137.14.122.0/24", "137.14.126.0/24", "137.14.127.0/24", "137.14.128.0/21", "137.14.136.0/24", "137.14.137.0/24", "137.14.138.0/24", "137.14.139.0/24", "137.14.142.0/24", "137.14.143.0/24", "137.14.144.0/21", "137.14.152.0/22", "137.14.158.0/24", "137.14.159.0/24", "137.14.160.0/21", "137.14.168.0/24", "137.14.169.0/24", "137.14.170.0/23", "137.14.174.0/24", "137.14.175.0/24", "137.14.176.0/21", "137.14.184.0/23", "137.14.185.0/24", "137.14.186.0/24", "137.14.187.0/24", "137.14.188.0/23", "137.14.190.0/24", "137.14.191.0/24", "137.14.192.0/21", "137.14.200.0/23", "137.14.202.0/24", "137.14.203.0/24", "137.14.204.0/23", "137.14.206.0/24", "137.14.207.0/24", "137.14.208.0/21", "137.14.216.0/22", "137.14.221.0/24", "137.14.222.0/24", "137.14.223.0/24", "137.14.224.0/21", "137.14.232.0/24", "137.14.233.0/24", "137.14.234.0/24", "137.14.235.0/24", "137.14.236.0/23", "137.14.238.0/24", "137.14.239.0/24", "137.14.240.0/21", "137.14.248.0/24", "137.14.249.0/24", "137.14.250.0/23", "137.14.252.0/22", "137.95.0.0/16", "137.95.1.0/24", "137.95.3.0/24", "137.95.21.0/24", "137.95.31.0/24", "137.95.36.0/22", "137.95.46.0/24", "137.95.60.0/24", "137.95.61.0/24", "137.95.72.0/24", "137.95.192.0/22", "137.95.196.0/22", "137.95.200.0/22", "137.95.213.0/24", "137.161.245.0/24", "137.161.246.0/24", "137.161.248.0/24", "137.161.254.0/24", "137.161.255.0/24", "137.240.0.0/16", "137.240.250.0/24", "137.242.0.0/16", "137.242.245.0/24", "137.243.0.0/16", "137.244.0.0/18", "137.244.2.0/24", "137.244.3.0/24", "137.244.10.0/24", "137.244.52.0/23", "137.244.64.0/18", "137.244.128.0/19", "137.244.160.0/20", "137.244.176.0/20", "137.244.192.0/18", "137.244.204.0/24", "137.244.247.0/24", "137.246.0.0/16", "138.13.0.0/16", "138.27.0.0/16", "138.27.15.0/24", "138.27.50.0/24", "138.27.53.0/24", "138.27.59.0/24", "138.27.215.0/24", "139.139.0.0/20", "139.139.16.0/20", "139.139.32.0/19", "139.139.33.0/24", "139.139.40.0/22", "139.139.49.0/24", "139.139.64.0/19", "139.139.65.0/24", "139.139.81.0/24", "139.139.96.0/20", "139.139.120.0/22", "139.139.128.0/24", "139.139.130.0/24", "139.139.138.0/23", "139.139.144.0/20", "139.139.160.0/20", "139.139.176.0/20", "139.139.192.0/20", "139.139.208.0/20", "139.139.224.0/19", "139.161.0.0/16", "139.231.0.0/16", "139.232.0.0/16", "140.19.48.0/22", "140.19.56.0/22", "140.139.0.0/16", "140.153.25.0/24", "140.153.38.0/24", "140.153.43.0/24", "140.153.46.0/24", "140.153.70.0/24", "140.153.105.0/24", "140.153.163.0/24", "140.153.179.0/24", "140.153.234.0/24", "140.155.0.0/23", "140.155.2.0/23", "140.155.4.0/23", "140.155.12.0/23", "140.155.14.0/23", "140.155.16.0/23", "140.155.18.0/24", "140.155.19.0/24", "140.155.20.0/24", "140.155.21.0/24", "140.155.22.0/24", "140.155.23.0/24", "140.155.24.0/24", "140.155.25.0/24", "140.155.26.0/24", "140.155.34.0/23", "140.155.36.0/23", "140.155.38.0/23", "140.155.40.0/23", "140.155.42.0/23", "140.155.46.0/24", "140.155.54.0/24", "140.155.55.0/24", "140.155.64.0/23", "140.155.66.0/24", "140.155.68.0/24", "140.155.69.0/24", "140.155.72.0/24", "140.155.73.0/24", "140.155.84.0/23", "140.155.86.0/24", "140.155.87.0/24", "140.155.88.0/24", "140.155.89.0/24", "140.155.90.0/24", "140.155.144.0/20", "140.155.144.0/23", "140.155.146.0/23", "140.155.154.0/23", "140.155.156.0/23", "140.155.158.0/23", "140.155.160.0/19", "140.155.160.0/24", "140.155.161.0/24", "140.155.162.0/24", "140.155.163.0/24", "140.155.164.0/24", "140.155.165.0/24", "140.155.166.0/24", "140.155.224.0/23", "140.175.0.0/16", "140.175.214.0/24", "140.175.222.0/24", "140.183.0.0/16", "140.185.0.0/16", "140.187.0.0/16", "140.196.0.0/16", "140.196.66.0/24", "140.196.121.0/24", "140.196.122.0/24", "140.196.123.0/24", "140.196.155.0/24", "140.202.0.0/16", "141.107.0.0/16", "141.116.22.0/24", "141.116.23.0/24", "143.69.8.0/22", "143.69.12.0/23", "143.69.64.0/20", "143.69.83.0/24", "143.69.87.0/24", "143.69.96.0/23", "143.71.0.0/16", "143.72.0.0/16", "143.73.1.0/24", "143.73.126.0/24", "143.74.42.0/24", "143.74.252.0/24", "143.76.9.0/24", "143.76.11.0/24", "143.76.112.0/21", "143.76.120.0/22", "143.76.140.0/22", "143.76.225.0/24", "143.78.0.0/16", "143.79.0.0/16", "143.79.24.0/23", "143.79.143.0/24", "143.80.24.0/24", "143.84.2.0/24", "143.84.5.0/24", "143.84.6.0/24", "143.84.8.0/24", "143.84.18.0/24", "143.84.24.0/24", "143.84.29.0/24", "143.84.38.0/24", "143.84.43.0/24", "143.84.44.0/24", "143.84.45.0/24", "143.84.46.0/24", "143.84.48.0/24", "143.84.62.0/24", "143.84.67.0/24", "143.84.68.0/24", "143.84.72.0/24", "143.84.74.0/24", "143.84.77.0/24", "143.84.78.0/24", "143.84.79.0/24", "143.84.84.0/24", "143.84.96.0/24", "143.84.99.0/24", "143.84.101.0/24", "143.84.105.0/24", "143.84.106.0/24", "143.84.107.0/24", "143.84.135.0/24", "143.84.161.0/24", "143.84.162.0/24", "143.84.163.0/24", "143.84.164.0/24", "143.84.165.0/24", "143.84.167.0/24", "143.84.168.0/24", "143.84.169.0/24", "143.84.170.0/24", "143.84.171.0/24", "143.84.172.0/24", "143.84.173.0/24", "143.84.174.0/24", "143.84.176.0/24", "143.84.196.0/24", "143.84.198.0/24", "143.84.202.0/24", "143.84.217.0/24", "143.84.229.0/24", "143.84.237.0/24", "143.86.0.0/21", "143.86.50.0/23", "143.86.53.0/24", "143.86.58.0/23", "143.86.60.0/23", "143.86.62.0/23", "143.86.182.0/24", "143.86.208.0/24", "143.86.217.0/24", "143.86.220.0/24", "143.133.64.0/18", "143.134.0.0/16", "143.134.240.0/20", "143.140.0.0/21", "143.140.8.0/23", "143.140.10.0/24", "143.140.32.0/19", "143.140.128.0/19", "143.140.160.0/20", "143.141.96.0/22", "143.141.100.0/22", "143.141.104.0/22", "143.141.112.0/24", "143.141.113.0/24", "143.141.114.0/24", "143.141.115.0/24", "143.141.116.0/24", "143.141.117.0/24", "143.141.118.0/24", "143.141.119.0/24", "143.141.128.0/22", "143.141.136.0/21", "143.141.160.0/20", "143.141.176.0/20", "143.141.192.0/18", "143.142.0.0/18", "143.142.96.0/21", "143.142.106.0/24", "143.142.160.0/20", "143.142.192.0/18", "143.144.0.0/16", "143.145.0.0/16", "143.146.0.0/18", "143.146.64.0/18", "143.146.224.0/19", "143.147.0.0/19", "143.147.32.0/20", "143.147.48.0/20", "143.147.88.0/21", "143.147.96.0/21", "143.147.112.0/21", "143.147.120.0/21", "143.147.128.0/19", "143.147.160.0/19", "143.147.192.0/19", "143.147.240.0/21", "143.156.64.0/18", "143.156.224.0/19", "143.157.48.0/20", "143.157.88.0/21", "143.158.0.0/16", "143.158.64.0/21", "143.158.72.0/22", "143.158.76.0/24", "143.158.81.0/24", "143.158.254.0/24", "143.194.80.0/20", "143.194.98.0/23", "143.194.100.0/23", "143.194.103.0/24", "143.194.104.0/21", "143.194.108.0/23", "143.194.112.0/20", "143.194.160.0/20", "143.194.168.0/24", "143.194.169.0/24", "143.194.171.0/24", "143.194.173.0/24", "143.194.175.0/24", "143.194.192.0/24", "143.194.240.0/20", "143.230.147.0/24", "143.249.134.0/23", "144.88.0.0/24", "144.88.1.0/24", "144.88.64.0/18", "144.99.0.0/16", "144.99.216.0/23", "144.101.9.0/24", "144.101.10.0/24", "144.101.120.0/23", "144.101.122.0/24", "144.101.141.0/24", "144.101.152.0/22", "144.101.154.0/23", "144.101.156.0/22", "144.101.161.0/24", "144.101.162.0/24", "144.102.19.0/24", "144.102.21.0/24", "144.102.120.0/24", "144.102.125.0/24", "144.104.24.0/21", "144.104.75.0/24", "144.104.116.0/24", "144.104.120.0/21", "144.105.176.0/20", "144.105.184.0/24", "144.109.0.0/21", "144.109.12.0/24", "144.109.13.0/24", "144.109.16.0/22", "144.109.20.0/22", "144.147.0.0/16", "144.244.0.0/16", "144.245.0.0/16", "144.246.0.0/16", "146.14.0.0/15", "146.16.45.0/24", "146.16.46.0/24", "146.16.144.0/20", "146.16.245.0/24", "146.53.0.0/16", "146.54.0.0/16", "146.55.22.0/24", "146.55.32.0/19", "146.55.125.0/24", "147.39.0.0/16", "147.51.0.0/16", "147.51.98.0/24", "147.58.0.0/16", "147.58.130.0/24", "147.71.0.0/16", "147.74.0.0/16", "147.74.245.0/24", "147.103.0.0/16", "147.104.48.0/23", "147.104.90.0/24", "147.104.96.0/23", "147.104.244.0/23", "147.130.0.0/17", "147.130.128.0/23", "147.130.130.0/23", "147.130.132.0/23", "147.130.134.0/23", "147.130.136.0/23", "147.130.138.0/23", "147.130.140.0/23", "147.130.142.0/23", "147.130.144.0/23", "147.130.146.0/23", "147.130.148.0/23", "147.130.150.0/23", "147.130.152.0/23", "147.130.154.0/23", "147.130.156.0/23", "147.130.158.0/23", "147.130.160.0/23", "147.130.162.0/23", "147.130.164.0/23", "147.130.166.0/23", "147.130.168.0/23", "147.130.170.0/23", "147.130.172.0/23", "147.130.174.0/23", "147.130.176.0/23", "147.130.178.0/23", "147.130.180.0/23", "147.130.182.0/23", "147.130.184.0/23", "147.130.186.0/23", "147.130.188.0/23", "147.130.190.0/23", "147.130.192.0/23", "147.130.194.0/23", "147.130.196.0/23", "147.130.198.0/23", "147.130.200.0/23", "147.130.202.0/23", "147.130.204.0/23", "147.130.206.0/23", "147.130.214.0/23", "147.130.216.0/23", "147.130.218.0/23", "147.130.220.0/23", "147.130.222.0/23", "147.130.224.0/23", "147.130.226.0/23", "147.130.228.0/23", "147.130.230.0/23", "147.130.232.0/23", "147.131.24.0/23", "147.131.26.0/23", "147.131.28.0/23", "147.131.30.0/23", "147.131.32.0/23", "147.131.34.0/23", "147.131.40.0/23", "147.131.42.0/23", "147.131.44.0/23", "147.131.46.0/23", "147.131.48.0/23", "147.131.50.0/23", "147.131.52.0/23", "147.131.54.0/23", "147.131.56.0/23", "147.131.58.0/23", "147.131.60.0/23", "147.131.62.0/23", "147.164.0.0/16", "147.164.8.0/24", "147.164.10.0/23", "147.165.0.0/16", "147.166.0.0/16", "147.169.0.0/16", "147.169.30.0/23", "147.169.32.0/23", "147.198.0.0/16", "147.198.250.0/24", "147.216.7.0/24", "147.216.8.0/24", "147.216.9.0/24", "147.216.133.0/24", "147.217.0.0/18", "147.217.64.0/18", "147.217.65.0/24", "147.217.66.0/24", "147.217.67.0/24", "147.217.88.0/24", "147.217.92.0/23", "147.217.94.0/23", "147.217.98.0/23", "147.217.128.0/17", "147.221.0.0/16", "147.221.176.0/20", "147.238.0.0/16", "147.238.224.0/24", "147.238.225.0/24", "147.238.226.0/24", "147.239.0.0/16", "147.240.0.0/16", "147.248.64.0/19", "147.248.128.0/20", "147.248.144.0/20", "147.248.160.0/20", "150.113.0.0/16", "150.149.32.0/22", "150.149.36.0/22", "150.149.56.0/22", "150.149.96.0/24", "150.149.128.0/19", "150.152.0.0/16", "150.152.194.0/24", "150.177.0.0/16", "150.192.0.0/16", "150.193.0.0/16", "150.196.116.0/24", "150.196.224.0/22", "150.196.232.0/22", "150.226.0.0/16", "151.166.0.0/16", "152.121.0.0/16", "152.121.2.0/23", "152.121.4.0/24", "152.121.5.0/24", "152.121.6.0/24", "152.121.11.0/24", "152.121.12.0/24", "152.121.16.0/24", "152.121.17.0/24", "152.121.18.0/24", "152.121.19.0/24", "152.121.24.0/24", "152.121.25.0/24", "152.121.27.0/24", "152.121.31.0/24", "152.121.32.0/24", "152.121.33.0/24", "152.121.36.0/24", "152.121.38.0/24", "152.121.47.0/24", "152.121.48.0/24", "152.121.49.0/24", "152.121.51.0/24", "152.121.52.0/24", "152.121.53.0/24", "152.121.99.0/24", "152.121.100.0/24", "152.121.101.0/24", "152.121.102.0/24", "152.121.103.0/24", "152.121.106.0/24", "152.121.108.0/23", "152.121.112.0/24", "152.121.113.0/24", "152.121.115.0/24", "152.121.119.0/24", "152.121.120.0/24", "152.121.121.0/24", "152.121.122.0/24", "152.121.125.0/24", "152.121.126.0/24", "152.121.127.0/24", "152.121.128.0/24", "152.121.130.0/24", "152.121.131.0/24", "152.121.149.0/24", "152.121.150.0/23", "152.121.152.0/24", "152.121.153.0/24", "152.121.154.0/23", "152.121.156.0/23", "152.121.158.0/23", "152.121.160.0/23", "152.121.162.0/23", "152.121.184.0/24", "152.121.188.0/23", "152.121.192.0/23", "152.121.208.0/24", "152.121.216.0/24", "152.121.220.0/24", "153.103.0.0/16", "155.8.0.0/16", "155.8.252.0/24", "155.9.0.0/16", "155.19.0.0/21", "155.19.4.0/22", "155.19.35.0/24", "155.19.44.0/24", "155.19.46.0/24", "155.19.47.0/24", "155.19.64.0/18", "155.19.144.0/21", "155.19.154.0/24", "155.19.160.0/19", "155.20.67.0/24", "155.20.79.0/24", "155.20.156.0/22", "155.20.182.0/23", "155.21.16.0/22", "155.21.130.0/23", "155.21.148.0/23", "155.21.164.0/23", "155.21.168.0/23", "155.21.170.0/23", "155.21.172.0/23", "155.21.174.0/23", "155.21.186.0/24", "155.21.187.0/24", "155.22.0.0/17", "155.22.160.0/21", "155.25.128.0/17", "155.26.148.0/24", "155.26.162.0/23", "155.26.196.0/24", "155.29.16.0/20", "155.29.40.0/23", "155.29.42.0/23", "155.29.44.0/24", "155.29.45.0/24", "155.29.56.0/21", "155.29.59.0/24", "155.29.67.0/24", "155.29.68.0/24", "155.29.70.0/23", "155.29.72.0/23", "155.29.74.0/24", "155.29.76.0/24", "155.29.77.0/24", "155.29.78.0/24", "155.29.79.0/24", "155.29.80.0/22", "155.29.80.0/23", "155.29.82.0/24", "155.29.83.0/24", "155.29.88.0/24", "155.29.89.0/24", "155.29.90.0/24", "155.29.91.0/24", "155.29.92.0/24", "155.29.94.0/24", "155.29.105.0/24", "155.29.106.0/24", "155.29.107.0/24", "155.29.108.0/24", "155.29.109.0/24", "155.29.110.0/24", "155.29.112.0/23", "155.29.114.0/24", "155.29.115.0/24", "155.29.116.0/24", "155.29.117.0/24", "155.29.118.0/24", "155.29.119.0/24", "155.29.120.0/23", "155.29.122.0/24", "155.29.124.0/24", "155.29.125.0/24", "155.29.126.0/23", "155.29.128.0/24", "155.29.129.0/24", "155.29.130.0/23", "155.29.132.0/24", "155.29.133.0/24", "155.29.134.0/24", "155.29.135.0/24", "155.29.136.0/23", "155.29.138.0/24", "155.29.139.0/24", "155.29.140.0/24", "155.29.143.0/24", "155.29.145.0/24", "155.29.149.0/24", "155.29.151.0/24", "155.29.165.0/24", "155.29.196.0/22", "155.29.200.0/21", "155.29.223.0/24", "155.29.241.0/24", "155.29.250.0/24", "155.30.193.0/24", "155.30.194.0/24", "155.30.195.0/24", "155.74.245.0/24", "155.74.246.0/24", "155.74.248.0/24", "155.74.251.0/24", "155.74.253.0/24", "155.74.254.0/24", "155.74.255.0/24", "155.75.159.0/24", "155.147.0.0/16", "155.147.0.0/23", "155.149.0.0/16", "155.150.0.0/16", "155.150.12.0/22", "155.150.235.0/24", "155.151.0.0/16", "155.151.14.0/24", "155.152.0.0/17", "155.152.144.0/22", "155.152.148.0/22", "155.152.160.0/24", "155.152.212.0/22", "155.152.216.0/24", "155.152.217.0/24", "155.152.253.0/24", "155.152.254.0/24", "155.153.0.0/16", "155.213.18.0/24", "155.213.19.0/24", "155.213.24.0/21", "155.213.208.0/21", "155.213.240.0/21", "155.213.248.0/22", "155.213.252.0/22", "155.214.0.0/17", "155.214.128.0/17", "155.215.0.0/16", "155.215.251.0/24", "155.215.252.0/24", "155.215.253.0/24", "155.216.0.0/16", "155.216.96.0/23", "155.216.98.0/23", "155.216.100.0/23", "155.216.244.0/22", "155.217.0.0/16", "155.217.104.0/22", "155.217.108.0/24", "155.217.109.0/24", "155.217.110.0/24", "155.217.112.0/23", "155.218.0.0/16", "155.218.149.0/24", "155.219.0.0/16", "155.219.10.0/24", "155.220.164.0/23", "158.1.0.0/18", "158.1.33.0/24", "158.1.37.0/24", "158.1.101.0/24", "158.2.0.0/16", "158.4.0.0/17", "158.4.128.0/17", "158.5.0.0/16", "158.6.0.0/16", "158.7.0.0/16", "158.9.49.0/24", "158.9.64.0/23", "158.9.66.0/23", "158.9.72.0/23", "158.9.74.0/23", "158.9.80.0/23", "158.9.82.0/23", "158.9.84.0/23", "158.9.86.0/23", "158.9.100.0/23", "158.9.102.0/24", "158.9.106.0/24", "158.9.112.0/22", "158.9.116.0/23", "158.9.118.0/24", "158.9.119.0/24", "158.9.120.0/23", "158.9.123.0/24", "158.9.126.0/24", "158.9.127.0/24", "158.9.129.0/24", "158.9.132.0/23", "158.9.136.0/24", "158.9.138.0/24", "158.9.139.0/24", "158.9.148.0/24", "158.9.152.0/24", "158.9.158.0/23", "158.9.160.0/24", "158.9.161.0/24", "158.9.168.0/24", "158.9.178.0/24", "158.9.199.0/24", "158.9.200.0/24", "158.9.201.0/24", "158.9.208.0/24", "158.9.209.0/24", "158.9.216.0/23", "158.9.225.0/24", "158.9.231.0/24", "158.9.246.0/24", "158.9.247.0/24", "158.9.253.0/24", "158.9.254.0/24", "158.9.255.0/24", "158.13.120.0/21", "158.13.128.0/21", "158.13.154.0/24", "158.13.192.0/18", "158.14.62.0/24", "158.14.63.0/24", "158.14.75.0/24", "158.14.76.0/24", "158.14.77.0/24", "158.14.78.0/24", "158.14.79.0/24", "158.14.80.0/24", "158.14.81.0/24", "158.14.82.0/24", "158.14.83.0/24", "158.14.84.0/24", "158.14.85.0/24", "158.14.86.0/24", "158.14.87.0/24", "158.14.88.0/24", "158.14.89.0/24", "158.14.108.0/23", "158.14.110.0/23", "158.14.112.0/23", "158.14.114.0/23", "158.14.116.0/23", "158.14.118.0/23", "158.14.120.0/23", "158.14.122.0/23", "158.14.124.0/23", "158.14.126.0/23", "158.14.128.0/23", "158.14.130.0/23", "158.14.132.0/23", "158.14.134.0/23", "158.14.136.0/23", "158.14.138.0/23", "158.14.140.0/23", "158.14.142.0/23", "158.14.144.0/23", "158.14.146.0/23", "158.14.148.0/23", "158.14.150.0/23", "158.14.152.0/23", "158.14.154.0/23", "158.14.156.0/23", "158.14.158.0/23", "158.14.160.0/23", "158.14.162.0/23", "158.14.164.0/23", "158.14.166.0/23", "158.14.168.0/23", "158.14.170.0/23", "158.14.172.0/23", "158.14.174.0/23", "158.14.176.0/23", "158.14.178.0/23", "158.14.180.0/23", "158.14.182.0/23", "158.14.184.0/23", "158.14.186.0/23", "158.14.206.0/23", "158.14.208.0/23", "158.14.210.0/23", "158.14.212.0/23", "158.14.214.0/23", "158.14.216.0/23", "158.14.218.0/23", "158.14.220.0/23", "158.14.222.0/23", "158.14.224.0/23", "158.14.226.0/23", "158.14.228.0/23", "158.14.230.0/23", "158.14.232.0/23", "158.14.234.0/23", "158.14.236.0/23", "158.14.238.0/23", "158.14.240.0/23", "158.14.242.0/23", "158.14.244.0/23", "158.16.0.0/17", "158.16.128.0/17", "158.17.0.0/16", "158.17.9.0/24", "158.19.128.0/17", "158.20.20.0/24", "158.20.32.0/24", "158.20.48.0/20", "158.20.64.0/24", "158.20.66.0/24", "158.20.67.0/24", "158.20.69.0/24", "158.20.70.0/24", "158.20.124.0/22", "158.20.128.0/17", "158.20.246.0/24", "158.20.247.0/24", "158.20.248.0/24", "158.20.249.0/24", "158.20.250.0/24", "158.240.32.0/20", "158.240.48.0/22", "158.240.52.0/23", "158.240.54.0/24", "158.240.56.0/24", "158.240.58.0/24", "158.240.62.0/24", "158.240.96.0/23", "158.240.131.0/24", "158.240.132.0/24", "158.240.133.0/24", "158.240.134.0/24", "158.240.135.0/24", "158.240.136.0/24", "158.240.137.0/24", "158.240.154.0/24", "158.240.155.0/24", "158.240.159.0/24", "158.240.180.0/24", "158.240.183.0/24", "158.240.198.0/24", "158.240.210.0/24", "158.240.211.0/24", "158.240.212.0/24", "158.240.216.0/23", "158.240.240.0/24", "159.77.1.0/24", "159.77.4.0/22", "159.77.8.0/22", "159.77.10.0/24", "159.77.11.0/24", "159.77.58.0/24", "159.77.59.0/24", "159.77.128.0/24", "159.77.138.0/24", "159.77.141.0/24", "159.77.148.0/22", "159.77.192.0/24", "160.132.0.0/16", "160.133.0.0/16", "160.134.0.0/16", "160.134.192.0/22", "160.134.196.0/22", "160.134.200.0/22", "160.134.204.0/22", "160.134.208.0/23", "160.134.220.0/23", "160.134.227.0/24", "160.134.237.0/24", "160.134.242.0/24", "160.134.255.0/24", "160.136.0.0/17", "160.137.1.0/24", "160.137.2.0/24", "160.137.11.0/24", "160.137.15.0/24", "160.137.16.0/24", "160.137.17.0/24", "160.137.25.0/24", "160.137.60.0/23", "160.137.70.0/24", "160.137.72.0/23", "160.137.111.0/24", "160.137.116.0/24", "160.137.117.0/24", "160.137.128.0/22", "160.137.169.0/24", "160.137.180.0/24", "160.137.182.0/24", "160.137.184.0/24", "160.137.192.0/24", "160.137.193.0/24", "160.137.211.0/24", "160.137.216.0/24", "160.137.217.0/24", "160.137.240.0/24", "160.137.241.0/24", "160.137.242.0/24", "160.137.243.0/24", "160.137.244.0/22", "160.138.0.0/16", "160.140.112.0/22", "160.140.117.0/24", "160.140.240.0/24", "160.140.244.0/24", "160.140.245.0/24", "160.140.246.0/24", "160.140.247.0/24", "160.141.210.0/24", "160.141.224.0/19", "160.142.0.0/16", "160.142.1.0/24", "160.142.10.0/24", "160.142.11.0/24", "160.142.12.0/22", "160.142.251.0/24", "160.142.253.0/24", "160.145.0.0/16", "160.147.0.0/16", "160.149.0.0/16", "160.150.0.0/16", "160.150.55.0/24", "160.150.64.0/24", "160.150.66.0/24", "162.24.0.0/16", "164.66.0.0/16", "164.117.1.0/24", "164.117.2.0/24", "164.117.3.0/24", "164.117.4.0/24", "164.117.5.0/24", "164.117.6.0/24", "164.117.16.0/20", "164.117.32.0/20", "164.117.48.0/20", "164.117.80.0/24", "164.117.90.0/24", "164.117.128.0/24", "164.117.148.0/23", "164.117.192.0/24", "164.117.193.0/24", "164.117.194.0/24", "164.117.195.0/24", "164.117.196.0/24", "164.117.197.0/24", "164.117.198.0/24", "164.117.199.0/24", "164.117.200.0/24", "164.117.201.0/24", "164.117.202.0/24", "164.117.203.0/24", "164.117.204.0/24", "164.117.205.0/24", "164.117.206.0/24", "164.117.207.0/24", "164.117.208.0/24", "164.117.209.0/24", "164.117.210.0/24", "164.117.211.0/24", "164.117.212.0/24", "164.117.213.0/24", "164.117.214.0/24", "164.117.215.0/24", "164.117.216.0/24", "164.117.217.0/24", "164.117.218.0/24", "164.117.219.0/24", "164.117.220.0/24", "164.117.221.0/24", "164.117.222.0/24", "164.117.223.0/24", "164.117.224.0/24", "164.117.225.0/24", "164.117.226.0/24", "164.117.227.0/24", "164.117.228.0/24", "164.117.229.0/24", "164.117.230.0/24", "164.117.231.0/24", "164.117.232.0/24", "164.117.233.0/24", "164.117.234.0/24", "164.117.235.0/24", "164.117.236.0/24", "164.117.237.0/24", "164.117.238.0/24", "164.117.239.0/24", "164.117.240.0/24", "164.117.241.0/24", "164.117.242.0/24", "164.117.243.0/24", "164.117.244.0/24", "164.117.245.0/24", "164.117.246.0/24", "164.117.247.0/24", "164.117.248.0/24", "164.117.249.0/24", "164.117.250.0/24", "164.117.251.0/24", "164.117.252.0/24", "164.117.253.0/24", "164.117.254.0/24", "164.117.255.0/24", "164.169.0.0/20", "164.169.32.0/20", "164.169.64.0/20", "164.169.80.0/20", "164.169.96.0/20", "164.169.100.0/24", "164.169.112.0/20", "164.169.144.0/20", "164.169.160.0/20", "164.236.228.0/22", "192.12.64.0/24", "192.12.126.0/24", "192.33.6.0/24", "192.33.7.0/24", "192.33.8.0/24", "192.33.9.0/24", "192.33.185.0/24", "192.35.147.0/24", "192.43.253.0/24", "192.52.117.0/24", "192.73.27.0/24", "192.73.28.0/24", "192.76.249.0/24", "192.82.113.0/24", "192.86.111.0/24", "192.86.112.0/24", "192.86.113.0/24", "192.86.114.0/24", "192.86.118.0/24", "192.86.230.0/23", "192.86.232.0/22", "192.86.236.0/23", "192.86.238.0/23", "192.86.249.0/24", "192.100.70.0/24", "192.107.165.0/24", "192.107.182.0/23", "192.108.124.0/24", "192.108.175.0/24", "192.132.79.0/24", "192.132.84.0/24", "192.132.85.0/24", "192.132.86.0/24", "192.132.87.0/24", "192.136.130.0/24", "192.153.134.0/24", "192.153.138.0/23", "192.153.140.0/23", "192.153.150.0/24", "192.172.2.0/24", "192.172.17.0/24", "192.172.24.0/23", "192.172.27.0/24", "192.187.15.0/24", "192.188.213.0/24", "192.190.107.0/24", "198.25.63.0/24", "198.25.160.0/24", "198.25.161.0/24", "198.25.162.0/24", "198.25.163.0/24", "198.25.164.0/24", "198.25.165.0/24", "198.25.166.0/24", "198.25.167.0/24", "198.25.168.0/24", "198.25.169.0/24", "198.25.170.0/24", "198.25.171.0/24", "198.25.172.0/24", "198.25.174.0/24", "198.49.184.0/24", "198.49.185.0/24", "198.49.192.0/24", "198.51.42.0/23", "198.97.180.0/24", "198.97.189.0/24", "198.97.196.0/22", "198.154.8.0/24", "198.154.9.0/24", "198.154.10.0/24", "198.154.11.0/24", "198.154.12.0/24", "198.154.13.0/24", "198.154.14.0/24", "198.154.15.0/24", "198.220.131.0/24", "199.10.35.0/24", "199.10.42.0/24", "199.10.43.0/24", "199.10.44.0/24", "199.10.45.0/24", "199.10.46.0/24", "199.10.59.0/24", "199.31.2.0/24", "199.31.3.0/24", "199.114.57.0/24", "199.114.62.0/24", "199.122.37.0/24", "199.122.41.0/24", "199.122.42.0/24", "199.122.52.0/24", "199.122.53.0/24", "199.123.71.0/24", "199.123.72.0/22", "199.123.78.0/23", "199.123.84.0/24", "199.123.85.0/24", "199.123.118.0/24", "199.123.122.0/24", "199.123.126.0/24", "199.124.80.0/22", "199.208.156.0/24", "199.209.88.0/22", "199.209.216.0/21", "199.210.168.0/23", "199.211.215.0/24", "199.211.216.0/24", "199.211.217.0/24", "199.226.128.0/18", "199.251.6.0/24", "199.251.18.0/24", "199.251.21.0/24", "199.251.30.0/24", "199.251.31.0/24", "199.251.32.0/24", "199.251.60.0/24", "199.251.61.0/24", "199.251.62.0/24", "199.251.81.0/24", "199.251.82.0/24", "199.251.83.0/24", "199.251.99.0/24", "199.251.121.0/24", "199.251.123.0/24", "199.251.155.0/24", "199.251.156.0/24", "199.251.193.0/24", "199.251.194.0/24", "199.251.232.0/24", "199.251.244.0/24", "199.251.245.0/24", "199.251.253.0/24", "199.252.33.0/24", "199.252.34.0/24", "199.252.35.0/24", "199.252.36.0/24", "199.252.39.0/24", "199.252.41.0/24", "204.34.211.0/24", "204.34.217.0/24", "204.37.140.0/24", "204.37.141.0/24", "204.37.142.0/24", "204.222.248.0/24", "204.222.249.0/24", "204.223.30.0/24", "204.223.40.0/24", "204.223.41.0/24", "204.223.72.0/23", "204.223.74.0/24", "204.223.95.0/24", "204.223.156.0/22", "204.223.156.0/24", "204.223.160.0/19", "204.223.175.0/24", "204.223.176.0/24", "204.223.181.0/24", "204.223.186.0/24", "204.223.191.0/24", "205.109.40.0/21", "205.109.130.0/23", "205.109.132.0/22", "205.109.136.0/21", "205.109.144.0/23", "205.109.192.0/23", "205.109.207.0/24", "205.110.60.0/24", "205.110.196.0/24", "205.110.216.0/24", "205.110.218.0/24", "205.111.250.0/24", "206.37.0.0/24", "206.37.12.0/24", "206.37.17.0/24", "206.37.22.0/24", "206.37.24.0/24", "206.37.25.0/24", "206.37.106.0/24", "206.37.107.0/24", "206.37.109.0/24", "206.37.232.0/24", "206.37.240.0/24", "206.37.242.0/24", "206.37.243.0/24", "206.37.245.0/24", "206.37.249.0/24", "206.37.250.0/23", "206.37.253.0/24", "206.37.254.0/23", "206.39.0.0/23", "206.39.16.0/24", "206.39.32.0/23", "206.39.40.0/24", "206.39.41.0/24", "206.39.62.0/24", "206.39.63.0/24", "206.39.152.0/24", "206.39.153.0/24", "206.39.155.0/24", "206.39.172.0/24", "207.132.97.0/24", "207.133.8.0/21", "207.133.16.0/21", "207.133.134.0/24", "207.133.135.0/24", "207.133.162.0/24", "207.133.169.0/24", "207.133.170.0/24", "207.133.172.0/24", "207.133.173.0/24", "207.133.174.0/24", "207.133.175.0/24", "207.133.177.0/24", "207.133.179.0/24", "207.133.189.0/24", "207.133.190.0/24", "207.133.198.0/24", "207.133.205.0/24", "207.133.206.0/23", "207.133.219.0/24", "207.133.220.0/24", "209.22.10.0/24", "209.22.22.0/24", "209.22.27.0/24", "209.22.31.0/24", "209.22.76.0/24", "209.22.77.0/24", "209.22.79.0/24", "209.22.80.0/24", "209.22.84.0/24", "209.22.85.0/24", "209.22.89.0/24", "209.22.104.0/23", "209.22.106.0/23", "209.22.108.0/23", "209.22.116.0/23", "209.22.118.0/24", "209.22.124.0/24", "209.22.125.0/24", "209.22.126.0/24", "209.22.127.0/24", "209.22.160.0/24", "214.3.67.0/24", "214.3.68.0/24", "214.3.73.0/24", "214.3.75.0/24", "214.3.90.0/24", "214.3.93.0/24", "214.3.94.0/24", "214.3.152.0/24", "214.4.1.0/24", "214.4.2.0/24", "214.4.3.0/24", "214.4.9.0/24", "214.4.12.0/24", "214.4.22.0/24", "214.4.29.0/24", "214.4.30.0/24", "214.4.31.0/24", "214.4.47.0/24", "214.4.94.0/24", "214.14.0.0/16", "214.15.247.0/24", "214.15.248.0/24", "214.15.249.0/24", "214.15.250.0/24", "214.16.210.0/24", "214.19.0.0/16", "214.25.86.0/23", "214.25.88.0/21", "214.25.106.0/24", "214.29.49.0/24", "214.29.129.0/24", "214.29.130.0/23", "214.29.132.0/22", "214.36.0.0/16", "214.36.232.0/21", "214.36.232.0/23", "214.43.128.0/24", "214.43.129.0/24", "214.43.141.0/24", "214.43.160.0/24", "214.43.162.0/24", "214.43.165.0/24", "214.43.166.0/24", "214.43.167.0/24", "214.58.0.0/16", "214.58.228.0/22", "214.58.232.0/22", "215.1.16.0/24", "215.65.31.0/24", "215.65.76.0/22", "215.67.2.0/24", "215.67.4.0/24", "215.67.58.0/24", "215.67.62.0/23", "215.67.64.0/18", "215.70.0.0/19", "215.70.32.0/19", "215.70.96.0/19", "215.70.128.0/19", "215.70.160.0/19", "215.70.192.0/19", "215.70.224.0/19", "215.71.32.0/19", "215.71.64.0/19", "215.71.128.0/19", "215.71.160.0/19", "215.72.0.0/19", "215.72.32.0/19", "215.72.64.0/19", "215.72.96.0/19", "215.72.128.0/19", "215.72.160.0/19", "215.73.0.0/19", "215.73.32.0/19", "215.75.249.0/24", "215.75.250.0/24", "215.75.251.0/24", "215.75.252.0/24", "215.75.253.0/24", "215.75.254.0/24", "215.75.255.0/24", "215.76.0.0/16", "215.76.64.0/20", "215.76.80.0/23", "215.76.82.0/24", "215.76.83.0/24", "215.76.84.0/24", "215.76.85.0/24", "215.76.86.0/24", "215.76.96.0/22", "215.76.100.0/22", "215.76.105.0/24", "215.76.108.0/22", "215.76.200.0/23"], "6": ["2608:129:13::/48", "2608:141::/48"]}}, "368": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.87.0.0/16", "55.87.30.0/24", "55.87.48.0/23", "55.87.56.0/23", "55.87.78.0/23", "55.87.96.0/22", "55.87.100.0/24", "55.87.102.0/23", "55.87.104.0/23", "55.87.106.0/23", "55.87.108.0/23", "55.87.112.0/23", "55.87.114.0/23", "55.87.116.0/23", "55.87.118.0/23", "55.87.120.0/23", "55.87.122.0/23", "55.87.144.0/23", "55.87.170.0/23", "55.87.255.0/24"]}}, "369": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.50.2.0/24", "55.50.22.0/24", "55.50.147.0/24", "55.50.150.0/24", "55.50.151.0/24", "55.50.152.0/24", "55.50.153.0/24", "55.50.154.0/24", "55.50.155.0/24", "55.50.156.0/24", "55.50.157.0/24", "55.50.158.0/24", "55.50.159.0/24", "55.50.160.0/24", "55.50.163.0/24", "55.50.187.0/24", "55.50.188.0/24", "55.50.189.0/24", "55.50.190.0/24", "55.50.191.0/24", "55.50.192.0/24", "55.50.193.0/24", "55.50.194.0/24", "55.50.195.0/24", "55.50.196.0/24", "55.50.197.0/24", "55.50.198.0/24", "55.91.43.0/24", "55.91.47.0/24", "55.91.57.0/24", "55.91.143.0/24", "55.91.148.0/24", "55.91.149.0/24", "55.91.150.0/24", "55.91.151.0/24", "55.91.152.0/24", "55.91.153.0/24", "55.91.154.0/24", "55.91.155.0/24", "55.91.156.0/24", "55.91.157.0/24", "55.91.158.0/24", "55.91.159.0/24", "55.91.160.0/24", "55.91.161.0/24", "55.91.162.0/24", "55.91.163.0/24", "55.91.187.0/24", "55.91.188.0/24", "55.91.189.0/24", "55.91.190.0/24", "55.91.191.0/24", "55.91.192.0/24", "55.91.193.0/24", "55.91.194.0/24", "55.91.195.0/24", "55.91.196.0/24", "55.91.197.0/24", "55.91.198.0/24", "55.91.199.0/24", "55.91.200.0/24", "55.91.201.0/24", "55.91.202.0/24", "55.91.203.0/24", "55.91.204.0/24", "55.91.205.0/24", "55.91.206.0/24", "55.91.208.0/22", "55.91.212.0/22", "55.91.216.0/23", "55.91.218.0/23", "55.91.220.0/24", "55.91.223.0/24", "55.91.226.0/24", "55.91.227.0/24", "55.91.228.0/24", "55.91.229.0/24", "55.91.230.0/24", "55.91.231.0/24", "55.91.232.0/24", "55.91.233.0/24", "55.91.234.0/24", "55.91.235.0/24", "55.91.236.0/24", "55.91.237.0/24", "55.91.239.0/24", "55.91.240.0/24", "55.91.241.0/24", "55.91.242.0/24", "55.91.243.0/24", "55.91.245.0/24", "55.91.246.0/24", "55.91.247.0/24", "55.91.248.0/24", "55.91.249.0/24", "55.91.250.0/24", "55.91.251.0/24", "55.91.252.0/24", "55.91.253.0/24", "55.91.254.0/24"]}}, "370": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.54.0.0/16", "55.79.0.0/16", "55.79.128.0/24", "55.79.145.0/24", "55.79.148.0/24", "55.79.150.0/24", "55.79.151.0/24", "55.79.152.0/24", "55.79.155.0/24", "55.79.156.0/24", "55.79.157.0/24", "55.79.158.0/24", "55.79.160.0/24", "55.79.161.0/24", "55.79.162.0/24", "55.79.163.0/24", "55.79.165.0/24", "55.79.166.0/24", "55.79.167.0/24", "55.79.168.0/24", "55.79.169.0/24", "55.79.170.0/24", "55.79.172.0/24", "55.79.173.0/24", "55.79.174.0/24", "55.79.175.0/24", "55.79.176.0/24", "55.93.0.0/16", "55.93.36.0/24", "55.93.128.0/22", "55.93.136.0/24", "55.93.142.0/24", "55.93.143.0/24", "55.93.150.0/24", "55.93.156.0/24", "55.93.160.0/24", "55.93.162.0/24", "55.93.164.0/24", "55.93.166.0/24", "55.93.168.0/24", "55.93.170.0/24", "55.93.172.0/24", "55.93.174.0/24", "55.93.176.0/24", "55.93.180.0/24", "55.93.182.0/24", "55.93.184.0/24", "55.93.188.0/24", "55.93.190.0/24", "55.93.192.0/24", "55.93.194.0/24", "55.93.196.0/24", "55.93.198.0/24", "55.93.200.0/24", "55.93.202.0/24", "55.93.205.0/24", "55.93.207.0/24", "55.93.208.0/24", "55.93.210.0/24", "55.93.211.0/24", "55.93.212.0/24", "55.93.215.0/24", "55.93.216.0/24", "55.93.217.0/24", "55.93.218.0/24", "55.93.220.0/24", "55.93.221.0/24", "55.93.222.0/24", "55.93.223.0/24", "55.93.225.0/24", "55.93.226.0/24", "55.93.227.0/24", "55.93.228.0/24", "55.93.229.0/24", "55.93.230.0/24", "55.93.232.0/24", "55.93.233.0/24", "55.93.234.0/24", "55.93.235.0/24", "55.93.236.0/24", "55.93.243.0/24", "55.93.245.0/24", "55.93.247.0/24", "55.93.249.0/24", "55.93.251.0/24"]}}, "371": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.95.0.0/16", "55.95.160.0/22", "55.95.216.0/21"]}}, "372": {"name": "AS372, US / National Aeronautics and Space Administration", "ranges": {"4": ["129.166.6.0/23", "192.77.77.0/24", "192.149.129.0/24", "192.149.130.0/23", "192.149.144.0/24"]}}, "513": {"name": "CERN, CH / CERN - European Organization for Nuclear Research", "ranges": {"4": ["128.141.0.0/16", "128.142.0.0/16", "137.138.0.0/16", "185.249.56.0/22", "188.184.0.0/16", "188.185.0.0/16", "192.16.155.0/24", "192.16.156.0/22", "192.16.160.0/22", "192.16.164.0/23", "192.16.166.0/24", "192.65.183.0/24", "192.65.184.0/21", "192.65.192.0/22", "192.65.196.0/23", "192.91.236.0/22", "192.91.240.0/22", "192.91.244.0/23", "192.91.246.0/24", "194.12.128.0/18"], "6": ["2001:1458::/32", "2001:1459::/32"]}}, "514": {"name": "DSADC-MECH, US / DoD Network Information Center", "ranges": {"4": ["204.34.199.0/24"]}}, "518": {"name": "DNIC-AS-00518, US / DoD Network Information Center", "ranges": {"4": ["199.9.178.0/23", "199.9.178.0/24", "199.9.179.0/24", "199.9.180.0/22", "199.9.180.0/24", "199.9.181.0/24", "199.9.224.0/23", "199.9.228.0/24", "199.9.229.0/24", "199.9.230.0/24", "199.9.232.0/21", "199.9.240.0/21", "199.9.247.0/24"], "6": ["2001:480:421::/48", "2001:480:1610::/48"]}}, "571": {"name": "DNIC-AS-00571, US / DoD Network Information Center", "ranges": {"4": ["214.26.64.0/18", "214.26.64.0/23", "214.26.66.0/24", "214.26.67.0/24", "214.26.68.0/24", "214.26.72.0/24", "214.26.73.0/24", "214.26.74.0/24", "214.26.75.0/24", "214.26.76.0/24", "214.26.77.0/24", "214.26.78.0/24", "214.26.79.0/24", "214.26.80.0/24", "214.26.81.0/24", "214.26.82.0/24", "214.26.83.0/24", "214.26.84.0/24", "214.26.85.0/24", "214.26.86.0/24", "214.26.87.0/24", "214.26.88.0/24", "214.26.89.0/24", "214.26.90.0/24", "214.26.91.0/24", "214.26.92.0/24", "214.26.93.0/24", "214.26.94.0/24", "214.26.95.0/24", "214.26.96.0/24", "214.26.97.0/24", "214.26.98.0/24", "214.26.99.0/24", "214.26.100.0/24", "214.26.101.0/24", "214.26.102.0/24", "214.26.103.0/24", "214.26.105.0/24", "214.26.106.0/24", "214.26.107.0/24", "214.26.108.0/24", "214.26.109.0/24", "214.26.110.0/24", "214.26.111.0/24", "214.26.112.0/24", "214.26.113.0/24", "214.26.114.0/24", "214.26.115.0/24", "214.26.116.0/24", "214.26.117.0/24", "214.26.118.0/24", "214.26.119.0/24", "214.26.121.0/24", "214.26.122.0/24", "214.26.123.0/24", "214.26.124.0/24", "214.26.125.0/24", "214.26.126.0/24", "214.26.127.0/24", "215.65.160.0/19", "215.65.160.0/22", "215.65.164.0/22", "215.65.168.0/22", "215.65.172.0/22", "215.65.176.0/20"]}}, "615": {"name": "DNIC-AS-00615, US / Headquarters, USAISC", "ranges": {"4": ["155.85.163.0/24"]}}, "616": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.162.4.0/24", "138.163.4.0/24", "138.163.24.0/24", "138.163.97.0/24", "138.163.132.0/24"]}}, "619": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["163.251.120.0/24", "163.251.121.0/24"]}}, "627": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.147.0.0/24", "204.34.240.0/24", "204.36.18.0/24", "204.36.19.0/24", "205.69.240.0/21", "205.70.96.0/20"]}}, "634": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["214.58.144.0/23", "214.58.146.0/23", "214.58.152.0/24", "214.58.156.0/23", "214.58.220.0/24", "215.67.57.0/24"]}}, "636": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["214.58.192.0/20", "214.58.198.0/23", "214.58.208.0/24", "214.58.209.0/24", "214.58.210.0/24", "214.58.211.0/24", "214.58.212.0/22", "214.58.216.0/24", "214.58.217.0/24", "214.58.218.0/24"]}}, "637": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["137.232.237.0/24", "137.233.195.0/24", "137.234.64.0/18", "137.234.64.0/22", "137.234.75.0/24", "137.234.80.0/22", "137.234.110.0/24", "137.234.128.0/17", "137.234.128.0/22", "137.234.139.0/24", "137.234.140.0/24", "137.234.141.0/24", "137.234.156.0/22", "137.234.160.0/22", "137.234.183.0/24", "137.234.192.0/22", "137.234.200.0/22", "137.234.210.0/24", "137.234.224.0/22", "137.235.126.0/23", "137.235.128.0/22", "137.235.131.0/24", "137.235.141.0/24", "137.235.236.0/22", "138.156.0.0/16", "138.156.224.0/23", "138.156.228.0/23", "138.156.230.0/23", "138.156.232.0/23", "138.156.234.0/23", "138.156.240.0/23", "138.156.242.0/23", "138.156.244.0/23", "138.156.248.0/21", "138.157.16.0/21", "138.157.28.0/22", "138.157.40.0/21", "138.157.52.0/23", "138.157.56.0/24", "138.157.64.0/23", "138.157.68.0/23", "138.157.78.0/23", "138.157.80.0/23", "138.157.82.0/23", "138.157.84.0/23", "138.157.86.0/23", "138.157.88.0/23", "138.157.90.0/23", "138.157.92.0/23", "138.157.94.0/23", "138.157.96.0/23", "138.157.98.0/23", "138.157.100.0/23", "138.157.104.0/23", "138.157.106.0/23", "138.157.110.0/24", "138.157.114.0/24", "138.157.115.0/24", "138.157.116.0/23", "138.157.119.0/24", "138.157.122.0/23", "138.157.124.0/23", "138.157.126.0/23", "138.157.132.0/24", "138.157.133.0/24", "138.157.207.0/24", "138.157.211.0/24", "138.157.212.0/24", "138.157.216.0/24", "138.157.224.0/23", "138.157.240.0/24", "138.157.248.0/23", "138.163.160.0/22", "138.163.240.0/22", "138.167.0.0/20", "138.167.20.0/23", "138.167.32.0/21", "138.167.40.0/22", "138.167.44.0/22", "138.167.48.0/20", "138.167.64.0/24", "138.167.65.0/24", "138.167.66.0/24", "138.167.67.0/24", "138.167.68.0/24", "138.167.69.0/24", "138.167.70.0/24", "138.167.71.0/24", "138.167.72.0/24", "138.167.74.0/24", "138.167.75.0/24", "138.167.76.0/24", "138.167.77.0/24", "138.167.78.0/24", "138.167.80.0/24", "138.167.81.0/24", "138.167.82.0/24", "138.167.83.0/24", "138.167.84.0/24", "138.167.108.0/22", "138.167.112.0/23", "138.167.119.0/24", "138.167.120.0/21", "138.167.128.0/20", "138.167.128.0/23", "138.167.130.0/23", "138.167.132.0/23", "138.167.136.0/23", "138.167.138.0/23", "138.167.140.0/23", "138.167.142.0/24", "138.167.143.0/24", "138.167.144.0/20", "138.167.160.0/21", "138.167.176.0/20", "138.167.208.0/20", "138.167.232.0/24", "138.167.236.0/22", "138.167.248.0/22", "138.168.0.0/16", "138.168.183.0/24", "138.168.189.0/24", "138.168.190.0/23", "138.168.192.0/23", "138.168.194.0/24", "158.236.0.0/16", "158.237.0.0/16", "158.238.0.0/16", "158.239.0.0/16", "158.239.64.0/18", "158.240.160.0/22", "158.240.164.0/22", "158.240.174.0/24", "158.240.175.0/24", "158.240.226.0/23", "158.243.0.0/16", "158.244.0.0/16", "158.245.0.0/16", "192.156.14.0/24", "192.156.56.0/23", "192.156.79.0/24", "204.34.190.0/24", "204.34.193.0/24", "204.34.194.0/23", "204.34.212.0/23", "204.223.8.0/21", "204.223.21.0/24", "204.223.34.0/23", "204.223.36.0/22", "204.223.42.0/23", "204.223.44.0/22", "204.223.48.0/20", "204.223.64.0/21", "204.223.75.0/24", "204.223.78.0/23", "204.223.80.0/23", "204.223.82.0/23", "204.223.84.0/22", "204.223.88.0/22", "204.223.90.0/24", "204.223.92.0/23", "204.223.94.0/24", "204.223.96.0/20", "204.223.125.0/24", "204.223.126.0/23", "204.223.144.0/21", "205.109.4.0/22", "205.109.8.0/23", "205.109.12.0/23", "205.109.14.0/24", "205.109.16.0/24", "205.109.17.0/24", "205.109.20.0/23", "205.109.26.0/23", "205.109.32.0/21", "205.109.56.0/21", "205.109.64.0/24", "205.109.69.0/24", "205.109.80.0/21", "205.109.96.0/21", "205.109.104.0/21", "205.109.110.0/24", "205.109.112.0/20", "205.109.126.0/23", "205.109.128.0/19", "205.109.160.0/19", "205.109.192.0/19", "205.109.192.0/20", "205.109.208.0/20", "205.109.224.0/19", "205.110.36.0/23", "205.110.39.0/24", "205.110.50.0/23", "205.110.54.0/24", "205.110.55.0/24", "205.110.56.0/22", "205.110.61.0/24", "205.110.62.0/24", "205.110.63.0/24", "205.110.69.0/24", "205.110.70.0/24", "205.110.74.0/24", "205.110.76.0/22", "205.110.85.0/24", "205.110.86.0/24", "205.110.87.0/24", "205.110.104.0/22", "205.110.110.0/23", "205.110.116.0/23", "205.110.137.0/24", "205.110.140.0/23", "205.110.172.0/23", "205.110.174.0/24", "205.110.187.0/24", "205.110.192.0/22", "205.110.197.0/24", "205.110.198.0/23", "205.110.200.0/21", "205.110.242.0/24", "205.110.244.0/23", "205.110.247.0/24", "205.110.248.0/23", "205.110.250.0/23", "205.110.252.0/22", "214.15.10.0/24", "214.15.20.0/24", "214.15.60.0/24", "214.15.136.0/24", "214.15.160.0/24", "214.15.206.0/24", "214.15.210.0/24", "214.15.229.0/24", "214.43.0.0/21", "214.43.8.0/21", "214.43.16.0/22", "214.43.20.0/22", "214.43.24.0/21", "214.43.32.0/20", "214.43.32.0/24", "214.43.50.0/23", "214.43.52.0/23", "214.43.60.0/22", "214.43.70.0/23", "214.43.80.0/23", "214.43.92.0/22", "214.43.96.0/22", "214.43.100.0/24", "214.43.143.0/24", "214.43.144.0/21", "214.43.152.0/23", "214.43.161.0/24", "214.43.163.0/24", "214.43.164.0/24", "214.43.168.0/21", "214.43.176.0/23", "214.43.178.0/24", "214.43.179.0/24", "214.43.180.0/23", "214.43.182.0/24", "214.43.183.0/24", "214.43.184.0/22", "214.43.188.0/23", "214.43.190.0/23", "214.43.200.0/21", "214.43.208.0/20", "214.43.224.0/20", "214.43.240.0/21", "214.43.250.0/24", "214.43.251.0/24", "214.43.252.0/24", "214.43.253.0/24", "214.44.16.0/20", "214.44.32.0/21", "214.44.48.0/24", "214.44.49.0/24", "214.44.50.0/23", "214.44.52.0/22", "214.44.56.0/21", "214.44.96.0/21", "214.44.104.0/22", "214.44.108.0/22", "214.44.112.0/21", "214.44.120.0/21", "214.44.130.0/24", "214.44.132.0/24", "214.44.144.0/20", "214.44.160.0/20", "214.44.176.0/20", "214.44.192.0/20", "214.44.208.0/20", "214.44.224.0/21", "214.44.232.0/21", "214.44.240.0/22", "214.44.244.0/22", "214.44.248.0/22", "214.44.252.0/22", "214.45.224.0/20", "214.45.244.0/22", "214.45.248.0/22", "214.45.252.0/22"]}}, "647": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.183.0.0/17", "138.183.82.0/24", "164.231.102.0/24", "164.231.111.0/24", "205.56.0.0/19", "205.56.181.0/24", "205.56.232.0/24", "205.56.237.0/24", "205.57.80.0/24", "205.57.81.0/24", "205.57.82.0/24", "205.57.120.0/24", "205.57.121.0/24", "205.57.122.0/24", "205.57.134.0/24", "205.57.135.0/24", "205.57.136.0/24", "205.58.0.0/19", "205.58.1.0/24", "205.58.2.0/24", "205.58.3.0/24", "205.58.4.0/23", "205.58.8.0/24", "205.58.10.0/24", "205.58.11.0/24", "205.58.12.0/22", "205.58.16.0/22", "205.58.20.0/23", "205.58.23.0/24", "205.58.24.0/23", "205.58.176.0/20", "205.58.192.0/23", "205.58.195.0/24", "205.59.0.0/19", "205.59.0.0/24", "205.59.2.0/24", "205.59.3.0/24", "205.59.4.0/22", "205.59.8.0/24", "205.59.13.0/24", "205.59.16.0/22", "205.59.20.0/23", "205.59.22.0/23", "205.59.24.0/23", "205.59.26.0/24", "205.59.31.0/24", "205.59.90.0/23", "205.59.92.0/24", "205.59.95.0/24", "205.59.100.0/22", "205.59.101.0/24", "205.59.102.0/24", "205.59.190.0/23", "205.59.190.0/24", "205.59.191.0/24", "205.59.192.0/20", "205.59.192.0/23", "205.59.194.0/24", "205.59.195.0/24", "205.59.196.0/23", "205.59.198.0/23", "205.59.200.0/24", "205.59.201.0/24", "205.59.202.0/24", "205.59.203.0/24", "205.59.205.0/24", "205.59.206.0/23", "205.59.208.0/22", "205.59.224.0/20", "205.60.0.0/19", "205.60.1.0/24", "205.60.2.0/24", "205.60.4.0/23", "205.60.6.0/24", "205.60.7.0/24", "205.60.16.0/22", "205.60.20.0/24", "205.60.22.0/23", "205.60.24.0/22", "205.60.28.0/24", "205.60.29.0/24", "205.60.30.0/23", "205.60.100.0/22", "205.60.100.0/24", "205.60.101.0/24", "205.60.102.0/24", "205.60.103.0/24", "205.60.104.0/23", "205.60.107.0/24", "205.60.108.0/23", "205.60.111.0/24", "205.60.116.0/23", "205.60.119.0/24", "205.60.154.0/23", "205.60.156.0/22", "205.60.186.0/23", "205.60.188.0/22", "205.60.228.0/24", "205.60.233.0/24", "205.60.240.0/22", "205.60.244.0/24", "205.61.0.0/19", "205.61.32.0/22", "205.61.36.0/23", "205.61.38.0/23", "205.61.44.0/24", "205.61.45.0/24", "205.61.48.0/24", "205.64.0.0/19", "205.64.2.0/24", "205.64.3.0/24", "205.64.4.0/24", "205.64.6.0/23", "205.64.8.0/23", "205.64.10.0/24", "205.64.13.0/24", "205.64.14.0/24", "205.64.16.0/22", "205.64.20.0/22", "205.64.24.0/23", "205.64.26.0/24", "205.64.110.0/24", "205.65.116.0/24", "205.65.119.0/24", "205.65.132.0/22", "205.65.136.0/22", "205.65.140.0/24", "205.65.152.0/22", "205.65.157.0/24", "205.65.160.0/22", "205.65.168.0/22", "205.65.194.0/24", "205.68.0.0/20", "205.68.16.0/23", "205.68.18.0/24", "205.68.19.0/24", "205.68.20.0/22", "205.68.24.0/23", "205.68.127.0/24", "205.69.0.0/20", "205.69.32.0/20", "205.69.48.0/20", "205.70.208.0/20", "205.70.224.0/20", "205.70.228.0/24", "205.70.230.0/24", "205.70.231.0/24", "205.70.232.0/24", "205.70.240.0/20", "205.70.244.0/24", "205.70.245.0/24", "205.70.247.0/24", "205.70.248.0/24", "205.71.0.0/19", "205.71.0.0/24", "205.71.1.0/24", "205.71.3.0/24", "205.71.5.0/24", "205.71.6.0/24", "205.71.8.0/23", "205.71.10.0/24", "205.71.12.0/23", "205.71.14.0/24", "205.71.16.0/22", "205.71.20.0/24", "205.71.21.0/24", "205.71.22.0/23", "205.71.24.0/23", "205.71.64.0/20", "205.71.80.0/20", "205.71.224.0/20", "205.72.0.0/19", "205.72.80.0/20", "205.72.84.0/24", "205.72.85.0/24", "205.72.86.0/24", "205.72.88.0/24", "205.72.96.0/20", "205.72.112.0/20", "205.72.208.0/20", "205.72.224.0/20", "205.72.240.0/20", "205.73.80.0/20", "205.73.112.0/20", "205.74.192.0/20", "205.74.208.0/20", "205.74.224.0/20", "205.74.240.0/21", "205.75.96.0/21", "205.75.144.0/20", "205.76.0.0/19", "205.76.64.0/20", "205.76.67.0/24", "205.76.68.0/23", "205.76.70.0/23", "205.76.72.0/23", "205.76.82.0/24", "205.76.83.0/24", "205.76.84.0/24", "205.78.42.0/23", "205.78.43.0/24", "205.78.44.0/24", "205.78.192.0/20", "205.80.0.0/20", "205.80.16.0/24", "205.80.17.0/24", "205.80.18.0/24", "205.80.20.0/23", "205.80.70.0/23", "205.80.72.0/21", "205.80.80.0/21", "205.80.156.0/24", "205.80.157.0/24", "205.80.158.0/24", "205.80.159.0/24", "205.83.128.0/20", "205.83.192.0/20", "205.83.192.0/21", "205.83.200.0/24", "205.83.201.0/24", "205.83.202.0/24", "205.83.203.0/24", "205.83.204.0/24", "205.84.0.0/24", "205.84.32.0/20", "205.86.32.0/20", "205.86.96.0/22", "205.86.96.0/24", "205.86.97.0/24", "205.86.98.0/24", "205.86.128.0/24", "205.86.129.0/24", "205.86.130.0/24", "205.86.144.0/24", "205.86.145.0/24", "205.86.146.0/24", "205.86.192.0/22", "205.86.193.0/24", "205.86.194.0/24", "205.86.209.0/24", "205.86.210.0/24", "205.87.64.0/24", "205.87.65.0/24", "205.87.66.0/24", "205.87.201.0/24", "205.87.202.0/24", "205.88.144.0/20", "205.88.176.0/20", "205.88.241.0/24", "205.88.243.0/24", "205.89.0.0/20", "205.89.32.0/20", "205.89.128.0/20", "205.89.224.0/20", "205.90.0.0/20", "205.90.50.0/24", "205.90.51.0/24", "205.90.52.0/24", "205.90.64.0/20", "205.90.64.0/24", "205.90.66.0/24", "205.90.67.0/24", "205.90.69.0/24", "205.90.160.0/20", "205.91.32.0/20", "205.91.32.0/24", "205.91.35.0/24", "205.91.36.0/24", "205.91.37.0/24", "205.91.64.0/20", "205.91.160.0/20", "205.92.0.0/20", "205.92.32.0/20", "205.93.32.0/19", "205.93.96.0/19", "205.93.192.0/20", "205.94.0.0/20", "205.94.97.0/24", "205.94.98.0/24", "205.94.100.0/24", "205.94.104.0/24", "205.94.128.0/20", "205.94.192.0/20", "205.95.0.0/19", "205.95.96.0/20", "205.95.128.0/21", "205.98.48.0/23", "205.98.50.0/24", "205.98.64.0/20", "205.98.160.0/20", "205.98.224.0/19", "205.99.0.0/20", "205.99.32.0/20", "205.99.128.0/20", "205.103.16.0/24", "205.103.20.0/24", "205.103.32.0/24", "205.103.80.0/24", "205.105.193.0/24", "205.106.84.0/22", "205.106.100.0/22", "205.107.32.0/24", "205.107.36.0/24", "205.107.76.0/24", "205.107.80.0/24", "205.107.84.0/24", "205.107.88.0/24", "205.107.92.0/24", "205.107.96.0/24", "205.107.104.0/24", "205.107.136.0/24", "205.107.148.0/24", "205.107.152.0/24", "205.107.184.0/24", "205.107.192.0/24", "205.107.208.0/20", "205.107.208.0/24", "205.107.232.0/24", "205.108.16.0/23", "205.108.244.0/24"]}}, "656": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["139.242.48.0/24"]}}, "664": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["199.211.166.0/23", "199.211.168.0/23"]}}, "665": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.162.0.0/15", "138.162.0.0/24", "138.162.8.0/22", "138.162.106.0/24", "138.162.112.0/22", "138.162.168.0/21", "138.162.254.0/24", "138.163.0.0/16", "138.163.0.0/24", "138.163.6.0/24", "138.163.9.0/24", "138.163.10.0/24", "138.163.17.0/24", "138.163.19.0/24", "138.163.76.0/23", "138.163.104.0/22", "138.163.128.0/22", "138.163.146.0/24", "155.252.138.0/23", "155.252.142.0/24", "205.85.0.0/21", "205.85.16.0/24", "205.85.17.0/24", "205.85.22.0/23", "205.85.22.0/24", "205.85.32.0/23", "205.85.34.0/23", "205.85.39.0/24", "205.85.40.0/24", "205.85.41.0/24", "205.85.44.0/24", "205.85.48.0/22", "205.85.52.0/24", "205.85.56.0/23", "205.85.58.0/23", "205.85.58.0/24", "205.85.59.0/24", "205.85.63.0/24", "205.85.86.0/24", "205.85.87.0/24", "205.85.112.0/20"]}}, "668": {"name": "DNIC-AS-00668, US / DoD Network Information Center", "ranges": {"4": ["6.2.0.0/17", "6.3.0.0/18", "6.4.0.0/16", "6.5.0.0/19", "6.6.0.0/22", "6.6.4.0/24", "6.6.5.0/24", "6.6.7.0/24", "6.6.8.0/21", "6.6.16.0/20", "6.6.32.0/20", "6.6.48.0/20", "6.6.64.0/20", "6.6.80.0/20", "6.6.96.0/20", "6.6.112.0/20", "6.6.128.0/17", "6.7.0.0/24", "6.8.0.0/20", "6.9.0.0/20", "6.11.0.0/16", "6.14.0.0/15", "128.132.0.0/16", "128.160.0.0/17", "129.92.0.0/16", "129.229.0.0/16", "130.109.0.0/16", "130.163.0.0/16", "131.92.131.0/24", "131.92.132.0/22", "131.92.136.0/21", "131.92.144.0/21", "131.92.176.0/22", "131.92.192.0/18", "131.120.0.0/16", "131.121.0.0/16", "131.122.0.0/16", "131.214.0.0/16", "131.218.0.0/16", "131.250.0.0/17", "131.250.128.0/18", "131.250.192.0/20", "132.45.0.0/16", "132.193.0.0/16", "134.164.220.0/24", "134.166.0.0/18", "134.166.64.0/18", "134.166.128.0/22", "134.166.132.0/23", "134.166.134.0/24", "134.166.135.0/24", "134.166.136.0/23", "134.166.144.0/20", "137.128.0.0/16", "140.6.0.0/16", "140.25.0.0/16", "140.27.12.0/23", "140.27.14.0/24", "140.27.15.0/24", "140.31.0.0/16", "140.32.0.0/16", "140.178.0.0/16", "143.56.0.0/16", "144.3.0.0/16", "144.252.0.0/19", "144.252.64.0/19", "147.227.0.0/16", "147.241.56.0/21", "147.241.80.0/21", "147.241.88.0/21", "147.241.96.0/22", "147.241.104.0/22", "147.241.112.0/22", "147.241.118.0/24", "147.241.120.0/22", "147.241.126.0/24", "147.241.127.0/24", "147.241.128.0/21", "147.241.160.0/21", "147.241.168.0/21", "147.241.176.0/21", "147.241.192.0/18", "147.248.48.0/20", "150.125.0.0/16", "155.141.0.0/16", "155.148.0.0/17", "155.148.128.0/18", "155.148.192.0/19", "155.148.224.0/20", "155.148.240.0/21", "155.154.192.0/18", "155.244.0.0/16", "157.187.0.0/16", "158.12.0.0/16", "163.240.0.0/16", "163.249.24.0/21", "163.249.40.0/21", "163.249.51.0/24", "163.249.53.0/24", "163.249.54.0/24", "163.249.56.0/21", "163.249.64.0/21", "163.249.72.0/23", "163.249.81.0/24", "164.49.0.0/16", "164.122.0.0/20", "164.191.0.0/16", "192.5.17.0/24", "192.5.21.0/24", "192.5.22.0/24", "192.5.23.0/24", "192.5.148.0/24", "192.12.124.0/24", "192.16.167.0/24", "192.31.147.0/24", "192.42.141.0/24", "192.48.242.0/24", "192.55.117.0/24", "192.58.244.0/24", "192.67.80.0/24", "192.67.93.0/24", "192.86.66.0/24", "192.88.110.0/24", "192.100.92.0/24", "192.138.87.0/24", "192.160.158.0/24", "192.160.159.0/24", "192.171.8.0/22", "192.171.12.0/24", "192.190.228.0/24", "192.190.229.0/24", "192.211.102.0/24", "198.14.32.0/19", "198.97.234.0/23", "198.97.236.0/24", "198.154.16.0/21", "198.154.24.0/23", "198.154.173.0/24", "198.154.174.0/23", "198.253.40.0/21", "198.253.56.0/24", "198.253.64.0/21", "198.253.110.0/24", "198.253.128.0/19", "198.253.168.0/21", "198.253.192.0/20", "198.253.252.0/24", "198.253.253.0/24", "199.9.0.0/24", "199.9.1.0/24", "199.9.2.0/24", "199.10.16.0/24", "199.10.17.0/24", "199.10.18.0/24", "199.10.19.0/24", "199.10.20.0/24", "199.10.62.0/24", "199.10.127.0/24", "199.10.148.0/24", "199.10.233.0/24", "199.31.16.0/20", "199.31.107.0/24", "199.123.86.0/23", "199.123.88.0/23", "199.123.90.0/24", "199.123.105.0/24", "199.208.32.0/21", "199.208.158.0/24", "199.209.144.0/21", "199.209.144.0/22", "199.209.149.0/24", "199.209.150.0/23", "199.209.240.0/21", "199.209.248.0/21", "204.44.136.0/23", "204.222.6.0/23", "204.222.8.0/23", "204.222.64.0/21", "204.235.64.0/20", "204.238.129.0/24", "205.66.100.0/22", "205.67.232.0/24", "205.68.95.0/24", "205.111.251.0/24", "205.111.252.0/24", "206.37.28.0/23", "206.37.30.0/23", "206.37.224.0/24", "206.37.252.0/24", "207.132.136.0/24", "207.132.147.0/24", "207.133.211.0/24", "209.22.6.0/24", "209.22.7.0/24", "209.22.8.0/24", "214.4.64.0/24", "214.9.92.0/24", "214.9.94.0/24", "214.9.95.0/24", "214.9.96.0/21", "214.9.104.0/21", "214.10.25.0/24", "214.29.136.0/21", "214.38.133.0/24"], "6": ["2001:480::/32", "2001:480:570::/48"]}}, "670": {"name": "DNIC-AS-00670, US / Headquarters, USAISC", "ranges": {"4": ["155.85.160.0/24"]}}, "671": {"name": "DNIC-AS-00671, US / Headquarters, USAISC", "ranges": {"4": ["155.85.162.0/24"]}}, "672": {"name": "DNIC-AS-00672, US / Headquarters, USAISC", "ranges": {"4": ["155.85.161.0/24"]}}, "673": {"name": "DNIC-AS-00673, US / Headquarters, USAISC", "ranges": {"4": ["155.85.164.0/24"]}}, "687": {"name": "DNIC-AS-00687, US / DoD Network Information Center", "ranges": {"4": ["160.107.0.0/16", "192.73.215.0/24", "199.211.198.0/24", "206.39.203.0/24", "214.16.216.0/22"], "6": ["2001:480:240::/48"]}}, "721": {"name": "DNIC-ASBLK-00721-00726, US / DoD Network Information Center", "ranges": {"4": ["6.16.172.0/23", "6.16.174.0/24", "6.42.236.0/22", "6.42.240.0/23", "6.42.242.0/24", "6.49.122.0/23", "6.49.124.0/22", "6.50.36.0/22", "6.50.56.0/21", "6.51.24.0/21", "6.64.32.0/20", "6.64.48.0/21", "6.64.56.0/22", "6.64.62.0/23", "6.64.181.0/24", "55.0.0.0/8", "128.26.0.0/21", "128.26.8.0/22", "128.26.13.0/24", "128.26.35.0/24", "128.26.40.0/22", "128.26.48.0/23", "128.26.64.0/22", "128.26.68.0/23", "128.26.71.0/24", "128.26.79.0/24", "128.26.82.0/24", "128.26.95.0/24", "128.26.98.0/23", "128.26.112.0/22", "128.26.117.0/24", "128.26.118.0/23", "128.26.120.0/21", "128.26.138.0/23", "128.26.238.0/23", "128.26.247.0/24", "128.26.248.0/23", "130.22.0.0/16", "131.4.0.0/15", "131.16.0.0/16", "131.32.0.0/11", "131.64.0.0/13", "131.74.0.0/15", "131.76.0.0/14", "131.78.3.0/24", "131.78.204.0/24", "131.80.0.0/14", "131.86.0.0/15", "131.86.0.0/16", "131.87.0.0/16", "132.0.0.0/10", "132.80.0.0/12", "132.96.0.0/11", "132.128.0.0/12", "134.80.0.0/16", "134.135.0.0/16", "134.165.96.0/19", "134.165.128.0/17", "134.233.0.0/16", "136.212.0.0/14", "136.216.0.0/14", "136.220.0.0/15", "137.0.0.0/13", "137.8.0.0/14", "137.212.0.0/16", "137.232.3.0/24", "137.240.0.0/14", "138.136.0.0/13", "138.144.0.0/12", "138.150.0.0/15", "138.154.1.0/24", "138.160.0.0/15", "138.162.5.0/24", "138.164.0.0/14", "138.168.0.0/14", "138.178.0.0/15", "138.178.0.0/16", "138.180.0.0/16", "139.39.35.0/24", "139.139.0.0/16", "139.241.0.0/16", "139.242.43.0/24", "139.242.45.0/24", "139.242.47.0/24", "139.242.52.0/23", "139.242.54.0/24", "140.1.0.0/16", "140.14.35.0/24", "140.14.37.0/24", "140.14.39.0/24", "140.14.41.0/24", "140.14.43.0/24", "140.14.45.0/24", "140.14.47.0/24", "140.14.49.0/24", "140.14.51.0/24", "140.14.53.0/24", "140.14.136.0/24", "140.14.137.0/24", "140.14.138.0/24", "140.16.26.0/24", "140.16.32.0/24", "140.16.58.0/23", "140.16.100.0/23", "140.16.160.0/23", "140.16.192.0/23", "140.16.196.0/22", "140.17.34.0/23", "140.17.48.0/20", "140.17.90.0/23", "140.17.92.0/22", "140.17.160.0/20", "140.18.129.0/24", "140.19.92.0/22", "140.19.120.0/22", "140.19.126.0/23", "140.19.200.0/21", "140.19.208.0/20", "140.35.64.0/18", "140.152.0.0/14", "140.153.72.0/24", "141.234.0.0/15", "143.68.104.0/21", "143.69.0.0/16", "143.70.48.0/20", "143.70.64.0/18", "143.70.128.0/17", "143.73.0.0/16", "143.74.0.0/16", "143.76.0.0/16", "143.80.128.0/17", "143.81.0.0/16", "143.81.0.0/17", "143.81.103.0/24", "143.81.128.0/17", "143.83.0.0/16", "143.84.0.0/16", "143.85.0.0/16", "143.85.0.0/18", "143.85.64.0/18", "143.85.128.0/18", "143.85.192.0/18", "143.86.0.0/23", "143.86.48.0/23", "143.86.54.0/23", "143.86.56.0/23", "143.86.128.0/20", "143.86.160.0/20", "143.86.176.0/22", "143.86.180.0/23", "143.86.183.0/24", "143.86.184.0/21", "143.86.196.0/23", "143.86.204.0/23", "143.86.218.0/23", "143.86.224.0/21", "143.86.232.0/24", "143.86.234.0/23", "143.86.236.0/22", "143.86.243.0/24", "143.86.244.0/22", "143.86.248.0/21", "143.124.2.0/23", "143.124.4.0/22", "143.124.16.0/22", "143.134.1.0/24", "143.134.2.0/23", "143.134.4.0/22", "143.134.8.0/21", "143.134.114.0/23", "143.134.116.0/22", "143.134.120.0/21", "143.138.0.0/15", "143.140.0.0/14", "143.144.0.0/13", "143.156.0.0/15", "143.194.133.0/24", "143.194.192.0/19", "143.194.224.0/20", "143.212.0.0/15", "143.230.160.0/19", "143.230.192.0/21", "143.230.200.0/24", "143.230.204.0/22", "143.249.16.0/21", "143.249.25.0/24", "143.249.32.0/23", "143.249.34.0/24", "143.249.36.0/22", "143.249.40.0/21", "143.249.48.0/20", "143.249.96.0/19", "143.249.128.0/20", "143.249.144.0/21", "143.249.152.0/23", "143.249.154.0/24", "143.249.156.0/22", "143.249.160.0/23", "143.249.162.0/24", "143.249.164.0/22", "143.249.168.0/21", "143.249.176.0/20", "143.249.192.0/18", "144.88.2.0/23", "144.100.0.0/14", "144.102.0.0/15", "144.102.0.0/16", "144.104.0.0/14", "144.104.0.0/15", "144.109.0.0/16", "144.170.0.0/16", "144.182.0.0/15", "144.247.0.0/16", "144.251.43.0/24", "146.16.64.0/20", "146.16.84.0/22", "146.16.88.0/21", "146.16.96.0/19", "146.16.128.0/22", "146.16.138.0/24", "146.16.140.0/23", "146.16.142.0/24", "146.16.192.0/19", "146.16.248.0/21", "146.55.22.0/23", "146.55.72.0/21", "146.55.124.0/24", "146.55.127.0/24", "147.104.1.0/24", "147.104.2.0/23", "147.104.4.0/22", "147.104.8.0/21", "147.104.16.0/20", "147.104.32.0/20", "147.104.50.0/23", "147.104.52.0/22", "147.104.64.0/20", "147.104.80.0/21", "147.104.88.0/23", "147.104.91.0/24", "147.104.92.0/22", "147.104.112.0/20", "147.104.128.0/18", "147.104.192.0/19", "147.104.224.0/20", "147.104.240.0/22", "147.104.246.0/23", "147.104.248.0/21", "147.130.0.0/15", "147.216.0.0/15", "148.16.0.0/12", "150.192.0.0/15", "150.196.96.0/19", "150.196.130.0/23", "150.196.133.0/24", "150.196.134.0/23", "150.196.136.0/21", "150.196.144.0/20", "153.23.0.0/16", "153.24.0.0/14", "153.24.0.0/15", "153.26.0.0/16", "153.29.0.0/16", "153.29.0.0/17", "153.29.128.0/17", "153.30.0.0/16", "155.7.0.0/16", "155.8.0.0/15", "155.20.0.0/21", "155.20.8.0/22", "155.20.32.0/20", "155.21.160.0/22", "155.21.192.0/19", "155.26.0.0/18", "155.26.80.0/20", "155.26.128.0/20", "155.26.144.0/22", "155.26.150.0/23", "155.26.152.0/21", "155.26.160.0/20", "155.26.240.0/23", "155.27.116.0/23", "155.29.48.0/23", "155.29.166.0/23", "155.29.221.0/24", "155.29.236.0/23", "155.30.128.0/19", "155.30.160.0/20", "155.30.176.0/21", "155.30.184.0/22", "155.30.188.0/23", "155.30.190.0/24", "155.30.192.0/24", "155.30.196.0/22", "155.30.200.0/21", "155.30.208.0/20", "155.30.224.0/19", "155.150.0.0/15", "155.152.0.0/14", "155.155.0.0/16", "155.213.61.0/24", "155.213.62.0/24", "155.214.0.0/15", "155.216.0.0/14", "155.252.0.0/16", "156.112.148.0/23", "156.112.181.0/24", "158.0.0.0/13", "158.8.0.0/14", "158.13.148.0/22", "158.13.154.0/23", "158.14.0.0/15", "158.236.0.0/14", "158.240.0.0/14", "159.77.0.0/16", "160.126.0.0/15", "160.132.0.0/15", "160.136.0.0/13", "160.144.0.0/13", "163.249.11.0/24", "163.249.32.0/21", "163.249.48.0/23", "163.249.50.0/24", "163.249.55.0/24", "163.249.74.0/23", "163.249.76.0/22", "163.249.80.0/24", "163.249.82.0/23", "163.249.84.0/22", "163.249.88.0/21", "163.249.232.0/21", "164.65.0.0/16", "164.87.0.0/16", "164.117.7.0/24", "164.230.0.0/15", "164.235.240.0/20", "164.236.0.0/16", "164.249.52.0/24", "164.249.55.0/24", "164.249.60.0/24", "164.250.173.0/24", "192.33.6.0/23", "192.33.8.0/23", "192.41.202.0/24", "192.42.41.0/24", "192.73.26.0/23", "192.73.28.0/23", "192.86.112.0/21", "192.86.232.0/21", "192.86.252.0/24", "192.101.120.0/21", "192.101.128.0/22", "192.101.132.0/23", "192.108.4.0/22", "192.108.8.0/21", "192.108.176.0/21", "192.111.116.0/23", "192.111.226.0/24", "192.122.213.0/24", "192.129.64.0/22", "192.132.18.0/24", "192.132.80.0/22", "192.132.84.0/23", "192.135.193.0/24", "192.138.24.0/21", "192.138.32.0/19", "192.138.64.0/20", "192.138.80.0/22", "192.153.132.0/22", "192.153.136.0/21", "192.153.144.0/21", "192.153.144.0/23", "192.153.244.0/23", "192.156.0.0/18", "192.156.64.0/20", "192.156.80.0/23", "192.172.0.0/19", "192.187.4.0/22", "192.188.204.0/22", "192.188.208.0/20", "192.207.228.0/22", "192.211.64.0/19", "192.211.96.0/20", "192.240.128.0/20", "192.240.129.0/24", "192.240.144.0/22", "198.25.0.0/16", "198.25.0.0/24", "198.26.0.0/16", "198.26.144.0/20", "198.26.160.0/20", "198.49.184.0/21", "198.55.92.0/23", "198.97.72.0/21", "198.97.80.0/20", "198.97.96.0/19", "198.97.128.0/18", "198.97.192.0/20", "198.97.192.0/21", "198.97.240.0/20", "198.154.8.0/21", "198.154.64.0/21", "198.154.72.0/22", "198.218.0.0/15", "198.220.0.0/16", "198.222.0.0/16", "198.250.128.0/18", "198.250.192.0/18", "198.250.192.0/19", "198.250.224.0/20", "198.250.240.0/21", "198.253.72.0/21", "198.253.80.0/20", "199.9.64.0/18", "199.10.125.0/24", "199.32.128.0/18", "199.57.0.0/16", "199.112.0.0/15", "199.114.32.0/20", "199.121.0.0/16", "199.122.4.0/23", "199.122.32.0/20", "199.123.16.0/20", "199.123.72.0/21", "199.123.80.0/21", "199.123.91.0/24", "199.123.104.0/21", "199.123.112.0/21", "199.123.122.0/23", "199.124.16.0/21", "199.208.0.0/16", "199.209.0.0/16", "199.210.0.0/16", "199.211.16.0/23", "199.211.64.0/18", "199.211.128.0/17", "199.211.176.0/20", "199.211.192.0/18", "199.225.0.0/20", "199.251.0.0/16", "199.252.32.0/20", "199.252.128.0/18", "199.252.143.0/24", "199.252.154.0/24", "199.252.155.0/24", "199.252.157.0/24", "199.252.162.0/24", "199.252.180.0/24", "204.34.0.0/16", "204.34.186.0/24", "204.37.8.0/21", "204.37.128.0/17", "204.208.0.0/16", "204.208.128.0/17", "204.222.0.0/15", "205.56.0.0/13", "205.56.162.0/24", "205.64.0.0/11", "205.69.238.0/24", "205.96.0.0/13", "205.104.0.0/15", "205.106.0.0/15", "205.108.0.0/15", "205.110.0.0/16", "205.111.0.0/19", "205.111.32.0/21", "205.111.42.0/24", "205.111.45.0/24", "205.111.46.0/23", "205.111.48.0/20", "205.112.16.0/21", "205.112.24.0/24", "205.112.27.0/24", "205.112.30.0/23", "205.113.17.0/24", "205.113.18.0/23", "205.113.20.0/22", "205.113.24.0/21", "205.113.32.0/20", "205.113.48.0/21", "205.113.56.0/22", "205.113.60.0/24", "205.113.63.0/24", "205.113.65.0/24", "205.113.66.0/23", "205.113.68.0/22", "205.113.74.0/24", "205.113.76.0/23", "205.113.78.0/24", "205.113.96.0/20", "205.113.112.0/22", "205.113.117.0/24", "205.113.119.0/24", "205.113.120.0/21", "205.115.0.0/16", "206.37.0.0/16", "206.37.202.0/24", "206.38.0.0/16", "206.39.0.0/16", "207.132.0.0/15", "209.22.0.0/16", "209.46.128.0/17", "214.0.0.0/8", "214.13.0.0/16", "215.0.0.0/9", "215.65.0.0/18", "215.67.59.0/24"], "6": ["2608:121::/32"]}}, "722": {"name": "DNIC-ASBLK-00721-00726, US / DoD Network Information Center", "ranges": {"4": ["209.22.180.0/24", "214.3.129.0/24", "214.6.64.0/20", "214.6.78.0/24", "214.6.79.0/24", "214.6.80.0/20", "214.6.80.0/24"]}}, "747": {"name": "DNIC-AS-00747, US / Headquarters, USAISC", "ranges": {"4": ["6.16.74.0/24", "6.16.75.0/24", "6.16.86.0/24", "6.16.87.0/24", "6.16.198.0/24", "6.16.199.0/24", "6.16.200.0/24", "6.133.66.0/24", "6.133.67.0/24", "143.68.64.0/19", "143.68.96.0/21", "143.68.112.0/20", "143.74.251.0/24", "143.77.0.0/16", "143.138.0.0/16", "144.59.0.0/16", "147.242.1.0/24", "147.242.3.0/24", "147.242.5.0/24", "147.242.6.0/24", "147.242.7.0/24", "147.242.8.0/24", "147.242.11.0/24", "147.242.13.0/24", "147.242.17.0/24", "147.242.21.0/24", "147.242.50.0/24", "147.242.52.0/24", "147.242.100.0/22", "147.242.105.0/24", "147.242.127.0/24", "147.242.128.0/24", "147.242.200.0/24", "147.242.236.0/24", "147.242.245.0/24", "147.242.247.0/24", "147.242.249.0/24", "147.242.250.0/24", "147.242.251.0/24", "147.242.252.0/22", "150.196.48.0/20", "150.196.64.0/19", "150.196.64.0/20", "150.196.80.0/20", "155.20.163.0/24", "155.20.252.0/24", "160.135.0.0/16", "160.143.192.0/19", "160.143.224.0/19", "206.39.192.0/21", "215.1.62.0/24", "215.1.63.0/24", "215.1.96.0/20"]}}, "749": {"name": "DNIC-AS-00749, US / DoD Network Information Center", "ranges": {"4": ["6.1.0.0/16", "6.16.0.0/18", "6.16.64.0/22", "6.16.72.0/23", "6.16.76.0/22", "6.16.80.0/23", "6.16.90.0/23", "6.16.92.0/22", "6.16.96.0/22", "6.16.100.0/23", "6.16.104.0/21", "6.16.112.0/20", "6.16.128.0/19", "6.16.160.0/21", "6.16.168.0/24", "6.16.170.0/23", "6.16.177.0/24", "6.16.178.0/23", "6.16.180.0/22", "6.16.184.0/21", "6.16.202.0/23", "6.16.204.0/24", "6.16.206.0/24", "6.16.208.0/22", "6.16.213.0/24", "6.16.214.0/23", "6.16.217.0/24", "6.16.219.0/24", "6.16.220.0/22", "6.16.224.0/19", "6.17.0.0/16", "6.18.0.0/15", "6.20.0.0/14", "6.24.0.0/13", "6.32.0.0/16", "6.33.0.0/18", "6.33.64.0/20", "6.33.80.0/22", "6.33.88.0/21", "6.33.96.0/19", "6.33.128.0/17", "6.34.0.0/15", "6.36.0.0/14", "6.40.0.0/16", "6.42.0.0/18", "6.42.128.0/18", "6.43.0.0/16", "6.45.0.0/16", "6.46.0.0/19", "6.46.92.0/22", "6.46.112.0/20", "6.46.128.0/17", "6.47.0.0/18", "6.47.104.0/21", "6.47.112.0/20", "6.47.128.0/17", "6.48.16.0/20", "6.48.40.0/21", "6.48.56.0/21", "6.48.152.0/21", "6.50.160.0/19", "6.51.96.0/19", "6.51.196.0/22", "6.51.208.0/20", "6.51.240.0/21", "6.51.248.0/22", "6.51.253.0/24", "6.51.254.0/23", "6.52.0.0/14", "6.56.0.0/13", "6.64.0.0/24", "6.64.2.0/23", "6.64.5.0/24", "6.64.6.0/23", "6.64.8.0/21", "6.64.16.0/21", "6.64.24.0/22", "6.64.28.0/23", "6.64.30.0/24", "6.64.64.0/19", "6.64.96.0/21", "6.64.105.0/24", "6.64.106.0/23", "6.64.108.0/22", "6.64.112.0/21", "6.64.122.0/23", "6.64.124.0/22", "6.64.140.0/23", "6.64.145.0/24", "6.64.149.0/24", "6.64.153.0/24", "6.64.156.0/24", "6.64.167.0/24", "6.64.168.0/21", "6.64.176.0/24", "6.64.178.0/23", "6.64.180.0/24", "6.64.182.0/23", "6.64.184.0/21", "6.64.192.0/18", "6.66.0.0/23", "6.66.21.0/24", "6.66.44.0/22", "6.66.48.0/21", "6.66.65.0/24", "6.66.66.0/23", "6.66.68.0/22", "6.66.72.0/21", "6.66.80.0/20", "6.66.96.0/19", "6.66.128.0/19", "6.66.184.0/23", "6.66.192.0/18", "6.67.0.0/16", "6.69.0.0/16", "6.70.0.0/24", "6.70.4.0/22", "6.70.8.0/21", "6.70.16.0/20", "6.70.32.0/19", "6.70.64.0/23", "6.70.128.0/23", "6.70.192.0/18", "6.71.0.0/16", "6.72.16.0/20", "6.72.32.0/19", "6.72.64.0/18", "6.72.128.0/18", "6.72.192.0/19", "6.72.236.0/22", "6.72.240.0/21", "6.72.248.0/22", "6.72.252.0/23", "6.73.0.0/17", "6.73.128.0/18", "6.73.192.0/19", "6.73.254.0/23", "6.74.0.0/15", "6.76.0.0/14", "6.80.0.0/17", "6.81.0.0/16", "6.82.0.0/15", "6.84.0.0/14", "6.88.0.0/13", "6.96.0.0/12", "6.112.0.0/13", "6.120.0.0/14", "6.124.0.0/15", "6.126.0.0/18", "6.126.80.0/20", "6.126.96.0/19", "6.126.128.0/18", "6.126.192.0/19", "6.126.232.0/21", "6.126.240.0/20", "6.127.0.0/16", "6.128.0.0/16", "6.129.0.0/19", "6.129.64.0/18", "6.129.128.0/17", "6.130.0.0/20", "6.130.16.0/21", "6.130.24.0/22", "6.130.31.0/24", "6.130.32.0/19", "6.130.64.0/18", "6.130.128.0/17", "6.131.0.0/16", "6.132.0.0/17", "6.132.128.0/24", "6.132.130.0/24", "6.132.135.0/24", "6.132.136.0/21", "6.132.144.0/20", "6.132.160.0/19", "6.132.192.0/18", "6.133.0.0/18", "6.133.64.0/24", "6.133.70.0/23", "6.133.72.0/21", "6.133.80.0/20", "6.133.96.0/19", "6.133.128.0/17", "6.134.0.0/15", "6.136.0.0/13", "6.144.0.0/12", "6.160.0.0/11", "6.192.0.0/10", "6.243.234.0/24", "7.0.0.0/8", "7.0.0.0/22", "7.0.0.0/23", "7.0.0.0/24", "7.6.2.0/24", "7.7.7.0/24", "7.8.0.0/19", "7.8.0.0/22", "7.8.0.0/23", "7.8.0.0/24", "7.64.3.0/24", "11.0.0.0/8", "11.0.0.0/13", "11.0.0.0/22", "11.0.0.0/24", "11.1.1.0/24", "11.4.0.0/15", "11.4.24.0/21", "11.4.144.0/21", "11.5.40.0/21", "11.5.88.0/21", "11.5.120.0/21", "11.5.240.0/21", "11.5.248.0/21", "11.6.148.0/23", "11.7.220.0/23", "11.8.0.0/15", "11.11.11.0/24", "11.12.13.0/24", "11.19.0.0/16", "11.19.20.0/23", "11.19.160.0/22", "11.22.41.0/24", "11.24.0.0/16", "11.24.0.0/21", "11.24.72.0/24", "11.24.112.0/21", "11.24.118.0/24", "11.24.209.0/24", "11.24.240.0/21", "11.28.0.0/16", "11.28.1.0/24", "11.29.0.0/16", "11.29.0.0/20", "11.29.16.0/20", "11.29.32.0/20", "11.29.48.0/24", "11.29.64.0/20", "11.29.80.0/20", "11.29.96.0/20", "11.29.113.0/24", "11.29.114.0/23", "11.29.117.0/24", "11.29.118.0/24", "11.29.120.0/22", "11.29.124.0/22", "11.29.128.0/19", "11.29.160.0/20", "11.32.0.0/24", "11.32.1.0/24", "11.32.2.0/24", "11.32.3.0/24", "11.32.4.0/24", "11.32.5.0/24", "11.32.6.0/24", "11.32.7.0/24", "11.32.8.0/24", "11.32.9.0/24", "11.32.10.0/24", "11.32.11.0/24", "11.32.12.0/24", "11.32.13.0/24", "11.32.14.0/24", "11.32.15.0/24", "11.32.16.0/24", "11.32.17.0/24", "11.32.18.0/24", "11.32.19.0/24", "11.32.20.0/24", "11.32.21.0/24", "11.32.22.0/24", "11.32.23.0/24", "11.32.24.0/24", "11.32.25.0/24", "11.32.26.0/24", "11.32.27.0/24", "11.32.28.0/24", "11.32.29.0/24", "11.32.30.0/24", "11.32.31.0/24", "11.32.32.0/24", "11.32.33.0/24", "11.32.34.0/24", "11.32.35.0/24", "11.32.36.0/24", "11.32.37.0/24", "11.32.38.0/24", "11.32.39.0/24", "11.32.40.0/24", "11.32.41.0/24", "11.32.42.0/24", "11.32.43.0/24", "11.32.44.0/24", "11.32.45.0/24", "11.32.46.0/24", "11.32.47.0/24", "11.32.48.0/24", "11.32.49.0/24", "11.32.50.0/24", "11.32.51.0/24", "11.32.52.0/24", "11.32.53.0/24", "11.32.54.0/24", "11.32.55.0/24", "11.32.56.0/24", "11.32.57.0/24", "11.32.58.0/24", "11.32.59.0/24", "11.32.60.0/24", "11.32.61.0/24", "11.32.62.0/24", "11.32.63.0/24", "11.32.64.0/24", "11.32.65.0/24", "11.32.66.0/24", "11.32.67.0/24", "11.32.68.0/24", "11.32.69.0/24", "11.32.70.0/24", "11.32.71.0/24", "11.32.72.0/24", "11.32.73.0/24", "11.32.74.0/24", "11.32.75.0/24", "11.32.76.0/24", "11.32.77.0/24", "11.32.78.0/24", "11.32.79.0/24", "11.32.80.0/24", "11.32.81.0/24", "11.32.82.0/24", "11.32.83.0/24", "11.32.84.0/24", "11.32.85.0/24", "11.32.86.0/24", "11.32.87.0/24", "11.32.88.0/24", "11.32.89.0/24", "11.32.90.0/24", "11.32.91.0/24", "11.32.92.0/24", "11.32.93.0/24", "11.32.94.0/24", "11.32.95.0/24", "11.32.96.0/24", "11.32.97.0/24", "11.32.98.0/24", "11.32.99.0/24", "11.32.100.0/24", "11.32.101.0/24", "11.32.102.0/24", "11.32.103.0/24", "11.32.104.0/24", "11.32.105.0/24", "11.32.106.0/24", "11.32.107.0/24", "11.32.108.0/24", "11.32.109.0/24", "11.32.110.0/24", "11.32.111.0/24", "11.32.112.0/24", "11.32.113.0/24", "11.32.114.0/24", "11.32.115.0/24", "11.32.116.0/24", "11.32.117.0/24", "11.32.118.0/24", "11.32.119.0/24", "11.32.120.0/24", "11.32.121.0/24", "11.32.122.0/24", "11.32.123.0/24", "11.32.124.0/24", "11.32.125.0/24", "11.32.126.0/24", "11.32.127.0/24", "11.35.128.0/17", "11.35.152.0/22", "11.35.156.0/22", "11.35.240.0/22", "11.40.0.0/17", "11.41.0.0/17", "11.43.0.0/17", "11.43.24.0/24", "11.44.24.0/24", "11.47.0.0/17", "11.50.1.0/24", "11.51.64.0/24", "11.55.0.0/17", "11.58.128.0/17", "11.58.128.0/19", "11.58.176.0/21", "11.58.184.0/22", "11.58.188.0/23", "11.58.190.0/24", "11.58.191.0/24", "11.58.192.0/19", "11.58.224.0/20", "11.58.240.0/21", "11.58.248.0/23", "11.58.250.0/23", "11.58.252.0/24", "11.58.253.0/24", "11.60.0.0/18", "11.63.128.0/18", "11.64.3.0/24", "11.64.192.0/18", "11.66.128.0/18", "11.67.0.0/18", "11.71.64.0/18", "11.71.64.0/19", "11.71.96.0/20", "11.71.124.0/23", "11.71.126.0/23", "11.72.0.0/18", "11.72.0.0/24", "11.73.128.0/18", "11.74.0.0/18", "11.74.64.0/18", "11.74.128.0/18", "11.74.192.0/18", "11.75.64.0/18", "11.78.0.0/18", "11.78.64.0/18", "11.80.0.0/18", "11.80.64.0/18", "11.82.0.0/18", "11.82.64.0/18", "11.82.128.0/18", "11.82.192.0/18", "11.83.0.0/18", "11.83.64.0/18", "11.83.128.0/18", "11.83.192.0/18", "11.97.0.0/16", "11.98.0.0/16", "11.99.1.0/24", "11.99.254.0/24", "11.100.64.0/19", "11.100.64.0/20", "11.100.96.0/19", "11.108.0.0/16", "11.109.0.0/17", "11.110.0.0/16", "11.110.1.0/24", "11.112.88.0/21", "11.112.120.0/21", "11.112.128.0/21", "11.112.128.0/22", "11.112.132.0/22", "11.112.136.0/21", "11.112.136.0/24", "11.112.137.0/24", "11.112.138.0/24", "11.112.139.0/24", "11.112.140.0/24", "11.112.144.0/21", "11.112.152.0/21", "11.112.152.0/24", "11.112.153.0/24", "11.112.154.0/24", "11.112.160.0/20", "11.112.176.0/20", "11.112.192.0/20", "11.112.208.0/20", "11.113.64.0/20", "11.113.96.0/20", "11.113.160.0/19", "11.117.152.0/24", "11.117.153.0/24", "11.117.154.0/24", "11.117.155.0/24", "11.117.156.0/24", "11.117.157.0/24", "11.117.158.0/24", "11.117.159.0/24", "11.120.112.0/20", "11.123.0.0/20", "11.134.0.0/16", "11.224.128.0/17", "11.225.0.0/16", "11.226.0.0/15", "11.227.0.0/24", "11.254.224.0/20", "11.254.240.0/20", "21.0.0.0/8", "21.23.4.0/24", "21.23.7.0/24", "21.23.13.0/24", "21.68.124.0/24", "22.0.0.0/8", "22.0.0.0/14", "22.0.0.0/16", "22.1.176.0/20", "22.2.5.0/24", "22.2.133.0/24", "22.3.4.0/22", "22.5.0.0/16", "22.5.160.0/19", "22.5.162.0/24", "22.6.99.0/24", "22.8.42.0/23", "22.14.202.0/24", "22.19.24.0/24", "22.21.24.0/24", "22.22.22.0/23", "22.22.67.0/24", "22.23.11.0/24", "22.23.32.0/24", "22.23.40.0/24", "22.23.52.0/24", "22.23.60.0/24", "22.23.82.0/24", "22.23.104.0/24", "22.23.184.0/24", "22.23.192.0/20", "22.23.195.0/24", "22.23.226.0/24", "22.24.0.0/16", "22.24.67.0/24", "22.24.69.0/24", "22.24.103.0/24", "22.24.104.0/24", "22.24.145.0/24", "22.24.202.0/23", "22.24.209.0/24", "22.27.60.0/22", "22.27.97.0/24", "22.29.64.0/24", "22.31.13.0/24", "22.31.24.0/22", "22.31.187.0/24", "22.37.6.0/24", "22.39.105.0/24", "22.39.137.0/24", "22.42.107.0/24", "22.43.249.0/24", "22.43.252.0/24", "22.43.255.0/24", "22.44.23.0/24", "22.44.130.0/24", "22.45.80.0/24", "22.45.114.0/24", "22.45.118.0/24", "22.45.139.0/24", "22.45.148.0/24", "22.45.160.0/24", "22.45.161.0/24", "22.45.171.0/24", "22.45.191.0/24", "22.45.235.0/24", "22.45.236.0/24", "22.45.245.0/24", "22.46.0.0/24", "22.46.100.0/22", "22.46.100.0/24", "22.46.146.0/24", "22.47.218.0/24", "22.49.64.0/24", "22.50.7.0/24", "22.50.68.0/24", "22.61.241.0/24", "22.64.3.0/24", "22.66.175.0/24", "22.67.52.0/22", "22.67.142.0/24", "22.72.139.0/24", "22.72.167.0/24", "22.74.200.0/24", "22.75.100.0/24", "22.77.0.0/16", "22.78.62.0/23", "22.79.135.0/24", "22.80.72.0/24", "22.80.92.0/22", "22.82.114.0/23", "22.84.79.0/24", "22.85.105.0/24", "22.87.225.0/24", "22.88.218.0/24", "22.88.248.0/24", "22.89.23.0/24", "22.89.45.0/24", "22.91.193.0/24", "22.92.187.0/24", "22.92.190.0/24", "22.94.97.0/24", "22.94.180.0/24", "22.94.228.0/24", "22.95.56.0/22", "22.95.59.0/24", "22.95.128.0/24", "22.98.125.0/24", "22.98.191.0/24", "22.104.91.0/24", "22.104.94.0/24", "22.104.118.0/24", "22.108.59.0/24", "22.108.177.0/24", "22.111.57.0/24", "22.117.4.0/24", "22.118.91.0/24", "22.118.175.0/24", "22.119.82.0/24", "22.122.56.0/24", "22.122.82.0/24", "22.123.0.0/23", "22.125.17.0/24", "22.125.166.0/24", "22.128.44.0/24", "22.130.105.0/24", "22.131.0.0/16", "22.131.108.0/23", "22.131.255.0/24", "22.132.255.0/24", "22.134.201.0/24", "22.136.158.0/24", "22.138.122.0/24", "22.143.255.0/24", "22.148.72.0/24", "22.148.246.0/23", "22.151.159.0/24", "22.154.57.0/24", "22.156.0.0/24", "22.158.58.0/24", "22.159.136.0/22", "22.160.24.0/24", "22.160.153.0/24", "22.161.123.0/24", "22.162.0.0/16", "22.162.219.0/24", "22.163.47.0/24", "22.164.160.0/23", "22.165.98.0/24", "22.168.80.0/24", "22.169.255.0/24", "22.170.150.0/24", "22.170.247.0/24", "22.172.68.0/23", "22.176.62.0/23", "22.176.215.0/24", "22.177.23.0/24", "22.177.86.0/24", "22.177.137.0/24", "22.177.154.0/24", "22.178.152.0/23", "22.179.108.0/24", "22.179.125.0/24", "22.181.52.0/24", "22.181.53.0/24", "22.181.61.0/24", "22.184.65.0/24", "22.185.6.0/24", "22.185.8.0/22", "22.185.25.0/24", "22.185.30.0/24", "22.185.32.0/24", "22.185.34.0/23", "22.185.50.0/23", "22.185.73.0/24", "22.185.80.0/23", "22.185.92.0/22", "22.185.123.0/24", "22.185.126.0/24", "22.185.142.0/24", "22.185.182.0/24", "22.185.185.0/24", "22.185.190.0/24", "22.185.244.0/24", "22.186.1.0/24", "22.186.120.0/24", "22.186.146.0/24", "22.186.226.0/24", "22.187.103.0/24", "22.188.125.0/24", "22.188.235.0/24", "22.189.64.0/24", "22.189.127.0/24", "22.190.11.0/24", "22.190.52.0/24", "22.191.4.0/24", "22.192.144.0/24", "22.192.162.0/24", "22.192.200.0/24", "22.194.37.0/24", "22.194.156.0/24", "22.195.160.0/24", "22.196.195.0/24", "22.197.166.0/24", "22.199.7.0/24", "22.199.188.0/23", "22.199.193.0/24", "22.200.9.0/24", "22.200.24.0/24", "22.200.33.0/24", "22.200.52.0/24", "22.202.79.0/24", "22.202.82.0/24", "22.203.206.0/24", "22.203.208.0/24", "22.203.230.0/24", "22.204.41.0/24", "22.205.153.0/24", "22.205.237.0/24", "22.208.73.0/24", "22.208.92.0/24", "22.214.44.0/24", "22.216.134.0/23", "22.216.163.0/24", "22.217.26.0/24", "22.218.253.0/24", "22.220.66.0/24", "22.222.64.0/24", "22.222.164.0/22", "22.222.186.0/23", "22.223.181.0/24", "22.223.233.0/24", "22.238.0.0/24", "26.0.0.0/8", "28.0.0.0/8", "29.0.0.0/8", "29.0.0.0/18", "29.0.0.0/20", "29.0.0.0/22", "29.0.0.0/23", "29.0.0.0/24", "29.0.36.0/23", "29.16.240.0/24", "29.16.241.0/24", "29.16.242.0/24", "29.16.243.0/24", "29.16.244.0/24", "29.16.245.0/24", "29.16.246.0/24", "29.16.247.0/24", "29.16.248.0/24", "29.16.249.0/24", "29.16.250.0/24", "29.16.251.0/24", "29.16.252.0/24", "29.16.253.0/24", "29.16.254.0/24", "29.16.255.0/24", "29.49.0.0/24", "29.121.0.0/24", "30.0.0.0/8", "33.0.0.0/8", "128.25.0.0/16", "128.26.14.0/24", "128.26.26.0/23", "128.26.28.0/24", "128.26.30.0/23", "128.26.32.0/23", "128.26.34.0/24", "128.26.55.0/24", "128.26.72.0/24", "128.26.74.0/24", "128.26.84.0/23", "128.26.88.0/23", "128.26.92.0/23", "128.26.131.0/24", "128.26.132.0/22", "128.26.136.0/24", "128.26.140.0/24", "128.26.142.0/23", "128.26.146.0/23", "128.26.148.0/22", "128.26.152.0/21", "128.26.160.0/19", "128.26.192.0/20", "128.26.208.0/23", "128.26.220.0/24", "128.26.222.0/23", "128.26.224.0/22", "128.26.228.0/23", "128.26.230.0/24", "128.26.251.0/24", "128.26.254.0/23", "128.44.30.0/23", "128.44.84.0/22", "128.44.128.0/19", "128.44.192.0/22", "128.44.224.0/20", "128.44.248.0/21", "128.56.0.0/16", "128.80.0.0/16", "128.133.0.0/16", "128.216.16.0/20", "128.216.32.0/19", "128.216.64.0/18", "128.216.128.0/17", "129.51.0.0/23", "129.51.2.0/24", "129.51.4.0/24", "129.51.6.0/23", "129.51.8.0/21", "129.51.16.0/20", "129.51.32.0/19", "129.51.64.0/19", "129.51.96.0/22", "129.51.102.0/23", "129.51.104.0/21", "129.51.112.0/20", "129.51.128.0/17", "129.131.0.0/16", "129.209.0.0/16", "129.251.0.0/24", "129.251.2.0/24", "129.251.4.0/22", "129.251.8.0/21", "129.251.16.0/24", "129.251.18.0/23", "129.251.20.0/22", "129.251.24.0/23", "129.251.27.0/24", "129.251.28.0/23", "129.251.31.0/24", "129.251.32.0/21", "129.251.40.0/24", "129.251.42.0/23", "129.251.45.0/24", "129.251.46.0/23", "129.251.48.0/22", "129.251.52.0/23", "129.251.54.0/24", "129.251.56.0/21", "129.251.64.0/23", "129.251.67.0/24", "129.251.68.0/22", "129.251.72.0/21", "129.251.81.0/24", "129.251.82.0/23", "129.251.84.0/22", "129.251.88.0/23", "129.251.90.0/24", "129.251.92.0/22", "129.251.96.0/20", "129.251.112.0/24", "129.251.114.0/23", "129.251.116.0/22", "129.251.120.0/21", "129.251.128.0/17", "130.90.0.0/16", "131.2.0.0/16", "131.8.0.0/16", "131.11.0.0/16", "131.14.0.0/17", "131.14.128.0/18", "131.14.192.0/19", "131.14.224.0/22", "131.14.240.0/20", "131.15.0.0/20", "131.15.36.0/23", "131.15.47.0/24", "131.15.63.0/24", "131.15.64.0/24", "131.15.66.0/23", "131.15.72.0/24", "131.15.81.0/24", "131.15.82.0/23", "131.15.84.0/22", "131.15.88.0/23", "131.15.93.0/24", "131.15.94.0/23", "131.15.96.0/23", "131.15.100.0/22", "131.15.104.0/21", "131.15.112.0/22", "131.15.118.0/23", "131.15.121.0/24", "131.15.122.0/23", "131.15.124.0/22", "131.15.128.0/21", "131.15.137.0/24", "131.15.138.0/23", "131.15.140.0/22", "131.15.152.0/21", "131.15.168.0/21", "131.15.176.0/20", "131.15.192.0/20", "131.15.209.0/24", "131.15.210.0/23", "131.15.212.0/22", "131.15.216.0/21", "131.15.224.0/20", "131.15.240.0/21", "131.15.248.0/22", "131.15.254.0/23", "131.18.1.0/24", "131.18.2.0/23", "131.18.4.0/22", "131.18.8.0/21", "131.18.16.0/20", "131.18.32.0/19", "131.18.64.0/19", "131.18.96.0/23", "131.18.100.0/22", "131.18.106.0/23", "131.18.108.0/22", "131.18.112.0/20", "131.18.129.0/24", "131.18.130.0/23", "131.18.132.0/22", "131.18.136.0/21", "131.18.144.0/20", "131.18.160.0/20", "131.18.178.0/23", "131.18.180.0/22", "131.18.184.0/21", "131.18.192.0/19", "131.18.224.0/20", "131.18.240.0/21", "131.18.248.0/22", "131.18.252.0/23", "131.18.255.0/24", "131.19.0.0/16", "131.20.0.0/15", "131.23.0.0/16", "131.26.0.0/16", "131.27.64.0/22", "131.27.76.0/22", "131.27.80.0/20", "131.27.96.0/19", "131.27.128.0/17", "131.31.0.0/16", "131.73.0.0/16", "131.85.0.0/16", "131.88.0.0/16", "131.92.128.0/23", "131.92.130.0/24", "131.92.152.0/21", "131.92.160.0/20", "131.92.180.0/22", "131.92.184.0/21", "131.158.6.0/24", "131.158.8.0/24", "131.158.10.0/24", "131.158.19.0/24", "131.158.25.0/24", "131.158.30.0/23", "131.158.48.0/22", "131.158.53.0/24", "131.158.54.0/23", "131.158.61.0/24", "131.158.62.0/23", "131.158.72.0/22", "131.158.97.0/24", "131.158.98.0/23", "131.158.100.0/24", "131.158.150.0/23", "131.158.152.0/21", "131.158.234.0/24", "131.158.245.0/24", "131.158.246.0/23", "131.158.249.0/24", "131.158.254.0/24", "131.240.0.0/16", "131.250.208.0/20", "131.250.224.0/20", "131.250.243.0/24", "131.250.244.0/23", "131.250.247.0/24", "131.250.248.0/23", "131.250.251.0/24", "131.250.252.0/22", "132.144.0.0/16", "134.66.0.0/16", "134.165.64.0/19", "134.166.138.0/23", "134.166.140.0/22", "134.166.160.0/19", "134.166.192.0/18", "134.182.0.0/16", "134.229.0.0/21", "134.229.8.0/24", "134.229.18.0/24", "134.229.20.0/22", "134.229.24.0/24", "134.229.26.0/23", "134.229.28.0/22", "134.229.32.0/23", "134.229.34.0/24", "134.229.36.0/22", "134.229.41.0/24", "134.229.42.0/23", "134.229.44.0/22", "134.229.49.0/24", "134.229.50.0/23", "134.229.52.0/22", "134.229.56.0/23", "134.229.59.0/24", "134.229.60.0/22", "134.229.64.0/22", "134.229.69.0/24", "134.229.70.0/23", "134.229.72.0/21", "134.229.80.0/20", "134.229.96.0/19", "134.229.128.0/22", "134.229.132.0/23", "134.229.135.0/24", "134.229.136.0/21", "134.229.144.0/20", "134.229.160.0/20", "134.229.177.0/24", "134.229.178.0/23", "134.229.180.0/22", "134.229.184.0/21", "134.229.192.0/20", "134.229.209.0/24", "134.229.210.0/23", "134.229.212.0/22", "134.229.217.0/24", "134.229.218.0/23", "134.229.221.0/24", "134.229.222.0/23", "134.229.224.0/19", "134.235.0.0/16", "134.240.0.0/16", "134.254.0.0/16", "136.188.0.0/14", "136.192.0.0/14", "136.196.0.0/15", "136.208.0.0/16", "136.211.0.0/16", "136.222.0.0/16", "137.12.0.0/15", "137.24.0.0/16", "137.67.0.0/17", "137.67.128.0/18", "137.67.192.0/19", "137.67.224.0/20", "137.67.241.0/24", "137.67.242.0/23", "137.67.244.0/22", "137.67.248.0/21", "137.80.0.0/16", "137.126.0.0/15", "137.130.0.0/16", "137.210.0.0/15", "137.225.0.0/16", "137.231.0.0/16", "137.232.0.0/23", "137.232.2.0/24", "137.232.4.0/22", "137.232.8.0/21", "137.232.16.0/20", "137.232.32.0/19", "137.232.64.0/19", "137.232.128.0/19", "137.232.160.0/20", "137.233.0.0/17", "137.233.128.0/18", "137.234.0.0/18", "137.235.4.0/22", "137.235.8.0/21", "137.235.16.0/20", "137.235.32.0/19", "137.235.64.0/19", "137.235.96.0/20", "137.235.112.0/21", "137.235.120.0/22", "137.235.124.0/23", "137.235.144.0/21", "137.235.156.0/22", "137.235.160.0/19", "137.235.192.0/19", "137.235.224.0/22", "137.235.229.0/24", "137.235.230.0/23", "137.235.232.0/22", "137.235.248.0/21", "137.247.0.0/16", "138.17.0.0/16", "138.18.0.0/16", "138.45.0.0/16", "138.60.0.0/15", "138.65.0.0/16", "138.109.0.0/16", "138.135.0.0/16", "138.172.0.0/14", "138.176.0.0/15", "138.181.0.0/16", "138.182.0.0/16", "138.183.128.0/17", "138.184.0.0/16", "139.31.0.0/16", "139.32.0.0/14", "139.36.0.0/15", "139.38.57.0/24", "139.40.0.0/17", "139.40.128.0/23", "139.40.132.0/23", "139.40.136.0/21", "139.40.148.0/23", "139.40.150.0/24", "139.40.153.0/24", "139.40.154.0/23", "139.40.156.0/22", "139.40.160.0/19", "139.40.192.0/18", "139.41.0.0/16", "139.42.0.0/15", "139.233.0.0/16", "139.235.2.0/23", "139.235.4.0/22", "139.235.8.0/21", "139.235.16.0/20", "139.235.32.0/19", "139.235.64.0/18", "139.235.130.0/23", "139.235.132.0/22", "139.235.136.0/21", "139.235.144.0/20", "139.235.160.0/19", "139.235.192.0/18", "139.236.0.0/14", "139.240.0.0/16", "139.242.0.0/24", "139.242.2.0/24", "139.242.10.0/23", "139.242.13.0/24", "139.242.18.0/23", "139.242.20.0/22", "139.242.24.0/21", "139.242.32.0/23", "139.242.37.0/24", "139.242.56.0/21", "139.242.64.0/21", "139.242.72.0/24", "139.242.77.0/24", "139.242.78.0/23", "139.242.80.0/20", "139.242.96.0/20", "139.242.120.0/21", "139.242.128.0/17", "139.243.0.0/16", "139.244.0.0/14", "139.248.0.0/14", "140.2.128.0/17", "140.3.0.0/16", "140.7.4.0/23", "140.7.7.0/24", "140.7.8.0/21", "140.7.16.0/22", "140.7.21.0/24", "140.7.22.0/23", "140.7.24.0/21", "140.7.66.0/23", "140.7.68.0/22", "140.7.72.0/21", "140.7.96.0/19", "140.7.128.0/17", "140.8.0.0/14", "140.12.0.0/20", "140.12.17.0/24", "140.12.18.0/23", "140.12.22.0/23", "140.12.24.0/21", "140.12.32.0/21", "140.12.48.0/20", "140.12.64.0/18", "140.12.128.0/18", "140.12.216.0/22", "140.12.224.0/19", "140.13.0.0/21", "140.13.12.0/23", "140.13.15.0/24", "140.13.16.0/20", "140.13.48.0/20", "140.13.64.0/18", "140.13.128.0/17", "140.14.0.0/19", "140.14.32.0/23", "140.14.34.0/24", "140.14.36.0/24", "140.14.38.0/24", "140.14.40.0/24", "140.14.42.0/24", "140.14.44.0/24", "140.14.46.0/24", "140.14.48.0/24", "140.14.50.0/24", "140.14.52.0/24", "140.14.54.0/23", "140.14.56.0/21", "140.14.64.0/18", "140.14.128.0/21", "140.14.139.0/24", "140.14.140.0/22", "140.14.144.0/20", "140.14.160.0/19", "140.14.192.0/18", "140.15.0.0/16", "140.16.3.0/24", "140.16.5.0/24", "140.16.6.0/23", "140.16.18.0/23", "140.16.28.0/23", "140.16.33.0/24", "140.16.51.0/24", "140.16.53.0/24", "140.16.54.0/23", "140.16.60.0/22", "140.16.64.0/20", "140.16.108.0/22", "140.16.112.0/23", "140.16.120.0/23", "140.16.122.0/24", "140.16.124.0/22", "140.16.134.0/23", "140.16.146.0/24", "140.16.151.0/24", "140.16.156.0/22", "140.16.166.0/24", "140.16.169.0/24", "140.16.170.0/23", "140.16.172.0/22", "140.16.176.0/20", "140.16.200.0/23", "140.16.204.0/22", "140.16.208.0/20", "140.16.224.0/22", "140.16.231.0/24", "140.16.234.0/23", "140.16.236.0/24", "140.16.238.0/23", "140.16.252.0/22", "140.17.20.0/22", "140.17.36.0/23", "140.17.45.0/24", "140.17.46.0/23", "140.17.66.0/24", "140.17.69.0/24", "140.17.72.0/21", "140.17.86.0/23", "140.17.100.0/22", "140.17.106.0/23", "140.17.108.0/23", "140.17.116.0/22", "140.17.120.0/21", "140.17.128.0/23", "140.17.130.0/24", "140.17.132.0/23", "140.17.140.0/22", "140.17.148.0/22", "140.17.156.0/22", "140.17.176.0/24", "140.17.178.0/23", "140.17.184.0/24", "140.17.186.0/23", "140.17.194.0/24", "140.17.196.0/22", "140.17.202.0/24", "140.17.210.0/23", "140.17.212.0/22", "140.17.216.0/22", "140.17.220.0/23", "140.17.223.0/24", "140.17.224.0/23", "140.17.227.0/24", "140.17.228.0/22", "140.17.232.0/22", "140.17.236.0/24", "140.17.242.0/23", "140.17.244.0/22", "140.17.250.0/23", "140.17.252.0/22", "140.18.0.0/23", "140.18.3.0/24", "140.18.6.0/24", "140.18.11.0/24", "140.18.12.0/24", "140.18.14.0/24", "140.18.56.0/21", "140.18.64.0/22", "140.18.70.0/23", "140.18.76.0/22", "140.18.80.0/21", "140.18.89.0/24", "140.18.90.0/23", "140.18.97.0/24", "140.18.99.0/24", "140.18.100.0/22", "140.18.104.0/21", "140.18.112.0/20", "140.18.130.0/23", "140.18.132.0/22", "140.18.136.0/21", "140.18.144.0/20", "140.18.179.0/24", "140.18.183.0/24", "140.18.184.0/23", "140.18.187.0/24", "140.18.192.0/22", "140.18.198.0/23", "140.18.202.0/23", "140.18.206.0/23", "140.18.212.0/22", "140.18.216.0/21", "140.18.228.0/22", "140.18.232.0/21", "140.18.251.0/24", "140.19.0.0/21", "140.19.9.0/24", "140.19.10.0/23", "140.19.12.0/23", "140.19.16.0/20", "140.19.44.0/22", "140.19.61.0/24", "140.19.62.0/24", "140.19.66.0/23", "140.19.68.0/24", "140.19.72.0/21", "140.19.84.0/22", "140.19.104.0/21", "140.19.112.0/23", "140.19.116.0/22", "140.19.130.0/24", "140.19.132.0/22", "140.19.144.0/21", "140.19.154.0/23", "140.19.156.0/22", "140.19.162.0/23", "140.19.164.0/22", "140.19.168.0/21", "140.19.176.0/22", "140.19.180.0/24", "140.19.190.0/23", "140.19.224.0/24", "140.19.226.0/23", "140.19.231.0/24", "140.19.232.0/21", "140.19.241.0/24", "140.19.242.0/23", "140.19.244.0/22", "140.19.249.0/24", "140.19.250.0/23", "140.19.252.0/22", "140.20.64.0/22", "140.20.70.0/24", "140.20.72.0/21", "140.20.83.0/24", "140.20.84.0/22", "140.20.88.0/21", "140.20.98.0/23", "140.20.100.0/22", "140.20.105.0/24", "140.20.106.0/23", "140.20.108.0/22", "140.20.128.0/20", "140.20.144.0/21", "140.20.157.0/24", "140.20.158.0/23", "140.20.160.0/19", "140.20.192.0/22", "140.20.196.0/24", "140.20.198.0/23", "140.20.200.0/21", "140.20.209.0/24", "140.20.210.0/23", "140.20.212.0/23", "140.20.215.0/24", "140.20.216.0/21", "140.20.240.0/21", "140.20.249.0/24", "140.20.250.0/23", "140.22.0.0/15", "140.24.0.0/16", "140.26.0.0/16", "140.27.2.0/23", "140.27.4.0/22", "140.27.10.0/23", "140.27.16.0/20", "140.27.32.0/19", "140.27.66.0/23", "140.27.69.0/24", "140.27.70.0/23", "140.27.72.0/21", "140.27.80.0/20", "140.27.96.0/19", "140.27.128.0/17", "140.28.0.0/15", "140.30.0.0/16", "140.33.0.0/16", "140.34.0.0/16", "140.36.0.0/14", "140.40.0.0/14", "140.44.0.0/16", "140.45.0.0/22", "140.45.4.0/24", "140.45.6.0/24", "140.45.8.0/21", "140.45.19.0/24", "140.45.20.0/22", "140.45.24.0/21", "140.45.32.0/19", "140.45.64.0/18", "140.45.128.0/17", "140.46.0.0/16", "140.49.0.0/16", "140.50.0.0/15", "140.52.0.0/14", "140.56.0.0/13", "140.64.0.0/13", "140.72.0.0/15", "140.74.0.0/16", "140.100.0.0/16", "140.140.0.0/16", "140.156.0.0/16", "140.195.0.0/16", "140.199.0.0/16", "140.229.0.0/16", "141.141.0.0/16", "141.220.0.0/16", "141.234.128.0/17", "141.235.0.0/16", "143.57.0.0/16", "143.68.0.0/21", "143.68.8.0/23", "143.68.32.0/21", "143.68.48.0/20", "143.68.128.0/20", "143.68.144.0/21", "143.68.160.0/20", "143.68.176.0/21", "143.68.184.0/22", "143.68.188.0/23", "143.68.190.0/24", "143.68.192.0/18", "143.75.0.0/16", "143.80.0.0/20", "143.80.25.0/24", "143.80.26.0/23", "143.80.28.0/22", "143.80.32.0/19", "143.80.64.0/18", "143.86.2.0/24", "143.86.5.0/24", "143.86.6.0/23", "143.86.12.0/22", "143.86.22.0/23", "143.86.25.0/24", "143.86.26.0/23", "143.86.31.0/24", "143.86.41.0/24", "143.86.44.0/24", "143.86.52.0/24", "143.86.76.0/23", "143.86.78.0/24", "143.86.84.0/22", "143.86.88.0/23", "143.86.108.0/23", "143.86.111.0/24", "143.86.112.0/24", "143.86.114.0/23", "143.86.117.0/24", "143.86.118.0/23", "143.86.121.0/24", "143.86.122.0/23", "143.86.124.0/22", "143.86.144.0/23", "143.86.146.0/24", "143.86.150.0/23", "143.86.152.0/23", "143.86.155.0/24", "143.86.156.0/22", "143.86.194.0/23", "143.86.206.0/23", "143.86.209.0/24", "143.86.210.0/23", "143.86.212.0/24", "143.86.214.0/23", "143.86.216.0/24", "143.86.223.0/24", "143.87.0.0/16", "143.113.0.0/16", "143.123.0.0/16", "143.124.20.0/22", "143.124.24.0/21", "143.124.32.0/19", "143.124.64.0/18", "143.124.128.0/17", "143.133.128.0/17", "143.134.128.0/18", "143.134.192.0/19", "143.134.224.0/20", "143.152.0.0/14", "143.175.0.0/16", "143.194.96.0/23", "143.194.102.0/24", "143.194.176.0/21", "143.194.185.0/24", "143.194.191.0/24", "143.211.0.0/16", "143.230.128.0/20", "143.230.144.0/23", "143.230.146.0/24", "143.230.201.0/24", "143.230.202.0/23", "143.230.208.0/20", "143.249.8.0/21", "143.249.26.0/23", "143.249.28.0/22", "143.249.80.0/22", "143.249.84.0/24", "143.249.86.0/23", "143.249.88.0/22", "143.249.92.0/24", "143.249.94.0/23", "143.250.0.0/16", "144.11.0.0/16", "144.18.0.0/15", "144.88.6.0/23", "144.88.8.0/21", "144.88.16.0/20", "144.88.32.0/19", "144.88.128.0/17", "144.108.0.0/16", "144.128.0.0/16", "144.141.0.0/16", "144.143.0.0/16", "144.144.0.0/16", "144.146.8.0/21", "144.146.26.0/23", "144.146.28.0/22", "144.146.48.0/20", "144.146.64.0/20", "144.146.80.0/21", "144.146.128.0/21", "144.146.208.0/20", "144.146.224.0/20", "144.169.0.0/16", "144.192.0.0/16", "144.233.0.0/16", "144.234.0.0/16", "144.235.0.0/16", "144.236.0.0/16", "144.237.0.0/16", "144.238.0.0/16", "144.239.0.0/16", "144.240.0.0/16", "144.241.0.0/16", "144.242.0.0/16", "144.252.32.0/19", "144.252.96.0/19", "144.252.128.0/17", "146.16.132.0/23", "146.16.135.0/24", "146.16.136.0/23", "146.16.160.0/20", "146.16.176.0/23", "146.16.184.0/24", "146.16.186.0/23", "146.16.188.0/23", "146.16.190.0/24", "146.16.224.0/20", "146.16.240.0/23", "146.16.243.0/24", "146.16.244.0/24", "146.16.246.0/23", "146.17.0.0/16", "146.49.0.0/16", "146.55.0.0/20", "146.55.16.0/22", "146.55.20.0/23", "146.55.96.0/20", "146.55.112.0/21", "146.55.120.0/22", "146.55.126.0/24", "146.55.128.0/18", "146.68.0.0/16", "146.93.0.0/16", "146.98.0.0/16", "146.153.0.0/16", "146.157.0.0/16", "147.37.32.0/19", "147.37.64.0/18", "147.37.128.0/17", "147.38.0.0/16", "147.40.0.0/16", "147.42.0.0/16", "147.48.0.0/21", "147.48.16.0/20", "147.48.32.0/21", "147.48.48.0/20", "147.48.128.0/18", "147.57.0.0/16", "147.59.0.0/16", "147.104.100.0/22", "147.104.105.0/24", "147.159.0.0/16", "147.168.0.0/16", "147.199.0.0/16", "147.218.0.0/16", "147.241.32.0/20", "147.241.72.0/21", "147.241.100.0/22", "147.241.108.0/22", "147.241.116.0/23", "147.241.119.0/24", "147.241.124.0/23", "147.241.152.0/21", "147.241.184.0/21", "147.242.0.0/24", "147.242.2.0/24", "147.242.10.0/24", "147.242.12.0/24", "147.242.14.0/23", "147.242.18.0/23", "147.242.23.0/24", "147.242.24.0/23", "147.242.26.0/24", "147.242.28.0/23", "147.242.31.0/24", "147.242.32.0/21", "147.242.40.0/23", "147.242.43.0/24", "147.242.44.0/22", "147.242.48.0/23", "147.242.53.0/24", "147.242.54.0/23", "147.242.56.0/21", "147.242.64.0/19", "147.242.96.0/22", "147.242.104.0/24", "147.242.106.0/23", "147.242.108.0/22", "147.242.112.0/21", "147.242.120.0/22", "147.242.124.0/23", "147.242.126.0/24", "147.242.129.0/24", "147.242.130.0/23", "147.242.132.0/22", "147.242.136.0/21", "147.242.144.0/20", "147.242.160.0/19", "147.242.192.0/21", "147.242.201.0/24", "147.242.202.0/23", "147.242.204.0/22", "147.242.208.0/20", "147.242.224.0/21", "147.242.232.0/22", "147.242.237.0/24", "147.242.238.0/23", "147.242.240.0/22", "147.242.244.0/24", "147.242.246.0/24", "147.242.248.0/24", "147.244.0.0/14", "147.248.9.0/24", "147.248.34.0/23", "147.248.36.0/24", "147.248.40.0/21", "147.248.96.0/19", "147.248.176.0/20", "147.248.192.0/18", "147.254.0.0/16", "148.1.0.0/16", "148.10.0.0/15", "148.12.0.0/14", "148.32.0.0/12", "148.58.0.0/16", "148.124.0.0/15", "149.253.0.0/16", "150.111.0.0/16", "150.114.0.0/16", "150.149.40.0/21", "150.149.48.0/21", "150.149.60.0/22", "150.149.97.0/24", "150.149.98.0/23", "150.149.100.0/22", "150.149.104.0/21", "150.149.112.0/20", "150.149.160.0/19", "150.149.192.0/18", "150.153.0.0/16", "150.157.0.0/16", "150.168.0.0/16", "150.180.0.0/16", "150.184.0.0/16", "150.194.0.0/16", "150.196.0.0/24", "150.196.2.0/24", "150.196.9.0/24", "150.196.12.0/22", "150.196.16.0/23", "150.196.18.0/24", "150.196.20.0/22", "150.196.24.0/23", "150.196.27.0/24", "150.196.29.0/24", "150.196.30.0/23", "150.196.32.0/20", "150.196.164.0/22", "150.196.168.0/22", "150.196.172.0/24", "150.196.174.0/23", "150.196.192.0/21", "150.196.205.0/24", "150.196.206.0/23", "150.196.208.0/20", "150.196.228.0/22", "150.196.237.0/24", "150.196.238.0/23", "150.196.245.0/24", "150.196.250.0/24", "150.196.252.0/22", "150.211.0.0/16", "150.218.0.0/15", "151.125.0.0/16", "152.82.0.0/16", "152.151.0.0/16", "152.154.0.0/16", "153.21.0.0/16", "153.22.0.0/16", "153.28.0.0/16", "155.18.0.0/16", "155.19.12.0/23", "155.19.16.0/20", "155.19.32.0/23", "155.19.34.0/24", "155.19.40.0/23", "155.19.43.0/24", "155.19.45.0/24", "155.19.48.0/21", "155.19.128.0/20", "155.19.152.0/23", "155.19.155.0/24", "155.20.12.0/22", "155.20.16.0/20", "155.20.49.0/24", "155.20.51.0/24", "155.20.52.0/23", "155.20.55.0/24", "155.20.56.0/23", "155.20.59.0/24", "155.20.60.0/24", "155.20.64.0/23", "155.20.66.0/24", "155.20.68.0/24", "155.20.70.0/23", "155.20.72.0/22", "155.20.76.0/23", "155.20.78.0/24", "155.20.80.0/21", "155.20.88.0/22", "155.20.94.0/23", "155.20.96.0/21", "155.20.104.0/23", "155.20.107.0/24", "155.20.108.0/22", "155.20.112.0/21", "155.20.120.0/22", "155.20.126.0/24", "155.20.130.0/23", "155.20.134.0/24", "155.20.145.0/24", "155.20.146.0/23", "155.20.149.0/24", "155.20.160.0/23", "155.20.162.0/24", "155.20.164.0/23", "155.20.167.0/24", "155.20.168.0/23", "155.20.172.0/23", "155.20.175.0/24", "155.20.176.0/23", "155.20.179.0/24", "155.20.180.0/23", "155.20.184.0/21", "155.20.193.0/24", "155.20.195.0/24", "155.20.198.0/23", "155.20.200.0/21", "155.20.208.0/23", "155.20.210.0/24", "155.20.212.0/24", "155.20.214.0/23", "155.20.219.0/24", "155.20.220.0/23", "155.20.222.0/24", "155.20.224.0/22", "155.20.228.0/23", "155.20.230.0/24", "155.20.232.0/21", "155.20.240.0/22", "155.20.244.0/24", "155.20.246.0/23", "155.20.248.0/23", "155.20.253.0/24", "155.20.254.0/23", "155.21.0.0/20", "155.21.20.0/22", "155.21.24.0/21", "155.21.32.0/19", "155.21.64.0/18", "155.21.128.0/23", "155.21.132.0/22", "155.21.136.0/21", "155.21.144.0/22", "155.21.150.0/23", "155.21.152.0/21", "155.21.166.0/23", "155.21.176.0/24", "155.21.179.0/24", "155.21.184.0/23", "155.21.188.0/22", "155.21.224.0/19", "155.22.128.0/19", "155.22.168.0/21", "155.22.176.0/20", "155.22.192.0/18", "155.23.0.0/16", "155.25.0.0/17", "155.26.64.0/24", "155.26.66.0/23", "155.26.68.0/22", "155.26.75.0/24", "155.26.76.0/24", "155.26.78.0/23", "155.26.97.0/24", "155.26.104.0/22", "155.26.108.0/23", "155.26.110.0/24", "155.26.112.0/20", "155.26.192.0/22", "155.26.199.0/24", "155.26.243.0/24", "155.26.244.0/22", "155.26.248.0/23", "155.26.251.0/24", "155.26.252.0/22", "155.27.0.0/19", "155.27.32.0/20", "155.27.48.0/21", "155.27.56.0/22", "155.27.60.0/23", "155.27.67.0/24", "155.27.68.0/22", "155.27.74.0/24", "155.27.114.0/23", "155.27.123.0/24", "155.27.134.0/23", "155.27.144.0/20", "155.27.160.0/19", "155.27.192.0/18", "155.28.8.0/23", "155.28.11.0/24", "155.28.12.0/23", "155.28.18.0/23", "155.28.20.0/22", "155.28.24.0/22", "155.28.28.0/24", "155.28.31.0/24", "155.28.48.0/20", "155.28.64.0/19", "155.28.96.0/20", "155.28.112.0/21", "155.28.120.0/22", "155.28.128.0/20", "155.28.144.0/22", "155.28.148.0/23", "155.28.150.0/24", "155.28.152.0/21", "155.28.160.0/19", "155.28.224.0/22", "155.29.0.0/20", "155.29.36.0/22", "155.29.46.0/23", "155.29.52.0/22", "155.29.64.0/23", "155.29.66.0/24", "155.29.69.0/24", "155.29.75.0/24", "155.29.84.0/22", "155.29.93.0/24", "155.29.95.0/24", "155.29.96.0/21", "155.29.104.0/24", "155.29.111.0/24", "155.29.123.0/24", "155.29.141.0/24", "155.29.144.0/24", "155.29.146.0/23", "155.29.148.0/24", "155.29.150.0/24", "155.29.160.0/23", "155.29.164.0/24", "155.29.168.0/21", "155.29.192.0/22", "155.29.208.0/21", "155.29.216.0/22", "155.29.220.0/24", "155.29.222.0/24", "155.29.238.0/24", "155.29.240.0/24", "155.29.248.0/23", "155.29.251.0/24", "155.29.252.0/22", "155.30.0.0/24", "155.30.2.0/23", "155.30.4.0/22", "155.30.9.0/24", "155.30.10.0/23", "155.30.12.0/22", "155.30.33.0/24", "155.30.35.0/24", "155.30.36.0/22", "155.30.40.0/23", "155.30.43.0/24", "155.30.45.0/24", "155.30.46.0/23", "155.30.48.0/23", "155.30.52.0/22", "155.30.56.0/23", "155.30.60.0/22", "155.30.67.0/24", "155.30.68.0/22", "155.30.74.0/23", "155.30.76.0/24", "155.30.96.0/20", "155.30.112.0/21", "155.85.40.0/21", "155.85.165.0/24", "155.85.166.0/23", "155.148.248.0/21", "155.156.0.0/16", "155.213.0.0/24", "155.213.2.0/23", "155.213.4.0/22", "155.213.8.0/21", "155.213.16.0/23", "155.213.32.0/20", "155.213.48.0/23", "155.213.63.0/24", "155.213.128.0/18", "155.213.192.0/20", "155.220.29.0/24", "155.220.44.0/24", "155.220.48.0/24", "155.220.54.0/23", "155.220.64.0/19", "155.220.96.0/21", "155.220.134.0/23", "155.220.138.0/23", "155.220.142.0/23", "155.220.154.0/23", "155.220.158.0/23", "155.220.162.0/23", "155.220.166.0/23", "155.220.172.0/22", "155.220.182.0/23", "155.220.184.0/21", "155.220.192.0/19", "155.220.228.0/22", "155.220.232.0/21", "155.220.243.0/24", "155.220.244.0/22", "155.220.254.0/23", "155.221.0.0/16", "155.222.0.0/16", "156.6.0.0/16", "156.112.0.0/22", "156.112.4.0/23", "156.112.6.0/24", "156.112.8.0/21", "156.112.24.0/21", "156.112.32.0/19", "156.112.64.0/24", "156.112.69.0/24", "156.112.71.0/24", "156.112.72.0/23", "156.112.77.0/24", "156.112.79.0/24", "156.112.80.0/24", "156.112.85.0/24", "156.112.87.0/24", "156.112.93.0/24", "156.112.96.0/23", "156.112.105.0/24", "156.112.112.0/24", "156.112.114.0/23", "156.112.116.0/22", "156.112.120.0/24", "156.112.122.0/23", "156.112.124.0/22", "156.112.131.0/24", "156.112.132.0/24", "156.112.136.0/23", "156.112.140.0/23", "156.112.143.0/24", "156.112.144.0/22", "156.112.150.0/23", "156.112.153.0/24", "156.112.154.0/23", "156.112.156.0/22", "156.112.160.0/22", "156.112.164.0/23", "156.112.168.0/23", "156.112.176.0/22", "156.112.180.0/24", "156.112.182.0/23", "156.112.184.0/21", "156.112.192.0/19", "156.112.224.0/20", "156.112.240.0/21", "156.112.248.0/23", "156.112.251.0/24", "156.113.0.0/16", "157.153.0.0/16", "157.202.0.0/16", "157.213.0.0/16", "157.214.0.0/15", "157.216.0.0/13", "157.224.0.0/16", "158.13.0.0/18", "158.13.64.0/19", "158.13.96.0/20", "158.13.112.0/21", "158.13.144.0/23", "158.13.146.0/24", "158.13.152.0/23", "158.13.156.0/22", "158.19.0.0/20", "158.19.16.0/22", "158.19.32.0/19", "158.20.0.0/20", "158.20.16.0/22", "158.20.21.0/24", "158.20.22.0/23", "158.20.24.0/21", "158.20.33.0/24", "158.20.34.0/23", "158.20.36.0/22", "158.20.40.0/21", "158.20.68.0/24", "158.20.71.0/24", "158.20.72.0/21", "158.20.80.0/20", "158.20.96.0/20", "158.20.112.0/21", "158.20.120.0/22", "158.153.0.0/16", "158.157.0.0/16", "158.235.0.0/16", "158.246.0.0/16", "159.106.0.0/16", "159.120.0.0/16", "159.227.0.0/16", "159.243.0.0/16", "160.31.0.0/16", "160.112.0.0/16", "160.128.96.0/19", "160.128.160.0/20", "160.208.0.0/16", "161.124.0.0/16", "162.32.0.0/16", "163.4.0.0/16", "163.12.0.0/16", "163.207.0.0/16", "163.249.0.0/21", "163.249.10.0/24", "163.249.12.0/22", "163.249.16.0/21", "163.249.96.0/22", "163.249.172.0/22", "163.249.176.0/20", "163.249.192.0/19", "163.249.224.0/21", "163.249.240.0/20", "163.251.1.0/24", "163.251.2.0/23", "163.251.4.0/22", "163.251.8.0/21", "163.251.16.0/20", "163.251.32.0/19", "163.251.64.0/19", "163.251.100.0/24", "163.251.102.0/23", "163.251.122.0/23", "163.251.124.0/23", "163.251.126.0/24", "163.251.130.0/23", "163.251.132.0/22", "163.251.137.0/24", "163.251.138.0/23", "163.251.140.0/22", "163.251.144.0/21", "163.251.152.0/22", "163.251.156.0/23", "163.251.158.0/24", "163.251.164.0/22", "163.251.168.0/21", "163.251.177.0/24", "163.251.178.0/23", "163.251.180.0/23", "163.251.182.0/24", "163.251.186.0/23", "163.251.188.0/23", "163.251.191.0/24", "163.251.192.0/23", "163.251.194.0/24", "163.251.198.0/23", "163.251.200.0/22", "163.251.205.0/24", "163.251.206.0/24", "163.251.228.0/23", "163.251.231.0/24", "163.251.232.0/23", "163.251.234.0/24", "163.251.236.0/23", "163.251.240.0/22", "163.251.250.0/23", "163.251.252.0/23", "164.45.0.0/16", "164.94.0.0/16", "164.105.0.0/16", "164.117.10.0/23", "164.117.12.0/22", "164.117.64.0/20", "164.117.81.0/24", "164.117.82.0/23", "164.117.84.0/22", "164.117.88.0/23", "164.117.91.0/24", "164.117.92.0/22", "164.117.96.0/19", "164.117.129.0/24", "164.117.130.0/23", "164.117.132.0/22", "164.117.136.0/21", "164.117.144.0/22", "164.117.152.0/21", "164.117.160.0/19", "164.122.16.0/20", "164.122.32.0/19", "164.122.64.0/18", "164.122.128.0/17", "164.158.0.0/16", "164.169.16.0/20", "164.169.48.0/20", "164.169.128.0/20", "164.169.176.0/20", "164.169.192.0/18", "164.170.0.0/15", "164.172.0.0/14", "164.176.0.0/16", "164.180.0.0/14", "164.184.0.0/14", "164.186.21.0/24", "164.188.0.0/15", "164.192.0.0/15", "164.194.0.0/16", "164.198.0.0/15", "164.200.0.0/13", "164.208.0.0/14", "164.212.0.0/15", "164.218.0.0/15", "164.220.0.0/15", "164.222.0.0/16", "164.224.0.0/14", "164.228.0.0/15", "164.232.0.0/16", "164.234.64.0/18", "164.234.128.0/17", "164.235.0.0/23", "164.235.2.0/24", "164.235.8.0/22", "164.235.12.0/23", "164.235.16.0/20", "164.235.32.0/21", "164.235.48.0/20", "164.235.80.0/20", "164.235.96.0/21", "164.235.112.0/20", "164.235.128.0/18", "164.235.192.0/19", "164.237.0.0/16", "164.238.0.0/15", "164.240.0.0/13", "164.240.0.0/22", "164.240.0.0/24", "164.240.1.0/24", "164.240.3.0/24", "164.246.192.0/23", "164.249.11.0/24", "164.249.12.0/23", "164.249.14.0/24", "164.249.16.0/24", "164.249.21.0/24", "164.249.22.0/23", "164.249.24.0/24", "164.249.26.0/23", "164.249.28.0/24", "164.249.30.0/23", "164.249.32.0/24", "164.249.34.0/23", "164.249.36.0/22", "164.249.40.0/22", "164.249.44.0/24", "164.249.50.0/23", "164.249.56.0/22", "164.249.64.0/24", "164.249.66.0/23", "164.249.68.0/23", "164.249.72.0/24", "164.249.74.0/23", "164.249.76.0/22", "164.249.82.0/23", "164.249.87.0/24", "164.249.88.0/23", "164.249.91.0/24", "164.249.92.0/22", "164.249.96.0/19", "164.249.245.0/24", "164.250.96.0/24", "164.252.0.0/14", "192.5.42.0/24", "192.5.65.0/24", "192.5.116.0/22", "192.5.120.0/21", "192.5.128.0/22", "192.5.210.0/24", "192.5.218.0/24", "192.12.6.0/23", "192.12.8.0/24", "192.12.29.0/24", "192.12.30.0/24", "192.12.70.0/23", "192.12.100.0/24", "192.12.125.0/24", "192.12.139.0/24", "192.12.171.0/24", "192.13.0.0/16", "192.14.0.0/16", "192.14.2.0/24", "192.14.51.0/24", "192.16.168.0/23", "192.16.173.0/24", "192.25.151.0/24", "192.26.0.0/24", "192.26.7.0/24", "192.26.11.0/24", "192.26.12.0/22", "192.26.16.0/22", "192.26.26.0/24", "192.26.84.0/24", "192.26.103.0/24", "192.26.240.0/22", "192.26.246.0/23", "192.26.249.0/24", "192.31.8.0/24", "192.31.10.0/23", "192.31.12.0/24", "192.31.16.0/22", "192.31.20.0/24", "192.31.75.0/24", "192.31.76.0/24", "192.31.82.0/24", "192.31.98.0/24", "192.31.100.0/24", "192.31.160.0/24", "192.31.172.0/24", "192.31.174.0/24", "192.31.225.0/24", "192.31.226.0/24", "192.31.238.0/23", "192.31.245.0/24", "192.33.3.0/24", "192.33.183.0/24", "192.33.184.0/24", "192.35.62.0/24", "192.35.74.0/23", "192.35.76.0/24", "192.35.88.0/24", "192.35.99.0/24", "192.35.142.0/24", "192.35.148.0/24", "192.35.154.0/24", "192.35.196.0/24", "192.40.7.0/24", "192.40.8.0/21", "192.40.16.0/22", "192.40.20.0/23", "192.40.22.0/24", "192.40.51.0/24", "192.41.207.0/24", "192.41.220.0/23", "192.41.246.0/24", "192.41.249.0/24", "192.41.250.0/23", "192.41.252.0/22", "192.42.80.0/23", "192.42.179.0/24", "192.42.248.0/24", "192.43.152.0/24", "192.43.197.0/24", "192.44.216.0/21", "192.44.224.0/20", "192.44.253.0/24", "192.48.78.0/24", "192.48.212.0/22", "192.48.216.0/24", "192.52.111.0/24", "192.52.112.0/24", "192.52.238.0/24", "192.54.129.0/24", "192.54.133.0/24", "192.54.240.0/24", "192.55.100.0/24", "192.55.103.0/24", "192.55.116.0/24", "192.55.133.0/24", "192.55.134.0/24", "192.55.246.0/24", "192.58.5.0/24", "192.58.6.0/23", "192.58.8.0/24", "192.58.108.0/24", "192.58.155.0/24", "192.58.199.0/24", "192.58.212.0/24", "192.58.230.0/24", "192.65.147.0/24", "192.65.203.0/24", "192.65.244.0/24", "192.65.246.0/24", "192.67.8.0/24", "192.67.62.0/24", "192.67.70.0/23", "192.67.74.0/24", "192.67.86.0/24", "192.67.127.0/24", "192.67.130.0/24", "192.67.209.0/24", "192.67.210.0/23", "192.67.212.0/22", "192.67.216.0/24", "192.67.225.0/24", "192.67.226.0/23", "192.67.228.0/22", "192.67.232.0/22", "192.68.144.0/24", "192.68.148.0/24", "192.68.154.0/24", "192.68.156.0/24", "192.68.204.0/24", "192.68.218.0/23", "192.68.231.0/24", "192.68.232.0/24", "192.73.1.0/24", "192.73.33.0/24", "192.73.56.0/24", "192.73.76.0/24", "192.73.82.0/23", "192.73.84.0/22", "192.73.88.0/21", "192.73.96.0/20", "192.73.112.0/22", "192.73.116.0/23", "192.73.118.0/24", "192.73.122.0/23", "192.73.124.0/22", "192.73.128.0/18", "192.73.192.0/21", "192.73.200.0/22", "192.73.204.0/24", "192.73.209.0/24", "192.73.210.0/23", "192.73.212.0/24", "192.74.0.0/18", "192.74.64.0/19", "192.74.96.0/20", "192.74.112.0/21", "192.74.120.0/22", "192.74.124.0/23", "192.74.126.0/24", "192.76.173.0/24", "192.76.237.0/24", "192.76.238.0/24", "192.77.102.0/24", "192.77.105.0/24", "192.77.106.0/23", "192.77.108.0/24", "192.77.146.0/24", "192.80.9.0/24", "192.82.106.0/23", "192.82.126.0/24", "192.82.244.0/24", "192.83.114.0/24", "192.84.14.0/24", "192.84.122.0/23", "192.84.124.0/23", "192.84.157.0/24", "192.84.158.0/24", "192.84.208.0/24", "192.86.17.0/24", "192.86.92.0/22", "192.86.96.0/24", "192.86.107.0/24", "192.86.108.0/23", "192.86.110.0/24", "192.86.170.0/23", "192.86.172.0/22", "192.86.176.0/20", "192.86.192.0/19", "192.86.224.0/22", "192.86.240.0/21", "192.86.248.0/24", "192.86.250.0/23", "192.86.253.0/24", "192.88.25.0/24", "192.88.26.0/23", "192.88.87.0/24", "192.88.95.0/24", "192.88.136.0/24", "192.91.1.0/24", "192.91.2.0/23", "192.91.4.0/22", "192.91.8.0/21", "192.91.16.0/20", "192.91.32.0/20", "192.91.48.0/21", "192.91.56.0/22", "192.91.137.0/24", "192.91.205.0/24", "192.91.250.0/24", "192.94.234.0/24", "192.95.65.0/24", "192.100.65.0/24", "192.100.71.0/24", "192.100.89.0/24", "192.100.90.0/23", "192.100.93.0/24", "192.100.95.0/24", "192.100.148.0/22", "192.101.43.0/24", "192.101.95.0/24", "192.101.96.0/23", "192.101.172.0/24", "192.101.190.0/24", "192.101.251.0/24", "192.103.44.0/24", "192.103.50.0/23", "192.104.158.0/24", "192.107.105.0/24", "192.107.150.0/23", "192.107.166.0/24", "192.107.176.0/24", "192.108.95.0/24", "192.108.97.0/24", "192.108.104.0/24", "192.108.185.0/24", "192.108.221.0/24", "192.108.224.0/24", "192.108.231.0/24", "192.108.235.0/24", "192.111.34.0/24", "192.129.62.0/23", "192.129.68.0/23", "192.131.15.0/24", "192.131.16.0/22", "192.131.145.0/24", "192.131.247.0/24", "192.133.5.0/24", "192.133.71.0/24", "192.133.86.0/23", "192.133.98.0/24", "192.135.192.0/24", "192.136.48.0/24", "192.136.120.0/21", "192.136.128.0/23", "192.136.131.0/24", "192.136.132.0/23", "192.136.134.0/24", "192.136.137.0/24", "192.136.138.0/23", "192.138.174.0/24", "192.146.109.0/24", "192.146.110.0/23", "192.146.142.0/24", "192.146.197.0/24", "192.146.198.0/24", "192.146.214.0/24", "192.147.43.0/24", "192.147.80.0/24", "192.147.149.0/24", "192.147.237.0/24", "192.149.6.0/23", "192.149.37.0/24", "192.149.213.0/24", "192.149.214.0/23", "192.149.216.0/23", "192.149.218.0/24", "192.149.229.0/24", "192.149.241.0/24", "192.150.105.0/24", "192.150.221.0/24", "192.150.222.0/24", "192.152.20.0/24", "192.152.106.0/24", "192.152.170.0/23", "192.152.172.0/23", "192.152.205.0/24", "192.152.220.0/23", "192.152.227.0/24", "192.152.228.0/22", "192.152.232.0/23", "192.153.92.0/24", "192.153.246.0/24", "192.153.254.0/24", "192.156.82.0/23", "192.156.84.0/22", "192.156.88.0/21", "192.156.96.0/24", "192.160.55.0/24", "192.160.162.0/23", "192.160.164.0/24", "192.160.254.0/24", "192.171.16.0/23", "192.172.32.0/19", "192.172.64.0/18", "192.172.128.0/18", "192.172.192.0/20", "192.172.208.0/21", "192.172.216.0/22", "192.172.220.0/24", "192.172.249.0/24", "192.175.66.0/23", "192.175.70.0/24", "192.175.72.0/22", "192.175.76.0/23", "192.175.79.0/24", "192.175.83.0/24", "192.188.7.0/24", "192.188.191.0/24", "192.189.42.0/24", "192.189.60.0/24", "192.189.99.0/24", "192.190.40.0/24", "192.190.55.0/24", "192.190.56.0/23", "192.190.60.0/24", "192.195.30.0/23", "192.195.221.0/24", "192.202.0.0/16", "192.203.1.0/24", "192.203.2.0/23", "192.203.4.0/23", "192.203.104.0/23", "192.206.27.0/24", "192.206.123.0/24", "192.206.242.0/24", "192.207.114.0/24", "192.207.189.0/24", "192.207.208.0/22", "192.207.216.0/24", "192.207.227.0/24", "192.207.240.0/23", "192.207.246.0/24", "192.211.1.0/24", "192.211.2.0/23", "192.211.4.0/22", "192.211.8.0/23", "192.211.10.0/24", "192.211.112.0/21", "192.211.120.0/22", "192.222.64.0/19", "192.222.96.0/22", "192.222.100.0/24", "192.227.16.0/20", "192.231.30.0/24", "192.231.112.0/24", "192.231.151.0/24", "192.231.152.0/23", "192.231.154.0/24", "192.231.191.0/24", "192.234.89.0/24", "192.234.101.0/24", "192.234.182.0/24", "192.241.0.0/21", "192.245.57.0/24", "192.245.98.0/24", "192.245.113.0/24", "192.245.114.0/23", "192.245.176.0/23", "192.245.197.0/24", "192.245.198.0/23", "192.245.231.0/24", "192.251.48.0/24", "192.251.213.0/24", "192.253.1.0/24", "192.253.2.0/23", "192.253.4.0/22", "192.253.8.0/21", "192.253.16.0/20", "192.253.32.0/19", "192.253.64.0/18", "192.253.128.0/18", "192.253.192.0/21", "192.253.200.0/24", "198.11.64.0/19", "198.11.96.0/20", "198.11.112.0/23", "198.17.24.0/22", "198.17.28.0/23", "198.17.54.0/23", "198.17.56.0/24", "198.17.64.0/24", "198.17.81.0/24", "198.17.82.0/24", "198.17.92.0/24", "198.17.155.0/24", "198.17.156.0/24", "198.17.183.0/24", "198.17.184.0/21", "198.17.192.0/23", "198.17.194.0/24", "198.17.213.0/24", "198.17.236.0/23", "198.17.242.0/24", "198.22.27.0/24", "198.22.58.0/24", "198.22.68.0/23", "198.22.88.0/24", "198.22.147.0/24", "198.22.148.0/24", "198.22.252.0/24", "198.38.128.0/17", "198.48.8.0/21", "198.49.122.0/24", "198.49.183.0/24", "198.49.193.0/24", "198.49.194.0/24", "198.49.203.0/24", "198.49.204.0/24", "198.49.207.0/24", "198.49.231.0/24", "198.49.253.0/24", "198.49.254.0/24", "198.52.64.0/20", "198.52.80.0/21", "198.52.88.0/24", "198.55.0.0/21", "198.55.64.0/20", "198.55.80.0/21", "198.55.88.0/22", "198.91.68.0/23", "198.97.58.0/23", "198.97.60.0/24", "198.97.68.0/24", "198.97.205.0/24", "198.97.207.0/24", "198.97.208.0/23", "198.97.210.0/24", "198.97.227.0/24", "198.98.72.0/21", "198.98.128.0/19", "198.98.160.0/20", "198.98.176.0/23", "198.154.2.0/23", "198.154.4.0/23", "198.154.6.0/24", "198.154.32.0/20", "198.154.48.0/21", "198.154.56.0/22", "198.154.76.0/23", "198.154.78.0/24", "198.154.128.0/19", "198.154.176.0/23", "198.177.169.0/24", "198.177.170.0/23", "198.177.172.0/23", "198.177.174.0/24", "198.201.0.0/22", "198.201.8.0/21", "198.201.16.0/22", "198.201.20.0/23", "198.201.22.0/24", "198.201.24.0/21", "198.201.32.0/19", "198.201.64.0/20", "198.201.80.0/22", "198.201.87.0/24", "198.201.88.0/21", "198.201.96.0/19", "198.201.128.0/17", "198.221.0.0/16", "198.250.2.0/23", "198.250.4.0/22", "198.250.8.0/21", "198.250.16.0/20", "198.250.32.0/19", "198.250.96.0/19", "198.253.0.0/20", "198.253.32.0/21", "198.253.96.0/21", "198.253.104.0/22", "198.253.108.0/23", "198.253.111.0/24", "198.253.112.0/20", "198.253.160.0/21", "198.253.176.0/20", "198.253.208.0/20", "198.253.224.0/20", "198.253.240.0/21", "198.253.248.0/22", "198.253.254.0/23", "199.9.4.0/22", "199.9.8.0/22", "199.9.12.0/24", "199.9.16.0/22", "199.9.32.0/20", "199.9.48.0/21", "199.9.56.0/24", "199.9.128.0/19", "199.9.160.0/20", "199.9.176.0/23", "199.9.184.0/21", "199.9.192.0/19", "199.9.226.0/23", "199.9.231.0/24", "199.10.0.0/22", "199.10.21.0/24", "199.10.22.0/23", "199.10.24.0/23", "199.10.33.0/24", "199.10.40.0/23", "199.10.47.0/24", "199.10.48.0/21", "199.10.56.0/23", "199.10.58.0/24", "199.10.60.0/24", "199.10.63.0/24", "199.10.67.0/24", "199.10.71.0/24", "199.10.73.0/24", "199.10.74.0/23", "199.10.76.0/22", "199.10.80.0/23", "199.10.82.0/24", "199.10.85.0/24", "199.10.88.0/21", "199.10.96.0/21", "199.10.104.0/24", "199.10.107.0/24", "199.10.108.0/22", "199.10.114.0/23", "199.10.116.0/22", "199.10.124.0/24", "199.10.128.0/21", "199.10.138.0/23", "199.10.141.0/24", "199.10.142.0/23", "199.10.144.0/24", "199.10.146.0/23", "199.10.149.0/24", "199.10.157.0/24", "199.10.158.0/23", "199.10.164.0/22", "199.10.168.0/21", "199.10.176.0/22", "199.10.181.0/24", "199.10.182.0/23", "199.10.184.0/23", "199.10.186.0/24", "199.10.193.0/24", "199.10.195.0/24", "199.10.196.0/22", "199.10.200.0/23", "199.10.204.0/22", "199.10.208.0/20", "199.10.224.0/22", "199.10.228.0/23", "199.10.230.0/24", "199.10.232.0/24", "199.10.234.0/24", "199.10.236.0/23", "199.10.238.0/24", "199.10.240.0/22", "199.10.244.0/24", "199.10.248.0/22", "199.10.252.0/24", "199.31.0.0/23", "199.31.4.0/22", "199.31.13.0/24", "199.31.14.0/23", "199.31.32.0/19", "199.31.64.0/19", "199.31.96.0/21", "199.31.104.0/23", "199.31.108.0/22", "199.31.112.0/20", "199.31.128.0/17", "199.32.0.0/17", "199.32.192.0/18", "199.54.0.0/15", "199.56.0.0/16", "199.114.12.0/24", "199.114.16.0/20", "199.114.48.0/21", "199.114.58.0/23", "199.114.60.0/23", "199.114.63.0/24", "199.114.64.0/18", "199.114.128.0/18", "199.114.192.0/21", "199.114.200.0/24", "199.122.8.0/21", "199.122.16.0/21", "199.122.24.0/22", "199.122.48.0/22", "199.122.54.0/23", "199.122.56.0/21", "199.122.64.0/19", "199.122.96.0/21", "199.122.128.0/17", "199.123.4.0/22", "199.123.8.0/22", "199.123.12.0/24", "199.123.32.0/19", "199.123.64.0/22", "199.123.68.0/23", "199.123.92.0/22", "199.123.96.0/21", "199.123.120.0/24", "199.123.124.0/23", "199.123.127.0/24", "199.123.128.0/17", "199.124.0.0/23", "199.124.2.0/24", "199.124.4.0/23", "199.124.8.0/21", "199.124.24.0/24", "199.124.32.0/20", "199.124.48.0/21", "199.124.56.0/24", "199.124.64.0/20", "199.124.84.0/22", "199.124.88.0/21", "199.124.96.0/20", "199.124.112.0/22", "199.124.116.0/23", "199.124.120.0/22", "199.124.124.0/23", "199.124.128.0/17", "199.211.0.0/20", "199.211.18.0/23", "199.211.20.0/23", "199.211.23.0/24", "199.211.24.0/21", "199.211.32.0/19", "199.225.16.0/20", "199.225.32.0/19", "199.225.64.0/18", "199.225.128.0/17", "199.226.0.0/22", "199.226.16.0/20", "199.226.32.0/19", "199.226.192.0/18", "199.252.4.0/22", "199.252.13.0/24", "199.252.14.0/23", "199.252.25.0/24", "199.252.26.0/23", "199.252.28.0/22", "199.252.52.0/22", "199.252.56.0/21", "199.252.64.0/18", "199.252.192.0/18", "204.20.0.0/15", "204.29.168.0/24", "204.35.0.0/16", "204.36.16.0/23", "204.36.20.0/22", "204.36.24.0/21", "204.36.34.0/23", "204.36.36.0/22", "204.36.40.0/22", "204.36.44.0/24", "204.36.48.0/20", "204.36.64.0/18", "204.36.128.0/17", "204.37.0.0/21", "204.37.25.0/24", "204.37.26.0/23", "204.37.28.0/22", "204.37.32.0/19", "204.37.64.0/18", "204.44.128.0/21", "204.80.183.0/24", "204.130.191.0/24", "204.153.184.0/22", "205.0.0.0/11", "205.0.0.0/16", "205.0.0.0/17", "205.0.0.0/19", "205.0.0.0/20", "205.0.0.0/21", "205.0.0.0/23", "205.0.0.0/24", "205.0.4.0/22", "205.0.4.0/24", "205.0.6.0/23", "205.0.18.0/24", "205.0.20.0/24", "205.0.24.0/24", "205.0.27.0/24", "205.0.31.0/24", "205.0.32.0/24", "205.0.39.0/24", "205.0.44.0/24", "205.0.49.0/24", "205.0.50.0/23", "205.0.59.0/24", "205.0.62.0/24", "205.0.64.0/24", "205.0.71.0/24", "205.0.77.0/24", "205.0.109.0/24", "205.0.174.0/24", "205.0.176.0/23", "205.0.179.0/24", "205.0.183.0/24", "205.0.192.0/21", "205.0.192.0/24", "205.0.212.0/24", "205.0.242.0/24", "205.1.0.0/20", "205.1.0.0/21", "205.1.0.0/22", "205.1.0.0/23", "205.1.0.0/24", "205.1.1.0/24", "205.2.0.0/23", "205.2.0.0/24", "205.2.3.0/24", "205.2.4.0/24", "205.2.10.0/24", "205.2.16.0/24", "205.2.36.0/24", "205.2.38.0/24", "205.2.152.0/23", "205.3.0.0/23", "205.3.4.0/23", "205.3.4.0/24", "205.3.45.0/24", "205.3.160.0/24", "205.4.0.0/23", "205.4.2.0/24", "205.4.166.0/24", "205.4.216.0/24", "205.5.255.0/24", "205.6.0.0/23", "205.7.8.0/24", "205.7.109.0/24", "205.8.0.0/24", "205.10.24.0/22", "205.10.146.0/24", "205.11.0.0/22", "205.12.24.0/24", "205.12.68.0/24", "205.14.2.0/23", "205.14.2.0/24", "205.14.128.0/24", "205.14.192.0/24", "205.14.193.0/24", "205.14.194.0/24", "205.14.195.0/24", "205.14.196.0/24", "205.14.197.0/24", "205.14.198.0/24", "205.14.199.0/24", "205.15.115.0/24", "205.15.132.0/24", "205.15.224.0/24", "205.16.23.0/24", "205.16.186.0/23", "205.18.8.0/21", "205.18.202.0/24", "205.18.210.0/24", "205.19.92.0/24", "205.19.161.0/24", "205.19.212.0/24", "205.20.80.0/21", "205.20.93.0/24", "205.20.117.0/24", "205.20.173.0/24", "205.21.89.0/24", "205.21.189.0/24", "205.21.190.0/23", "205.22.37.0/24", "205.22.38.0/24", "205.22.41.0/24", "205.22.45.0/24", "205.22.104.0/22", "205.22.138.0/24", "205.22.185.0/24", "205.22.206.0/24", "205.23.186.0/24", "205.23.203.0/24", "205.23.204.0/24", "205.24.0.0/16", "205.24.0.0/21", "205.24.5.0/24", "205.24.12.0/24", "205.24.36.0/24", "205.24.50.0/23", "205.24.50.0/24", "205.24.58.0/24", "205.24.63.0/24", "205.24.64.0/18", "205.24.65.0/24", "205.24.66.0/23", "205.24.77.0/24", "205.24.86.0/24", "205.24.94.0/24", "205.24.96.0/19", "205.24.103.0/24", "205.24.104.0/24", "205.24.113.0/24", "205.24.122.0/24", "205.24.143.0/24", "205.24.155.0/24", "205.24.160.0/23", "205.24.167.0/24", "205.24.168.0/22", "205.24.168.0/24", "205.24.170.0/24", "205.24.172.0/24", "205.24.176.0/24", "205.24.178.0/24", "205.24.180.0/24", "205.24.185.0/24", "205.24.190.0/23", "205.24.195.0/24", "205.24.198.0/24", "205.24.210.0/24", "205.24.231.0/24", "205.25.128.0/22", "205.25.232.0/23", "205.26.182.0/24", "205.27.0.0/24", "205.31.158.0/24", "205.32.0.0/12", "205.32.15.0/24", "205.32.28.0/23", "205.35.248.0/22", "205.38.2.0/24", "205.39.0.0/24", "205.39.149.0/24", "205.41.23.0/24", "205.41.247.0/24", "205.42.54.0/24", "205.42.142.0/23", "205.43.232.0/24", "205.44.24.0/23", "205.44.64.0/24", "205.45.200.0/22", "205.47.254.0/23", "205.48.0.0/13", "205.48.21.0/24", "205.51.0.0/24", "205.51.241.0/24", "205.52.0.0/24", "205.52.58.0/24", "205.111.128.0/18", "205.111.192.0/19", "205.111.224.0/23", "205.111.233.0/24", "205.111.234.0/23", "205.111.236.0/22", "205.111.240.0/21", "205.111.248.0/23", "205.111.253.0/24", "205.111.254.0/23", "205.112.0.0/21", "205.112.8.0/23", "205.112.11.0/24", "205.112.12.0/22", "205.112.32.0/19", "205.112.64.0/18", "205.112.128.0/17", "205.113.73.0/24", "205.113.80.0/20", "205.113.128.0/18", "205.113.192.0/19", "205.113.224.0/21", "205.113.232.0/24", "205.113.234.0/23", "205.113.236.0/22", "205.113.240.0/20", "205.114.0.0/16", "205.116.5.0/24", "205.116.6.0/23", "205.116.8.0/24", "205.116.12.0/22", "205.116.16.0/22", "205.116.50.0/23", "205.116.52.0/22", "205.116.56.0/22", "205.116.68.0/22", "205.116.72.0/21", "205.116.80.0/20", "205.116.96.0/19", "205.116.128.0/17", "205.117.0.0/16", "206.36.0.0/16", "206.197.206.0/24", "207.84.0.0/15", "209.72.0.0/16", "214.95.0.0/16", "214.96.0.0/15", "214.98.0.0/15", "214.100.0.0/15", "214.102.0.0/15", "214.104.0.0/15", "214.106.0.0/15", "214.108.0.0/15", "214.110.0.0/15", "214.112.0.0/15", "214.114.0.0/15", "214.116.0.0/15", "214.118.0.0/15", "214.120.0.0/15", "214.122.0.0/15", "214.124.0.0/15", "214.126.0.0/15", "214.128.0.0/9", "215.0.0.0/16", "215.2.0.0/15", "215.4.0.0/14", "215.8.0.0/13", "215.16.0.0/12", "215.32.0.0/11", "215.64.0.0/16", "215.66.0.0/16", "215.74.0.0/16", "215.77.0.0/16", "215.78.0.0/15", "215.80.0.0/12", "215.96.0.0/11", "215.128.0.0/9"]}}, "1120": {"name": "ACONET_SERVICES ACOnet Services @ Vienna Internet eXchange,", "ranges": {}}, "1200": {"name": "AMS-IX NL Administrative network, NL / Amsterdam Internet Exchange B.V.", "ranges": {"4": ["91.200.16.0/22", "185.55.136.0/22", "195.69.144.0/22"], "6": ["2001:67c:1a8::/48"]}}, "1208": {"name": "DNIC-AS-01208, US / DoD Network Information Center", "ranges": {"4": ["214.26.160.0/19", "214.26.160.0/24", "214.26.174.0/24", "215.68.192.0/20"]}}, "1348": {"name": "CA-DOTNET-AS, US / California Department of Transportation", "ranges": {"4": ["149.136.0.0/16"]}}, "1462": {"name": "DNIC-ASBLK-01462-01463, US / Headquarters, USAISC", "ranges": {"6": ["2608:161:e::/48"]}}, "1493": {"name": "DNIC-ASBLK-01492-01493, US / Headquarters, USAISC", "ranges": {"4": ["143.69.16.0/21", "143.69.137.0/24", "143.69.138.0/24", "143.69.139.0/24", "143.69.141.0/24", "143.69.142.0/24", "143.69.144.0/24", "143.69.147.0/24", "143.69.148.0/24", "143.69.149.0/24", "146.55.80.0/20", "146.55.192.0/18", "155.19.192.0/18", "155.26.176.0/20", "155.26.204.0/22", "155.26.208.0/20", "155.28.124.0/22", "155.28.192.0/19", "155.28.228.0/22", "155.28.240.0/20", "155.29.224.0/21", "155.152.128.0/20", "155.152.176.0/20", "155.213.64.0/18", "158.13.160.0/19", "199.209.154.0/23", "199.209.156.0/22", "199.209.160.0/19", "199.209.192.0/20", "199.209.224.0/21"]}}, "1501": {"name": "DNIC-ASBLK-01500-01502, US / Headquarters, USAISC", "ranges": {"4": ["136.210.249.0/24", "143.73.56.0/24", "143.73.58.0/24", "143.73.61.0/24", "143.73.66.0/24", "143.73.69.0/24", "143.73.70.0/24", "143.73.90.0/24", "143.73.93.0/24", "143.76.48.0/24", "143.86.168.0/24", "143.86.169.0/24", "143.86.175.0/24", "143.194.65.0/24", "143.194.68.0/24", "143.194.132.0/24", "143.194.157.0/24", "144.104.103.0/24", "144.107.186.0/24", "146.16.0.0/24", "146.16.1.0/24", "146.16.4.0/24", "146.16.15.0/24", "146.16.112.0/23", "146.16.112.0/24", "146.16.120.0/24", "146.16.121.0/24", "146.16.122.0/24", "146.16.123.0/24", "146.16.124.0/24", "146.16.125.0/24", "146.16.126.0/24", "146.16.127.0/24", "146.16.134.0/24", "155.20.218.0/24", "155.26.48.0/23", "155.26.48.0/24", "155.26.52.0/24", "155.26.53.0/24", "155.26.54.0/24", "155.26.56.0/24", "155.26.57.0/24", "155.26.58.0/24", "155.26.59.0/24", "155.26.60.0/24", "155.26.61.0/24", "155.26.72.0/24", "155.26.73.0/24", "155.26.201.0/24", "155.26.224.0/20", "155.26.225.0/24", "155.26.228.0/24", "155.26.234.0/24", "155.26.235.0/24", "155.30.121.0/24", "155.30.122.0/24", "155.30.191.0/24", "158.13.147.0/24", "160.140.32.0/22", "160.140.33.0/24", "160.140.34.0/24", "160.140.35.0/24", "160.140.36.0/24", "160.140.40.0/22", "160.140.42.0/24", "160.140.44.0/23"]}}, "1502": {"name": "DNIC-ASBLK-01500-01502, US / Headquarters, USAISC", "ranges": {"4": ["143.74.148.0/24", "143.74.149.0/24", "143.74.156.0/24", "143.74.157.0/24", "143.74.173.0/24", "143.76.205.0/24", "155.20.216.0/24", "155.20.217.0/24", "155.20.251.0/24", "155.26.197.0/24", "155.26.198.0/24", "155.26.200.0/24", "155.30.120.0/24", "155.30.123.0/24", "155.30.124.0/24", "155.30.125.0/24", "155.30.126.0/24", "155.30.127.0/24", "158.19.24.0/21"]}}, "1508": {"name": "DNIC-AS-01508, US / Headquarters, USAISC", "ranges": {"4": ["198.97.190.0/24", "204.235.64.0/24"], "6": ["2001:500:1::/48"]}}, "1516": {"name": "DNIC-ASBLK-01513-01518, US / Headquarters, USAISC", "ranges": {"4": ["144.104.200.0/23", "144.104.202.0/24", "144.104.203.0/24", "144.105.0.0/23", "144.105.15.0/24", "144.105.22.0/24", "150.149.1.0/24", "150.149.5.0/24", "150.149.6.0/24", "150.149.10.0/24", "150.149.12.0/23", "150.149.14.0/23", "150.149.16.0/24", "150.149.17.0/24", "150.149.18.0/23", "150.149.30.0/24", "150.149.31.0/24", "155.28.0.0/19", "155.28.30.0/24", "155.28.32.0/20", "155.28.38.0/24", "192.31.13.0/24"]}}, "1530": {"name": "DNIC-ASBLK-01529-01530, US / Headquarters, USAISC", "ranges": {"4": ["55.20.0.0/16", "55.71.0.0/16", "55.71.4.0/22", "55.71.19.0/24", "55.71.21.0/24", "55.71.22.0/23", "55.71.44.0/23", "55.71.54.0/23", "55.71.69.0/24", "55.71.71.0/24", "55.71.72.0/24", "55.71.73.0/24", "55.71.74.0/24", "55.71.75.0/24", "55.71.76.0/24", "55.71.77.0/24", "55.71.149.0/24", "55.71.197.0/24"]}}, "1539": {"name": "DNIC-ASBLK-01534-01546, US / Headquarters, USAISC", "ranges": {"4": ["152.80.0.0/16", "152.80.4.0/24", "205.56.225.0/24", "205.58.130.0/24", "205.58.232.0/24", "205.59.222.0/24", "205.59.249.0/24", "205.61.47.0/24", "205.62.198.0/24", "205.68.66.0/24", "205.69.123.0/24", "205.71.191.0/24", "205.73.163.0/24", "205.73.164.0/24", "205.75.255.0/24", "205.77.109.0/24", "205.78.255.0/24", "205.79.35.0/24", "205.81.23.0/24", "205.82.159.0/24", "205.82.161.0/24", "205.84.160.0/24", "205.95.249.0/24", "205.100.26.0/24", "205.101.11.0/24", "205.101.40.0/24", "205.102.199.0/24", "205.102.225.0/24", "205.103.56.0/24", "205.112.10.0/24", "205.113.72.0/24", "205.113.233.0/24"]}}, "1544": {"name": "DNIC-ASBLK-01534-01546, US / Headquarters, USAISC", "ranges": {"4": ["6.132.129.0/24", "6.132.132.0/24"]}}, "1551": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["147.37.0.0/19"]}}, "1553": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["139.139.188.0/24", "139.139.189.0/24"]}}, "1554": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.64.1.0/24", "136.207.128.0/17", "136.215.128.0/17", "136.215.192.0/18", "155.155.16.0/20", "155.155.48.0/20", "155.155.64.0/19", "155.155.80.0/20", "155.155.91.0/24", "155.155.96.0/19", "155.155.112.0/20", "155.155.128.0/19", "155.155.224.0/20", "155.155.240.0/20", "206.39.28.0/24"]}}, "1555": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.210.0.0/16", "139.139.99.0/24", "143.86.204.0/24", "144.105.249.0/24", "155.26.111.0/24"]}}, "1556": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.209.0.0/16", "155.24.0.0/16", "155.155.192.0/23", "206.39.14.0/24", "206.39.35.0/24"]}}, "1559": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.64.28.0/22", "147.36.0.0/16", "215.65.23.0/24"]}}, "1561": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.126.64.0/20", "6.126.224.0/21"]}}, "1562": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["140.201.0.0/16", "199.123.106.0/24", "206.39.38.0/24"]}}, "1563": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.218.0.0/16", "136.219.0.0/16", "206.39.36.0/24"]}}, "1565": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.64.4.0/24", "138.50.0.0/16"]}}, "1566": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.221.0.0/16"]}}, "1567": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.216.128.0/19", "136.216.192.0/19"]}}, "1568": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.216.0.0/17", "136.216.76.0/24", "206.39.26.0/24"]}}, "1580": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["140.154.0.0/16", "147.35.0.0/16", "215.65.26.0/24", "215.65.27.0/24"]}}, "1586": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["134.234.0.0/16"]}}, "1590": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["55.209.203.0/24", "143.69.7.0/24", "143.69.216.0/21", "143.69.232.0/22", "143.84.75.0/24", "143.84.160.0/24", "143.84.225.0/24", "146.55.24.0/21", "147.248.0.0/21", "147.248.8.0/24", "147.248.10.0/23", "147.248.12.0/22", "150.149.64.0/19", "155.19.8.0/24", "155.19.9.0/24", "155.19.10.0/23", "155.19.10.0/24", "155.19.56.0/21", "155.29.176.0/21", "155.29.184.0/22", "155.29.188.0/22", "155.152.164.0/22", "155.152.221.0/24", "155.152.223.0/24", "155.213.20.0/23", "155.213.52.0/22", "155.213.216.0/21", "158.13.136.0/21", "192.83.203.0/24", "192.172.13.0/24", "199.10.61.0/24", "199.123.76.0/24", "206.37.238.0/24", "214.3.88.0/24"]}}, "1600": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.16.82.0/24", "6.16.83.0/24", "6.16.84.0/24", "6.16.85.0/24", "6.16.192.0/23", "6.16.212.0/24", "6.47.64.0/19", "6.47.96.0/21", "141.190.0.0/16", "143.68.10.0/23", "143.68.12.0/23", "143.68.16.0/20", "143.68.191.0/24", "143.73.144.0/20", "143.74.255.0/24", "144.107.32.0/20", "144.107.208.0/20", "147.248.16.0/21", "150.137.0.0/20", "150.137.5.0/24", "150.137.8.0/24", "150.137.9.0/24", "150.137.10.0/24", "150.137.11.0/24", "150.137.12.0/24", "150.137.16.0/20", "150.137.32.0/19", "150.137.64.0/18", "150.137.128.0/17", "150.149.0.0/19", "158.19.64.0/18", "160.143.80.0/20", "160.143.96.0/20", "160.143.113.0/24", "192.42.88.0/24"]}}, "1602": {"name": "DNIC-AS-01602, US / Headquarters, USAISC", "ranges": {"4": ["6.16.196.0/23", "143.212.0.0/16", "143.213.0.0/16", "143.214.0.0/16", "143.214.5.0/24", "143.214.8.0/23", "143.214.11.0/24", "143.214.12.0/24", "143.214.17.0/24", "143.214.22.0/24", "143.214.23.0/24", "143.214.24.0/24", "143.214.26.0/24", "143.214.44.0/22", "143.214.48.0/24", "143.214.50.0/23", "143.214.52.0/23", "143.214.54.0/23", "143.214.64.0/24", "143.214.65.0/24", "143.214.67.0/24", "143.214.82.0/24", "143.214.85.0/24", "143.214.88.0/24", "143.214.91.0/24", "143.214.96.0/24", "143.214.99.0/24", "143.214.112.0/24", "143.214.144.0/24", "143.214.149.0/24", "143.214.159.0/24", "143.214.193.0/24", "143.214.196.0/23", "143.214.236.0/24", "143.214.240.0/24", "143.214.241.0/24", "143.214.243.0/24", "143.214.245.0/24", "143.214.250.0/24", "143.214.251.0/24", "143.214.252.0/24", "143.214.253.0/24", "143.214.254.0/24", "143.214.255.0/24", "147.248.32.0/23", "147.248.37.0/24", "147.248.38.0/23", "150.137.0.0/16"]}}, "1637": {"name": "DNIC-AS-01637, US / Headquarters, USAISC", "ranges": {"4": ["6.16.88.0/24", "6.16.89.0/24", "6.16.194.0/23", "143.46.0.0/16", "143.46.5.0/24", "143.46.8.0/23", "143.46.10.0/24", "143.46.11.0/24", "143.46.12.0/24", "143.46.17.0/24", "143.46.18.0/24", "143.46.20.0/24", "143.46.21.0/24", "143.46.22.0/24", "143.46.23.0/24", "143.46.24.0/24", "143.46.25.0/24", "143.46.26.0/24", "143.46.27.0/24", "143.46.32.0/24", "143.46.33.0/24", "143.46.34.0/24", "143.46.35.0/24", "143.46.36.0/24", "143.46.37.0/24", "143.46.39.0/24", "143.46.48.0/24", "143.46.49.0/24", "143.46.50.0/24", "143.46.51.0/24", "143.46.53.0/24", "143.46.55.0/24", "143.46.60.0/24", "143.46.110.0/24", "143.46.112.0/24", "143.46.116.0/22", "143.46.120.0/22", "143.46.128.0/23", "143.46.130.0/23", "143.46.134.0/23", "143.46.141.0/24", "143.46.142.0/24", "143.46.143.0/24", "143.46.144.0/24", "143.46.145.0/24", "143.46.146.0/24", "143.46.147.0/24", "143.46.150.0/24", "143.46.158.0/24", "143.46.161.0/24", "143.46.164.0/22", "143.46.190.0/24", "143.46.193.0/24", "143.46.203.0/24", "143.46.210.0/24", "143.46.229.0/24", "143.46.240.0/24", "143.46.253.0/24", "143.68.152.0/21", "147.248.24.0/22", "155.5.0.0/16", "155.6.0.0/16"]}}, "1649": {"name": "DNIC-AS-01649, US / Headquarters, USAISC", "ranges": {"4": ["6.16.216.0/24", "143.45.0.0/16", "143.45.8.0/23", "143.45.11.0/24", "143.45.12.0/24", "143.45.18.0/24", "143.45.20.0/24", "143.45.21.0/24", "143.45.36.0/24", "143.45.37.0/24", "143.45.38.0/24", "143.45.47.0/24", "143.45.48.0/24", "143.45.50.0/24", "143.45.51.0/24", "143.45.56.0/24", "143.45.57.0/24", "143.45.66.0/24", "143.45.67.0/24", "143.45.69.0/24", "143.45.75.0/24", "143.45.100.0/23", "143.45.102.0/23", "143.45.111.0/24", "143.45.120.0/24", "143.45.130.0/24", "143.45.132.0/24", "143.45.134.0/24", "143.45.135.0/24", "143.45.136.0/24", "143.45.137.0/24", "143.45.138.0/24", "143.45.139.0/24", "143.45.140.0/24", "143.45.147.0/24", "143.45.150.0/24", "143.45.152.0/23", "143.45.160.0/22", "143.45.164.0/23", "143.45.179.0/24", "143.45.192.0/24", "143.45.208.0/24", "147.248.28.0/24", "147.248.29.0/24", "150.133.0.0/16", "150.133.11.0/24", "150.133.12.0/24", "150.133.17.0/24", "150.133.18.0/24", "150.133.20.0/24", "150.133.22.0/24", "150.133.32.0/24", "150.133.33.0/24", "150.133.46.0/24", "150.133.50.0/24", "150.133.65.0/24", "150.133.104.0/22", "150.133.112.0/22", "150.133.128.0/24", "150.133.129.0/24", "150.133.171.0/24", "150.133.184.0/24", "150.133.216.0/24", "150.133.250.0/24"]}}, "1701": {"name": "AS1701, US / National Aeronautics and Space Administration", "ranges": {"4": ["129.165.0.0/16", "150.144.0.0/16"]}}, "1733": {"name": "DISACENT-NIPR-ASN, US / DoD Network Information Center", "ranges": {"4": ["134.229.68.0/24", "209.22.82.0/24", "209.22.97.0/24", "214.4.8.0/24", "214.4.59.0/24", "214.16.49.0/24", "214.48.7.0/24", "214.48.44.0/22", "214.48.52.0/22", "214.48.56.0/22", "214.48.60.0/22", "214.72.7.0/24", "214.72.17.0/24", "215.1.42.0/23", "215.65.50.0/23", "215.65.119.0/24"], "6": ["2608:8105:1::/48"]}}, "1772": {"name": "DNIC-AS-01772, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.160.128.0/17"]}}, "1842": {"name": "USGS-AS, US / United States Geological Survey", "ranges": {"4": ["130.118.152.0/24", "130.118.176.0/22", "130.118.180.0/22", "137.227.230.0/24", "137.227.236.0/24", "152.61.0.0/16", "152.61.132.0/24", "152.61.229.0/24", "192.48.124.0/24", "192.55.108.0/24"]}}, "1843": {"name": "AS1843-7, US / National Aeronautics and Space Administration", "ranges": {"4": ["128.159.0.0/16", "128.217.0.0/16", "163.205.0.0/16", "163.206.0.0/16", "192.77.26.0/24", "192.77.27.0/24", "192.77.28.0/24", "192.77.29.0/24", "192.77.30.0/24", "192.77.31.0/24", "192.77.32.0/21", "192.77.40.0/23", "192.77.42.0/23", "192.77.44.0/23"]}}, "1848": {"name": "AS1848, US / National Aeronautics and Space Administration", "ranges": {"4": ["192.150.28.0/24", "198.118.192.0/21", "198.118.192.0/24", "198.118.193.0/24", "198.118.194.0/24", "198.118.195.0/24", "198.118.196.0/24", "198.118.197.0/24", "198.118.198.0/24", "198.118.199.0/24", "198.118.200.0/23", "198.118.200.0/24", "198.118.201.0/24", "198.118.224.0/24", "198.118.229.0/24", "198.118.233.0/24", "198.118.234.0/24", "198.118.235.0/24", "198.118.236.0/23", "198.118.236.0/24", "198.118.237.0/24", "198.118.240.0/22", "198.118.254.0/23", "198.118.254.0/24", "198.118.255.0/24"], "6": ["2001:4d0:241a::/48"]}}, "1850": {"name": "ISNIC IS TLD AdminReykjavik Internet Exchange RIX, IS / Internet a Islandi hf", "ranges": {"4": ["185.93.156.0/22", "193.4.58.0/23"], "6": ["2001:67c:6c::/48"]}}, "1904": {"name": "DNIC-AS-01904, US / DoD Network Information Center", "ranges": {"4": ["192.152.18.0/24", "192.152.19.0/24", "192.152.21.0/24", "192.207.74.0/24", "198.154.64.0/24", "198.154.65.0/24", "198.154.66.0/24", "198.154.67.0/24", "198.154.68.0/24", "198.154.69.0/24", "198.154.70.0/24", "198.154.71.0/24", "198.154.72.0/23", "198.154.74.0/24", "198.154.75.0/24", "207.132.83.0/24"]}}, "1908": {"name": "DNIC-AS-01908, US / DoD Network Information Center", "ranges": {"4": ["214.9.116.0/24"]}}, "1911": {"name": "DNIC-ASBLK-01910-01914, US / DoD Network Information Center", "ranges": {"4": ["209.22.51.0/24", "214.3.134.0/24", "214.6.102.0/24"]}}, "1913": {"name": "DNIC-ASBLK-01910-01914, US / DoD Network Information Center", "ranges": {"4": ["214.27.156.0/22"]}}, "1959": {"name": "DNIC-AS-01959, US / DoD Network Information Center", "ranges": {"4": ["160.126.0.0/16"]}}, "2046": {"name": "DNIC-AS-02046, US / DoD Network Information Center", "ranges": {"4": ["139.241.14.0/24", "192.207.163.0/24", "209.22.64.0/22", "209.22.75.0/24", "209.22.96.0/24", "214.54.0.0/18"]}}, "2143": {"name": "AS2143, US / National Aeronautics and Space Administration", "ranges": {"4": ["192.92.160.0/22", "192.92.168.0/23", "192.92.189.0/24"]}}, "2576": {"name": "DOT-AS, US / U. S. Department of Transportation", "ranges": {"4": ["152.119.0.0/16", "152.120.0.0/16", "152.122.0.0/16", "169.135.0.0/16", "199.79.176.0/24", "199.79.177.0/24", "199.79.178.0/24", "199.79.179.0/24", "199.79.180.0/24", "204.68.194.0/23", "204.68.194.0/24", "204.68.195.0/24", "204.68.196.0/23", "204.68.202.0/24", "204.69.250.0/23", "204.69.252.0/24", "204.86.184.0/21", "204.86.192.0/23", "204.152.44.0/23", "204.238.19.0/24"], "6": ["2001:19e8::/48", "2001:19e8:1::/48", "2001:19e8:2::/48", "2001:19e8:a::/48", "2001:19e8:d::/48", "2001:19e8:e::/48", "2001:19e8:d1::/48", "2001:19e8:d2::/48", "2001:19e8:d3::/48", "2001:19e8:d4::/48", "2001:19e8:d5::/48", "2001:19e8:d6::/48", "2001:19e8:d7::/48", "2001:19e8:d8::/48", "2001:19e8:d9::/48", "2001:19e8:da::/48", "2001:19e8:f0::/48", "2001:19e8:f1::/48", "2001:19e8:f2::/48", "2001:19e8:f3::/48", "2001:19e8:f4::/48", "2001:19e8:f5::/48", "2001:19e8:f6::/48", "2001:19e8:f7::/48", "2001:19e8:f8::/48", "2001:19e8:f9::/48", "2001:19e8:fa::/48", "2001:19e8:fb::/48"]}}, "2577": {"name": "DNIC-AS-02577, US / DoD Network Information Center", "ranges": {"4": ["144.51.0.0/17", "144.51.8.0/21"]}}, "2621": {"name": "DNIC-AS-02621, US / DoD Network Information Center", "ranges": {"4": ["164.196.0.0/22", "164.196.4.0/22"]}}, "2749": {"name": "DNIC-AS-02749, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["160.127.0.0/16", "160.128.0.0/18", "160.128.64.0/19", "160.128.128.0/19", "160.128.176.0/20", "163.2.0.0/16", "199.208.186.0/24", "205.68.113.0/24", "205.68.114.0/24", "206.37.212.0/24", "207.132.33.0/24", "209.22.132.0/24", "209.22.133.0/24", "209.22.179.0/24"]}}, "3316": {"name": "RELARN Research & Education Network, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["86.62.49.0/24", "193.232.85.0/24", "193.232.131.0/24", "194.85.31.0/24", "194.85.105.0/24", "194.85.106.0/24", "194.85.117.0/24", "194.85.118.0/24", "194.85.119.0/24", "194.190.132.0/22", "194.190.132.0/24", "194.190.134.0/24", "194.190.138.0/24", "194.190.141.0/24", "194.190.142.0/24", "194.190.145.0/24", "194.190.148.0/24", "194.226.29.0/24", "194.226.44.0/24", "194.226.46.0/23", "194.226.64.0/20", "194.226.64.0/24", "194.226.69.0/24", "195.19.26.0/24", "195.208.22.0/23", "195.209.4.0/24", "195.209.8.0/24", "195.209.16.0/24", "195.209.146.0/24"], "6": ["2001:6d0:ffb8::/48", "2001:6d0:ffd9::/48"]}}, "3470": {"name": "DNIC-AS-03470, US / DoD Network Information Center", "ranges": {"4": ["198.49.205.0/24"]}}, "3471": {"name": "DNIC-AS-03471, US / DoD Network Information Center", "ranges": {"4": ["199.9.92.0/24"]}}, "3472": {"name": "DNIC-AS-03472, US / DoD Network Information Center", "ranges": {"4": ["199.9.91.0/24"]}}, "3474": {"name": "DNIC-AS-03474, US / DoD Network Information Center", "ranges": {"4": ["199.9.93.0/24"]}}, "3486": {"name": "JPMORGAN-AS3486, US / JPMorgan Chase & Co.", "ranges": {"4": ["146.143.0.0/16", "146.143.0.0/18", "146.143.64.0/18", "146.143.128.0/18", "146.143.192.0/18", "198.36.0.0/22", "204.86.14.0/23"], "6": ["2620:11:40::/42", "2620:11:40::/45", "2620:11:40::/47", "2620:11:50::/47", "2620:11:60::/47", "2620:11:70::/47"]}}, "3856": {"name": "PCH-AS, US / Packet Clearing House, Inc.", "ranges": {"4": ["69.166.10.0/24"], "6": ["2620:0:870::/48"]}}, "3923": {"name": "FAA-MMAC, US / Federal Aviation Agency", "ranges": {"4": ["152.123.8.0/21", "152.123.16.0/23", "152.123.16.0/24", "162.58.0.0/16"], "6": ["2001:19e8:8041::/48"]}}, "3930": {"name": "FERC-FED-, US / Federal Energy Regulatory Commission", "ranges": {"4": ["204.87.16.0/20", "204.87.16.0/24", "204.87.17.0/24", "204.87.18.0/24", "204.87.19.0/24", "204.87.20.0/24"]}}, "3954": {"name": "DNIC-AS-03954, US / DoD Network Information Center", "ranges": {"4": ["204.34.103.0/24", "204.34.108.0/24", "204.34.109.0/24", "207.133.136.0/23", "207.133.141.0/24", "207.133.242.0/24", "207.133.243.0/24"]}}, "4010": {"name": "DNIC-AS-04010, US / Headquarters, USAISC", "ranges": {"4": ["130.165.0.0/16", "137.161.0.0/16", "140.194.0.0/17", "140.194.128.0/18", "140.194.192.0/24", "140.194.193.0/24", "140.194.194.0/23", "140.194.196.0/22", "140.194.200.0/22", "140.194.204.0/22", "140.194.208.0/20", "140.194.224.0/19", "155.74.0.0/16", "155.75.0.0/16", "155.76.0.0/16", "155.77.0.0/16", "155.78.0.0/16", "155.79.0.0/16", "155.80.0.0/16", "155.81.0.0/16", "155.82.0.0/16", "155.83.0.0/16", "155.84.0.0/16", "155.85.0.0/19", "155.85.32.0/21", "155.85.48.0/20", "155.85.64.0/18", "155.85.128.0/19", "155.85.168.0/21", "155.85.176.0/20", "155.85.192.0/18", "155.86.0.0/16", "155.87.0.0/16", "155.88.0.0/16", "155.88.132.0/24", "155.88.188.0/24", "155.88.190.0/24", "155.88.196.0/24", "155.88.252.0/24", "155.88.254.0/24", "198.17.86.0/24"]}}, "4046": {"name": "FAA, US / Federal Aviation Administration", "ranges": {"4": ["152.123.17.0/24", "155.178.0.0/17", "155.178.6.0/24", "155.178.32.0/23", "155.178.34.0/24", "155.178.128.0/17", "192.112.97.0/24", "204.108.2.0/24", "204.108.3.0/24", "204.108.4.0/22", "204.108.9.0/24", "204.108.10.0/24"], "6": ["2001:19e8:8001::/48", "2001:19e8:8900::/48", "2001:19e8:8ab0::/48", "2606:7ec0::/32"]}}, "4635": {"name": "HKIX-RS1 Hong Kong Internet Exchange--Route Server 1, HK", "ranges": {}}, "4641": {"name": "HKIX-AS-AP The Hong Kong Internet Exchange Limited, HK / The Hong Kong Internet Exchange Limited", "ranges": {"4": ["123.255.96.0/19", "202.45.176.0/20", "202.45.177.0/24", "202.45.188.0/24"], "6": ["2405:3001::/32"]}}, "4754": {"name": "STPN-GAC-ICANN 1016, Electronics Niketan, 6, CGO Complex, IN", "ranges": {}}, "4779": {"name": "PHOPENIX-AS-PH Philippine Open Internet Exchange, PH", "ranges": {}}, "4818": {"name": "DIGIIX-AP DiGi Telecommunications Sdn. Bhd., MY / DiGi Telecommunications Sdn Bhd., Digi Internet Exchange", "ranges": {"4": ["49.124.0.0/15", "104.101.28.0/22", "104.101.64.0/20", "104.101.80.0/20", "104.101.96.0/23", "115.164.0.0/16", "182.62.0.0/15", "210.48.192.0/20"], "6": ["2001:4458::/32", "2001:4458::/33", "2001:4458:8000::/33", "2402:1980::/32", "2402:1980::/33", "2402:1980:8000::/33"]}}, "4888": {"name": "USPSOIG-AS1, US / United States Postal Service Office of Inspector General", "ranges": {"4": ["38.134.108.0/24"]}}, "4889": {"name": "USPSOIG-AS2, US / United States Postal Service Office of Inspector General", "ranges": {"4": ["192.154.124.0/23", "192.154.124.0/24", "192.154.125.0/24"]}}, "5052": {"name": "DNIC-AS-05052, US / DoD Network Information Center", "ranges": {"4": ["214.54.66.0/24", "214.54.67.0/24"]}}, "5058": {"name": "NRL-EXP, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["134.207.0.0/16"], "6": ["2001:480:23::/48"]}}, "5132": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"6": ["2001:480:a0::/48", "2001:480:a1::/48", "2001:480:aa::/48", "2001:480:ab::/48", "2001:480:b0::/48", "2001:480:1801::/48"]}}, "5133": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["163.249.8.0/23", "163.249.100.0/22", "163.249.104.0/21", "163.249.112.0/20", "163.249.128.0/19", "163.249.160.0/21", "163.249.168.0/22"]}}, "5180": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["147.48.64.0/19", "147.48.192.0/19", "147.48.224.0/19", "158.8.0.0/16", "158.18.0.0/16", "164.216.0.0/16", "192.26.89.0/24", "198.97.146.0/23", "204.34.76.0/22", "204.34.84.0/22", "204.34.88.0/22", "204.34.90.0/24", "204.34.91.0/24", "204.34.92.0/22", "204.34.94.0/24", "204.34.96.0/22", "204.34.111.0/24", "204.34.116.0/22", "204.34.120.0/24", "204.34.121.0/24", "204.34.122.0/24", "204.34.123.0/24", "204.34.124.0/24", "204.34.125.0/24", "204.34.126.0/24", "206.39.10.0/24", "206.39.11.0/24", "206.39.12.0/24", "206.39.13.0/24", "207.132.127.0/24", "207.132.199.0/24", "207.132.201.0/24", "207.132.202.0/24", "207.133.66.0/24", "207.133.75.0/24", "207.133.76.0/24", "207.133.77.0/24", "207.133.78.0/24", "207.133.79.0/24", "207.133.80.0/24", "207.133.128.0/24", "207.133.129.0/24", "207.133.131.0/24", "207.133.138.0/24", "207.133.148.0/24", "207.133.150.0/24", "207.133.151.0/24", "207.133.247.0/24", "214.80.128.0/18", "214.80.192.0/18"]}}, "5182": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["207.133.140.0/24", "207.133.245.0/24", "207.133.246.0/24", "207.133.249.0/24", "207.133.250.0/24", "207.133.251.0/24", "207.133.252.0/24", "207.133.254.0/24", "207.133.255.0/24"]}}, "5231": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["128.26.61.0/24", "128.26.63.0/24", "128.26.64.0/24", "128.26.66.0/24", "128.26.67.0/24", "128.26.70.0/24", "128.26.122.0/24", "128.26.124.0/24", "128.26.125.0/24", "198.218.93.0/24", "205.60.236.0/24", "214.6.97.0/24", "214.29.97.0/24", "214.29.98.0/24", "214.29.103.0/24", "214.29.119.0/24", "214.29.225.0/24", "214.29.233.0/24", "214.51.42.0/24", "214.64.75.0/24"]}}, "5237": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["205.56.54.0/23", "205.56.209.0/24", "205.56.210.0/24", "205.56.246.0/23", "205.56.247.0/24", "205.68.208.0/20", "205.69.16.0/20", "205.69.231.0/24", "205.72.128.0/19", "205.75.112.0/20", "205.75.128.0/20", "205.76.128.0/19", "205.76.212.0/24", "205.78.128.0/20", "205.88.224.0/20", "205.90.96.0/20", "205.91.192.0/20", "205.99.64.0/20", "205.106.56.0/22", "209.22.52.0/24"]}}, "5306": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["199.112.76.0/24", "214.26.248.0/24", "214.27.12.0/22", "214.27.96.0/20", "214.27.96.0/24", "214.27.98.0/24", "214.27.99.0/24", "214.27.100.0/24", "214.27.101.0/24", "214.27.102.0/24", "214.27.103.0/24", "214.27.104.0/24", "214.27.105.0/24", "214.27.106.0/24", "214.27.107.0/24", "214.27.108.0/24", "214.27.109.0/24", "214.27.110.0/24", "214.27.111.0/24", "215.68.128.0/20", "215.68.128.0/24", "215.68.129.0/24", "215.68.130.0/24", "215.68.131.0/24", "215.68.132.0/24", "215.68.133.0/24", "215.68.134.0/24", "215.68.140.0/22"]}}, "5307": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["144.251.23.0/24", "144.251.44.0/24", "144.251.45.0/24", "144.251.46.0/24", "144.251.47.0/24", "144.251.66.0/24", "144.251.67.0/24", "144.251.108.0/24", "144.251.109.0/24", "144.251.112.0/24", "144.251.113.0/24", "144.251.114.0/24", "144.251.115.0/24", "144.251.116.0/24", "144.251.118.0/24", "144.251.119.0/24", "144.251.123.0/24", "144.251.124.0/23", "144.251.126.0/23", "144.251.187.0/24", "144.251.188.0/24", "144.251.192.0/24", "144.251.225.0/24", "144.251.236.0/24", "152.229.0.0/16", "156.112.104.0/24", "156.112.106.0/24", "156.112.107.0/24", "156.112.108.0/23", "156.112.110.0/24", "156.112.111.0/24", "156.112.128.0/23", "156.112.130.0/24", "156.112.133.0/24", "156.112.170.0/24", "204.34.184.0/23", "214.3.12.0/24", "214.3.107.0/24", "214.4.144.0/24", "214.6.32.0/24", "214.6.34.0/24", "214.6.36.0/24", "214.10.8.0/22", "214.23.8.0/21", "214.23.16.0/21", "214.23.32.0/20", "214.23.80.0/24", "214.23.204.0/24", "214.23.205.0/24", "214.23.242.0/23", "214.49.16.0/21", "214.49.24.0/22", "214.56.82.0/23", "214.66.64.0/19", "214.66.70.0/24", "214.66.129.0/24", "214.66.131.0/24"], "6": ["2608:125::/48"]}}, "5329": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["214.16.17.0/24", "214.16.18.0/24"]}}, "5371": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["205.56.81.0/24", "205.56.82.0/24", "205.56.83.0/24", "205.57.0.0/19", "205.57.61.0/24", "205.57.62.0/24", "205.57.101.0/24", "205.57.102.0/24", "205.58.82.0/23", "205.58.84.0/23", "205.58.232.0/23", "205.58.234.0/24", "205.59.32.0/19", "205.59.159.0/24", "205.59.160.0/23", "205.59.162.0/24", "205.59.164.0/23", "205.59.166.0/24", "205.59.167.0/24", "205.59.169.0/24", "205.59.170.0/24", "205.59.172.0/23", "205.59.174.0/24", "205.59.177.0/24", "205.63.0.0/19", "205.65.32.0/24", "205.65.33.0/24", "205.65.34.0/24", "205.65.35.0/24", "205.65.36.0/24", "205.65.44.0/22", "205.65.176.0/22", "205.65.187.0/24", "205.65.188.0/24", "205.67.0.0/20", "205.67.20.0/24", "205.67.24.0/22", "205.68.126.0/24", "205.68.192.0/20", "205.68.224.0/20", "205.68.228.0/24", "205.68.230.0/24", "205.68.231.0/24", "205.68.232.0/24", "205.68.240.0/20", "205.68.244.0/24", "205.68.246.0/24", "205.68.247.0/24", "205.68.248.0/24", "205.70.128.0/19", "205.70.192.0/20", "205.71.112.0/20", "205.71.116.0/24", "205.71.117.0/24", "205.71.119.0/24", "205.71.120.0/24", "205.71.121.0/24", "205.71.122.0/24", "205.71.128.0/19", "205.71.129.0/24", "205.71.131.0/24", "205.71.132.0/23", "205.71.136.0/24", "205.71.137.0/24", "205.71.144.0/23", "205.71.147.0/24", "205.71.164.0/24", "205.71.192.0/20", "205.71.208.0/20", "205.71.213.0/24", "205.71.214.0/24", "205.71.215.0/24", "205.71.216.0/24", "205.71.240.0/20", "205.71.244.0/24", "205.71.246.0/24", "205.71.247.0/24", "205.71.248.0/24", "205.72.64.0/20", "205.72.192.0/20", "205.73.64.0/20", "205.73.96.0/20", "205.73.128.0/19", "205.78.0.0/20", "205.78.10.0/23", "205.78.12.0/22", "205.78.16.0/21", "205.78.23.0/24", "205.78.24.0/22", "205.78.24.0/24", "205.78.25.0/24", "205.78.28.0/24", "205.79.0.0/20", "205.79.71.0/24", "205.79.72.0/23", "205.79.75.0/24", "205.79.76.0/23", "205.79.80.0/24", "205.79.82.0/24", "205.79.83.0/24", "205.79.84.0/24", "205.79.85.0/24", "205.79.86.0/23", "205.79.89.0/24", "205.79.192.0/19", "205.83.96.0/20", "205.83.112.0/20", "205.83.112.0/23", "205.83.114.0/24", "205.83.115.0/24", "205.86.81.0/24", "205.86.82.0/24", "205.86.136.0/24", "205.86.137.0/24", "205.86.138.0/24", "205.86.176.0/24", "205.86.177.0/24", "205.86.178.0/24", "205.88.128.0/20", "205.88.192.0/20", "205.88.208.0/20", "205.89.16.0/22", "205.89.96.0/20", "205.89.160.0/21", "205.89.160.0/24", "205.89.161.0/24", "205.89.163.0/24", "205.89.164.0/24", "205.89.192.0/20", "205.89.192.0/24", "205.89.194.0/24", "205.89.195.0/24", "205.89.196.0/24", "205.90.32.0/20", "205.90.128.0/20", "205.90.192.0/20", "205.90.224.0/20", "205.91.0.0/20", "205.91.96.0/20", "205.91.96.0/24", "205.91.97.0/24", "205.91.98.0/24", "205.91.101.0/24", "205.91.107.0/24", "205.91.108.0/24", "205.91.128.0/20", "205.92.64.0/20", "205.93.128.0/19", "205.93.160.0/19", "205.93.160.0/24", "205.93.162.0/24", "205.93.164.0/24", "205.93.165.0/24", "205.93.224.0/20", "205.94.32.0/20", "205.94.160.0/20", "205.95.64.0/24", "205.95.65.0/24", "205.95.67.0/24", "205.95.68.0/24", "205.98.128.0/20", "205.98.192.0/20", "205.99.96.0/20", "205.103.0.0/24", "205.103.4.0/24", "205.103.24.0/24", "205.103.28.0/24", "205.103.44.0/24", "205.103.52.0/24", "205.103.64.0/24", "205.106.220.0/24", "205.107.48.0/24", "205.107.52.0/24", "205.107.60.0/24", "205.107.64.0/24", "205.107.65.0/24", "205.107.100.0/24", "205.107.109.0/24", "205.107.112.0/24", "205.107.124.0/24", "205.107.129.0/24", "205.107.140.0/24", "205.107.144.0/24", "205.107.160.0/24", "205.107.172.0/24", "205.107.180.0/24", "205.107.188.0/24", "205.107.212.0/24", "205.107.228.0/22", "205.113.10.0/23", "205.113.12.0/22", "205.113.16.0/24", "205.115.50.0/24", "214.57.1.0/24", "214.57.2.0/24", "214.57.5.0/24", "214.57.6.0/24", "214.57.8.0/24", "214.57.9.0/24", "214.57.28.0/24", "214.57.36.0/24", "214.57.42.0/24", "214.57.56.0/24", "214.57.60.0/24", "214.57.125.0/24", "214.57.127.0/24"]}}, "5374": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["144.51.128.0/17", "144.51.240.0/21"]}}, "5376": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["214.8.0.0/16"], "6": ["2608:121::/48"]}}, "5459": {"name": "LINX-AS London interconnection point, GB / London Internet Exchange Ltd.", "ranges": {"4": ["195.66.232.0/22", "195.66.240.0/22", "195.66.248.0/22"], "6": ["2a01:40::/32"]}}, "5507": {"name": "HU-BIX-AS BIX - Budapest Internet Exchange, HU", "ranges": {}}, "5568": {"name": "RBNET, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["194.226.68.0/24", "195.209.3.0/24", "195.209.14.0/24"], "6": ["2001:6d0:ffff::/48"]}}, "5744": {"name": "USPTO, US / United States Patent and Trademark Office", "ranges": {"4": ["151.207.128.0/20", "151.207.232.0/22", "151.207.240.0/20", "151.207.245.0/24", "151.207.246.0/24", "151.207.248.0/24"], "6": ["2610:20:5004::/48", "2610:20:5006::/48", "2610:20:500a::/48", "2610:20:5010::/44", "2610:20:5012::/48", "2610:20:5020::/44", "2610:20:5030::/44", "2610:20:5100::/40", "2610:20:5130::/44", "2610:20:5160::/44"]}}, "5774": {"name": "USPS-001, US / United States Postal Service.", "ranges": {"4": ["56.0.0.0/16", "56.0.32.0/20", "56.0.64.0/19", "56.0.86.0/23", "56.0.90.0/24", "56.0.91.0/24", "56.0.128.0/19", "56.0.146.0/24", "56.0.149.0/24", "56.0.150.0/24", "56.0.151.0/24", "56.0.192.0/20", "56.0.208.0/20", "56.105.0.0/16", "56.105.64.0/18", "56.105.67.0/24", "56.105.72.0/21", "56.105.80.0/22", "56.105.84.0/23", "56.105.108.0/22", "56.105.120.0/22", "56.105.128.0/18", "56.105.129.0/24", "56.105.156.0/22", "56.105.164.0/22", "56.235.0.0/16", "56.235.0.0/17", "56.235.128.0/17"], "6": ["2610:68::/32", "2610:68:4000::/34"]}}, "5831": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["140.47.0.0/16", "140.48.0.0/16", "214.3.138.0/24"]}}, "5839": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["138.180.197.0/24", "138.180.198.0/24", "205.69.237.0/24", "205.71.96.0/20"]}}, "5842": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["214.3.32.0/20", "214.3.48.0/21", "214.3.234.0/24", "214.16.61.0/24", "214.27.180.0/22", "214.27.184.0/22", "214.38.144.0/21", "214.38.152.0/21"]}}, "5852": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["131.65.0.0/24", "131.65.1.0/24", "131.65.2.0/24", "131.65.3.0/24", "138.140.4.0/23", "138.140.51.0/24", "138.140.52.0/23", "138.140.54.0/24", "138.140.56.0/24", "138.140.57.0/24", "138.140.60.0/24", "138.140.61.0/24", "138.140.68.0/24", "138.140.70.0/24", "138.140.71.0/24", "138.140.88.0/24", "138.140.89.0/24", "138.140.90.0/24", "138.140.96.0/24", "138.140.99.0/24", "138.140.105.0/24", "138.140.106.0/23", "138.140.108.0/22", "138.140.112.0/20", "138.140.128.0/24", "138.140.161.0/24", "138.141.2.0/24", "138.141.3.0/24", "138.141.8.0/23", "138.141.11.0/24", "138.141.13.0/24", "138.141.15.0/24", "138.141.40.0/23", "138.141.42.0/24", "138.141.43.0/24", "138.141.45.0/24", "138.141.46.0/24", "138.141.64.0/23", "138.141.67.0/24", "138.141.70.0/24", "138.141.71.0/24", "138.141.78.0/24", "138.141.79.0/24", "138.141.80.0/23", "138.141.82.0/23", "138.141.87.0/24", "138.141.88.0/22", "138.141.90.0/23", "138.141.90.0/24", "138.141.98.0/24", "138.141.101.0/24", "138.141.106.0/24", "138.141.107.0/24", "138.141.110.0/24", "138.141.111.0/24", "138.141.122.0/24", "138.141.123.0/24", "138.141.124.0/22", "138.141.130.0/24", "138.141.131.0/24", "138.141.132.0/24", "138.141.133.0/24", "138.141.134.0/24", "138.141.135.0/24", "138.141.144.0/24", "138.141.159.0/24", "138.141.160.0/22", "138.141.164.0/22", "138.141.168.0/21", "138.141.176.0/21", "138.141.184.0/21", "138.141.192.0/24", "138.141.194.0/24", "138.141.195.0/24", "138.141.209.0/24", "138.141.210.0/23", "138.141.218.0/24", "138.141.223.0/24", "138.141.225.0/24", "138.141.226.0/24", "138.141.254.0/23", "138.152.0.0/24", "139.40.130.0/24", "139.40.131.0/24", "139.40.134.0/24", "139.40.135.0/24", "139.40.136.0/24", "139.40.144.0/24", "139.40.145.0/24", "139.40.146.0/23", "139.40.148.0/24", "139.40.151.0/24", "139.40.152.0/24", "139.235.0.0/24", "139.235.1.0/24", "139.235.128.0/24", "139.235.129.0/24", "140.12.16.0/24", "140.12.20.0/24", "140.12.21.0/24", "140.12.40.0/21", "140.12.40.0/24", "140.12.220.0/22", "140.13.8.0/22", "140.13.14.0/24", "140.13.32.0/20", "140.16.1.0/24", "140.16.2.0/24", "140.16.4.0/24", "140.16.10.0/23", "140.16.16.0/24", "140.16.17.0/24", "140.16.20.0/24", "140.16.21.0/24", "140.16.24.0/23", "140.16.30.0/24", "140.16.31.0/24", "140.16.34.0/23", "140.16.36.0/23", "140.16.39.0/24", "140.16.40.0/21", "140.16.52.0/24", "140.16.56.0/24", "140.16.57.0/24", "140.16.80.0/21", "140.16.88.0/21", "140.16.96.0/24", "140.16.97.0/24", "140.16.98.0/24", "140.16.102.0/24", "140.16.114.0/24", "140.16.116.0/22", "140.16.123.0/24", "140.16.128.0/24", "140.16.129.0/24", "140.16.130.0/23", "140.16.132.0/24", "140.16.136.0/21", "140.16.147.0/24", "140.16.148.0/24", "140.16.149.0/24", "140.16.150.0/24", "140.16.152.0/24", "140.16.153.0/24", "140.16.154.0/24", "140.16.155.0/24", "140.16.162.0/24", "140.16.163.0/24", "140.16.164.0/24", "140.16.165.0/24", "140.16.167.0/24", "140.16.194.0/23", "140.16.202.0/24", "140.16.203.0/24", "140.16.237.0/24", "140.16.239.0/24", "140.16.240.0/22", "140.16.244.0/22", "140.16.248.0/22", "140.17.0.0/20", "140.17.14.0/24", "140.17.24.0/23", "140.17.30.0/23", "140.17.32.0/24", "140.17.38.0/24", "140.17.39.0/24", "140.17.40.0/24", "140.17.41.0/24", "140.17.42.0/23", "140.17.44.0/24", "140.17.64.0/23", "140.17.64.0/24", "140.17.65.0/24", "140.17.67.0/24", "140.17.68.0/24", "140.17.70.0/24", "140.17.71.0/24", "140.17.80.0/24", "140.17.81.0/24", "140.17.82.0/24", "140.17.83.0/24", "140.17.84.0/24", "140.17.85.0/24", "140.17.88.0/23", "140.17.96.0/22", "140.17.104.0/23", "140.17.110.0/23", "140.17.131.0/24", "140.17.134.0/23", "140.17.152.0/23", "140.17.154.0/24", "140.17.155.0/24", "140.17.177.0/24", "140.17.180.0/22", "140.17.185.0/24", "140.17.188.0/22", "140.17.192.0/24", "140.17.203.0/24", "140.17.204.0/24", "140.17.206.0/24", "140.17.207.0/24", "140.17.208.0/24", "140.17.209.0/24", "140.17.222.0/24", "140.17.226.0/24", "140.17.237.0/24", "140.17.238.0/24", "140.17.239.0/24", "140.18.2.0/24", "140.18.4.0/23", "140.18.7.0/24", "140.18.8.0/24", "140.18.9.0/24", "140.18.10.0/24", "140.18.13.0/24", "140.18.15.0/24", "140.18.16.0/22", "140.18.20.0/22", "140.18.24.0/22", "140.18.28.0/22", "140.18.48.0/22", "140.18.52.0/22", "140.18.68.0/24", "140.18.69.0/24", "140.18.96.0/24", "140.18.98.0/24", "140.18.128.0/24", "140.18.160.0/20", "140.18.176.0/24", "140.18.177.0/24", "140.18.178.0/24", "140.18.180.0/24", "140.18.182.0/24", "140.18.186.0/24", "140.18.188.0/23", "140.18.190.0/24", "140.18.191.0/24", "140.18.200.0/24", "140.18.201.0/24", "140.18.204.0/23", "140.18.208.0/22", "140.18.224.0/22", "140.18.248.0/24", "140.18.249.0/24", "140.19.8.0/24", "140.19.14.0/24", "140.19.15.0/24", "140.19.32.0/21", "140.19.60.0/24", "140.19.63.0/24", "140.19.69.0/24", "140.19.70.0/24", "140.19.71.0/24", "140.19.128.0/24", "140.19.129.0/24", "140.19.131.0/24", "140.19.160.0/23", "140.19.181.0/24", "140.19.182.0/24", "140.19.183.0/24", "140.19.184.0/24", "140.19.186.0/24", "140.19.187.0/24", "140.19.188.0/24", "140.19.199.0/24", "140.19.209.0/24", "140.19.210.0/24", "140.19.211.0/24", "140.19.225.0/24", "140.19.228.0/24", "140.19.229.0/24", "140.19.230.0/24", "140.19.240.0/24", "140.19.248.0/24", "140.20.0.0/24", "140.20.1.0/24", "140.20.2.0/23", "140.20.4.0/22", "140.20.8.0/21", "140.20.16.0/20", "140.20.32.0/24", "140.20.33.0/24", "140.20.34.0/23", "140.20.36.0/22", "140.20.40.0/21", "140.20.48.0/20", "140.20.68.0/24", "140.20.69.0/24", "140.20.71.0/24", "140.20.80.0/24", "140.20.81.0/24", "140.20.82.0/24", "140.20.96.0/23", "140.20.104.0/24", "140.20.112.0/21", "140.20.120.0/21", "140.20.152.0/24", "140.20.153.0/24", "140.20.154.0/24", "140.20.155.0/24", "140.20.156.0/24", "140.20.197.0/24", "140.20.201.0/24", "140.20.207.0/24", "140.20.208.0/24", "140.20.224.0/21", "140.20.232.0/21", "140.20.248.0/24", "140.20.252.0/24", "140.20.253.0/24", "140.20.254.0/23", "140.48.96.0/23", "192.5.55.0/24", "192.100.100.0/24", "192.100.152.0/24", "192.103.80.0/24", "199.124.16.0/24", "199.124.18.0/24", "199.124.20.0/24", "199.124.23.0/24", "214.1.100.0/24", "214.52.4.0/24", "214.52.80.0/21", "214.52.96.0/24", "214.52.102.0/24", "214.52.119.0/24", "214.52.122.0/24", "214.52.127.0/24", "214.53.32.0/24", "214.74.16.0/24", "214.74.80.0/24"]}}, "5860": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["163.251.255.0/24", "192.187.4.0/24"]}}, "5887": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2001:480:31::/48"]}}, "5927": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["192.112.36.0/24", "192.112.38.0/24", "192.240.132.0/24", "192.240.134.0/24", "192.240.137.0/24", "192.240.138.0/24", "192.240.139.0/24", "192.240.140.0/24", "192.240.141.0/24", "192.240.142.0/24", "192.240.143.0/24", "192.240.144.0/24", "192.240.147.0/24", "207.132.116.0/24", "207.132.117.0/24"], "6": ["2001:500:12::/48", "2608:120:c::/48", "2608:140:c::/48", "2608:4122:2::/48", "2608:4163:1::/48", "2608:c144:1::/48", "2608:c184:1::/48"]}}, "5939": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["160.125.0.0/16", "160.128.192.0/18", "199.211.210.0/24", "206.37.214.0/24"]}}, "5957": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["204.222.177.0/24", "204.222.178.0/24", "204.222.179.0/24"], "6": ["2001:480:60::/48"]}}, "5958": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["199.32.138.0/24"]}}, "5972": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["128.44.0.0/21", "128.44.14.0/23", "128.44.16.0/23", "128.44.20.0/22", "128.44.32.0/20", "128.44.40.0/23", "128.44.56.0/22", "128.44.60.0/24", "128.44.61.0/24", "128.44.64.0/22", "128.44.68.0/23", "128.44.72.0/21", "128.44.108.0/23", "128.44.114.0/23", "128.44.116.0/23", "128.44.168.0/23", "128.44.170.0/23", "128.44.172.0/22", "128.44.188.0/22", "128.44.196.0/22", "128.44.208.0/20", "131.39.147.0/24", "138.136.3.0/24", "138.136.4.0/23", "138.136.6.0/23", "138.136.8.0/24", "138.136.9.0/24", "138.136.10.0/24", "138.136.11.0/24", "138.136.12.0/24", "138.136.13.0/24", "138.136.14.0/24", "138.136.15.0/24", "138.136.16.0/24", "138.136.17.0/24", "138.136.18.0/24", "138.136.19.0/24", "138.136.20.0/22", "138.136.24.0/24", "138.136.25.0/24", "138.136.26.0/23", "138.136.28.0/23", "138.136.30.0/24", "138.136.31.0/24", "138.136.32.0/23", "138.136.34.0/23", "138.136.36.0/23", "138.136.38.0/24", "138.136.39.0/24", "138.136.40.0/22", "138.136.44.0/23", "138.136.46.0/24", "138.136.47.0/24", "138.136.48.0/24", "138.136.49.0/24", "138.136.50.0/24", "138.136.51.0/24", "138.136.52.0/22", "138.136.56.0/23", "138.136.58.0/24", "138.136.59.0/24", "138.136.60.0/22", "138.136.64.0/23", "138.136.66.0/23", "138.136.68.0/23", "138.136.70.0/24", "138.136.71.0/24", "138.136.72.0/21", "138.136.80.0/21", "138.136.88.0/23", "138.136.89.0/24", "138.136.90.0/23", "138.136.92.0/22", "138.136.96.0/21", "138.136.104.0/23", "138.136.106.0/24", "138.136.107.0/24", "138.136.108.0/24", "138.136.109.0/24", "138.136.110.0/23", "138.136.112.0/21", "138.136.120.0/21", "138.136.128.0/24", "138.136.129.0/24", "138.136.130.0/24", "138.136.131.0/24", "138.136.132.0/24", "138.136.133.0/24", "138.136.134.0/24", "138.136.135.0/24", "138.136.136.0/24", "138.136.137.0/24", "138.136.138.0/24", "138.136.139.0/24", "138.136.140.0/23", "138.136.142.0/24", "138.136.143.0/24", "138.136.144.0/22", "138.136.148.0/22", "138.136.152.0/21", "138.136.160.0/20", "138.136.176.0/22", "138.136.180.0/23", "138.136.182.0/24", "138.136.183.0/24", "138.136.184.0/22", "138.136.188.0/22", "138.136.192.0/23", "138.136.194.0/23", "138.136.196.0/22", "138.136.200.0/21", "138.136.208.0/23", "138.136.210.0/23", "138.136.212.0/23", "138.136.214.0/24", "138.136.215.0/24", "138.136.216.0/22", "138.136.220.0/23", "138.136.222.0/24", "138.136.223.0/24", "138.136.224.0/21", "138.136.233.0/24", "138.136.234.0/23", "138.136.236.0/23", "138.136.238.0/24", "138.136.239.0/24", "138.136.240.0/21", "138.136.248.0/21", "138.137.0.0/23", "138.137.2.0/23", "138.137.4.0/22", "138.137.8.0/22", "138.137.12.0/24", "138.137.13.0/24", "138.137.14.0/23", "138.137.16.0/21", "138.137.24.0/22", "138.137.28.0/22", "138.137.32.0/22", "138.137.36.0/22", "138.137.40.0/22", "138.137.44.0/22", "138.137.48.0/22", "138.137.52.0/22", "138.137.56.0/22", "138.137.60.0/23", "138.137.62.0/24", "138.137.63.0/24", "138.137.64.0/21", "138.137.72.0/21", "138.137.80.0/23", "138.137.82.0/23", "138.137.84.0/22", "138.137.88.0/24", "138.137.89.0/24", "138.137.90.0/23", "138.137.92.0/22", "138.137.96.0/24", "138.137.97.0/24", "138.137.98.0/23", "138.137.100.0/23", "138.137.102.0/24", "138.137.103.0/24", "138.137.104.0/21", "138.137.112.0/22", "138.137.116.0/22", "138.137.120.0/21", "138.137.128.0/22", "138.137.132.0/23", "138.137.134.0/24", "138.137.135.0/24", "138.137.136.0/21", "138.137.144.0/22", "138.137.148.0/23", "138.137.150.0/23", "138.137.152.0/22", "138.137.156.0/22", "138.137.160.0/23", "138.137.162.0/23", "138.137.164.0/22", "138.137.168.0/21", "138.137.176.0/23", "138.137.178.0/23", "138.137.180.0/23", "138.137.182.0/23", "138.137.184.0/23", "138.137.186.0/23", "138.138.0.0/19", "138.138.32.0/20", "138.138.48.0/21", "138.138.56.0/22", "138.138.60.0/24", "138.138.61.0/24", "138.138.62.0/23", "138.138.64.0/19", "138.138.96.0/20", "138.138.112.0/22", "138.138.116.0/22", "138.138.120.0/21", "138.138.128.0/23", "138.138.130.0/23", "138.138.132.0/22", "138.138.136.0/21", "138.138.144.0/20", "138.138.160.0/20", "138.138.176.0/22", "138.138.180.0/23", "138.138.182.0/23", "138.138.184.0/23", "138.138.186.0/24", "138.138.187.0/24", "138.138.188.0/23", "138.138.190.0/23", "138.138.192.0/19", "138.138.224.0/20", "138.138.240.0/23", "138.138.242.0/23", "138.138.253.0/24", "138.138.254.0/23", "139.38.0.0/24", "139.38.1.0/24", "139.38.2.0/24", "139.38.3.0/24", "139.38.4.0/24", "139.38.5.0/24", "139.38.6.0/24", "139.38.7.0/24", "139.38.8.0/24", "139.38.9.0/24", "139.38.10.0/23", "139.38.12.0/24", "139.38.13.0/24", "139.38.14.0/23", "139.38.16.0/23", "139.38.18.0/24", "139.38.19.0/24", "139.38.20.0/22", "139.38.24.0/22", "139.38.28.0/24", "139.38.29.0/24", "139.38.30.0/23", "139.38.32.0/23", "139.38.34.0/23", "139.38.36.0/22", "139.38.40.0/22", "139.38.44.0/23", "139.38.46.0/24", "139.38.47.0/24", "139.38.48.0/24", "139.38.49.0/24", "139.38.50.0/23", "139.38.52.0/23", "139.38.54.0/24", "139.38.55.0/24", "139.38.56.0/24", "139.38.58.0/23", "139.38.60.0/23", "139.38.62.0/24", "139.38.63.0/24", "139.38.64.0/24", "139.38.65.0/24", "139.38.66.0/24", "139.38.67.0/24", "139.38.68.0/24", "139.38.69.0/24", "139.38.70.0/23", "139.38.72.0/21", "139.38.80.0/23", "139.38.82.0/24", "139.38.83.0/24", "139.38.84.0/23", "139.38.86.0/24", "139.38.87.0/24", "139.38.88.0/21", "139.38.96.0/20", "139.38.112.0/21", "139.38.120.0/22", "139.38.124.0/24", "139.38.125.0/24", "139.38.126.0/24", "139.38.127.0/24", "139.38.128.0/24", "139.38.129.0/24", "139.38.130.0/23", "139.38.132.0/23", "139.38.134.0/24", "139.38.135.0/24", "139.38.136.0/24", "139.38.137.0/24", "139.38.138.0/24", "139.38.139.0/24", "139.38.140.0/22", "139.38.144.0/23", "139.38.146.0/23", "139.38.148.0/22", "139.38.152.0/22", "139.38.156.0/22", "139.38.160.0/23", "139.38.162.0/23", "139.38.164.0/23", "139.38.166.0/24", "139.38.167.0/24", "139.38.168.0/24", "139.38.169.0/24", "139.38.170.0/24", "139.38.171.0/24", "139.38.172.0/24", "139.38.173.0/24", "139.38.174.0/24", "139.38.175.0/24", "139.38.176.0/22", "139.38.180.0/24", "139.38.181.0/24", "139.38.182.0/23", "139.38.184.0/23", "139.38.186.0/24", "139.38.187.0/24", "139.38.188.0/23", "139.38.190.0/23", "139.38.192.0/24", "139.38.193.0/24", "139.38.194.0/23", "139.38.196.0/23", "139.38.198.0/24", "139.38.199.0/24", "139.38.200.0/24", "139.38.201.0/24", "139.38.202.0/24", "139.38.203.0/24", "139.38.204.0/23", "139.38.206.0/23", "139.38.209.0/24", "139.38.210.0/24", "139.38.211.0/24", "139.38.212.0/22", "139.38.216.0/24", "139.38.217.0/24", "139.38.218.0/23", "139.38.220.0/22", "139.38.224.0/21", "139.38.232.0/23", "139.38.234.0/24", "139.38.235.0/24", "139.38.236.0/22", "139.38.240.0/23", "139.38.242.0/24", "139.38.243.0/24", "139.38.244.0/23", "139.38.246.0/24", "139.38.247.0/24", "139.38.248.0/22", "139.38.252.0/22", "139.39.0.0/21", "139.39.8.0/22", "139.39.12.0/22", "139.39.16.0/23", "139.39.18.0/24", "139.39.19.0/24", "139.39.20.0/22", "139.39.24.0/24", "139.39.25.0/24", "139.39.26.0/24", "139.39.27.0/24", "139.39.28.0/24", "139.39.29.0/24", "139.39.30.0/23", "139.39.32.0/23", "139.39.34.0/24", "139.39.36.0/24", "139.39.37.0/24", "139.39.38.0/23", "139.39.40.0/23", "139.39.42.0/24", "139.39.43.0/24", "139.39.44.0/24", "139.39.45.0/24", "139.39.46.0/23", "139.39.48.0/24", "139.39.49.0/24", "139.39.50.0/24", "139.39.51.0/24", "139.39.52.0/24", "139.39.53.0/24", "139.39.54.0/24", "139.39.55.0/24", "139.39.56.0/21", "139.39.64.0/23", "139.39.66.0/24", "139.39.67.0/24", "139.39.68.0/24", "139.39.69.0/24", "139.39.70.0/24", "139.39.71.0/24", "139.39.72.0/22", "139.39.76.0/24", "139.39.77.0/24", "139.39.78.0/24", "139.39.79.0/24", "139.39.80.0/24", "139.39.81.0/24", "139.39.82.0/23", "139.39.84.0/23", "139.39.86.0/24", "139.39.87.0/24", "139.39.88.0/24", "139.39.89.0/24", "139.39.90.0/24", "139.39.91.0/24", "139.39.92.0/24", "139.39.93.0/24", "139.39.94.0/23", "139.39.96.0/23", "139.39.98.0/24", "139.39.99.0/24", "139.39.100.0/23", "139.39.102.0/23", "139.39.104.0/21", "139.39.112.0/24", "139.39.113.0/24", "139.39.114.0/24", "139.39.115.0/24", "139.39.116.0/22", "139.39.116.0/23", "139.39.120.0/22", "139.39.124.0/22", "139.39.124.0/24", "139.39.128.0/22", "139.39.132.0/22", "139.39.136.0/24", "139.39.137.0/24", "139.39.138.0/23", "139.39.140.0/23", "139.39.142.0/24", "139.39.143.0/24", "139.39.144.0/24", "139.39.145.0/24", "139.39.146.0/24", "139.39.147.0/24", "139.39.148.0/22", "139.39.148.0/24", "139.39.149.0/24", "139.39.150.0/24", "139.39.151.0/24", "139.39.152.0/21", "139.39.160.0/24", "139.39.161.0/24", "139.39.162.0/24", "139.39.163.0/24", "139.39.164.0/24", "139.39.165.0/24", "139.39.166.0/24", "139.39.167.0/24", "139.39.168.0/24", "139.39.169.0/24", "139.39.170.0/24", "139.39.171.0/24", "139.39.172.0/23", "139.39.174.0/24", "139.39.175.0/24", "139.39.176.0/22", "139.39.180.0/24", "139.39.181.0/24", "139.39.182.0/23", "139.39.184.0/24", "139.39.186.0/24", "139.39.187.0/24", "139.39.188.0/24", "139.39.189.0/24", "139.39.190.0/24", "139.39.191.0/24", "139.39.192.0/24", "139.39.193.0/24", "139.39.194.0/23", "139.39.196.0/23", "139.39.198.0/24", "139.39.199.0/24", "139.39.200.0/22", "139.39.204.0/23", "139.39.206.0/24", "139.39.207.0/24", "139.39.208.0/23", "139.39.212.0/23", "139.39.214.0/24", "139.39.215.0/24", "139.39.216.0/24", "139.39.217.0/24", "139.39.218.0/24", "139.39.219.0/24", "139.39.220.0/22", "139.39.224.0/21", "139.39.232.0/24", "139.39.233.0/24", "139.39.234.0/24", "139.39.235.0/24", "139.39.236.0/23", "139.39.238.0/24", "139.39.239.0/24", "139.39.240.0/23", "139.39.242.0/24", "139.39.243.0/24", "139.39.244.0/24", "139.39.245.0/24", "139.39.246.0/23", "139.39.248.0/24", "139.39.249.0/24", "139.39.250.0/23", "139.39.252.0/22", "140.18.72.0/23", "140.18.74.0/23", "140.18.88.0/24", "140.18.92.0/22", "140.18.252.0/22", "141.236.27.0/24", "141.236.168.0/23", "141.236.172.0/22", "141.236.176.0/23", "141.236.216.0/21", "141.236.217.0/24", "141.236.218.0/24", "141.236.220.0/24", "141.236.230.0/24", "141.236.240.0/22", "143.69.160.0/19", "143.69.191.0/24", "143.69.192.0/21", "143.83.0.0/19", "143.83.6.0/24", "143.83.32.0/21", "143.83.35.0/24", "143.83.40.0/21", "143.83.48.0/21", "143.83.49.0/24", "143.83.56.0/21", "143.83.58.0/24", "143.83.64.0/20", "143.83.80.0/20", "143.83.88.0/24", "143.83.96.0/21", "143.83.104.0/21", "143.83.104.0/24", "143.83.112.0/20", "143.83.114.0/24", "143.83.115.0/24", "143.83.116.0/23", "143.83.118.0/23", "143.83.122.0/23", "143.83.128.0/17", "144.146.32.0/21", "144.146.112.0/21", "144.146.156.0/23", "144.146.158.0/24", "144.146.176.0/21", "144.146.248.0/21", "155.220.4.0/23", "155.220.6.0/23", "155.220.8.0/21", "155.220.16.0/23", "155.220.18.0/23", "155.220.20.0/22", "155.220.24.0/23", "155.220.26.0/23", "155.220.32.0/23", "155.220.34.0/24", "155.220.35.0/24", "155.220.36.0/24", "155.220.38.0/23", "155.220.40.0/24", "155.220.49.0/24", "155.220.50.0/24", "155.220.51.0/24", "155.220.56.0/23", "155.220.58.0/24", "155.220.59.0/24", "155.220.104.0/21", "155.220.112.0/21", "155.220.132.0/23", "155.220.136.0/23", "155.220.144.0/22", "155.220.180.0/24", "155.220.181.0/24", "155.220.224.0/22", "155.220.251.0/24", "159.71.0.0/16", "159.71.1.0/24", "159.71.2.0/24", "159.71.15.0/24", "159.71.16.0/24", "159.71.17.0/24", "159.71.18.0/24", "159.71.19.0/24", "159.71.34.0/24", "159.71.37.0/24", "159.71.50.0/24", "159.71.53.0/24", "159.71.57.0/24", "159.71.58.0/24", "159.71.59.0/24", "159.71.71.0/24", "159.71.72.0/24", "159.71.78.0/24", "159.71.79.0/24", "159.71.81.0/24", "159.71.83.0/24", "159.71.90.0/24", "159.71.101.0/24", "159.71.107.0/24", "159.71.111.0/24", "159.71.121.0/24", "159.71.123.0/24", "159.71.126.0/23", "159.71.129.0/24", "159.71.138.0/24", "159.71.139.0/24", "159.71.143.0/24", "159.71.146.0/24", "159.71.149.0/24", "159.71.156.0/24", "159.71.159.0/24", "159.71.162.0/24", "159.71.163.0/24", "159.71.164.0/24", "159.71.165.0/24", "159.71.167.0/24", "159.71.168.0/24", "159.71.169.0/24", "159.71.171.0/24", "159.71.172.0/24", "159.71.182.0/24", "159.71.183.0/24", "159.71.188.0/24", "159.71.189.0/24", "159.71.190.0/23", "159.71.194.0/24", "159.71.195.0/24", "159.71.196.0/23", "159.71.214.0/24", "159.71.220.0/24", "159.71.225.0/24", "159.71.228.0/24", "159.71.230.0/24", "159.71.232.0/24", "159.71.233.0/24", "159.71.234.0/24", "159.71.239.0/24", "159.71.242.0/24", "159.71.246.0/24", "159.71.252.0/24", "159.71.255.0/24", "159.133.0.0/16", "159.133.112.0/21", "159.133.120.0/23", "159.133.127.0/24", "160.141.0.0/19", "160.141.8.0/24", "160.141.32.0/20", "160.141.48.0/20", "160.141.64.0/20", "160.141.80.0/20", "160.141.96.0/24", "160.141.97.0/24", "160.141.98.0/24", "160.141.99.0/24", "160.141.100.0/24", "160.141.101.0/24", "160.141.102.0/24", "160.141.103.0/24", "160.141.104.0/23", "160.141.106.0/24", "160.141.107.0/24", "160.141.108.0/24", "160.141.109.0/24", "160.141.110.0/24", "160.141.111.0/24", "160.141.120.0/24", "160.141.121.0/24", "160.141.122.0/24", "160.141.123.0/24", "160.141.124.0/22", "160.141.124.0/24", "160.141.128.0/20", "160.141.144.0/20", "160.141.154.0/24", "160.141.182.0/23", "160.141.184.0/21", "160.141.192.0/21", "160.141.210.0/23", "160.141.217.0/24", "160.141.218.0/24", "160.141.220.0/22", "160.151.32.0/19", "160.151.64.0/21", "160.151.72.0/22", "160.151.80.0/24", "160.151.81.0/24", "160.151.82.0/23", "160.151.84.0/22", "160.151.96.0/20", "160.151.112.0/23", "160.151.116.0/22", "160.151.122.0/23", "160.151.151.0/24", "160.151.192.0/19", "160.151.196.0/23", "160.151.207.0/24", "160.151.224.0/19", "160.151.226.0/23", "160.151.229.0/24", "164.167.0.0/16", "164.167.51.0/24", "164.167.86.0/23", "164.167.150.0/24", "164.248.0.0/20", "164.248.16.0/22", "164.248.20.0/24", "164.248.21.0/24", "164.248.22.0/23", "164.248.24.0/21", "164.248.32.0/21", "164.248.40.0/22", "164.248.44.0/23", "164.248.46.0/24", "164.248.48.0/24", "164.248.49.0/24", "164.248.50.0/23", "164.248.52.0/23", "164.248.54.0/24", "164.248.55.0/24", "164.248.56.0/21", "164.248.64.0/23", "164.248.66.0/24", "164.248.67.0/24", "164.248.68.0/24", "164.248.69.0/24", "164.248.70.0/24", "164.248.71.0/24", "164.248.72.0/22", "164.248.76.0/24", "164.248.77.0/24", "164.248.78.0/24", "164.248.79.0/24", "164.248.80.0/24", "164.248.96.0/24", "164.248.97.0/24", "164.248.98.0/24", "164.248.99.0/24", "164.248.100.0/24", "164.248.101.0/24", "164.248.102.0/23", "164.248.104.0/21", "164.248.112.0/20", "164.248.127.0/24", "164.248.128.0/21", "164.248.136.0/23", "164.248.138.0/23", "164.248.140.0/22", "164.248.143.0/24", "164.248.144.0/21", "164.248.152.0/21", "164.248.160.0/19", "164.248.192.0/21", "164.248.200.0/21", "164.248.216.0/22", "164.248.222.0/23", "164.248.224.0/21", "164.248.236.0/23", "164.248.238.0/23", "164.249.0.0/22", "164.249.1.0/24", "164.249.8.0/22", "164.249.15.0/24", "164.249.33.0/24", "164.249.53.0/24", "164.249.54.0/24", "164.249.61.0/24", "164.249.65.0/24", "164.249.128.0/18", "164.249.192.0/19", "164.249.196.0/23", "164.249.224.0/20", "164.249.240.0/22", "164.249.244.0/24", "164.249.246.0/23", "164.249.248.0/22", "164.249.252.0/23", "164.249.254.0/24", "164.249.255.0/24", "164.250.0.0/20", "164.250.16.0/23", "164.250.18.0/23", "164.250.20.0/22", "164.250.24.0/22", "164.250.28.0/24", "164.250.29.0/24", "164.250.30.0/24", "164.250.31.0/24", "164.250.32.0/22", "164.250.36.0/23", "164.250.38.0/23", "164.250.40.0/21", "164.250.48.0/22", "164.250.52.0/23", "164.250.54.0/24", "164.250.55.0/24", "164.250.56.0/23", "164.250.58.0/24", "164.250.59.0/24", "164.250.60.0/24", "164.250.61.0/24", "164.250.62.0/23", "164.250.64.0/20", "164.250.80.0/20", "164.250.97.0/24", "164.250.98.0/23", "164.250.100.0/22", "164.250.104.0/21", "164.250.112.0/21", "164.250.120.0/24", "164.250.121.0/24", "164.250.122.0/24", "164.250.123.0/24", "164.250.124.0/22", "164.250.128.0/19", "164.250.160.0/21", "164.250.168.0/22", "164.250.172.0/24", "164.250.174.0/23", "164.250.176.0/20", "164.250.192.0/21", "164.250.200.0/22", "164.250.204.0/23", "164.250.206.0/24", "164.250.207.0/24", "164.250.208.0/21", "164.250.216.0/22", "164.250.220.0/24", "164.250.221.0/24", "164.250.222.0/23", "164.250.224.0/20", "164.250.240.0/21", "164.250.248.0/21", "164.251.0.0/19", "164.251.32.0/19", "164.251.64.0/20", "164.251.80.0/20", "164.251.96.0/21", "164.251.104.0/22", "164.251.108.0/24", "164.251.109.0/24", "164.251.110.0/24", "164.251.111.0/24", "164.251.112.0/20", "164.251.125.0/24", "164.251.128.0/20", "164.251.144.0/20", "164.251.160.0/21", "164.251.168.0/21", "164.251.176.0/20", "164.251.192.0/20", "164.251.208.0/20", "164.251.224.0/21", "164.251.232.0/21", "164.251.240.0/22", "164.251.244.0/22", "164.251.248.0/22", "164.251.252.0/22", "192.101.121.0/24", "192.101.123.0/24", "192.101.126.0/24", "192.101.127.0/24", "192.101.129.0/24", "192.101.132.0/24", "192.108.4.0/24", "192.108.9.0/24", "192.108.12.0/24", "192.108.14.0/24", "192.111.227.0/24", "192.132.16.0/23", "192.138.24.0/24", "192.138.30.0/24", "192.138.33.0/24", "192.138.34.0/23", "192.138.42.0/23", "192.138.48.0/24", "192.138.51.0/24", "192.138.52.0/24", "192.138.53.0/24", "192.138.56.0/24", "192.138.57.0/24", "192.138.61.0/24", "192.138.62.0/24", "192.138.64.0/24", "192.138.65.0/24", "192.138.68.0/24", "192.138.69.0/24", "192.138.71.0/24", "192.138.72.0/24", "192.138.73.0/24", "192.138.74.0/24", "192.138.75.0/24", "192.138.78.0/24", "192.138.79.0/24", "192.138.80.0/24", "192.138.82.0/24", "192.138.83.0/24", "192.207.179.0/24", "192.207.223.0/24", "192.207.228.0/24", "198.49.228.0/24", "198.49.236.0/24", "198.49.237.0/24", "198.49.239.0/24", "198.97.132.0/23", "198.97.167.0/24", "198.201.6.0/24", "198.250.128.0/24", "198.250.131.0/24", "198.250.176.0/22", "198.250.181.0/24", "198.250.182.0/23", "198.250.185.0/24", "198.250.186.0/23", "198.250.187.0/24", "198.250.190.0/23", "198.250.192.0/22", "198.250.194.0/24", "198.250.196.0/23", "198.250.200.0/21", "198.250.206.0/24", "198.250.212.0/23", "198.250.219.0/24", "198.250.222.0/24", "198.250.232.0/21", "198.250.238.0/24", "198.250.240.0/23", "199.10.160.0/23", "199.10.162.0/23", "199.10.192.0/24", "199.10.194.0/24", "199.10.239.0/24", "199.10.245.0/24", "199.10.246.0/23", "199.122.5.0/24", "199.122.6.0/24", "199.123.16.0/22", "199.123.16.0/24", "199.123.24.0/22", "199.208.0.0/24", "199.208.64.0/21", "199.208.72.0/22", "199.208.76.0/23", "199.208.78.0/24", "199.208.81.0/24", "199.208.82.0/24", "199.208.87.0/24", "199.208.88.0/23", "199.208.89.0/24", "199.208.90.0/24", "199.208.91.0/24", "199.208.92.0/24", "199.208.93.0/24", "199.208.94.0/23", "199.208.96.0/24", "199.208.99.0/24", "199.208.100.0/24", "199.208.103.0/24", "199.208.104.0/23", "199.208.106.0/24", "199.208.108.0/24", "199.208.111.0/24", "199.208.112.0/23", "199.208.112.0/24", "199.208.116.0/24", "199.211.22.0/24", "199.211.72.0/23", "199.211.177.0/24", "199.211.188.0/22", "199.211.194.0/24", "199.211.195.0/24", "199.211.245.0/24", "199.211.247.0/24", "199.225.10.0/23", "199.225.14.0/24", "199.226.64.0/18", "199.252.16.0/21", "199.252.24.0/24", "204.34.200.0/24", "204.208.0.0/22", "204.208.4.0/23", "204.208.6.0/23", "204.208.8.0/23", "204.208.10.0/23", "204.208.12.0/22", "204.208.16.0/20", "204.208.32.0/19", "204.208.57.0/24", "204.208.64.0/24", "204.208.66.0/24", "204.208.67.0/24", "204.208.69.0/24", "204.208.70.0/23", "204.208.72.0/21", "204.208.76.0/24", "204.208.100.0/24", "204.208.104.0/22", "204.208.109.0/24", "204.208.110.0/23", "204.208.112.0/22", "204.208.116.0/23", "204.208.118.0/24", "204.208.121.0/24", "204.208.122.0/23", "204.208.124.0/22", "204.208.128.0/19", "204.208.160.0/20", "204.208.177.0/24", "204.208.178.0/23", "204.208.180.0/22", "204.208.184.0/21", "204.208.192.0/18", "204.222.16.0/22", "204.222.32.0/21", "204.222.40.0/24", "205.66.104.0/23", "205.66.106.0/24", "205.68.70.0/24", "205.68.105.0/24", "205.68.106.0/23", "205.69.233.0/24", "205.69.234.0/24", "205.73.205.0/24", "205.73.207.0/24", "205.73.212.0/24", "205.73.213.0/24", "205.73.215.0/24", "205.73.218.0/24", "205.73.227.0/24", "205.73.228.0/24", "205.74.191.0/24", "205.113.0.0/22", "205.113.4.0/23", "205.113.6.0/24", "205.115.4.0/24", "205.115.5.0/24", "205.115.12.0/24", "205.115.14.0/24", "205.115.15.0/24", "205.115.17.0/24", "205.115.21.0/24", "205.115.28.0/23", "205.115.32.0/21", "205.115.52.0/24", "205.115.53.0/24", "205.115.86.0/23", "205.115.137.0/24", "205.115.138.0/23", "205.115.184.0/22", "205.116.0.0/22", "205.116.4.0/24", "205.116.64.0/22", "206.37.35.0/24", "207.132.103.0/24", "207.132.104.0/24", "207.132.105.0/24", "207.132.114.0/24", "207.133.83.0/24", "209.22.48.0/24", "209.22.49.0/24", "214.1.2.0/24", "214.1.3.0/24", "214.1.4.0/24", "214.1.5.0/24", "214.1.9.0/24", "214.1.10.0/24", "214.1.11.0/24", "214.1.13.0/24", "214.1.17.0/24", "214.1.18.0/24", "214.1.19.0/24", "214.1.20.0/24", "214.1.21.0/24", "214.1.22.0/24", "214.1.23.0/24", "214.1.25.0/24", "214.1.26.0/24", "214.1.28.0/24", "214.1.29.0/24", "214.1.30.0/24", "214.1.31.0/24", "214.1.32.0/24", "214.1.34.0/24", "214.1.36.0/24", "214.1.37.0/24", "214.1.38.0/24", "214.1.39.0/24", "214.1.41.0/24", "214.1.42.0/24", "214.1.43.0/24", "214.1.44.0/24", "214.1.45.0/24", "214.1.47.0/24", "214.1.48.0/24", "214.1.49.0/24", "214.1.51.0/24", "214.1.52.0/24", "214.1.53.0/24", "214.1.54.0/23", "214.1.56.0/22", "214.1.60.0/23", "214.1.62.0/24", "214.1.64.0/24", "214.1.66.0/24", "214.1.67.0/24", "214.1.68.0/24", "214.1.69.0/24", "214.1.70.0/24", "214.1.71.0/24", "214.1.72.0/23", "214.1.74.0/23", "214.1.76.0/23", "214.1.79.0/24", "214.1.80.0/24", "214.1.81.0/24", "214.1.82.0/24", "214.1.84.0/22", "214.1.89.0/24", "214.1.90.0/24", "214.1.92.0/24", "214.1.93.0/24", "214.1.94.0/24", "214.1.95.0/24", "214.1.97.0/24", "214.1.98.0/24", "214.1.99.0/24", "214.1.101.0/24", "214.1.102.0/24", "214.1.103.0/24", "214.1.104.0/24", "214.1.105.0/24", "214.1.106.0/24", "214.1.107.0/24", "214.1.108.0/24", "214.1.109.0/24", "214.1.110.0/24", "214.1.111.0/24", "214.1.112.0/24", "214.1.118.0/24", "214.1.121.0/24", "214.1.122.0/24", "214.1.123.0/24", "214.1.125.0/24", "214.1.126.0/24", "214.1.130.0/24", "214.1.131.0/24", "214.1.132.0/24", "214.1.133.0/24", "214.1.134.0/24", "214.1.135.0/24", "214.1.136.0/24", "214.1.138.0/24", "214.1.139.0/24", "214.1.140.0/24", "214.1.141.0/24", "214.1.142.0/24", "214.1.143.0/24", "214.1.144.0/24", "214.1.145.0/24", "214.1.146.0/24", "214.1.147.0/24", "214.1.148.0/24", "214.1.149.0/24", "214.1.151.0/24", "214.1.152.0/24", "214.1.153.0/24", "214.1.154.0/24", "214.1.156.0/24", "214.1.158.0/24", "214.1.161.0/24", "214.1.162.0/24", "214.1.163.0/24", "214.1.164.0/23", "214.1.166.0/24", "214.1.167.0/24", "214.1.168.0/24", "214.1.169.0/24", "214.1.170.0/24", "214.1.171.0/24", "214.1.172.0/24", "214.1.173.0/24", "214.1.174.0/24", "214.1.175.0/24", "214.1.176.0/24", "214.1.177.0/24", "214.1.178.0/24", "214.1.179.0/24", "214.1.180.0/24", "214.1.181.0/24", "214.1.182.0/24", "214.1.183.0/24", "214.1.184.0/24", "214.1.186.0/24", "214.1.187.0/24", "214.1.188.0/24", "214.1.189.0/24", "214.1.191.0/24", "214.1.192.0/24", "214.1.194.0/24", "214.1.195.0/24", "214.1.196.0/24", "214.1.198.0/24", "214.1.200.0/24", "214.1.201.0/24", "214.1.202.0/23", "214.1.204.0/24", "214.1.205.0/24", "214.1.206.0/24", "214.1.208.0/24", "214.1.209.0/24", "214.1.210.0/24", "214.1.211.0/24", "214.1.212.0/24", "214.1.213.0/24", "214.1.214.0/24", "214.1.215.0/24", "214.1.216.0/24", "214.1.218.0/23", "214.1.220.0/24", "214.1.224.0/24", "214.1.225.0/24", "214.1.226.0/24", "214.1.228.0/24", "214.1.232.0/24", "214.1.233.0/24", "214.1.234.0/24", "214.1.235.0/24", "214.1.236.0/24", "214.1.237.0/24", "214.1.240.0/24", "214.1.241.0/24", "214.1.244.0/24", "214.1.245.0/24", "214.1.246.0/24", "214.1.247.0/24", "214.1.248.0/24", "214.1.249.0/24", "214.1.250.0/23", "214.1.252.0/24", "214.1.255.0/24", "214.2.1.0/24", "214.2.2.0/24", "214.2.4.0/24", "214.2.5.0/24", "214.2.6.0/24", "214.2.7.0/24", "214.2.8.0/24", "214.2.9.0/24", "214.2.10.0/24", "214.2.13.0/24", "214.2.14.0/24", "214.2.15.0/24", "214.2.16.0/24", "214.2.17.0/24", "214.2.18.0/24", "214.2.19.0/24", "214.2.20.0/24", "214.2.22.0/24", "214.2.23.0/24", "214.2.24.0/24", "214.2.25.0/24", "214.2.26.0/24", "214.2.28.0/24", "214.2.30.0/24", "214.2.31.0/24", "214.2.32.0/24", "214.2.33.0/24", "214.2.34.0/24", "214.2.36.0/24", "214.2.37.0/24", "214.2.38.0/24", "214.2.40.0/24", "214.2.41.0/24", "214.2.43.0/24", "214.2.44.0/24", "214.2.45.0/24", "214.2.46.0/24", "214.2.47.0/24", "214.2.48.0/24", "214.2.49.0/24", "214.2.51.0/24", "214.2.52.0/24", "214.2.54.0/24", "214.2.58.0/24", "214.2.60.0/23", "214.2.62.0/24", "214.2.63.0/24", "214.2.64.0/24", "214.2.65.0/24", "214.2.67.0/24", "214.2.71.0/24", "214.2.74.0/24", "214.2.75.0/24", "214.2.76.0/24", "214.2.77.0/24", "214.2.79.0/24", "214.2.80.0/24", "214.2.85.0/24", "214.2.86.0/24", "214.2.88.0/24", "214.2.89.0/24", "214.2.90.0/24", "214.2.92.0/24", "214.2.93.0/24", "214.2.94.0/24", "214.2.96.0/24", "214.2.97.0/24", "214.2.98.0/24", "214.2.99.0/24", "214.2.100.0/24", "214.2.102.0/24", "214.2.106.0/24", "214.2.107.0/24", "214.2.108.0/24", "214.2.109.0/24", "214.2.110.0/24", "214.2.111.0/24", "214.2.112.0/24", "214.2.114.0/24", "214.2.115.0/24", "214.2.119.0/24", "214.2.121.0/24", "214.2.122.0/24", "214.2.123.0/24", "214.2.124.0/24", "214.2.125.0/24", "214.2.126.0/24", "214.2.128.0/22", "214.2.132.0/24", "214.2.133.0/24", "214.2.134.0/24", "214.2.135.0/24", "214.2.136.0/24", "214.2.137.0/24", "214.2.138.0/24", "214.2.139.0/24", "214.2.144.0/24", "214.2.148.0/24", "214.2.149.0/24", "214.2.152.0/24", "214.2.153.0/24", "214.2.154.0/24", "214.2.155.0/24", "214.2.157.0/24", "214.2.158.0/24", "214.2.160.0/24", "214.2.161.0/24", "214.2.162.0/23", "214.2.164.0/22", "214.2.168.0/21", "214.2.176.0/21", "214.2.184.0/24", "214.2.185.0/24", "214.2.186.0/24", "214.2.190.0/24", "214.2.191.0/24", "214.2.192.0/23", "214.2.194.0/24", "214.2.195.0/24", "214.2.196.0/22", "214.2.209.0/24", "214.2.211.0/24", "214.2.212.0/24", "214.2.213.0/24", "214.2.214.0/24", "214.2.215.0/24", "214.2.216.0/24", "214.2.224.0/20", "214.2.240.0/21", "214.2.248.0/24", "214.2.250.0/24", "214.2.252.0/24", "214.2.253.0/24", "214.2.254.0/24", "214.2.255.0/24", "214.3.3.0/24", "214.3.4.0/24", "214.3.5.0/24", "214.3.6.0/23", "214.4.102.0/24", "214.10.32.0/23", "214.10.34.0/24", "214.10.36.0/24", "214.10.40.0/22", "214.10.44.0/22", "214.10.48.0/22", "214.10.52.0/22", "214.10.56.0/24", "214.10.63.0/24", "214.17.0.0/17", "214.17.128.0/17", "214.47.0.0/18", "214.47.24.0/22", "214.47.28.0/22", "214.47.52.0/22", "214.47.64.0/20", "214.47.80.0/22", "214.47.84.0/22", "214.47.88.0/21", "214.47.96.0/19", "214.47.128.0/22", "214.47.132.0/22", "214.47.136.0/21", "214.47.142.0/23", "214.47.144.0/21", "214.47.152.0/21", "214.47.160.0/21", "214.47.168.0/22", "214.47.172.0/23", "214.47.174.0/24", "214.47.175.0/24", "214.47.176.0/21", "214.47.184.0/22", "214.47.188.0/22", "214.47.192.0/23", "214.47.194.0/24", "214.47.196.0/23", "214.47.228.0/24", "214.47.229.0/24", "214.51.161.0/24", "214.51.162.0/24", "214.59.0.0/20", "214.59.16.0/20", "214.59.36.0/22", "214.59.40.0/22", "214.59.48.0/22", "214.59.52.0/24", "214.59.53.0/24", "214.59.54.0/24", "214.59.55.0/24", "214.59.56.0/24", "214.59.57.0/24", "214.59.58.0/24", "214.59.59.0/24", "214.59.60.0/24", "214.59.64.0/22", "214.59.86.0/24", "214.59.87.0/24", "214.59.254.0/24", "214.59.255.0/24", "214.75.0.0/20", "214.75.16.0/23", "214.75.18.0/24", "214.75.20.0/24", "214.75.21.0/24", "214.75.22.0/23", "214.75.24.0/22", "214.75.28.0/22", "214.75.32.0/21", "214.75.40.0/21", "214.75.48.0/22", "214.75.52.0/24", "214.75.53.0/24", "214.75.54.0/23", "214.75.56.0/21", "214.75.64.0/20", "214.75.80.0/20", "214.75.96.0/19", "214.75.128.0/20", "214.75.144.0/22", "214.75.148.0/24", "214.75.149.0/24", "214.75.150.0/24", "214.75.151.0/24", "214.75.152.0/24", "214.75.153.0/24", "214.75.154.0/23", "214.75.156.0/23", "214.75.158.0/24", "214.75.159.0/24", "214.75.160.0/24", "214.75.161.0/24", "214.75.162.0/24", "214.75.163.0/24", "214.75.164.0/24", "214.75.165.0/24", "214.75.166.0/23", "214.75.168.0/21", "214.75.176.0/20", "214.75.192.0/24", "214.75.193.0/24", "214.75.194.0/24", "214.75.196.0/22", "214.75.200.0/22", "214.75.204.0/23", "214.75.206.0/23", "214.75.208.0/20", "214.75.224.0/21", "214.75.232.0/22", "214.75.236.0/22", "214.75.240.0/22", "214.75.244.0/22", "214.75.248.0/22", "214.75.252.0/22", "214.76.0.0/19", "214.76.32.0/21", "214.76.40.0/22", "214.76.44.0/23", "214.76.46.0/24", "214.76.47.0/24", "214.76.48.0/20", "214.76.64.0/19", "214.76.96.0/23", "214.76.98.0/23", "214.76.100.0/23", "214.76.102.0/23", "214.76.104.0/23", "214.76.107.0/24", "214.76.108.0/24", "214.76.109.0/24", "214.76.110.0/23", "214.76.116.0/23", "214.76.119.0/24", "214.76.120.0/23", "214.76.122.0/23", "214.76.124.0/23", "214.76.126.0/23", "214.76.128.0/23", "214.76.130.0/23", "214.76.132.0/22", "214.76.136.0/22", "214.76.141.0/24", "214.76.142.0/23", "214.76.144.0/20", "214.76.160.0/21", "214.76.168.0/23", "214.76.170.0/23", "214.76.172.0/24", "214.76.173.0/24", "214.76.174.0/24", "214.76.175.0/24", "214.76.176.0/21", "214.76.184.0/23", "214.76.186.0/23", "214.76.188.0/24", "214.76.189.0/24", "214.76.190.0/24", "214.76.191.0/24", "214.76.192.0/24", "214.76.193.0/24", "214.76.194.0/23", "214.76.196.0/22", "214.76.200.0/21", "214.76.209.0/24", "214.76.210.0/23", "214.76.212.0/22", "214.76.216.0/21", "214.76.224.0/20", "214.76.240.0/22", "214.76.244.0/22", "214.76.248.0/22", "214.76.252.0/24", "214.76.253.0/24", "214.76.254.0/24", "214.76.255.0/24", "214.77.2.0/23", "214.77.4.0/24", "214.77.6.0/23", "214.77.8.0/21", "214.77.17.0/24", "214.77.18.0/24", "214.77.19.0/24", "214.77.20.0/22", "214.77.24.0/23", "214.77.26.0/23", "214.77.28.0/23", "214.77.30.0/24", "214.77.31.0/24", "214.77.32.0/20", "214.77.48.0/21", "214.77.56.0/24", "214.77.57.0/24", "214.77.58.0/23", "214.77.60.0/22", "214.77.64.0/23", "214.77.66.0/24", "214.77.67.0/24", "214.77.68.0/22", "214.77.72.0/22", "214.77.76.0/23", "214.77.78.0/23", "214.77.81.0/24", "214.77.82.0/23", "214.77.84.0/22", "214.77.88.0/21", "214.77.96.0/20", "214.77.112.0/22", "214.77.116.0/23", "214.77.118.0/24", "214.77.119.0/24", "214.77.120.0/21", "214.77.128.0/23", "214.77.130.0/24", "214.77.131.0/24", "214.77.132.0/23", "214.77.134.0/24", "214.77.135.0/24", "214.77.136.0/22", "214.77.140.0/24", "214.77.141.0/24", "214.77.142.0/24", "214.77.143.0/24", "214.77.144.0/21", "214.77.152.0/22", "214.77.156.0/22", "214.77.160.0/19", "214.77.192.0/21", "214.77.200.0/21", "214.77.208.0/24", "214.77.210.0/24", "214.77.211.0/24", "214.77.212.0/24", "214.77.213.0/24", "214.77.214.0/24", "214.77.215.0/24", "214.77.216.0/24", "214.77.217.0/24", "214.77.218.0/23", "214.77.220.0/22", "214.77.224.0/21", "214.77.232.0/21", "214.77.240.0/22", "214.77.244.0/22", "214.77.248.0/23", "214.77.250.0/24", "214.77.251.0/24", "214.77.252.0/22", "214.78.0.0/17", "214.78.128.0/22", "214.78.132.0/23", "214.78.134.0/24", "214.78.135.0/24", "214.78.136.0/22", "214.78.140.0/22", "214.78.144.0/21", "214.78.152.0/23", "214.78.154.0/24", "214.78.155.0/24", "214.78.156.0/22", "214.78.160.0/21", "214.78.168.0/22", "214.78.172.0/23", "214.78.174.0/24", "214.78.175.0/24", "214.78.176.0/22", "214.78.184.0/24", "214.78.185.0/24", "214.78.187.0/24", "214.78.188.0/23", "214.78.190.0/24", "214.78.191.0/24", "214.78.192.0/20", "214.78.208.0/23", "214.78.210.0/23", "214.78.212.0/22", "214.78.216.0/22", "214.78.220.0/24", "214.78.221.0/24", "214.78.224.0/20", "214.78.240.0/23", "214.78.242.0/24", "214.78.243.0/24", "214.78.244.0/23", "214.78.246.0/23", "214.78.248.0/21", "214.79.0.0/18", "214.79.64.0/20", "214.79.80.0/22", "214.79.84.0/23", "214.79.86.0/23", "214.79.88.0/21", "214.79.96.0/20", "214.79.112.0/23", "214.79.114.0/24", "214.79.115.0/24", "214.79.116.0/22", "214.79.120.0/21", "214.79.128.0/20", "214.79.144.0/20", "214.79.160.0/19", "214.79.192.0/19", "214.79.224.0/20", "214.79.240.0/22", "214.79.244.0/22", "214.79.248.0/22", "214.79.252.0/22", "214.81.0.0/24", "214.81.1.0/24", "214.81.3.0/24", "214.81.5.0/24", "214.81.6.0/24", "214.81.7.0/24", "214.81.8.0/24", "214.81.9.0/24", "214.81.10.0/24", "214.81.12.0/24", "214.81.13.0/24", "214.81.14.0/24", "214.81.15.0/24", "214.81.16.0/24", "214.81.17.0/24", "214.81.19.0/24", "214.81.21.0/24", "214.81.22.0/24", "214.81.25.0/24", "214.81.27.0/24", "214.81.28.0/24", "214.81.30.0/23", "214.81.32.0/23", "214.81.34.0/23", "214.81.36.0/24", "214.81.37.0/24", "214.81.38.0/23", "214.81.40.0/21", "214.81.48.0/23", "214.81.50.0/24", "214.81.51.0/24", "214.81.52.0/23", "214.81.54.0/24", "214.81.55.0/24", "214.81.56.0/21", "214.81.64.0/22", "214.81.68.0/23", "214.81.70.0/24", "214.81.71.0/24", "214.81.72.0/24", "214.81.73.0/24", "214.81.74.0/23", "214.81.76.0/23", "214.81.78.0/23", "214.81.84.0/23", "214.81.86.0/24", "214.81.87.0/24", "214.81.88.0/21", "214.81.96.0/21", "214.81.104.0/21", "214.81.112.0/24", "214.81.113.0/24", "214.81.114.0/23", "214.81.116.0/23", "214.81.118.0/23", "214.81.120.0/24", "214.81.121.0/24", "214.81.122.0/24", "214.81.123.0/24", "214.81.124.0/22", "214.81.128.0/23", "214.81.130.0/23", "214.81.132.0/22", "214.81.136.0/21", "214.81.144.0/22", "214.81.148.0/22", "214.81.164.0/22", "214.81.168.0/24", "214.81.169.0/24", "214.81.170.0/24", "214.81.171.0/24", "214.81.174.0/24", "214.81.176.0/22", "214.81.180.0/22", "214.81.184.0/23", "214.81.185.0/24", "214.81.186.0/24", "214.81.187.0/24", "214.81.188.0/23", "214.81.190.0/23", "214.81.192.0/24", "214.81.194.0/23", "214.81.196.0/23", "214.81.200.0/21", "214.81.208.0/24", "214.81.209.0/24", "214.81.210.0/24", "214.81.211.0/24", "214.81.212.0/22", "214.81.216.0/24", "214.81.218.0/23", "214.81.220.0/22", "214.81.224.0/24", "214.81.225.0/24", "214.81.226.0/23", "214.81.229.0/24", "214.81.230.0/24", "214.81.232.0/21", "214.81.240.0/24", "214.81.241.0/24", "214.81.242.0/23", "214.81.244.0/24", "214.81.245.0/24", "214.81.246.0/23", "214.81.248.0/23", "214.81.250.0/23", "214.81.252.0/23", "214.81.254.0/23", "215.1.1.0/24", "215.1.2.0/23"]}}, "5974": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["131.77.0.0/16", "156.112.88.0/24", "156.112.89.0/24", "156.112.90.0/24", "156.112.91.0/24", "156.112.92.0/24", "156.112.94.0/24", "156.112.95.0/24", "209.22.236.0/24", "214.23.232.0/24", "214.24.243.0/24", "214.38.232.0/24", "214.38.236.0/24", "214.49.128.0/18", "214.66.160.0/19"], "6": ["2608:101:8::/48", "2608:102::/48"]}}, "5978": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["199.211.157.0/24", "199.211.162.0/24", "204.222.228.0/23"], "6": ["2001:480:161::/48"]}}, "5979": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["160.137.18.0/24", "199.10.235.0/24", "209.22.38.0/24"]}}, "5980": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2001:480:90::/48"]}}, "5982": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["199.112.128.0/20", "199.112.136.0/21"]}}, "6002": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["214.3.80.0/24", "214.3.81.0/24", "214.3.84.0/24"]}}, "6006": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["144.106.243.0/24"]}}, "6009": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.164.0.0/16"], "6": ["2001:480:51::/48"]}}, "6022": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["140.27.68.0/24"]}}, "6025": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2608:141:c::/48", "2608:4123:2::/48", "2608:c185:1::/48"]}}, "6026": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["156.112.98.0/24", "156.112.99.0/24", "156.112.100.0/24", "156.112.101.0/24", "156.112.102.0/23", "207.133.0.0/24", "207.133.1.0/24", "207.133.4.0/23", "207.133.6.0/24", "209.22.74.0/24", "214.3.125.0/24", "214.3.154.0/24", "214.3.224.0/21", "214.4.255.0/24", "214.6.104.0/23", "214.16.2.0/24", "214.16.3.0/24", "214.21.0.0/16", "214.23.240.0/23", "214.49.64.0/18", "214.66.192.0/19"]}}, "6034": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["6.16.64.0/23", "6.16.205.0/24", "6.133.65.0/24", "143.81.0.0/24", "143.81.4.0/22", "143.81.8.0/21", "143.81.16.0/24", "143.81.18.0/24", "143.81.22.0/24", "143.81.23.0/24", "143.81.25.0/24", "143.81.29.0/24", "143.81.31.0/24", "143.81.32.0/24", "143.81.36.0/24", "143.81.37.0/24", "143.81.48.0/24", "143.81.49.0/24", "143.81.50.0/24", "143.81.51.0/24", "143.81.52.0/24", "143.81.53.0/24", "143.81.54.0/23", "143.81.56.0/24", "143.81.58.0/24", "143.81.59.0/24", "143.81.61.0/24", "143.81.62.0/24", "143.81.72.0/22", "143.81.90.0/24", "143.81.105.0/24", "143.81.106.0/24", "143.81.112.0/24", "143.81.156.0/24", "143.81.157.0/24", "143.81.192.0/24", "143.81.200.0/24", "143.81.201.0/24", "143.81.220.0/24", "143.81.222.0/24", "143.81.223.0/24", "143.81.224.0/19", "144.105.200.0/24", "144.105.244.0/23", "155.152.147.0/24", "155.152.158.0/23", "155.152.207.0/24", "155.213.215.0/24", "192.153.143.0/24", "192.153.145.0/24", "199.112.24.0/24", "205.70.122.0/23", "205.70.124.0/22", "206.37.3.0/24", "206.37.4.0/22", "206.37.7.0/24", "206.37.8.0/24", "206.37.233.0/24", "214.3.85.0/24", "214.3.86.0/24", "214.3.156.0/24", "214.4.235.0/24", "214.26.249.0/24", "215.65.48.0/24"]}}, "6035": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["153.23.0.0/20", "153.23.34.0/23", "153.23.40.0/23", "153.23.42.0/23", "153.23.44.0/23", "153.23.46.0/23", "153.23.48.0/23", "153.23.52.0/23", "153.23.54.0/23", "153.23.58.0/23", "153.23.60.0/23", "153.23.64.0/19", "153.23.96.0/20", "153.23.112.0/21", "153.23.120.0/22", "153.23.128.0/23", "153.23.130.0/23", "153.23.132.0/23", "153.23.134.0/23", "153.23.136.0/23", "153.23.138.0/23", "153.23.140.0/23", "153.23.142.0/23", "153.23.148.0/23", "153.23.150.0/23", "153.23.152.0/23", "153.23.154.0/23", "153.23.156.0/23", "153.23.176.0/20", "153.23.236.0/22", "153.23.252.0/22", "153.24.0.0/20", "153.24.16.0/20", "153.24.32.0/20", "153.24.48.0/20", "153.24.64.0/20", "153.24.80.0/20", "153.24.96.0/20", "153.24.112.0/20", "153.24.128.0/20", "153.24.160.0/20", "153.24.192.0/23", "153.24.194.0/23", "153.24.196.0/23", "153.24.198.0/23", "153.24.200.0/23", "153.24.208.0/23", "153.24.210.0/23", "153.24.224.0/23", "153.24.228.0/23", "153.24.232.0/23", "153.24.234.0/23", "153.25.48.0/20", "153.25.64.0/20", "153.25.80.0/20", "153.25.96.0/20", "153.25.144.0/24", "153.25.145.0/24", "153.25.147.0/24", "153.25.149.0/24", "153.25.150.0/24", "153.25.151.0/24", "153.25.153.0/24", "153.25.176.0/20", "153.25.192.0/20", "153.25.240.0/20", "153.26.0.0/21", "153.26.12.0/22", "153.26.16.0/20", "153.26.32.0/20", "153.26.64.0/20", "153.26.96.0/20", "153.26.112.0/24", "153.26.114.0/24", "153.26.118.0/23", "153.26.120.0/24", "153.26.121.0/24", "153.26.123.0/24", "153.26.124.0/23", "153.26.126.0/24", "153.26.127.0/24", "153.26.129.0/24", "153.26.130.0/24", "153.26.132.0/24", "153.26.136.0/23", "153.26.138.0/24", "153.26.176.0/20", "153.26.192.0/20", "153.26.208.0/20", "153.26.224.0/20", "153.26.240.0/20", "153.29.32.0/20", "153.29.52.0/24", "153.29.64.0/20", "153.29.112.0/20", "153.29.240.0/22", "153.29.248.0/24", "153.29.252.0/24", "207.133.180.0/24"]}}, "6039": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.152.0.0/16", "134.152.25.0/24", "134.152.110.0/24", "134.152.120.0/23", "134.152.122.0/23", "134.152.147.0/24", "134.152.190.0/23", "134.152.252.0/23", "134.152.255.0/24", "140.16.8.0/23", "160.136.128.0/22", "160.136.132.0/22", "160.136.136.0/22", "160.136.144.0/23", "160.136.148.0/24", "160.136.149.0/24", "160.136.150.0/24", "160.136.152.0/22", "160.136.157.0/24", "160.136.158.0/24", "160.136.159.0/24", "160.136.168.0/22", "160.136.176.0/23", "160.136.178.0/23", "160.136.180.0/23", "160.136.186.0/23", "160.136.188.0/22", "160.136.200.0/23", "160.136.204.0/23", "160.136.214.0/23", "214.3.214.0/24", "214.18.0.0/16", "214.18.21.0/24", "214.18.23.0/24", "214.18.39.0/24", "214.18.45.0/24", "214.18.87.0/24", "214.18.88.0/24", "214.18.91.0/24", "214.18.106.0/24", "214.18.112.0/24", "214.18.113.0/24", "214.18.115.0/24", "214.18.133.0/24", "214.18.134.0/24", "214.18.170.0/24", "214.18.171.0/24", "214.18.207.0/24", "214.18.223.0/24", "214.18.243.0/24", "214.18.245.0/24", "214.18.254.0/24", "214.55.0.0/16", "214.60.0.0/19", "214.60.0.0/20", "214.60.25.0/24", "214.60.27.0/24", "214.60.29.0/24", "214.60.32.0/19", "214.60.32.0/20", "214.60.52.0/22", "214.60.57.0/24", "214.60.59.0/24", "214.60.61.0/24", "214.60.64.0/19", "214.60.64.0/21", "214.60.72.0/21", "214.60.80.0/22", "214.60.84.0/22", "214.60.89.0/24", "214.60.91.0/24", "214.60.93.0/24"]}}, "6040": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["132.24.100.0/24", "199.10.32.0/24", "199.114.46.0/24", "214.18.251.0/24"]}}, "6041": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.11.0.0/16", "134.11.14.0/24", "134.11.25.0/24", "134.11.53.0/24", "134.11.54.0/23", "134.11.56.0/24", "134.11.57.0/24", "134.11.58.0/24", "134.11.67.0/24", "134.11.81.0/24", "134.11.88.0/23", "134.11.91.0/24", "134.11.94.0/23", "134.11.102.0/24", "134.11.128.0/24", "134.11.130.0/23", "134.11.132.0/24", "134.11.161.0/24", "134.11.162.0/24", "134.11.163.0/24", "134.11.168.0/24", "134.11.190.0/24", "134.11.197.0/24", "134.11.232.0/24", "134.11.233.0/24", "134.11.246.0/23", "134.11.248.0/24", "134.11.250.0/24", "134.11.251.0/24", "141.116.0.0/16", "141.116.8.0/23", "141.116.10.0/24", "141.116.11.0/24", "141.116.30.0/24", "141.116.42.0/24", "141.116.43.0/24", "141.116.108.0/23", "141.116.110.0/24", "141.116.125.0/24", "141.116.168.0/23", "141.116.210.0/23", "141.116.212.0/24", "141.116.213.0/24", "141.116.215.0/24", "160.136.224.0/20", "160.136.240.0/20", "199.10.34.0/24", "199.10.36.0/22", "199.10.36.0/24", "204.37.162.0/24", "214.55.48.0/23", "214.55.50.0/24", "214.55.56.0/22", "214.55.62.0/23", "214.60.120.0/24", "214.60.124.0/23"]}}, "6042": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.205.0.0/16", "134.205.230.0/24", "134.205.252.0/23", "134.205.255.0/24", "207.133.185.0/24", "214.60.96.0/20"]}}, "6043": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2001:480:50::/48"]}}, "6245": {"name": "NETWORK-SOLUTIONS, US / InterNIC Registration Services", "ranges": {"4": ["64.69.215.0/24"]}}, "6450": {"name": "PIXNET-AS, US / Providers Internet Exchange", "ranges": {"4": ["198.186.190.0/23", "198.186.190.0/24", "198.186.192.0/23", "198.186.194.0/24", "208.76.12.0/22"]}}, "6966": {"name": "USDOS, US / U.S. Department of State", "ranges": {"4": ["169.252.0.0/16", "169.252.0.0/17", "169.252.128.0/17", "169.253.0.0/16", "169.253.4.0/24", "169.253.160.0/19", "169.253.162.0/24", "169.253.172.0/22"]}}, "7473": {"name": "SINGTEL-AS-AP Singapore Telecommunications Ltd, SG / Singapore Telecommunications (SINGTEL Internet Exchange)", "ranges": {"4": ["101.234.31.0/24", "101.234.32.0/24", "101.234.33.0/24", "101.234.34.0/24", "101.234.40.0/24", "117.18.32.0/19", "117.18.47.0/24", "117.18.48.0/24", "183.81.231.0/24", "185.84.218.0/24", "193.103.148.0/24", "194.180.112.0/23", "202.83.218.0/24", "202.160.224.0/19", "202.165.148.0/24", "202.189.128.0/22", "202.189.132.0/22", "202.189.136.0/21", "203.127.108.0/24", "203.208.128.0/17", "203.208.141.0/24", "203.208.143.0/24", "203.208.155.0/24", "203.208.156.0/24", "203.208.161.0/24", "203.208.163.0/24", "203.208.164.0/24", "203.208.165.0/24", "203.208.175.0/24", "203.208.179.0/24", "203.208.191.0/24", "203.208.197.0/24", "203.208.199.0/24", "203.208.204.0/24", "203.208.207.0/24", "203.208.223.0/24", "220.232.56.0/24", "220.232.57.0/24", "220.232.58.0/24", "220.232.59.0/24"], "6": ["2001:c10::/32", "2001:c10:ff06::/48", "2001:c10:ff08::/48", "2001:c10:ff12::/48", "2001:c10:ff14::/48", "2001:c10:ff18::/48", "2001:c10:ff1b::/48", "2001:c10:ff1c::/48", "2a05:a884:de10::/48", "2a05:a884:de20::/48"]}}, "7527": {"name": "JPIX Japan Internet Xing Co., Ltd., JP / Japan Internet Exchange Co., Ltd.", "ranges": {"4": ["210.171.226.0/23", "210.171.228.0/22"], "6": ["2400:3000::/32"]}}, "7540": {"name": "HKCIX-AS-AP HongKong Commercial Internet Exchange, HK / IXTech Limited", "ranges": {"4": ["103.79.92.0/24", "103.79.93.0/24", "103.79.94.0/24", "103.79.95.0/24", "117.18.96.0/24", "117.18.98.0/24", "117.18.105.0/24", "117.18.106.0/24", "117.18.107.0/24", "117.18.108.0/24", "117.18.112.0/24", "117.18.113.0/24", "117.18.114.0/24", "117.18.115.0/24", "117.18.116.0/24", "117.18.119.0/24", "117.18.120.0/24", "117.18.121.0/24", "117.18.122.0/24", "202.53.128.0/24", "202.53.130.0/24", "202.181.137.0/24", "202.181.138.0/24", "202.181.140.0/24", "202.181.141.0/24", "202.181.142.0/24", "202.181.146.0/24", "202.181.147.0/24", "202.181.150.0/24", "202.181.152.0/24", "202.181.154.0/24", "202.181.160.0/24", "202.181.161.0/24", "202.181.162.0/24", "202.181.163.0/24", "202.181.164.0/24", "202.181.165.0/24", "202.181.166.0/24", "202.181.167.0/24", "202.181.168.0/24", "202.181.169.0/24", "202.181.170.0/24", "202.181.171.0/24", "202.181.172.0/24", "202.181.173.0/24", "202.181.174.0/24", "202.181.176.0/24", "202.181.178.0/24", "202.181.179.0/24", "202.181.180.0/24", "202.181.181.0/24", "202.181.182.0/24", "202.181.183.0/24", "202.181.184.0/24", "202.181.185.0/24", "202.181.186.0/24", "202.181.187.0/24", "202.181.189.0/24", "202.181.190.0/24", "202.181.191.0/24", "202.181.192.0/24", "202.181.193.0/24", "202.181.194.0/24", "202.181.195.0/24", "202.181.196.0/24", "202.181.197.0/24", "202.181.198.0/24", "202.181.199.0/24", "202.181.200.0/24", "202.181.201.0/24", "202.181.202.0/24", "202.181.203.0/24", "202.181.205.0/24", "202.181.206.0/24", "202.181.207.0/24", "202.181.208.0/24", "202.181.209.0/24", "202.181.210.0/24", "202.181.211.0/24", "202.181.212.0/24", "202.181.213.0/24", "202.181.214.0/24", "202.181.215.0/24", "202.181.216.0/24", "202.181.217.0/24", "202.181.220.0/24", "202.181.221.0/24", "202.181.222.0/24", "202.181.223.0/24", "202.181.224.0/24", "202.181.225.0/24", "202.181.226.0/24", "202.181.227.0/24", "202.181.228.0/24", "202.181.229.0/24", "202.181.230.0/24", "202.181.231.0/24", "202.181.232.0/24", "202.181.233.0/24", "202.181.234.0/24", "202.181.235.0/24", "202.181.236.0/24", "202.181.237.0/24", "202.181.238.0/24", "202.181.239.0/24", "202.181.240.0/24", "202.181.241.0/24", "202.181.242.0/24", "202.181.243.0/24", "202.181.244.0/24", "202.181.245.0/24", "202.181.246.0/24", "202.181.247.0/24", "202.181.248.0/23", "202.181.248.0/24", "202.181.249.0/24"]}}, "7597": {"name": "IIX-AS-AP Indonesia Internet Exchange, ID", "ranges": {}}, "7615": {"name": "BTIX-AS-AP Bhutan Internet Exchange, BT / Bhutan Internet Exchange", "ranges": {"4": ["103.129.63.0/24"], "6": ["2001:dea:4001::/48"]}}, "7646": {"name": "BANKOFAMERICA-ATG-HK Bank of America N.A., HK", "ranges": {}}, "7700": {"name": "SINGTEL-DVBIP-AS-AP SINGAPORE TELECOMMUNICATIONS LTD, SG / Singapore Telecommunications (SINGTEL Internet Exchange)", "ranges": {"4": ["103.30.32.0/22", "118.201.16.0/21", "118.201.24.0/21", "202.63.224.0/20", "202.63.226.0/24", "202.63.227.0/24", "202.63.228.0/24", "202.63.229.0/24", "202.63.230.0/24", "202.63.232.0/24", "202.63.233.0/24", "202.63.234.0/24", "202.63.235.0/24", "202.63.236.0/24", "202.63.237.0/24", "202.63.239.0/24", "203.208.185.0/24", "203.208.193.0/24", "221.120.112.0/21", "221.120.120.0/21"], "6": ["2402:ce00::/32", "2402:ce01::/32"]}}, "7743": {"name": "JPMORGAN-AS7743, US / JPMorgan Chase & Co.", "ranges": {"4": ["159.53.0.0/16", "159.53.16.0/20", "159.53.32.0/19", "159.53.64.0/19", "159.53.96.0/19", "159.53.128.0/19", "159.53.160.0/19", "159.53.179.0/24", "159.53.192.0/18", "198.27.1.0/24", "199.253.243.0/24", "199.253.244.0/23", "199.253.244.0/24", "199.253.245.0/24", "209.211.208.0/22"], "6": ["2620:11::/45", "2620:11::/47", "2620:11:2::/47", "2620:11:4::/47", "2620:11:6::/47", "2620:11:8::/47"]}}, "7764": {"name": "CENSUSBUREAU, US / U. S. Bureau of the Census", "ranges": {"4": ["148.129.0.0/16", "148.129.64.0/19", "148.129.128.0/19", "148.129.160.0/24", "148.129.161.0/24"], "6": ["2610:20:2000::/38", "2610:20:2000::/44", "2610:20:2010::/44"]}}, "7847": {"name": "NASA-HPCC-ESS, US / NASA Goddard Space Flight Center", "ranges": {"4": ["169.154.0.0/16", "169.154.128.0/17"]}}, "7872": {"name": "USAP-ASN, US / United States Antarctic Program", "ranges": {"4": ["157.132.0.0/16", "192.150.224.0/24", "198.102.91.0/24", "199.4.250.0/23", "199.184.189.0/24", "199.201.248.0/23", "204.89.132.0/23", "204.238.237.0/24"], "6": ["2620:11d:3000::/44"]}}, "8235": {"name": "TIX-ZH Formerly IXEurope Telehouse Zurich Internet Exchange,", "ranges": {}}, "8959": {"name": "Emirates Internet Exchange GTE Peer router, AE", "ranges": {}}, "8985": {"name": "MSK-IX_SERVICES, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["62.76.209.0/24", "193.232.64.0/24", "193.232.76.0/24", "193.232.226.0/23", "194.85.16.0/24", "194.190.146.0/24", "194.226.16.0/24", "194.226.38.0/23", "194.226.41.0/24", "194.226.56.0/23", "194.226.58.0/23", "195.19.8.0/24", "195.208.24.0/21", "195.208.29.0/24", "195.208.222.0/24", "195.209.140.0/24", "195.209.147.0/24", "195.209.148.0/24"], "6": ["2001:6d0:6d06::/48", "2001:6d0:8000::/48", "2001:6d0:ffc7::/48", "2001:6d0:ffd8::/48", "2a09:bd00:ffca::/48"]}}, "9139": {"name": "CYPIX Cyprus Internet Exchange, CY", "ranges": {}}, "9241": {"name": "FINTEL-FJ Fiji International Telecomunications Ltd, FJ / Fiji International Telecommunications Ltd", "ranges": {"4": ["113.20.64.0/19", "202.170.32.0/20"]}}, "9281": {"name": "PNIX-NZ-AP Palmerston North Internet Exchange, NZ", "ranges": {}}, "9333": {"name": "MMIX-AS-AP MYANMAR INTERNET EXCHANGE ASSOCIATION INC., MM", "ranges": {}}, "9420": {"name": "MHK-IX-AS-AP Maharlika Internet Exchange, PH", "ranges": {}}, "9439": {"name": "WIX-VITAL-NZ-AP Wellington Internet Exchange Vital, NZ", "ranges": {}}, "9446": {"name": "MIE-AS-AP Maldives internet exchange, MV", "ranges": {}}, "9590": {"name": "SEHK-AP The STock Exchange of HK Ltd., HK / Hong Kong Exchanges and Clearing Limited", "ranges": {"4": ["202.162.185.0/24", "202.162.187.0/24", "203.78.5.0/24", "203.78.6.0/24"]}}, "9654": {"name": "MMIX-AS-AP Myanmar Internet Exchange - MMIX, MM", "ranges": {}}, "9670": {"name": "MANILA-IX Manila Internet Exchange, PH", "ranges": {}}, "9959": {"name": "KOREASTOCKEXCHANGE-AS KOREA STOCK EXCHANGE, KR / KOREA STOCK EXCHANGE", "ranges": {"4": ["106.249.45.0/24", "115.22.32.0/24", "115.22.33.0/24", "203.235.0.0/24", "203.235.1.0/24", "203.235.2.0/24", "203.235.4.0/24", "203.235.5.0/24", "203.235.6.0/24", "203.235.7.0/24", "203.235.9.0/24", "203.235.10.0/24", "203.235.11.0/24", "210.113.148.0/24", "210.126.140.0/24", "210.206.131.0/24", "210.206.132.0/24"]}}, "10343": {"name": "AS10343, US / National Aeronautics and Space Administration", "ranges": {"4": ["129.99.0.0/16", "192.92.164.0/22", "198.9.0.0/17", "198.9.128.0/18", "198.9.192.0/19"]}}, "10754": {"name": "GOV-FRB-BOG, US / Federal Reserve Board", "ranges": {"4": ["132.200.0.0/16", "132.200.148.0/24", "132.200.158.0/24", "192.26.194.0/23", "192.26.196.0/22", "192.26.200.0/23", "198.3.221.0/24"]}}, "10794": {"name": "BANKAMERICA, US / Bank of America, National Association", "ranges": {"4": ["171.158.24.0/23", "171.158.28.0/23", "171.158.128.0/20", "171.158.160.0/20", "171.158.192.0/20", "171.158.224.0/20", "171.159.16.0/22", "171.159.18.0/24", "171.159.19.0/24", "171.159.20.0/22", "171.159.22.0/24", "171.159.23.0/24", "171.159.46.0/23", "171.159.48.0/20", "171.159.52.0/24", "171.159.59.0/24", "171.159.60.0/24", "171.159.64.0/20", "171.159.78.0/24", "171.159.80.0/20", "171.159.83.0/24", "171.159.95.0/24", "171.159.96.0/21", "171.159.104.0/22", "171.159.108.0/22", "171.159.112.0/21", "171.159.113.0/24", "171.159.114.0/24", "171.159.115.0/24", "171.159.116.0/24", "171.159.117.0/24", "171.159.118.0/24", "171.159.119.0/24", "171.159.120.0/21", "171.159.120.0/24", "171.159.121.0/24", "171.159.122.0/24", "171.159.123.0/24", "171.159.124.0/24", "171.159.125.0/24", "171.159.126.0/24", "171.159.127.0/24", "171.159.192.0/20", "171.159.206.0/24", "171.159.208.0/20", "171.159.216.0/24", "171.159.217.0/24", "171.159.218.0/24", "171.159.219.0/24", "171.159.223.0/24", "171.159.224.0/21", "171.159.224.0/24", "171.159.225.0/24", "171.159.226.0/24", "171.159.227.0/24", "171.159.228.0/24", "171.159.232.0/22", "171.159.236.0/22", "171.159.236.0/24", "171.159.237.0/24", "171.159.240.0/20", "171.161.8.0/24", "171.161.9.0/24", "171.161.10.0/24", "171.161.12.0/23", "171.161.14.0/23", "171.161.16.0/22", "171.161.18.0/24", "171.161.19.0/24", "171.161.20.0/22", "171.161.22.0/24", "171.161.23.0/24", "171.161.26.0/23", "171.161.28.0/23", "171.161.31.0/24", "171.161.32.0/20", "171.161.34.0/24", "171.161.40.0/24", "171.161.41.0/24", "171.161.42.0/24", "171.161.43.0/24", "171.161.46.0/23", "171.161.48.0/24", "171.161.49.0/24", "171.161.50.0/23", "171.161.52.0/24", "171.161.53.0/24", "171.161.54.0/24", "171.161.55.0/24", "171.161.56.0/24", "171.161.57.0/24", "171.161.58.0/24", "171.161.59.0/24", "171.161.60.0/23", "171.161.80.0/24", "171.161.82.0/24", "171.161.83.0/24", "171.161.84.0/24", "171.161.96.0/21", "171.161.97.0/24", "171.161.100.0/24", "171.161.101.0/24", "171.161.102.0/24", "171.161.103.0/24", "171.161.104.0/21", "171.161.104.0/24", "171.161.105.0/24", "171.161.106.0/24", "171.161.107.0/24", "171.161.108.0/24", "171.161.109.0/24", "171.161.110.0/24", "171.161.111.0/24", "171.161.112.0/21", "171.161.113.0/24", "171.161.114.0/24", "171.161.115.0/24", "171.161.116.0/24", "171.161.117.0/24", "171.161.118.0/24", "171.161.119.0/24", "171.161.120.0/21", "171.161.120.0/24", "171.161.121.0/24", "171.161.122.0/24", "171.161.123.0/24", "171.161.124.0/24", "171.161.125.0/24", "171.161.126.0/24", "171.161.127.0/24", "171.161.128.0/20", "171.161.144.0/21", "171.161.144.0/22", "171.161.148.0/24", "171.161.152.0/22", "171.161.156.0/22", "171.161.156.0/24", "171.161.157.0/24", "171.161.160.0/19", "171.161.174.0/23", "171.161.174.0/24", "171.161.190.0/23", "171.161.191.0/24", "171.161.192.0/24", "171.161.196.0/22", "171.161.196.0/24", "171.161.197.0/24", "171.161.198.0/24", "171.161.199.0/24", "171.161.208.0/20", "171.161.224.0/20", "171.161.240.0/20", "171.162.0.0/24", "171.162.2.0/24", "171.162.5.0/24", "171.162.6.0/24", "171.162.7.0/24", "171.162.8.0/24", "171.162.16.0/24", "171.162.19.0/24", "171.162.21.0/24", "171.162.22.0/24", "171.162.23.0/24", "171.162.24.0/24", "171.162.25.0/24", "171.162.26.0/24", "171.162.31.0/24", "171.162.32.0/22", "171.162.44.0/22", "171.162.86.0/24", "171.162.87.0/24", "171.162.88.0/24", "171.162.89.0/24", "171.162.90.0/23", "171.162.90.0/24", "171.162.91.0/24", "171.162.96.0/22", "171.162.100.0/24", "171.162.101.0/24", "171.162.102.0/23", "171.162.102.0/24", "171.162.103.0/24", "171.162.108.0/24", "171.162.109.0/24", "171.162.110.0/24", "171.162.111.0/24", "171.162.168.0/24", "171.162.170.0/23", "171.162.170.0/24", "171.162.171.0/24", "171.162.172.0/23", "171.162.174.0/23", "171.162.188.0/23", "171.162.188.0/24", "171.162.189.0/24", "171.192.0.0/20", "171.192.2.0/24", "171.192.3.0/24", "171.192.10.0/24", "171.192.16.0/23", "199.43.12.0/23", "199.43.48.0/23", "199.43.54.0/23", "199.43.56.0/23", "199.43.60.0/23", "199.43.64.0/21", "199.43.72.0/21", "199.201.43.0/24", "199.201.47.0/24", "199.201.56.0/24", "199.201.57.0/24", "199.201.63.0/24", "203.11.128.0/24", "203.11.130.0/24", "203.11.131.0/24", "203.11.134.0/24", "206.143.44.0/23"]}}, "10934": {"name": "JPMORGAN-AS10934, US / JPMorgan Chase & Co.", "ranges": {"4": ["159.53.224.0/21", "159.53.232.0/24", "159.53.233.0/24", "159.53.236.0/24", "199.253.248.0/24"], "6": ["2620:11:a::/47"]}}, "10959": {"name": "BAC-NPC, US / Bank of America, National Association", "ranges": {"4": ["192.104.169.0/24", "192.136.66.0/24"]}}, "10998": {"name": "BAC-MLAMRS, US / Bank of America, National Association", "ranges": {"4": ["12.3.80.0/22", "199.43.32.0/20", "199.43.44.0/24", "199.43.72.0/24", "209.65.16.0/22"]}}, "11496": {"name": "JPMORGAN-CPS-TAMPA-FL, US / JPMorgan Chase & Co.", "ranges": {"4": ["12.96.58.0/24", "206.253.186.0/24", "206.253.187.0/24", "206.253.188.0/24", "206.253.189.0/24"]}}, "11678": {"name": "DOE-NTS-AS, US / U.S. Department of Energy", "ranges": {"4": ["192.100.51.0/24"], "6": ["2607:2080::/32"]}}, "12037": {"name": "FDIC-GOV, US / Federal Deposit Insurance Corporation", "ranges": {"4": ["167.176.1.0/24", "167.176.6.0/24", "167.176.8.0/24", "167.176.36.0/24", "167.176.38.0/24", "192.147.69.0/24"]}}, "12276": {"name": "SFMIX-MGMT, US / San Francisco Metropolitan Internet Exchange (SFMIX)", "ranges": {"4": ["192.33.255.0/24"], "6": ["2620:11a:b000::/44"]}}, "12833": {"name": "GIGAPIX GigaPix - Portuguese Internet eXchange, PT / Fundacao para a Ciencia e a Tecnologia, I.P.", "ranges": {"4": ["193.236.100.0/23"]}}, "13275": {"name": "INXS INXS Internet Exchange Service, DE", "ranges": {}}, "13414": {"name": "TWITTER, US / Twitter Inc.", "ranges": {"4": ["64.63.0.0/18", "64.63.32.0/24", "64.63.33.0/24", "69.12.56.0/21", "69.195.160.0/19", "69.195.160.0/24", "69.195.162.0/24", "69.195.166.0/24", "69.195.169.0/24", "69.195.171.0/24", "69.195.174.0/24", "69.195.175.0/24", "69.195.176.0/24", "69.195.177.0/24", "69.195.178.0/24", "69.195.179.0/24", "69.195.180.0/24", "69.195.181.0/24", "69.195.182.0/24", "69.195.183.0/24", "69.195.184.0/24", "69.195.185.0/24", "69.195.186.0/24", "69.195.187.0/24", "103.252.112.0/23", "103.252.114.0/23", "104.244.40.0/24", "104.244.41.0/24", "104.244.42.0/24", "104.244.44.0/24", "104.244.45.0/24", "104.244.46.0/24", "104.244.47.0/24", "188.64.224.0/21", "192.133.76.0/22", "199.16.156.0/22", "199.16.156.0/23", "199.59.148.0/22", "199.96.56.0/23", "202.160.128.0/24", "202.160.129.0/24", "202.160.130.0/24", "202.160.131.0/24", "209.237.192.0/19", "209.237.192.0/24", "209.237.193.0/24", "209.237.194.0/24", "209.237.195.0/24", "209.237.196.0/24", "209.237.198.0/24", "209.237.199.0/24", "209.237.200.0/24"], "6": ["2400:6680:f000::/36", "2606:1f80:f000::/36", "2a04:9d40:f000::/36"]}}, "13611": {"name": "CDC, US / U.S. Center For Disease Control and Prevention", "ranges": {"4": ["158.111.0.0/16", "198.246.96.0/24", "198.246.97.0/24", "198.246.98.0/24", "198.246.99.0/24", "198.246.100.0/24", "198.246.101.0/24", "198.246.102.0/24", "198.246.103.0/24", "198.246.106.0/24", "198.246.108.0/24", "198.246.109.0/24", "198.246.110.0/24", "198.246.112.0/24", "198.246.115.0/24", "198.246.116.0/24", "198.246.117.0/24", "198.246.118.0/24", "198.246.119.0/24", "198.246.120.0/24", "198.246.121.0/24", "198.246.122.0/24", "198.246.123.0/24", "198.246.124.0/24", "198.246.125.0/24", "198.246.126.0/24", "198.246.127.0/24", "216.58.189.0/24"]}}, "13854": {"name": "JSE, ZA / The Johannesburg Stock Exchange (JSE Limited)", "ranges": {"4": ["196.216.154.0/24", "196.216.155.0/24"]}}, "14086": {"name": "QIX, CA / Montreal Internet Exchange Inc.", "ranges": {"4": ["206.126.112.0/24"], "6": ["2620:1f:4000::/48"]}}, "14222": {"name": "NFCU-AS, US / Navy Federal Credit Union", "ranges": {"4": ["198.51.240.0/24", "199.204.164.0/24", "199.204.165.0/24", "199.204.166.0/24", "199.204.167.0/24", "207.189.154.0/24", "207.189.155.0/24", "207.189.156.0/24", "208.82.36.0/24", "208.82.37.0/24"]}}, "14827": {"name": "WSDOT-ASN, US / Washington State Department of Transportation", "ranges": {"4": ["164.110.0.0/16", "198.238.212.0/23"]}}, "15130": {"name": "USDOJ-GOV, US / United States Department of Justice", "ranges": {"4": ["149.101.1.0/24", "149.101.17.0/24", "149.101.21.0/24", "149.101.22.0/24", "149.101.25.0/24", "149.101.26.0/24", "149.101.29.0/24", "149.101.30.0/24", "149.101.32.0/24", "149.101.40.0/24", "149.101.45.0/24", "149.101.47.0/24", "149.101.50.0/23", "149.101.52.0/24", "149.101.57.0/24", "149.101.68.0/22", "149.101.72.0/21", "149.101.80.0/22", "149.101.83.0/24", "149.101.84.0/23", "149.101.92.0/22", "149.101.107.0/24", "149.101.111.0/24", "149.101.127.0/24", "149.101.128.0/24", "149.101.150.0/23", "149.101.160.0/22", "149.101.180.0/22", "149.101.183.0/24", "149.101.184.0/23", "149.101.192.0/22", "149.101.207.0/24", "149.101.218.0/24", "149.101.222.0/24", "149.101.226.0/24", "149.101.228.0/24", "149.101.255.0/24"], "6": ["2607:f330:5000::/48", "2607:f330:5fa1::/48", "2607:f330:6000::/36", "2607:f330:6000::/48", "2607:f330:6aaa::/48", "2607:f330:a001::/48", "2607:f330:a002::/48"]}}, "15147": {"name": "DHSINETNOC, US / DEPARTMENT OF HOMELAND SECURITY", "ranges": {"4": ["64.69.48.0/21", "64.69.56.0/24", "64.69.58.0/23", "64.69.60.0/22", "161.214.182.0/24", "161.214.183.0/24", "173.255.48.0/21", "173.255.56.0/21", "216.81.80.0/21", "216.81.88.0/21"], "6": ["2600:400::/32", "2600:400:1800::/44", "2600:400:1c00::/44", "2600:400:3a00::/44", "2600:400:5a00::/40", "2600:400:8400::/40", "2600:400:8800::/40", "2600:400:8e00::/40"]}}, "15196": {"name": "MDDOT, US / Maryland Department of Transportation", "ranges": {"4": ["170.93.0.0/16", "170.93.140.0/23", "170.93.142.0/23", "170.93.144.0/24", "170.93.145.0/24", "170.93.226.0/24", "170.93.227.0/24"]}}, "15645": {"name": "AS15645 DE Ukrainian Internet Exchange UA-IX, UA / DE Ukrainian Internet Exchange (UA-IX)", "ranges": {"4": ["185.119.76.0/22"]}}, "15669": {"name": "BIX-BG Bulgarian Internet eXchange BIX.BG ltd., BG / BIX.BG Ltd.", "ranges": {"4": ["91.237.102.0/23"], "6": ["2a03:4ba0::/48"]}}, "16004": {"name": "MIXITA-AS Milan Italy interconnection point, IT / MIX S.r.L. - Milan Internet eXchange", "ranges": {"4": ["217.29.72.0/21", "217.29.77.0/24"], "6": ["2001:1ac0::/32"]}}, "16876": {"name": "ICANN-DC, US / ICANN", "ranges": {"4": ["192.0.44.0/22", "192.0.47.0/24", "199.4.29.0/24", "208.77.191.0/24"], "6": ["2602:800:900f::/48", "2620:0:2830::/48"]}}, "17107": {"name": "GADOT-NET1, US / Georgia Department of Transportation", "ranges": {"4": ["143.100.32.0/19", "143.100.207.0/24", "143.100.230.0/23"]}}, "17412": {"name": "NPIX-AS-AP Internet Exchange Nepal, NP / Internet Exchange Nepal", "ranges": {"4": ["103.102.36.0/24"], "6": ["2001:def:8001::/48"]}}, "17482": {"name": "BTIX-AS-AP Bhutan Internet Exchange, BT", "ranges": {}}, "17800": {"name": "IIX-AS-AP Indonesia Internet Exchange IIX, ID", "ranges": {}}, "17972": {"name": "BANKOFAMERICA-ATG-HK Bank of America N.A., HK", "ranges": {}}, "18361": {"name": "AUSTOCKEXCHANGE-AU AUSTRALIAN STOCK EXCHANGE LIMITED, AU / Australian Stock Exchange Limited", "ranges": {"4": ["43.255.128.0/24", "43.255.129.0/24", "43.255.130.0/24", "43.255.131.0/24", "203.0.116.0/22", "203.15.144.0/22", "203.15.144.0/23", "203.15.145.0/24", "203.15.146.0/23", "203.15.146.0/24", "203.15.147.0/24"]}}, "18404": {"name": "HYDIX-AS-AP HyderabadIX is an non-profit Internet Exchange P", "ranges": {}}, "19886": {"name": "BOFABROKERDEALERSVCS, US / Bank of America, National Association", "ranges": {"4": ["171.162.10.0/24", "171.162.14.0/24", "171.162.20.0/24", "171.162.48.0/20", "171.162.60.0/22", "171.162.80.0/22", "171.162.84.0/23", "171.162.84.0/24", "171.162.85.0/24", "171.162.107.0/24", "171.162.112.0/20", "171.162.112.0/24", "171.162.176.0/23", "171.162.176.0/24", "171.162.177.0/24", "171.162.178.0/23", "171.162.178.0/24", "171.162.186.0/23", "171.162.186.0/24", "171.162.187.0/24", "171.162.208.0/23", "171.162.224.0/21", "171.162.234.0/23", "171.162.234.0/24", "171.162.235.0/24", "171.162.236.0/23", "171.162.236.0/24", "171.162.237.0/24"]}}, "20144": {"name": "IMRS, US / ICANN", "ranges": {"4": ["192.0.37.0/24", "192.0.40.0/24", "192.0.41.0/24", "199.7.82.0/23", "199.7.83.0/24", "199.7.94.0/24", "199.7.95.0/24", "199.43.132.0/24"], "6": ["2001:500:3::/48", "2001:500:8c::/48", "2001:500:9c::/48", "2001:500:9d::/48", "2001:500:9e::/47", "2001:500:9f::/48", "2602:800:9004::/48", "2620:0:22b0::/48", "2620:0:2ee0::/48"]}}, "20612": {"name": "SWISSIX, CH / SwissIX Internet Exchange", "ranges": {"4": ["185.222.12.0/22", "194.242.34.0/24"], "6": ["2001:67c:20ac::/48", "2a0c:d000::/29"]}}, "20759": {"name": "SA-IX Saudi Arabian Internet Exchange - Riyadh, SA", "ranges": {}}, "21556": {"name": "NARC-EROOT, US / NASA Ames Research Center", "ranges": {"4": ["192.12.28.0/24", "192.203.230.0/24"], "6": ["2001:500:a8::/48", "2620:126:e000::/48"]}}, "22238": {"name": "DARPA, US / Defense Advanced Research Projects Agency(DARPA)", "ranges": {"4": ["158.63.0.0/16", "158.63.250.0/24", "192.5.18.0/24", "192.187.8.0/24"]}}, "22767": {"name": "AS22767, US / National Aeronautics and Space Administration", "ranges": {"4": ["169.154.197.0/24"]}}, "23372": {"name": "FDIX-PUBLIC, US / Midwest Internet Exchange LLC", "ranges": {"4": ["45.45.192.0/24"]}}, "23518": {"name": "ICANN, US", "ranges": {}}, "23676": {"name": "MARIIX-GU Mariana Islands Internet Exchange, GU / University of Guam", "ranges": {"4": ["103.115.192.0/24"], "6": ["2001:df7:df80::/48"]}}, "24190": {"name": "SET-AS-TH The Stock Exchange of Thailand, TH / The Stock Exchange of Thailand", "ranges": {"4": ["103.136.252.0/23", "103.136.252.0/24", "103.136.253.0/24", "119.63.74.0/24", "203.99.252.0/23", "203.99.252.0/24", "203.99.253.0/24"]}}, "24257": {"name": "JPIX-64ES Japan Internet Xing Co., Ltd., JP / Japan Internet Exchange Co., Ltd.", "ranges": {"4": ["103.2.8.0/23", "202.90.12.0/24", "202.90.14.0/24"], "6": ["2400:3000:70::/48"]}}, "24387": {"name": "SIX-AS-AP SDN Internet Exchange, NZ", "ranges": {}}, "24388": {"name": "CHIX-AS-AP Christchurch Internet Exchange, NZ", "ranges": {}}, "24399": {"name": "ABN-PEERING-AS-AP Asia Broadcast Networks Peering AS, HK / ASIX Asia Satellite Internet eXchange Ltd", "ranges": {"4": ["202.133.8.0/21", "202.133.10.0/24", "203.80.176.0/24", "203.80.177.0/24", "203.80.178.0/24", "203.80.179.0/24", "203.80.180.0/24", "203.80.181.0/24", "203.80.182.0/24", "203.80.183.0/24", "203.80.184.0/22"]}}, "24439": {"name": "NTAMAR-AS-AP MARSHALL ISLANDS NTA ISP AS, MH / National Telecommunications Authority", "ranges": {"4": ["64.86.23.0/24", "64.86.76.0/24", "103.202.148.0/24", "103.202.149.0/24", "103.202.150.0/24", "103.202.151.0/24", "117.103.88.0/21", "117.103.89.0/24", "117.103.90.0/23", "117.103.92.0/24", "117.103.93.0/24", "117.103.94.0/24", "203.78.152.0/24", "203.78.153.0/24", "203.78.154.0/24", "203.78.155.0/24"], "6": ["2405:400::/32", "2405:400:8000::/33"]}}, "24457": {"name": "DE-CIX-AS-AP DE-CIX Delhi Internet Exchange, IN", "ranges": {}}, "24470": {"name": "DE-CIX-AS-AP DE-CIX Chennai Internet Exchange, IN", "ranges": {}}, "24474": {"name": "ASNPANYCAST Nepal Internet Exchange NP Anycast, NP / Nepal R&E Network", "ranges": {"4": ["198.32.126.0/24"]}}, "24508": {"name": "DE-CIX-AS-AP DE-CIX Kolkata Internet Exchange, IN", "ranges": {}}, "24513": {"name": "DOJ-TRANSIT-AS-AP Department of Justice, AU", "ranges": {}}, "24748": {"name": "THINX_POLAND THINX Internet exchange, PL", "ranges": {}}, "24796": {"name": "NAMEX-IXP-SERVICES Rome Internet eXchange point, IT / NAMEX CONSORZIO", "ranges": {"4": ["185.33.108.0/23", "185.33.110.0/24", "185.33.111.0/24", "193.24.29.0/24", "193.201.40.0/24"], "6": ["2a0f:80:1::/48", "2a0f:80:2::/48", "2a0f:80:3::/48", "2a0f:80:a::/48", "2a0f:80:b::/48", "2a0f:80:c::/48", "2a0f:80:d::/48", "2a0f:80:e::/48"]}}, "25996": {"name": "FBICJIS, US / FBI Criminal Justice Information Systems", "ranges": {"4": ["149.101.100.0/24", "149.101.101.0/24", "149.101.102.0/24", "149.101.103.0/24", "149.101.118.0/24", "149.101.164.0/23", "149.101.216.0/24", "149.101.229.0/24", "149.101.242.0/24", "153.31.0.0/16", "153.31.0.0/17", "153.31.111.0/24", "153.31.128.0/18", "153.31.192.0/18"], "6": ["2607:f330:2002::/48", "2607:f330:2003::/48", "2607:f330:9400::/40", "2607:f330:9401::/48", "2607:f330:9402::/47", "2607:f330:9404::/46", "2607:f330:9408::/45", "2607:f330:9410::/44", "2607:f330:9420::/43", "2607:f330:9440::/42", "2607:f330:9480::/41"]}}, "26229": {"name": "US-SEC, US / U.S. Securities & Exchange Commission", "ranges": {"4": ["162.138.16.0/24", "162.138.32.0/24", "162.138.182.0/24", "162.138.192.0/24", "162.138.194.0/24", "162.138.195.0/24", "162.138.196.0/24", "162.138.197.0/24", "162.138.198.0/24", "162.138.200.0/24", "162.138.201.0/24", "162.138.202.0/24", "162.138.203.0/24", "162.138.204.0/24", "162.138.205.0/24", "162.138.206.0/24", "162.138.207.0/24", "162.138.208.0/24", "162.138.209.0/24", "162.138.210.0/24", "162.138.211.0/24", "162.138.212.0/24", "162.138.213.0/24", "162.138.214.0/24", "162.138.215.0/24", "162.138.216.0/24", "162.138.222.0/24"], "6": ["2602:80b:8011::/48", "2602:80b:8021::/48"]}}, "26299": {"name": "ICANN, US", "ranges": {}}, "26710": {"name": "ICANN-ANYCASTED-SERVICES, US / ICANN", "ranges": {"4": ["192.0.42.0/24", "199.4.31.0/24", "199.4.138.0/24", "199.43.133.0/24", "199.43.135.0/24", "199.253.182.0/24", "199.253.183.0/24"], "6": ["2001:500:86::/48", "2001:500:87::/48", "2001:500:89::/48", "2001:500:8d::/48", "2001:500:8f::/48", "2602:800:9007::/48"]}}, "26711": {"name": "ICANN-MDR, US / ICANN", "ranges": {"4": ["192.0.36.0/22"], "6": ["2620:0:2ed0::/48"]}}, "27016": {"name": "NRC-NET, US / United States Nuclear Regulatory Commission", "ranges": {"4": ["148.184.180.0/23"], "6": ["2620:129:2000::/42", "2620:129:2010::/48", "2620:129:2040::/42", "2620:129:2080::/42", "2620:129:20c0::/42"]}}, "27030": {"name": "USCG-AS, US / United States Coast Guard", "ranges": {"6": ["2600:803:613::/48"]}}, "27046": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["131.70.4.0/24", "131.70.16.0/21", "131.70.24.0/22", "131.70.28.0/23", "131.70.32.0/24", "131.70.60.0/24", "131.70.67.0/24", "131.70.80.0/21", "131.70.93.0/24", "131.70.112.0/23", "131.70.156.0/22", "131.70.164.0/24", "131.70.199.0/24", "131.70.200.0/23", "131.70.203.0/24", "131.70.204.0/24", "131.70.206.0/24", "131.70.209.0/24", "131.70.210.0/24", "131.70.211.0/24", "131.70.212.0/24", "131.70.216.0/24", "131.70.232.0/24", "131.70.240.0/24", "131.70.254.0/23", "131.74.12.0/24", "131.74.16.0/22", "131.74.20.0/22", "131.74.24.0/23", "131.74.32.0/22", "131.74.36.0/22", "131.74.48.0/22", "131.74.52.0/24", "131.74.58.0/24", "131.74.62.0/24", "131.74.64.0/22", "131.74.68.0/22", "131.74.72.0/22", "131.74.76.0/22", "131.74.80.0/22", "131.74.84.0/22", "131.74.88.0/22", "131.74.92.0/22", "131.74.96.0/22", "131.74.110.0/24", "131.74.111.0/24", "131.74.118.0/24", "131.74.121.0/24", "131.74.124.0/24", "131.74.160.0/21", "131.74.168.0/22", "131.74.172.0/22", "131.74.176.0/21", "131.74.184.0/22", "131.74.188.0/22", "131.74.208.0/22", "131.74.224.0/22", "131.74.228.0/22", "131.74.240.0/22", "131.74.248.0/23", "131.74.252.0/24", "131.75.6.0/24", "131.75.7.0/24", "131.75.11.0/24", "131.75.13.0/24", "131.75.14.0/24", "131.75.19.0/24", "131.75.20.0/24", "131.75.21.0/24", "131.75.23.0/24", "131.75.24.0/23", "131.75.26.0/23", "131.75.28.0/22", "131.75.34.0/24", "131.75.45.0/24", "131.75.47.0/24", "131.75.50.0/24", "131.75.52.0/23", "131.75.54.0/24", "131.75.56.0/24", "131.75.62.0/24", "131.75.66.0/24", "131.75.67.0/24", "131.75.72.0/24", "131.75.73.0/24", "131.75.74.0/23", "131.75.81.0/24", "131.75.82.0/23", "131.75.86.0/24", "131.75.88.0/23", "131.75.94.0/23", "131.75.96.0/24", "131.75.97.0/24", "131.75.99.0/24", "131.75.100.0/23", "131.75.102.0/24", "131.75.103.0/24", "131.75.105.0/24", "131.75.107.0/24", "131.75.108.0/24", "131.75.109.0/24", "131.75.111.0/24", "131.75.120.0/24", "131.75.122.0/24", "131.75.125.0/24", "131.75.126.0/24", "131.75.140.0/24", "131.75.142.0/23", "131.75.144.0/24", "131.75.146.0/24", "131.75.148.0/22", "131.75.154.0/23", "131.75.156.0/24", "131.75.158.0/24", "131.75.159.0/24", "131.75.165.0/24", "131.75.167.0/24", "131.75.170.0/24", "131.75.171.0/24", "131.75.172.0/22", "131.75.178.0/24", "131.75.180.0/24", "131.75.182.0/23", "131.75.193.0/24", "131.75.197.0/24", "131.75.198.0/23", "131.75.203.0/24", "131.75.205.0/24", "131.75.206.0/24", "131.75.207.0/24", "131.75.208.0/24", "131.75.211.0/24", "131.75.212.0/24", "131.75.214.0/23", "131.75.216.0/23", "131.75.218.0/23", "131.75.226.0/23", "131.75.228.0/23", "131.75.235.0/24", "131.75.238.0/24", "131.75.239.0/24", "131.75.243.0/24", "131.75.245.0/24", "131.75.246.0/24", "131.75.252.0/24", "131.76.2.0/24", "131.76.7.0/24", "131.76.22.0/24", "131.76.30.0/24", "131.76.39.0/24", "131.76.41.0/24", "131.76.43.0/24", "131.76.51.0/24", "131.76.52.0/24", "131.76.55.0/24", "131.76.56.0/24", "131.76.65.0/24", "131.76.68.0/23", "131.76.71.0/24", "131.76.80.0/23", "131.76.94.0/23", "131.76.96.0/23", "131.76.129.0/24", "131.76.135.0/24", "131.76.171.0/24", "131.76.172.0/24", "131.76.173.0/24", "131.76.174.0/23", "131.76.176.0/21", "131.76.184.0/21", "131.76.192.0/23", "131.76.194.0/23", "131.78.0.0/24", "131.78.132.0/24", "131.78.158.0/24", "131.78.159.0/24", "131.78.167.0/24", "131.78.174.0/23", "131.78.184.0/22", "131.78.184.0/23", "131.78.186.0/24", "131.78.187.0/24", "131.78.200.0/23", "131.78.202.0/23", "131.78.212.0/23", "131.78.214.0/23", "131.78.216.0/23", "131.78.220.0/23", "131.78.240.0/24", "131.78.243.0/24", "131.79.3.0/24", "131.79.7.0/24", "131.79.11.0/24", "131.79.13.0/24", "131.79.14.0/24", "131.79.16.0/24", "131.79.19.0/24", "131.79.22.0/23", "131.79.24.0/23", "131.79.32.0/22", "131.79.48.0/23", "131.79.50.0/23", "131.79.52.0/23", "131.79.54.0/23", "131.79.56.0/23", "131.79.58.0/23", "131.79.60.0/23", "131.79.62.0/23", "131.79.66.0/24", "131.79.67.0/24", "131.79.69.0/24", "131.79.105.0/24", "131.79.110.0/23", "131.79.112.0/23", "131.79.116.0/23", "131.79.118.0/23", "131.79.122.0/23", "131.79.124.0/24", "131.79.128.0/24", "131.79.130.0/23", "131.79.134.0/23", "131.79.136.0/23", "131.79.140.0/24", "131.79.141.0/24", "131.79.142.0/23", "131.79.144.0/22", "131.79.148.0/22", "131.79.152.0/22", "131.79.158.0/24", "131.79.160.0/23", "131.79.162.0/23", "131.79.164.0/23", "131.79.168.0/22", "131.79.172.0/22", "131.79.178.0/24", "131.79.192.0/23", "131.79.205.0/24", "131.79.206.0/24", "131.79.207.0/24", "131.79.224.0/24", "131.79.229.0/24", "131.79.230.0/23", "131.79.233.0/24", "131.79.240.0/23", "131.81.2.0/23", "131.81.5.0/24", "131.81.9.0/24", "131.81.10.0/24", "131.81.17.0/24", "131.81.89.0/24", "131.81.90.0/23", "131.81.92.0/22", "131.81.99.0/24", "131.81.101.0/24", "131.81.103.0/24", "131.81.162.0/23", "131.81.164.0/23", "131.81.170.0/24", "131.81.191.0/24", "131.81.199.0/24", "131.81.206.0/23", "131.82.0.0/24", "131.82.19.0/24", "131.82.20.0/23", "131.82.22.0/23", "131.82.24.0/23", "131.82.26.0/23", "131.82.28.0/23", "131.82.30.0/23", "131.82.32.0/23", "131.82.34.0/23", "131.82.36.0/23", "131.82.40.0/23", "131.82.42.0/23", "131.82.44.0/23", "131.82.46.0/23", "131.82.50.0/23", "131.82.54.0/23", "131.82.56.0/23", "131.82.58.0/23", "131.82.60.0/23", "131.82.62.0/23", "131.82.64.0/23", "131.82.66.0/23", "131.82.70.0/23", "131.82.72.0/23", "131.82.74.0/23", "131.82.76.0/23", "131.82.78.0/24", "131.82.90.0/23", "131.82.92.0/23", "131.82.94.0/23", "131.82.98.0/23", "131.82.105.0/24", "131.82.125.0/24", "131.82.126.0/24", "131.82.127.0/24", "131.82.128.0/23", "131.82.130.0/23", "131.82.132.0/23", "131.82.134.0/24", "131.82.136.0/23", "131.82.170.0/24", "131.82.181.0/24", "131.82.186.0/24", "131.82.189.0/24", "131.86.0.0/23", "131.86.3.0/24", "131.86.9.0/24", "131.86.10.0/24", "131.86.23.0/24", "131.86.32.0/23", "131.86.34.0/23", "131.86.42.0/24", "131.86.43.0/24", "131.86.45.0/24", "131.86.51.0/24", "131.86.55.0/24", "131.86.63.0/24", "131.86.160.0/24", "131.86.165.0/24", "131.86.168.0/24", "131.86.200.0/23", "131.86.202.0/23", "131.86.248.0/23", "131.86.250.0/23", "131.86.255.0/24", "131.87.6.0/24", "131.87.7.0/24", "131.87.10.0/24", "131.87.12.0/24", "131.87.13.0/24", "131.87.40.0/22", "131.87.53.0/24", "131.87.68.0/24", "131.87.93.0/24", "131.87.98.0/24", "131.87.99.0/24", "131.87.100.0/22", "131.87.104.0/22", "131.87.108.0/22", "131.87.112.0/23", "131.87.204.0/23", "131.87.235.0/24", "131.87.237.0/24", "131.87.243.0/24", "131.87.245.0/24", "138.140.192.0/21", "138.141.16.0/20", "140.12.192.0/21", "140.12.200.0/21", "140.12.208.0/21", "140.18.32.0/20", "140.18.44.0/23", "140.19.40.0/22", "140.19.80.0/22", "140.19.88.0/22", "140.19.114.0/24", "140.19.115.0/24", "140.19.120.0/24", "140.19.121.0/24", "140.19.123.0/24", "140.19.124.0/23", "140.19.192.0/22", "140.20.214.0/24", "164.87.3.0/24", "164.87.20.0/23", "164.87.22.0/23", "164.87.24.0/21", "164.87.26.0/24", "164.87.30.0/23", "164.87.32.0/21", "164.87.34.0/24", "164.87.40.0/21", "164.87.40.0/22", "164.87.44.0/22", "164.87.48.0/21", "164.87.55.0/24", "164.87.100.0/22", "164.87.146.0/24", "164.87.147.0/24", "164.87.152.0/22", "164.87.156.0/22", "164.87.160.0/19", "164.87.160.0/20", "164.87.181.0/24", "164.87.184.0/23", "164.87.192.0/18", "164.87.213.0/24", "164.87.224.0/20", "164.87.240.0/20", "164.87.248.0/23", "192.67.251.0/24", "198.97.73.0/24", "199.10.68.0/24", "199.10.69.0/24", "214.3.14.0/24", "214.7.0.0/22", "214.7.4.0/22", "214.7.8.0/22", "214.7.12.0/22", "214.7.16.0/22", "214.7.20.0/22", "214.7.24.0/22", "214.7.28.0/22", "214.7.32.0/22", "214.7.36.0/22", "214.7.40.0/22", "214.7.44.0/22", "214.7.48.0/22", "214.7.52.0/22", "214.7.64.0/22", "214.7.68.0/22", "214.7.72.0/22", "214.7.76.0/22", "214.7.80.0/22", "214.7.84.0/22", "214.7.88.0/23", "214.7.90.0/23", "214.7.96.0/24", "214.7.216.0/22", "214.7.220.0/22", "214.7.224.0/22", "214.7.228.0/23", "214.7.230.0/23", "214.7.232.0/22", "214.7.236.0/22", "214.7.240.0/22", "214.7.244.0/22", "214.7.248.0/23", "214.7.250.0/24", "214.7.251.0/24", "214.7.252.0/23", "214.7.254.0/23", "214.17.194.0/24", "214.73.64.0/20", "214.73.80.0/20", "215.1.11.0/24", "215.1.12.0/23"], "6": ["2608:106::/48", "2608:146:4::/48", "2608:169:2::/48"]}}, "27047": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["164.236.5.0/24", "164.236.7.0/24", "164.236.10.0/24", "164.236.12.0/24", "164.236.13.0/24", "164.236.14.0/24", "164.236.16.0/24", "164.236.19.0/24", "164.236.28.0/22", "164.236.38.0/24", "164.236.39.0/24", "164.236.40.0/24", "164.236.42.0/24", "164.236.44.0/24", "164.236.49.0/24", "164.236.50.0/24", "164.236.51.0/24", "164.236.52.0/24", "164.236.53.0/24", "164.236.54.0/24", "164.236.55.0/24", "164.236.56.0/24", "164.236.57.0/24", "164.236.58.0/24", "164.236.59.0/24", "164.236.60.0/24", "164.236.61.0/24", "164.236.62.0/24", "164.236.63.0/24", "164.236.64.0/24", "164.236.65.0/24", "164.236.66.0/24", "164.236.67.0/24", "164.236.68.0/24", "164.236.69.0/24", "164.236.70.0/24", "164.236.71.0/24", "164.236.72.0/24", "164.236.73.0/24", "164.236.74.0/24", "164.236.75.0/24", "164.236.76.0/24", "164.236.78.0/24", "164.236.84.0/22", "164.236.89.0/24", "164.236.90.0/24", "164.236.91.0/24", "164.236.95.0/24", "164.236.97.0/24", "164.236.111.0/24", "164.236.112.0/24", "164.236.123.0/24", "164.236.125.0/24", "164.236.132.0/24", "164.236.133.0/24", "164.236.172.0/24", "164.236.220.0/22", "164.236.224.0/22", "164.236.250.0/24"]}}, "27064": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["6.16.136.0/24", "6.16.169.0/24", "6.64.143.0/24", "128.19.0.0/16", "128.37.0.0/16", "129.251.1.0/24", "129.251.3.0/24", "129.251.17.0/24", "129.251.26.0/24", "129.251.30.0/24", "129.251.41.0/24", "129.251.44.0/24", "129.251.55.0/24", "129.251.66.0/24", "129.251.80.0/24", "129.251.91.0/24", "129.251.113.0/24", "131.14.228.0/22", "131.14.232.0/22", "131.14.236.0/22", "131.64.0.0/16", "131.158.4.0/24", "131.158.5.0/24", "131.158.7.0/24", "131.158.15.0/24", "131.158.18.0/24", "131.158.20.0/24", "131.158.21.0/24", "131.158.22.0/24", "131.158.23.0/24", "131.158.24.0/24", "131.158.28.0/24", "131.158.29.0/24", "131.158.33.0/24", "131.158.34.0/24", "131.158.35.0/24", "131.158.40.0/24", "131.158.41.0/24", "131.158.42.0/24", "131.158.79.0/24", "131.158.178.0/24", "131.158.179.0/24", "131.158.180.0/24", "131.158.181.0/24", "131.158.182.0/24", "131.158.183.0/24", "131.158.184.0/24", "131.158.185.0/24", "131.158.186.0/24", "131.158.187.0/24", "131.158.188.0/24", "131.158.189.0/24", "131.158.197.0/24", "131.158.199.0/24", "131.250.250.0/24", "134.135.16.0/20", "134.135.80.0/20", "134.135.96.0/20", "134.135.112.0/20", "134.135.208.0/20", "134.229.9.0/24", "134.229.10.0/24", "134.229.11.0/24", "134.229.19.0/24", "134.229.25.0/24", "134.229.35.0/24", "134.229.40.0/24", "134.229.48.0/24", "134.229.58.0/24", "138.147.74.0/24", "138.147.76.0/24", "138.161.12.0/24", "138.161.94.0/24", "138.169.4.0/22", "138.169.8.0/21", "138.169.16.0/20", "138.169.64.0/24", "138.169.65.0/24", "138.169.66.0/24", "138.169.67.0/24", "138.169.68.0/22", "138.169.72.0/21", "138.169.80.0/20", "138.169.96.0/22", "138.169.100.0/23", "138.169.102.0/23", "139.234.0.0/16", "139.241.2.0/24", "139.241.5.0/24", "139.241.9.0/24", "139.241.18.0/24", "139.241.20.0/22", "139.241.24.0/22", "139.241.28.0/22", "139.241.36.0/22", "139.241.44.0/23", "139.241.49.0/24", "139.241.212.0/24", "139.241.220.0/23", "139.241.221.0/24", "139.241.229.0/24", "139.241.231.0/24", "139.241.242.0/24", "139.241.243.0/24", "139.242.1.0/24", "139.242.3.0/24", "139.242.8.0/23", "139.242.16.0/23", "139.242.38.0/23", "139.242.40.0/23", "139.242.42.0/24", "139.242.44.0/24", "139.242.73.0/24", "139.242.74.0/24", "139.242.75.0/24", "139.242.112.0/22", "139.242.116.0/22", "139.252.0.0/17", "139.253.0.0/16", "139.254.0.0/16", "140.1.0.0/18", "140.1.64.0/18", "140.1.128.0/18", "140.1.192.0/18", "140.2.0.0/18", "140.2.64.0/18", "143.69.38.0/23", "143.84.20.0/24", "143.84.21.0/24", "143.84.70.0/24", "143.84.90.0/24", "143.84.166.0/24", "143.140.0.0/17", "143.140.11.0/24", "144.100.79.0/24", "144.100.80.0/21", "144.100.88.0/22", "144.100.92.0/23", "144.100.94.0/24", "144.100.100.0/23", "144.100.160.0/20", "144.100.174.0/24", "144.100.175.0/24", "144.100.180.0/24", "144.100.183.0/24", "144.100.184.0/22", "144.106.79.0/24", "144.247.212.0/22", "144.247.216.0/23", "150.177.169.0/24", "150.190.0.0/16", "153.102.0.0/16", "155.7.144.0/20", "155.19.14.0/23", "155.19.36.0/22", "155.27.62.0/23", "155.29.32.0/22", "155.29.142.0/24", "155.152.222.0/24", "155.152.255.0/24", "155.213.1.0/24", "155.213.22.0/23", "155.213.50.0/23", "155.213.56.0/22", "155.213.60.0/24", "155.213.224.0/20", "156.112.16.0/21", "156.112.81.0/24", "156.112.82.0/24", "156.112.83.0/24", "156.112.84.0/24", "156.112.86.0/24", "157.141.0.0/16", "158.9.52.0/22", "158.9.99.0/24", "158.9.142.0/24", "158.9.149.0/24", "158.9.153.0/24", "158.9.232.0/24", "159.77.17.0/24", "159.77.64.0/22", "159.77.68.0/22", "159.77.72.0/22", "159.77.76.0/22", "159.77.89.0/24", "159.77.92.0/24", "159.77.93.0/24", "160.137.6.0/23", "160.137.8.0/23", "160.137.10.0/24", "160.137.12.0/24", "160.137.13.0/24", "160.137.22.0/24", "160.137.24.0/23", "160.137.29.0/24", "160.137.30.0/24", "160.137.31.0/24", "160.137.32.0/24", "160.137.112.0/24", "160.137.113.0/24", "160.137.167.0/24", "160.137.186.0/24", "160.137.187.0/24", "160.137.189.0/24", "160.137.190.0/24", "160.137.191.0/24", "160.137.212.0/24", "160.137.213.0/24", "160.137.230.0/24", "164.87.10.0/24", "164.117.9.0/24", "164.190.0.0/17", "164.190.128.0/17", "164.214.2.0/24", "164.214.3.0/24", "164.214.9.0/24", "164.214.10.0/24", "164.214.11.0/24", "164.214.14.0/24", "164.214.15.0/24", "164.214.26.0/24", "164.214.29.0/24", "164.214.30.0/24", "164.214.72.0/24", "164.214.118.0/23", "164.214.136.0/24", "164.214.138.0/24", "164.214.156.0/24", "164.214.158.0/23", "164.214.186.0/24", "164.214.251.0/24", "164.214.255.0/24", "164.231.67.0/24", "164.234.4.0/24", "164.234.5.0/24", "164.235.3.0/24", "164.235.4.0/22", "164.235.40.0/21", "164.235.224.0/21", "192.5.41.0/24", "192.5.132.0/24", "192.12.66.0/24", "192.12.210.0/24", "192.26.248.0/24", "192.31.158.0/24", "192.33.186.0/24", "192.77.103.0/24", "192.108.183.0/24", "192.108.184.0/24", "192.108.244.0/24", "192.129.64.0/24", "192.129.65.0/24", "192.135.122.0/24", "192.153.133.0/24", "192.153.142.0/24", "192.172.3.0/24", "192.175.64.0/24", "192.175.68.0/24", "192.175.69.0/24", "192.175.71.0/24", "192.175.78.0/24", "192.175.80.0/24", "192.175.81.0/24", "192.175.82.0/24", "192.175.84.0/24", "192.175.85.0/24", "192.175.86.0/24", "192.188.203.0/24", "192.188.207.0/24", "192.203.150.0/24", "192.211.65.0/24", "192.211.69.0/24", "192.211.70.0/24", "192.211.99.0/24", "198.25.222.0/24", "198.97.99.0/24", "199.9.64.0/24", "199.9.65.0/24", "199.10.120.0/24", "199.10.121.0/24", "199.10.122.0/24", "199.10.136.0/24", "199.10.137.0/24", "199.10.140.0/24", "199.10.231.0/24", "199.31.106.0/24", "199.121.71.0/24", "199.121.116.0/24", "199.121.130.0/24", "199.121.165.0/24", "199.121.166.0/24", "199.123.112.0/24", "199.208.172.0/24", "199.208.213.0/24", "199.211.101.0/24", "199.211.133.0/24", "204.34.153.0/24", "204.34.175.0/24", "204.34.198.0/24", "204.34.203.0/24", "204.34.233.0/24", "204.34.247.0/24", "204.34.251.0/24", "204.36.32.0/24", "204.36.33.0/24", "204.36.45.0/24", "204.36.46.0/24", "204.36.47.0/24", "204.37.8.0/24", "204.37.9.0/24", "204.37.10.0/24", "205.56.106.0/24", "205.57.48.0/24", "205.57.50.0/24", "205.58.77.0/24", "205.58.90.0/24", "205.58.235.0/24", "205.58.236.0/24", "205.58.237.0/24", "205.58.238.0/24", "205.59.214.0/24", "205.67.35.0/24", "205.67.36.0/24", "205.67.81.0/24", "205.67.90.0/24", "205.67.91.0/24", "205.67.219.0/24", "205.68.86.0/24", "205.68.97.0/24", "205.68.121.0/24", "205.70.112.0/24", "205.70.113.0/24", "205.70.114.0/24", "205.73.160.0/24", "205.73.161.0/24", "205.73.234.0/24", "205.73.236.0/24", "205.77.64.0/19", "205.77.76.0/24", "205.77.77.0/24", "205.77.78.0/24", "205.77.79.0/24", "205.77.83.0/24", "205.77.88.0/24", "205.77.96.0/24", "205.77.97.0/24", "205.100.80.0/24", "205.100.81.0/24", "205.100.82.0/24", "205.100.84.0/24", "205.101.51.0/24", "205.101.54.0/24", "205.103.120.0/24", "205.103.165.0/24", "205.105.221.0/24", "205.105.223.0/24", "205.108.76.0/24", "205.108.77.0/24", "205.108.78.0/24", "205.108.100.0/22", "205.108.104.0/21", "205.108.112.0/20", "205.108.128.0/19", "205.108.160.0/22", "205.108.180.0/24", "205.108.182.0/24", "205.108.183.0/24", "205.111.40.0/24", "205.111.41.0/24", "205.111.43.0/24", "205.111.44.0/24", "205.111.227.0/24", "205.111.228.0/24", "205.111.229.0/24", "205.111.230.0/24", "205.111.231.0/24", "205.111.232.0/24", "205.112.25.0/24", "205.112.26.0/24", "205.112.28.0/24", "205.112.29.0/24", "205.113.61.0/24", "205.113.62.0/24", "205.113.64.0/24", "205.113.75.0/24", "205.113.79.0/24", "205.113.116.0/24", "205.113.118.0/24", "206.37.20.0/24", "206.37.21.0/24", "206.37.198.0/24", "206.37.207.0/24", "206.37.225.0/24", "206.37.226.0/24", "206.37.227.0/24", "206.37.228.0/24", "206.37.229.0/24", "206.37.230.0/24", "206.37.231.0/24", "206.37.247.0/24", "206.39.250.0/24", "207.132.76.0/24", "207.132.241.0/24", "207.132.242.0/24", "207.132.243.0/24", "207.133.113.0/24", "209.22.30.0/24", "209.22.47.0/24", "209.22.50.0/24", "209.22.81.0/24", "209.22.120.0/24", "209.22.137.0/24", "209.22.220.0/22", "209.22.221.0/24", "209.22.222.0/24", "209.22.223.0/24", "209.22.224.0/21", "209.22.225.0/24", "209.22.226.0/24", "209.22.227.0/24", "209.22.228.0/24", "209.22.230.0/24", "209.22.232.0/24", "209.22.233.0/24", "209.22.234.0/24", "209.22.247.0/24", "214.3.16.0/20", "214.3.57.0/24", "214.3.60.0/24", "214.3.115.0/24", "214.3.116.0/24", "214.3.117.0/24", "214.3.118.0/24", "214.3.119.0/24", "214.3.133.0/24", "214.3.140.0/24", "214.3.173.0/24", "214.3.215.0/24", "214.4.11.0/24", "214.4.136.0/24", "214.4.145.0/24", "214.4.156.0/24", "214.4.157.0/24", "214.4.158.0/24", "214.4.245.0/24", "214.4.247.0/24", "214.4.250.0/24", "214.6.103.0/24", "214.9.118.0/24", "214.9.128.0/20", "214.9.144.0/20", "214.10.13.0/24", "214.10.22.0/24", "214.10.24.0/24", "214.16.45.0/24", "214.16.46.0/24", "214.16.47.0/24", "214.16.192.0/24", "214.16.193.0/24", "214.16.194.0/24", "214.16.195.0/24", "214.16.248.0/24", "214.16.255.0/24", "214.24.208.0/24", "214.24.252.0/24", "214.25.28.0/23", "214.27.194.0/23", "214.27.196.0/24", "214.27.198.0/24", "214.27.199.0/24", "214.28.0.0/24", "214.28.1.0/24", "214.28.2.0/24", "214.28.3.0/24", "214.28.4.0/24", "214.28.5.0/24", "214.28.6.0/24", "214.28.7.0/24", "214.28.8.0/24", "214.28.9.0/24", "214.28.10.0/24", "214.28.11.0/24", "214.28.12.0/24", "214.28.13.0/24", "214.28.14.0/24", "214.28.16.0/24", "214.28.17.0/24", "214.28.18.0/24", "214.28.19.0/24", "214.28.20.0/24", "214.28.21.0/24", "214.28.22.0/24", "214.28.23.0/24", "214.28.24.0/24", "214.28.25.0/24", "214.28.26.0/24", "214.28.28.0/24", "214.28.29.0/24", "214.28.30.0/24", "214.28.31.0/24", "214.28.32.0/24", "214.28.33.0/24", "214.28.34.0/24", "214.28.35.0/24", "214.28.36.0/24", "214.28.37.0/24", "214.28.38.0/24", "214.28.39.0/24", "214.28.40.0/24", "214.28.41.0/24", "214.28.42.0/24", "214.28.43.0/24", "214.28.44.0/24", "214.28.45.0/24", "214.28.46.0/24", "214.28.47.0/24", "214.28.48.0/24", "214.28.49.0/24", "214.28.50.0/24", "214.28.52.0/24", "214.28.53.0/24", "214.28.54.0/24", "214.28.58.0/24", "214.28.59.0/24", "214.28.60.0/24", "214.28.61.0/24", "214.28.62.0/24", "214.28.63.0/24", "214.28.64.0/23", "214.28.68.0/24", "214.28.69.0/24", "214.28.77.0/24", "214.28.95.0/24", "214.28.96.0/24", "214.28.99.0/24", "214.28.165.0/24", "214.28.166.0/24", "214.28.167.0/24", "214.28.173.0/24", "214.28.174.0/24", "214.28.176.0/24", "214.28.180.0/24", "214.28.182.0/24", "214.28.183.0/24", "214.28.184.0/24", "214.28.185.0/24", "214.28.186.0/24", "214.28.193.0/24", "214.28.194.0/24", "214.28.200.0/24", "214.28.202.0/24", "214.28.203.0/24", "214.28.204.0/24", "214.28.205.0/24", "214.28.206.0/24", "214.28.207.0/24", "214.28.208.0/24", "214.28.209.0/24", "214.28.214.0/24", "214.28.217.0/24", "214.28.223.0/24", "214.28.232.0/24", "214.28.234.0/24", "214.28.235.0/24", "214.28.236.0/24", "214.28.237.0/24", "214.28.238.0/24", "214.28.240.0/24", "214.28.243.0/24", "214.28.246.0/24", "214.28.248.0/24", "214.28.249.0/24", "214.28.250.0/24", "214.28.253.0/24", "214.29.56.0/22", "214.29.72.0/24", "214.37.44.0/23", "214.37.128.0/21", "214.38.221.0/24", "214.40.0.0/16", "214.40.0.0/17", "214.40.2.0/24", "214.40.6.0/24", "214.40.12.0/24", "214.40.16.0/24", "214.40.41.0/24", "214.40.67.0/24", "214.42.0.0/16", "214.48.0.0/24", "214.48.1.0/24", "214.48.2.0/24", "214.48.3.0/24", "214.48.5.0/24", "214.48.10.0/24", "214.48.11.0/24", "214.48.20.0/22", "214.48.24.0/22", "214.48.28.0/22", "214.48.32.0/22", "214.48.36.0/22", "214.48.40.0/22", "214.48.68.0/22", "214.48.80.0/22", "214.48.84.0/22", "214.48.88.0/22", "214.48.92.0/22", "214.48.96.0/22", "214.48.100.0/22", "214.48.104.0/22", "214.48.112.0/22", "214.48.124.0/22", "214.48.136.0/22", "214.48.184.0/22", "214.48.196.0/24", "214.48.197.0/24", "214.48.198.0/24", "214.48.199.0/24", "214.48.200.0/24", "214.48.220.0/22", "214.48.224.0/22", "214.48.228.0/22", "214.48.244.0/22", "214.48.248.0/22", "214.48.252.0/22", "214.51.32.0/24", "214.51.34.0/23", "214.51.165.0/24", "214.54.112.0/20", "214.54.144.0/24", "214.54.160.0/20", "214.54.176.0/24", "214.54.178.0/24", "214.54.179.0/24", "214.54.180.0/24", "214.54.181.0/24", "214.54.182.0/24", "214.54.183.0/24", "214.54.184.0/24", "214.54.185.0/24", "214.54.186.0/24", "214.54.187.0/24", "214.54.188.0/24", "214.54.189.0/24", "214.54.190.0/24", "214.54.191.0/24", "214.56.209.0/24", "214.56.210.0/23", "214.62.0.0/18", "214.62.64.0/18", "214.62.128.0/18", "214.62.192.0/18", "214.63.0.0/18", "214.63.64.0/18", "214.63.128.0/20", "214.63.144.0/20", "214.63.160.0/20", "214.63.176.0/20", "214.63.192.0/20", "214.63.208.0/20", "214.63.224.0/20", "214.63.240.0/20", "214.64.0.0/20", "214.64.16.0/20", "214.64.32.0/20", "214.64.48.0/20", "214.66.32.0/19", "214.69.0.0/16", "214.72.0.0/24", "214.72.1.0/24", "214.72.2.0/24", "214.72.3.0/24", "214.72.10.0/24", "214.72.11.0/24", "214.72.12.0/24", "214.72.13.0/24"], "6": ["2608:100:8::/48", "2608:129:b::/48", "2608:148:b::/48", "2608:149:b::/48", "2608:300:310::/48"]}}, "27065": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["131.250.242.0/24", "134.229.208.0/24", "134.229.220.0/24", "139.241.15.0/24", "139.241.219.0/24", "139.241.224.0/24", "139.241.237.0/24", "139.242.4.0/24", "139.242.7.0/24", "139.242.34.0/23", "139.242.49.0/24", "139.242.50.0/24", "140.35.0.0/16", "140.35.94.0/24", "141.236.170.0/24", "155.7.186.0/24", "156.112.121.0/24", "156.112.138.0/24", "156.112.139.0/24", "156.112.142.0/24", "156.112.148.0/24", "214.24.177.0/24", "214.42.240.0/20", "214.48.4.0/24", "214.48.16.0/22", "214.48.64.0/22", "214.48.128.0/22", "214.69.232.0/21", "214.69.240.0/21", "214.72.8.0/24", "214.72.9.0/24", "214.72.18.0/24", "214.72.19.0/24", "215.65.11.0/24", "215.65.42.0/24", "215.65.59.0/24", "215.65.115.0/24", "215.65.116.0/24", "215.65.127.0/24"], "6": ["2608:4121:2::/48", "2608:4122::/48", "2608:4162:1::/48"]}}, "27066": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["131.250.240.0/23", "131.250.246.0/24", "134.229.134.0/24", "134.229.176.0/24", "139.241.8.0/24", "139.241.10.0/24", "139.241.207.0/24", "139.241.234.0/23", "139.241.235.0/24", "139.242.12.0/24", "139.242.51.0/24", "155.7.180.0/24", "156.112.113.0/24", "156.112.135.0/24", "156.112.166.0/24", "156.112.167.0/24", "159.77.80.0/23", "159.77.80.0/24", "159.77.81.0/24", "159.77.84.0/24", "159.77.85.0/24", "163.251.0.0/24", "163.251.96.0/22", "163.251.101.0/24", "163.251.104.0/21", "163.251.112.0/21", "163.251.128.0/24", "163.251.129.0/24", "163.251.136.0/24", "163.251.160.0/24", "163.251.161.0/24", "163.251.176.0/24", "163.251.184.0/24", "163.251.185.0/24", "163.251.190.0/24", "163.251.208.0/20", "163.251.239.0/24", "163.251.244.0/22", "163.251.248.0/24", "163.251.254.0/24", "192.58.181.0/24", "192.108.98.0/24", "192.153.245.0/24", "192.231.128.0/24", "198.22.28.0/24", "198.26.148.0/24", "198.26.171.0/24", "198.97.95.0/24", "198.97.97.0/24", "199.211.134.0/24", "204.34.155.0/24", "205.68.64.0/24", "206.37.138.0/23", "206.37.191.0/24", "207.132.98.0/24", "207.132.102.0/24", "209.22.103.0/24", "209.46.141.0/24", "214.3.130.0/24", "214.3.162.0/24", "214.4.95.0/24", "214.4.241.0/24", "214.16.244.0/24", "214.16.245.0/24", "214.16.246.0/24", "214.23.244.0/24", "214.23.245.0/24", "214.23.246.0/24", "214.24.182.0/24", "214.24.215.0/24", "214.25.103.0/24", "214.29.156.0/22", "214.38.198.0/23", "214.48.8.0/24", "214.48.12.0/22", "214.48.72.0/22", "214.48.76.0/22", "214.48.108.0/22", "214.48.116.0/22", "214.51.109.0/24", "214.51.110.0/24", "214.54.128.0/22", "214.54.133.0/24", "214.54.135.0/24", "214.54.136.0/24", "214.54.140.0/24", "214.72.4.0/24", "214.72.5.0/24", "214.72.6.0/24", "214.72.14.0/24", "214.72.15.0/24", "214.72.16.0/24", "215.1.32.0/24", "215.1.33.0/24", "215.1.44.0/24", "215.1.48.0/24", "215.1.51.0/24", "215.1.66.0/24", "215.1.68.0/22", "215.1.81.0/24", "215.65.72.0/24"], "6": ["2608:c101:1::/48", "2608:c143:1::/48", "2608:c182::/48", "2608:c183:1::/48"]}}, "27069": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["164.236.6.0/24", "164.236.79.0/24", "164.236.161.0/24", "164.236.165.0/24", "164.236.166.0/24", "164.236.167.0/24", "164.236.168.0/24", "164.236.170.0/24", "164.236.173.0/24", "164.236.175.0/24", "164.236.176.0/24", "164.236.184.0/24", "164.236.196.0/22", "214.4.160.0/24"]}}, "27079": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["214.3.184.0/24", "214.3.185.0/24", "214.6.122.0/24", "214.16.64.0/19"]}}, "27086": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["198.250.0.0/24", "198.250.1.0/24", "198.250.64.0/19", "198.250.64.0/24", "198.250.66.0/24", "199.208.239.0/24"]}}, "27137": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["128.26.38.0/24", "128.26.39.0/24", "128.26.42.0/24", "128.26.54.0/24", "128.26.56.0/24", "128.26.97.0/24", "128.26.99.0/24", "128.26.128.0/24", "198.218.137.0/24", "198.219.138.0/24", "205.58.105.0/24", "205.58.106.0/24", "205.60.229.0/24", "205.109.77.0/24", "214.4.181.0/24", "214.4.195.0/24", "214.6.98.0/24", "214.6.99.0/24", "214.29.123.0/24", "214.51.16.0/21", "214.64.74.0/24"]}}, "27138": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["128.26.15.0/24", "128.26.16.0/24", "128.26.17.0/24", "128.26.19.0/24", "128.26.20.0/24", "128.26.21.0/24", "128.26.22.0/24", "128.26.24.0/24", "128.26.44.0/24", "128.26.45.0/24", "128.26.46.0/24", "128.26.48.0/24", "128.26.51.0/24", "128.26.52.0/24", "128.26.57.0/24", "128.26.58.0/24", "128.26.78.0/24", "128.26.86.0/24", "128.26.87.0/24", "128.26.90.0/24", "128.26.108.0/24", "128.26.116.0/24", "128.26.126.0/24", "128.26.129.0/24", "128.26.137.0/24", "128.26.138.0/24", "128.26.144.0/24", "128.26.145.0/24", "128.26.231.0/24", "128.26.232.0/24", "128.26.233.0/24", "128.26.234.0/24", "128.26.235.0/24", "128.26.236.0/24", "128.26.237.0/24", "128.26.238.0/24", "128.26.239.0/24", "128.26.240.0/24", "128.26.241.0/24", "128.26.242.0/24", "128.26.243.0/24", "128.26.244.0/24", "128.26.245.0/24", "128.26.248.0/24", "128.26.249.0/24", "128.26.250.0/24", "128.26.252.0/24", "128.26.253.0/24", "198.218.3.0/24", "198.218.8.0/24", "198.218.15.0/24", "198.218.38.0/24", "198.218.39.0/24", "198.218.40.0/24", "198.218.41.0/24", "198.218.50.0/24", "198.218.55.0/24", "198.218.56.0/24", "198.218.57.0/24", "198.218.60.0/24", "198.218.65.0/24", "198.218.70.0/24", "198.218.84.0/24", "198.218.85.0/24", "198.218.92.0/24", "198.218.100.0/24", "198.218.112.0/24", "198.218.118.0/24", "198.218.119.0/24", "198.218.157.0/24", "198.218.158.0/24", "198.218.159.0/24", "198.218.175.0/24", "198.218.200.0/24", "198.218.237.0/24", "198.219.10.0/24", "198.219.147.0/24", "198.219.148.0/24", "198.219.151.0/24", "198.219.170.0/24", "198.219.175.0/24", "198.219.176.0/24", "198.219.177.0/24", "198.220.71.0/24", "198.220.76.0/24", "198.220.77.0/24", "198.220.80.0/24", "198.220.157.0/24", "198.220.158.0/24", "198.220.159.0/24", "198.220.163.0/24", "198.220.186.0/24", "198.220.187.0/24", "198.220.189.0/24", "198.220.190.0/24", "205.60.238.0/24", "205.61.125.0/24", "205.61.126.0/24", "205.61.129.0/24", "205.61.130.0/24", "205.61.132.0/24", "205.61.254.0/23", "205.64.123.0/24", "205.67.249.0/24", "214.4.163.0/24", "214.4.192.0/24", "214.6.249.0/24", "214.6.253.0/24", "214.25.16.0/24", "214.25.17.0/24", "214.29.96.0/24", "214.29.99.0/24", "214.29.100.0/24", "214.29.102.0/24", "214.29.106.0/24", "214.29.107.0/24", "214.29.108.0/24", "214.29.109.0/24", "214.29.110.0/24", "214.29.111.0/24", "214.29.112.0/24", "214.29.113.0/24", "214.29.114.0/24", "214.29.115.0/24", "214.29.120.0/24", "214.29.121.0/24", "214.29.122.0/24", "214.29.124.0/24", "214.29.125.0/24", "214.29.127.0/24", "214.29.160.0/24", "214.29.161.0/24", "214.29.234.0/24", "214.29.236.0/24", "214.29.238.0/24", "214.29.240.0/24", "214.29.242.0/24", "214.29.243.0/24", "214.29.245.0/24", "214.51.41.0/24", "214.51.52.0/24", "214.51.57.0/24", "214.64.71.0/24", "214.64.72.0/24", "214.64.73.0/24", "214.64.76.0/24", "214.64.77.0/24", "214.94.78.0/24"]}}, "27139": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["128.26.62.0/24", "128.26.118.0/24", "128.26.119.0/24", "128.26.120.0/24", "128.26.121.0/24", "128.26.123.0/24", "198.218.250.0/24", "205.58.100.0/23", "205.58.103.0/24", "205.58.104.0/24", "205.60.234.0/24", "214.29.241.0/24", "214.64.70.0/24", "214.64.78.0/24"]}}, "27142": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["144.251.0.0/16", "156.112.7.0/24", "156.112.65.0/24", "156.112.66.0/24", "156.112.67.0/24", "156.112.68.0/24", "156.112.70.0/24", "164.235.14.0/23", "164.235.72.0/21", "164.235.232.0/21", "192.207.13.0/24", "198.49.120.0/24", "198.49.121.0/24", "198.49.123.0/24", "199.10.86.0/24", "207.133.116.0/24", "214.3.141.0/24", "214.3.175.0/24", "214.16.13.0/24", "214.16.14.0/24", "214.16.32.0/24", "214.16.33.0/24", "214.16.34.0/24", "214.16.35.0/24", "214.22.0.0/16", "214.38.240.0/24", "214.38.244.0/24", "214.49.244.0/24", "214.49.245.0/24", "214.49.246.0/24", "214.49.247.0/24", "214.49.248.0/24", "214.49.249.0/24", "214.49.251.0/24", "214.49.252.0/24", "214.49.253.0/24", "214.49.254.0/24", "214.60.194.0/23", "214.60.196.0/23", "214.60.198.0/23", "214.60.200.0/23", "214.60.202.0/23", "214.60.204.0/23", "214.60.206.0/23", "214.60.208.0/23", "214.60.210.0/23", "214.60.212.0/23", "214.60.214.0/23", "214.60.216.0/23", "214.60.218.0/23", "214.60.220.0/23", "214.60.222.0/23", "214.60.224.0/23", "214.60.226.0/23", "214.60.228.0/23", "214.60.230.0/23", "214.66.96.0/19"], "6": ["2608:121:c::/48", "2608:126::/48"]}}, "27149": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["214.42.199.0/24", "215.1.59.0/24"]}}, "27154": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["214.24.22.0/24"]}}, "27228": {"name": "PHILLYIX-INFRA, US / Philadelphia Internet Exchange", "ranges": {"4": ["66.248.254.0/24"], "6": ["2602:fda4::/36"]}}, "27500": {"name": "ICANN-MEETINGS, US / ICANN", "ranges": {"4": ["199.91.192.0/21"], "6": ["2620:f:8000::/48"]}}, "27974": {"name": "Association OCIX Open Caribbean Internet Exchange, SX", "ranges": {}}, "28441": {"name": "INTERNET EXCHANGE SERVICES YUCATAN, MX", "ranges": {}}, "28681": {"name": "UA-KM Internet Exchange point KM-IX, UA", "ranges": {}}, "29575": {"name": "LONDSTOCK-AS, GB / London Stock Exchange PLC", "ranges": {"4": ["81.201.163.0/24", "81.201.164.0/24", "194.169.0.0/22", "194.169.0.0/23", "194.169.0.0/24", "194.169.2.0/23", "194.169.3.0/24"]}}, "29616": {"name": "KIVIX kivix Chisinau Internet Exchange, MD", "ranges": {}}, "30777": {"name": "ZPIX-AS Zaporozhye Internet Exchange, UA", "ranges": {}}, "30997": {"name": "GIXA-AS, GH / Ghana Internet Exchange Association", "ranges": {"4": ["196.49.14.0/24"]}}, "31140": {"name": "BSE-AS, BG / Bulgarian Stock Exchange AD", "ranges": {"4": ["193.22.248.0/24"]}}, "31142": {"name": "KLEYREXFFM-AS KleyReX Kleyer Rebstoecker Internet Exchange,", "ranges": {}}, "31580": {"name": "MD-IX-AS Internet eXchange Moldova, MD", "ranges": {}}, "31649": {"name": "RIPN-FDNS-RU-NYC, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.141.0/24"], "6": ["2001:67c:1443::/48"]}}, "31951": {"name": "NASADSN-AS, US / NASA Deep Space Network (DSN)", "ranges": {"4": ["192.243.16.0/22"]}}, "32066": {"name": "JPMORGAN-DALLAS-JIP, US / JPMorgan Chase & Co.", "ranges": {"4": ["170.148.62.0/23", "170.148.192.0/19", "170.148.200.0/22", "170.148.208.0/20", "170.148.240.0/21", "199.253.241.0/24", "199.253.246.0/24"], "6": ["2a04:ec10::/47"]}}, "32982": {"name": "DOE-HQ, US / U.S. Department of Energy", "ranges": {"4": ["65.199.24.0/24", "132.172.0.0/16", "146.138.0.0/16", "159.64.0.0/16", "192.12.95.0/24", "192.48.238.0/24", "192.74.216.0/24", "192.83.111.0/24", "192.84.216.0/23", "192.147.242.0/23", "192.206.135.0/24", "192.208.18.0/23", "192.208.19.0/24", "192.208.24.0/23", "192.208.26.0/23", "192.245.237.0/24", "198.76.0.0/21", "198.76.8.0/23", "198.99.247.0/24", "198.207.237.0/24", "198.207.240.0/24", "199.75.128.0/19", "199.201.156.0/24", "199.249.243.0/24", "204.140.32.0/19", "204.154.136.0/24", "204.154.137.0/24", "204.154.139.0/24", "204.154.140.0/24", "205.254.128.0/19"], "6": ["2600:803:638::/48", "2602:2be::/36", "2607:f368::/32", "2620:0:b30::/48", "2620:7c:a000::/48"]}}, "33343": {"name": "HCHBNET, US / U.S. Dept. of Commerce - ITA", "ranges": {"4": ["170.110.0.0/16"], "6": ["2610:20::/37"]}}, "33730": {"name": "BAC-AS-LIB-EXTERNAL, US / Bank of America, National Association", "ranges": {"4": ["171.162.160.0/22", "171.162.160.0/24", "171.162.161.0/24"]}}, "34297": {"name": "SKH-IX-AS Yuzhno-Sakhalinsk Internet eXchange, RU", "ranges": {}}, "34388": {"name": "TR-IX TURKISH Internet eXchange, TR", "ranges": {}}, "35019": {"name": "BIX-AS, BH / Bahrain Internet Exchange", "ranges": {"4": ["85.158.128.0/21", "85.158.130.0/24", "85.158.131.0/24", "85.158.132.0/24", "85.158.133.0/24", "85.158.134.0/24", "85.158.135.0/24", "185.156.236.0/22", "185.156.236.0/24", "185.156.237.0/24", "185.156.238.0/24", "185.156.239.0/24"]}}, "35708": {"name": "ASN-4IXP 4b42 Internet Exchange Point, DE", "ranges": {}}, "35995": {"name": "TWITTER, US / Twitter Inc.", "ranges": {"4": ["8.25.194.0/23", "8.25.196.0/23", "185.45.4.0/23", "185.45.4.0/24", "185.45.6.0/23", "192.133.78.0/23"]}}, "36459": {"name": "GITHUB, US / GitHub, Inc.", "ranges": {"4": ["140.82.112.0/20", "140.82.112.0/24", "140.82.113.0/24", "140.82.114.0/24", "140.82.115.0/24", "140.82.116.0/24", "140.82.117.0/24", "140.82.120.0/23", "140.82.120.0/24", "140.82.121.0/24", "140.82.122.0/24", "140.82.123.0/24", "140.82.124.0/24", "140.82.125.0/24", "140.82.126.0/24", "143.55.64.0/20", "143.55.64.0/24", "143.55.65.0/24", "192.30.252.0/22", "192.30.252.0/23", "192.30.252.0/24", "192.30.253.0/24", "192.30.254.0/23", "192.30.254.0/24", "192.30.255.0/24"], "6": ["2620:112:3000::/44", "2a0a:a440::/29"]}}, "36940": {"name": "IXPN-AS-MGMT, NG / Internet Exchange Point of Nigeria", "ranges": {"4": ["196.49.28.0/24", "196.49.30.0/24", "196.49.32.0/24", "196.216.149.0/24"], "6": ["2001:43f8:bb0::/48"]}}, "36946": {"name": "CIVIX, CI / Cote d'Ivoire Internet Exchange Point", "ranges": {"4": ["196.49.0.0/24"]}}, "37565": {"name": "NSE-AS, NG / NIGERIAN STOCK EXCHANGE", "ranges": {"4": ["196.29.44.0/24", "196.29.45.0/24", "196.29.46.0/24", "196.29.47.0/24"]}}, "37715": {"name": "Liberia-IXP-Peering, LR / Liberia Internet Exchange Point Association", "ranges": {"4": ["196.49.16.0/24"]}}, "37930": {"name": "LOCAL-PEERING-TOT-AP Local ISP National Internet eXchange Po", "ranges": {}}, "37968": {"name": "CNIXP ShenZhen QianHai New-Type Internet Exchange Point Co.,", "ranges": {}}, "37971": {"name": "MIX-AS-AP Mekong Internet eXchange, IXP, KH", "ranges": {}}, "37994": {"name": "BIE-AS-BD Bangladesh Internet Exchange Ltd, BD", "ranges": {}}, "38035": {"name": "CNGI-SHIX-AS-AP CNGI Shanghai IPv6 Internet Exchange Center,", "ranges": {}}, "38060": {"name": "BIZNET-IXP-INA-AP Biznet NAP - Internet Exchange Provider, I / BIZNET", "ranges": {"4": ["182.253.36.0/24", "182.253.87.0/24"]}}, "38222": {"name": "SDCCIX-EAST Shimane-Japan Internet Exchange, JP", "ranges": {}}, "39126": {"name": "LNK-IX LNK-IX Internet Exchange Route Servers, RO", "ranges": {}}, "40010": {"name": "JPMORGAN-CPS-SALEM-NH, US / JPMorgan Chase & Co.", "ranges": {"4": ["65.124.118.0/24", "206.253.176.0/24", "206.253.177.0/24", "206.253.178.0/24", "206.253.179.0/24"]}}, "40528": {"name": "ICANN-LAX, US / ICANN", "ranges": {"4": ["192.0.32.0/22", "192.0.32.0/24", "192.0.43.0/24", "199.4.28.0/24", "208.77.188.0/22"], "6": ["2001:500:88::/48", "2602:800:900e::/48", "2620:0:2d0::/48"]}}, "40633": {"name": "LAIX, US / LOS ANGELES INTERNET EXCHANGE", "ranges": {"4": ["199.36.28.0/22", "199.233.28.0/22"]}}, "41740": {"name": "NDNS, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.147.0/24", "193.232.253.0/24", "195.208.4.0/24", "195.208.5.0/24", "195.208.6.0/24", "195.208.7.0/24"], "6": ["2a0c:a9c7:8::/48", "2a0c:a9c7:9::/48", "2a0c:a9c7:a::/48", "2a0c:a9c7:b::/48", "2a0c:a9c7:147::/48", "2a0c:a9c7:253::/48"]}}, "42139": {"name": "RIPN-RU-NSK, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.230.0/24", "193.232.240.0/24"], "6": ["2001:67c:1211::/48", "2a0c:a9c7:240::/48"]}}, "42385": {"name": "RIPN-, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["86.62.48.0/24", "193.232.66.0/23", "193.232.74.0/24", "193.232.80.0/24", "193.232.81.0/24", "193.232.84.0/24", "193.232.126.0/24", "193.232.127.0/24", "193.232.142.0/23", "193.232.142.0/24", "193.232.156.0/23", "193.232.237.0/24", "193.232.243.0/24", "194.85.84.0/23", "194.85.109.0/24", "194.85.252.0/23", "194.85.252.0/24", "194.190.124.0/23", "194.190.127.0/24", "195.209.17.0/24"], "6": ["2001:678:14::/48", "2001:678:15::/48", "2001:678:16::/48", "2001:678:18::/48", "2001:67c:1008::/48", "2001:67c:1445::/48", "2001:67c:1447::/48", "2001:6d0:6d01::/48", "2001:6d0:6d02::/48", "2001:6d0:6d03::/48", "2001:6d0:6d04::/48", "2001:6d0:6d05::/48", "2001:6d0:6d07::/48", "2001:6d0:ffb9::/48", "2001:6d0:ffd4::/48", "2001:6d0:ffd5::/48", "2001:6d0:ffd6::/48", "2001:6d0:fffc::/48", "2a09:bd00::/48", "2a09:bd00:1fe::/48", "2a09:bd00:1ff::/48", "2a09:bd00:ffbc::/48"]}}, "42728": {"name": "RIPN-RU-EKT, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.231.0/24", "193.232.241.0/24"], "6": ["2001:67c:1212::/48", "2a0c:a9c7:241::/48"]}}, "43213": {"name": "EKT-IX-RS Routing Arbiter for Ekaterinburg Internet Exchange / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["195.209.6.0/24"]}}, "43222": {"name": "CRIMEA-IX-AS Crimean internet exchange network, RU", "ranges": {}}, "43245": {"name": "DATAKIX DATAK Internet Exchange, IR", "ranges": {}}, "43431": {"name": "IX-AS, RO / INTERNET EXCHANGE SRL", "ranges": {"4": ["46.233.38.0/24", "185.1.150.0/24", "188.244.123.0/24", "198.102.9.0/24", "199.255.213.0/24"], "6": ["2001:7f8:e4::/48", "2a0e:eb00::/48", "2a0e:eb00:1::/48"]}}, "43832": {"name": "RIPN-NS5-RU-MSK, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["62.76.62.0/23", "62.76.62.0/24", "62.76.76.0/24", "193.232.93.0/24", "193.232.124.0/24", "193.232.128.0/23", "193.232.160.0/24", "193.232.177.0/24", "194.85.104.0/24", "194.85.108.0/24", "194.190.168.0/24", "194.226.75.0/24"], "6": ["2001:678:17::/48", "2001:67c:1442::/48", "2001:67c:1444::/48", "2001:6d0:d6::/48", "2001:6d0:6d0::/48", "2a0c:a9c7:160::/48", "2a0c:a9c7:177::/48"]}}, "44522": {"name": "RIPN-RU-PRG, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["193.232.133.0/24"], "6": ["2001:67c:1009::/48"]}}, "44597": {"name": "RIPN-RU-SMR for Samara Project, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.134.0/24", "193.232.225.0/24", "195.209.9.0/24"], "6": ["2001:67c:1440::/48", "2a0c:a9c7:225::/48"]}}, "45018": {"name": "RIPN-RU-VLV, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.137.0/24", "193.232.247.0/24", "195.209.11.0/24"], "6": ["2001:67c:1441::/48", "2a0c:a9c7:247::/48"]}}, "45029": {"name": "RIPN-SU-NET, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.132.0/24", "193.232.166.0/24", "193.232.175.0/24", "193.232.188.0/24", "195.209.18.0/24"], "6": ["2001:67c:1210::/48", "2001:6d0:6d0b::/48", "2a0c:a9c7:166::/48"]}}, "45093": {"name": "WEEK5 Cnean Internet Exchange, CN", "ranges": {}}, "45128": {"name": "ANSTO-AS-AP Australian Nuclear Science and Technology Organi / Australian Nuclear Science and Technology Organisation", "ranges": {"4": ["137.157.0.0/16"], "6": ["2001:df0:93::/48"]}}, "45250": {"name": "VOCOM-AP-AS Vocom International Telecommunications AP Area, / Vocom International Telecommunication Inc.", "ranges": {"4": ["38.150.64.0/24", "45.135.46.0/24", "103.40.76.0/24", "103.183.2.0/24", "103.183.3.0/24", "103.185.158.0/24", "103.185.159.0/24", "103.215.78.0/24", "103.215.79.0/24", "114.199.64.0/24", "114.199.65.0/24", "114.199.66.0/24", "114.199.67.0/24", "114.199.68.0/24", "114.199.69.0/24", "114.199.70.0/24", "114.199.71.0/24", "114.199.72.0/24", "114.199.73.0/24", "114.199.74.0/24", "114.199.75.0/24", "114.199.76.0/24", "114.199.77.0/24", "114.199.78.0/24", "114.199.79.0/24", "116.204.184.0/24", "116.204.185.0/24", "149.127.213.0/24", "193.5.25.0/24", "203.81.177.0/24", "203.81.179.0/24", "203.91.93.0/24", "203.91.95.0/24", "208.90.120.0/24", "208.90.121.0/24", "220.232.180.0/24", "220.232.181.0/24", "220.232.183.0/24"], "6": ["2406:e300::/32", "2406:e300::/48", "2406:e300:1::/48", "2406:e300:2::/48", "2406:e300:3::/48", "2602:fd55::/48", "2602:fd55:1::/48"]}}, "45279": {"name": "HIX-CITYLINK-NZ-AP Hamilton Internet Exchange Vital, NZ", "ranges": {}}, "45338": {"name": "SLIX Sri Lanka Internet Exchange point, LK", "ranges": {}}, "45585": {"name": "NIX-AS-AP Nelson Internet Exchange, NZ", "ranges": {}}, "46064": {"name": "C2IX-IXP-AS-ID CYBER2 Internet Exchange, ID", "ranges": {}}, "46520": {"name": "CA-DOJ, US / California Department of Justice", "ranges": {"4": ["167.10.0.0/16", "167.10.5.0/24", "167.10.239.0/24", "167.10.242.0/24"]}}, "46846": {"name": "DOE-HQ-COOP, US / U.S. Department of Energy", "ranges": {"4": ["192.147.243.0/24", "192.208.20.0/23", "192.208.28.0/24", "198.51.238.0/23", "198.99.249.0/24", "198.147.246.0/24", "198.179.181.0/24", "205.167.106.0/23", "206.197.198.0/24"], "6": ["2607:f368:f00::/40", "2607:f368:1003::/48", "2607:f368:2000::/40", "2607:f368:2c00::/40", "2607:f368:320f::/48", "2607:f368:3220::/48", "2607:f368:3224::/48"]}}, "46943": {"name": "GLBIX-STLSMO-WPDC, US / Global Internet eXchange", "ranges": {"4": ["192.189.249.0/24", "198.163.228.0/23", "199.181.246.0/24", "204.27.185.0/24", "204.107.192.0/24", "204.238.5.0/24"]}}, "47352": {"name": "Government of Latvia Internet Exchange, LV", "ranges": {}}, "47445": {"name": "RIPN-RU-RND RND RU services AS, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.139.0/24", "193.232.236.0/24", "195.209.12.0/24"], "6": ["2001:67c:1213::/48", "2001:6d0:ffb7::/48", "2a0c:a9c7:236::/48"]}}, "47720": {"name": "CIX-AS, IE / CORK INTERNET EXCHANGE LIMITED", "ranges": {"4": ["45.140.144.0/24", "84.39.232.0/21", "89.31.168.0/21", "91.103.0.0/21", "91.223.9.0/24", "185.49.60.0/22", "185.57.116.0/22", "185.137.20.0/22", "185.175.168.0/22", "185.176.0.0/22", "217.74.48.0/20"], "6": ["2607:6b80:3d::/48", "2a02:2078::/32", "2a02:5b20::/32"]}}, "48063": {"name": "MILLENIUM, MU / Millenium Internet Exchange Ltd", "ranges": {"4": ["41.191.212.0/22", "41.242.144.0/21", "196.50.2.0/24"]}}, "48355": {"name": "VARNA-IX Internet Exchange Point, BG", "ranges": {}}, "49090": {"name": "BUX-HU-AS Budapesti Ertektozsde Zrt., HU / Budapest Stock Exchange Ltd.", "ranges": {"4": ["82.144.184.0/24"]}}, "49104": {"name": "BOURSA-KUWAIT-AS, KW / Boursa Kuwait Stock Exchange", "ranges": {"4": ["195.137.174.0/24"]}}, "49245": {"name": "SIIX Southern Italy Internet Exchange - AS50839, IT", "ranges": {}}, "49374": {"name": "BFD-IX BFD-IX Neutral Internet Exchange Point, GB", "ranges": {}}, "49414": {"name": "AS Tomsk Internet Exchange, RU", "ranges": {}}, "49831": {"name": "CIX Cracow Internet eXchange, PL", "ranges": {}}, "50263": {"name": "IXP-1-IX-EU 1-IX Internet Exchange, PL", "ranges": {}}, "50674": {"name": "SPBEX-AS, RU / JSC Stock Exchange Saint Petersburg", "ranges": {"4": ["193.105.107.0/24"]}}, "51825": {"name": "TELZAR-ASN, IL / Telzar 019 International Telecommunications Services LTD", "ranges": {"4": ["46.31.96.0/21", "46.31.96.0/23", "46.31.96.0/24", "46.31.97.0/24", "46.31.98.0/23", "46.31.99.0/24", "46.31.100.0/23", "46.31.102.0/23", "141.226.82.0/23", "141.226.82.0/24", "141.226.83.0/24", "147.234.64.0/21", "147.234.64.0/24", "147.234.72.0/23", "147.234.72.0/24", "147.234.73.0/24", "147.234.92.0/22", "147.234.96.0/21", "185.24.204.0/22", "185.24.204.0/23", "185.24.206.0/23", "213.137.64.0/20", "213.137.64.0/24", "213.137.65.0/24", "213.137.66.0/24", "213.137.67.0/24", "213.137.70.0/24", "213.137.71.0/24", "213.137.72.0/23"], "6": ["2a02:5080::/32"]}}, "52462": {"name": "AMS-IX Amsterdam Internet Exchange, CW", "ranges": {}}, "52877": {"name": "TUPIX INTERNET EXCHANGE, BR / VOE INTERNET", "ranges": {"4": ["186.232.72.0/24", "186.232.73.0/24", "186.232.74.0/24", "186.232.75.0/24"], "6": ["2804:91c::/32"]}}, "53500": {"name": "WIDOJ, US / Wisconsin Department of Justice", "ranges": {"4": ["69.161.200.0/24", "69.161.201.0/24"]}}, "54115": {"name": "FACEBOOK-CORP, US / Facebook Inc", "ranges": {"4": ["163.114.128.0/20", "163.114.128.0/24", "163.114.130.0/24", "163.114.131.0/24", "163.114.132.0/24", "163.114.133.0/24", "163.114.134.0/24", "199.201.64.0/22", "199.201.67.0/24"], "6": ["2620:10d:c090::/44", "2620:10d:c090::/48", "2620:10d:c091::/48", "2620:10d:c092::/48", "2620:10d:c093::/48", "2620:10d:c094::/48", "2620:10d:c095::/48", "2620:10d:c096::/48", "2620:10d:c098::/48", "2620:10d:c09b::/48"]}}, "55518": {"name": "SGIX-SG Singapore Internet Exchange Limited, SG", "ranges": {}}, "55659": {"name": "OD-IX-AS-ID PT Omadata Indonesia OMADATA Internet Exchange,", "ranges": {}}, "55804": {"name": "NEWSWIRE-IN Army & Navy Building, IN / Cogencis Information Services Ltd", "ranges": {"4": ["202.61.102.0/24"]}}, "55818": {"name": "MCIX-AS-AP MC-IX Matrix Internet Exchange RS-1, ID / MC-IX Matrix Internet Exchange RS-1", "ranges": {"4": ["23.11.128.0/20", "23.38.110.0/23", "104.88.224.0/19", "115.146.116.0/22", "119.110.115.0/24", "119.110.116.0/23", "119.110.116.0/24", "119.110.118.0/24"], "6": ["2404:c000:4004::/47", "2404:c000:4004::/48"]}}, "55903": {"name": "ARROWNET Tokyo Stock Exchange, Inc., JP", "ranges": {}}, "56052": {"name": "ZPIX-PK Zero Point Internet eXchange, PK", "ranges": {}}, "56266": {"name": "NETNOD-AP Netnod anycast AS for APNIC, NP / Netnod Internet Exchange", "ranges": {"4": ["203.119.90.0/23", "203.119.90.0/24"], "6": ["2001:dd8:10::/47", "2001:dd8:10::/48"]}}, "56738": {"name": "SBG-IX Strasbourg Internet Exchange, FR", "ranges": {}}, "56755": {"name": "SBIX Securebit Internet Exchange Autonomous System Number, C", "ranges": {}}, "57151": {"name": "STHIX-AS Stockholm Internet eXchange AB, SE", "ranges": {}}, "57555": {"name": "COMMUNITY-IX Non-Commercial Community Internet Exchange, DE", "ranges": {}}, "58500": {"name": "CITRANET-AS-ID Citra Internet Exchange, ID", "ranges": {}}, "58516": {"name": "AMS-IX-AP Amsterdam Internet Exchange, HK / Amsterdam Internet Exchange", "ranges": {"4": ["103.247.138.0/24"], "6": ["2001:df0:295::/48"]}}, "58560": {"name": "AMS-IX-HK-RS Amsterdam Internet Exchange, HK", "ranges": {}}, "58899": {"name": "NIXI-AS-IN National Internet Exchange of India, IN", "ranges": {}}, "58974": {"name": "KSKEL-PK IT. Division, Admin Block, PK / KARACHI STOCK EXCHANGE LIMITED", "ranges": {"4": ["103.250.222.0/24", "103.250.223.0/24"]}}, "59181": {"name": "NIXI-IN-AS National Internet Exchange of India, IN", "ranges": {}}, "59182": {"name": "NIXI-IN-AS National Internet Exchange of India, IN", "ranges": {}}, "59613": {"name": "UBNIX Giganet.UA Internet Exchange Network, UA / Ukrainian Backbone Networks LLC", "ranges": {"4": ["185.158.208.0/24", "185.158.209.0/24", "185.158.210.0/24", "185.158.211.0/24", "195.234.112.0/24", "195.234.113.0/24"], "6": ["2a02:2278:fffb::/48", "2a02:2278:fffc::/48", "2a02:2278:fffd::/48", "2a02:2278:fffe::/48", "2a02:2278:ffff::/48"]}}, "59783": {"name": "SBIX-DUS Securebit Internet Exchange Dusseldorf, CH", "ranges": {}}, "60113": {"name": "ROPN-IX-ASN Romanian Open Internet Exchange - Route Servers,", "ranges": {}}, "60276": {"name": "ASN-DCIX DCIX - DCENTER Internet eXchange, PL", "ranges": {}}, "60898": {"name": "AQUIS-EXCHANGE Stock Exchange, GB / Aquis Exchange PLC", "ranges": {"4": ["185.23.233.0/24", "185.23.235.0/24"]}}, "61158": {"name": "SNIX-AS SNIX POLISH INTERNET EXCHANGE, PL", "ranges": {}}, "61195": {"name": "PEERINGCZ-AS Central European Internet exchange point - join", "ranges": {}}, "61268": {"name": "TADAWUL, SA / SAUDI STOCK EXCHANGE (TADAWUL)", "ranges": {"4": ["91.199.187.0/24", "185.12.172.0/24"]}}, "61417": {"name": "PIX-, PS / Palestine Internet Exchange Point", "ranges": {"4": ["185.90.124.0/22"]}}, "62135": {"name": "RESOLVER_PROJECT, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["194.85.254.0/24", "194.85.255.0/24"], "6": ["2a0c:a9c7:2::/48", "2a0c:a9c7:3::/48"]}}, "62261": {"name": "MSK-IX-AS, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["212.192.230.0/23", "212.192.232.0/24", "212.192.233.0/24", "212.192.234.0/23", "212.192.236.0/23"]}}, "62376": {"name": "TOROIX A Spanish Internet eXchange Point, ES", "ranges": {}}, "62399": {"name": "TSKIX Tomsk Internet Exchange, RU", "ranges": {}}, "63179": {"name": "TWITTER, US / Twitter Inc.", "ranges": {"4": ["69.12.56.0/24", "69.12.57.0/24", "69.12.58.0/24", "69.12.59.0/24", "69.12.60.0/24", "69.12.61.0/24", "69.12.62.0/24", "69.12.63.0/24", "192.48.236.0/23", "192.48.236.0/24", "192.48.237.0/24"]}}, "63528": {"name": "BKNIX-AS-AP Bangkok Neutral Internet Exchange, TH / BKNIX Co.,Ltd.", "ranges": {"4": ["203.159.66.0/23", "203.159.66.0/24", "203.159.70.0/23"], "6": ["2001:deb::/48", "2001:df5:b880::/48"]}}, "63529": {"name": "BKNIX-RS-AP Bangkok Neutral Internet Exchange Route Servers,", "ranges": {}}, "63602": {"name": "CNIX China Internet Exchange, CN", "ranges": {}}, "63987": {"name": "DSEL-BD Dhaka Stock Exchange Limited, BD / Dhaka Stock Exchange Limited", "ranges": {"4": ["103.58.108.0/24", "103.58.109.0/24"]}}, "131113": {"name": "C2IX-IXP-AS-ID CYBER2 Internet Exchange, ID", "ranges": {}}, "131129": {"name": "HSX-AS-VN Hochiminh Stock Exchange, VN / Hochiminh Stock Exchange", "ranges": {"4": ["103.147.36.0/24", "103.147.37.0/24"]}}, "131173": {"name": "SLT-IX-AS SLT-IX Sri Lanka Telecom Internet Exchange, LK", "ranges": {}}, "131362": {"name": "HNX-AS-VN HaNoi Stock Exchange, VN / HaNoi Stock Exchange", "ranges": {"4": ["103.9.212.0/24", "103.9.213.0/24"]}}, "131489": {"name": "NNIX-HZ ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT C", "ranges": {}}, "131702": {"name": "IDNIC-MORA-IX-AS-ID Moratelindo Internet Exchange Point, ID / Moratelindo Internet Exchange Point", "ranges": {"4": ["23.192.114.0/23", "23.192.192.0/20", "23.195.156.0/22", "23.200.176.0/20", "45.121.217.0/24", "45.121.219.0/24", "103.111.147.0/24", "103.129.251.0/24", "103.154.227.0/24"], "6": ["2400:dc00:4003::/48", "2400:dc00:4008::/48", "2400:dc00:fc01::/48"]}}, "132696": {"name": "SGIX-SG-AS SGIX Services, SG / Singapore Internet Exchange Limited", "ranges": {"4": ["202.3.78.0/24"], "6": ["2001:df0:214::/48"]}}, "132797": {"name": "VANUATU-AS-AP Vanuatu Internet Exchange VIX, VU / Vanuatu Internet Exchange (VIX)", "ranges": {"4": ["103.25.229.0/24"], "6": ["2001:dec::/48"]}}, "133258": {"name": "MCXSX-AS-IN MCX STOCK EXCHANGE LIMITED, IN / MCX STOCK EXCHANGE LIMITED", "ranges": {"4": ["103.66.87.0/24", "103.214.177.0/24", "103.237.170.0/24", "103.238.61.0/24"]}}, "134828": {"name": "OPENPACKET-AS-AP OpenPacket Internet Exchange, NL", "ranges": {}}, "135610": {"name": "OCEANIX-AS-AP OceanIX Internet Exchange, AU", "ranges": {}}, "136465": {"name": "INFORMATIONTECHNOLOGYCYBERSECURITY-AS-AP Dept. of Informatio / Dept. of Information Technology & Cyber Security", "ranges": {"4": ["103.89.48.0/22", "103.103.173.0/24"]}}, "137804": {"name": "CNIX China Internet Exchange, CN / China Internet Exchange", "ranges": {"4": ["157.119.172.0/22"]}}, "137851": {"name": "AMR-IX-AS Amaravati Internet Exchange, IN", "ranges": {}}, "137933": {"name": "EVIX-AS-AP Experimental Virtual Internet Exchange, CA", "ranges": {}}, "137955": {"name": "MMIX-AS-AP Myanmar Internet Exchange, MM / MYANMAR INTERNET EXCHANGE ASSOCIATION INC.", "ranges": {"4": ["103.103.194.0/24", "103.116.192.0/24"], "6": ["2405:1340::/32"]}}, "139073": {"name": "FSIX-AS-AP Fantasy Sky Internet eXchange, CN / Fantasy Sky Internet eXchange", "ranges": {"6": ["2402:e380:100::/40", "2402:e380:110::/44", "2402:e380:112::/48", "2402:e380:114::/48", "2402:e380:117::/48", "2402:e380:118::/48", "2402:e380:11e::/48", "2402:e380:126::/48", "2402:e380:12c::/48", "2402:e380:133::/48", "2402:e380:137::/48", "2402:e380:138::/48", "2402:e380:13c::/48", "2402:e380:13e::/48", "2402:e380:141::/48", "2402:e380:142::/48"]}}, "139136": {"name": "NNIX-HZ ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT C / ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT CO.,LTD.", "ranges": {"4": ["103.154.41.0/24"], "6": ["2406:5340:6666::/48", "2406:5340:8888::/48"]}}, "139782": {"name": "IXPMOE-AS-AP IXPMOE Internet Exchange, HK", "ranges": {}}, "139875": {"name": "NIE-AS-AP Noakhali Internet Exchange, BD", "ranges": {}}, "139970": {"name": "KEJORA-ID Batam Internet Exchange, ID", "ranges": {}}, "140684": {"name": "BDIX-AS-AP Bangladesh Internet Exchange Trust, BD", "ranges": {}}, "140961": {"name": "ZXIX-AS-AP ZX Internet Exchange, CN", "ranges": {}}, "141702": {"name": "PYRAMIX-AS-AP Pyramix Internet Exchange, NL", "ranges": {}}, "142500": {"name": "NIXI-IN-AS National Internet Exchange of India, IN", "ranges": {}}, "142501": {"name": "NIXI-IN-AS National Internet Exchange of India, IN / National Internet Exchange of India", "ranges": {"4": ["43.246.105.0/24", "103.66.145.0/24", "103.218.116.0/24", "121.46.96.0/24", "121.46.97.0/24", "121.46.98.0/24"], "6": ["2409:e:e2::/48", "2409:e:e4::/48", "2409:e:e6::/48", "2409:e:e8::/48", "2409:f:f1::/48", "2409:f:f3::/48"]}}, "142502": {"name": "NIXI-IN-AS National Internet Exchange of India, IN / National Internet Exchange of India", "ranges": {"4": ["43.246.104.0/24", "45.249.124.0/24", "45.249.236.0/24", "45.249.237.0/24", "103.66.144.0/24", "103.68.50.0/24", "103.68.51.0/24"], "6": ["2409:e:e1::/48", "2409:e:e3::/48", "2409:e:e5::/48", "2409:e:e7::/48", "2409:f:f2::/48", "2409:f:f4::/48", "240a:eabc:abce::/48", "240a:eabc:abcf::/48", "240a:eabc:dabc::/48", "240a:eabc:dabd::/48"]}}, "146757": {"name": "NXIXP Ningxia Zhongwei New Internet Exchange Center Co., Ltd", "ranges": {}}, "146761": {"name": "SHIXP NATIONALSHANGHAI NEW-TYPE INTERNET EXCHANGE POINT, CN", "ranges": {}}, "146762": {"name": "SHIXP NATIONALSHANGHAI NEW-TYPE INTERNET EXCHANGE POINT, CN", "ranges": {}}, "150125": {"name": "MIE-AS-AP Maldives internet exchange, MV / Maldives internet exchange", "ranges": {"4": ["103.191.77.0/24"], "6": ["2001:df1:5540::/48"]}}, "150190": {"name": "IDNIC-SUMIX-AS-ID PT Sumatra Internet Exchange, ID", "ranges": {}}, "150786": {"name": "MHK-IX-AS-AP Maharlika Internet Exchange, PH", "ranges": {}}, "150789": {"name": "NPIX2-AS-AP Internet Exchange Nepal, NP", "ranges": {}}, "196612": {"name": "KLEYREX-32 KleyReX Internet Exchange, 32Bit AS, DE", "ranges": {}}, "199311": {"name": "AZRT-LX Local Internet Exchange, AZ / AZERTELECOM LLC", "ranges": {"4": ["134.19.220.0/24"]}}, "199863": {"name": "FR-IX Friese Internet Exchange, NL", "ranges": {}}, "200566": {"name": "RIPE-ATHARVA-AS-ID Garuda Internet Exchange, ID", "ranges": {}}, "201052": {"name": "GOVCERT-RU-AS Cyber Security and Incident Response Team for / Autonomous nonprofit organisation Computer Incident Response Center", "ranges": {"4": ["144.206.64.0/20", "144.206.80.0/21", "144.206.88.0/22", "144.206.92.0/24", "144.206.93.0/24", "144.206.94.0/24", "144.206.95.0/24", "194.85.25.0/24"]}}, "201785": {"name": "ECIX-SERVICE-AS European Commercial Internet Exchange ECIX, / Megaport (Deutschland) GmbH", "ranges": {"4": ["62.69.151.0/24", "91.223.211.0/24", "193.200.230.0/24", "195.43.89.0/24"], "6": ["2a01:9ec0::/32"]}}, "202409": {"name": "LOCIX-INTERNET-EXCHANGE LOCIX INTERNET EXCHANGE, DE", "ranges": {}}, "204979": {"name": "LINX-SCO1, GB / London Internet Exchange Ltd.", "ranges": {"4": ["185.234.0.0/24"], "6": ["2a01:40:4949::/48"]}}, "205022": {"name": "ESCROW, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.72.0/24", "193.232.73.0/24"], "6": ["2001:6d0:6d08::/48"]}}, "205995": {"name": "GIX-AS Gliwice Internet eXchange, PL", "ranges": {}}, "206001": {"name": "LNK-IX LNK-IX Internet Exchange Route Collectors, RO", "ranges": {}}, "206221": {"name": "ERA-IX Era Internet Exchange, NL", "ranges": {}}, "207524": {"name": "LONDSTOCK-US, GB / London Stock Exchange PLC", "ranges": {"4": ["94.46.108.0/23", "94.46.108.0/24", "94.46.109.0/24"]}}, "210461": {"name": "RUDAKI-IX RUDAKI Internet Exchange RUDAKI-IX, UA / Rudakov Ihor", "ranges": {"6": ["2a06:a005:16::/48"]}}, "210580": {"name": "GEORGIAIXP, GE / Internet Exchange Association of Georgia", "ranges": {"4": ["194.31.8.0/24"]}}, "211081": {"name": "TSE, IR / Tehran Stock Exchange Company (Public Joint Stock)", "ranges": {"4": ["185.193.47.0/24"]}}, "213104": {"name": "WIREIX WireIX.net internet exchange point - peering, CZ", "ranges": {}}, "266691": {"name": "BELIZE INTERNET EXCHANGE POINT, BZ", "ranges": {}}, "270112": {"name": "Mexico Internet Exchange, S. de R. L. de C.V., MX / Mexico Internet Exchange, S. de R. L. de C.V.", "ranges": {"4": ["177.11.216.0/22"]}}, "270173": {"name": "INTERNET EXCHANGE SERVICES YUCATAN, MX / INTERNET EXCHANGE SERVICES YUCATAN", "ranges": {"4": ["45.164.108.0/24"]}}, "272136": {"name": "SURINAME INTERNET EXCHANGE SUR-IX, SR / SURINAME INTERNET EXCHANGE (SUR-IX)", "ranges": {"4": ["45.68.21.0/24", "45.68.22.0/24"], "6": ["2801:109:4::/46", "2801:109:8::/46", "2801:109:c::/46"]}}, "272852": {"name": "SURINAME INTERNET EXCHANGE SUR-IX, SR", "ranges": {}}, "327719": {"name": "sixp, GM / Serekunda Internet Exchange Point", "ranges": {"4": ["196.49.1.0/24", "196.223.34.0/24"]}}, "327796": {"name": "GABON-IX, GA / Gabon Internet eXchange (Gab-IX)", "ranges": {"4": ["196.49.17.0/24"], "6": ["2001:43f8:1161::/48"]}}, "327821": {"name": "MIXP-mgmnt, MU / Mauritius Internet Exchange Point", "ranges": {"4": ["196.49.9.0/24"]}}, "328010": {"name": "Burkina-IX-MNGNT, BF / Burkina Faso Internet EXchange Point ( BFIX)", "ranges": {"4": ["196.49.19.0/24", "196.49.74.0/24"], "6": ["2001:43f8:b61::/48"]}}, "328014": {"name": "RINEX, RW / Rwanda Internet Exchange Point (RINEX) c/o RICTA", "ranges": {"4": ["196.49.7.0/24"]}}, "328235": {"name": "ZINX-MGMT, ZW / Zimbabwe Internet Exchange", "ranges": {"4": ["196.49.46.0/24"]}}, "328645": {"name": "egyptian-stock-exchange, EG / The Egyptian Stock Exchange", "ranges": {"4": ["102.223.144.0/24", "102.223.145.0/24", "102.223.146.0/24", "102.223.147.0/24"]}}, "328998": {"name": "UgandaIXP-Mgt, UG / Uganda Internet eXchange Point", "ranges": {"4": ["196.49.15.0/24", "196.49.82.0/24"]}}, "329105": {"name": "Lusaka-IXP-MGT, ZM / Lusaka Internet Exchange point", "ranges": {"4": ["196.49.88.0/24"]}}, "329173": {"name": "CV-IX-MGT, CV / Associa\u00e7\u00e3o Cabo Verde Internet Exchange Point", "ranges": {"4": ["196.49.96.0/24"]}}, "393424": {"name": "AS-TORIX-SVC, CA / Toronto Internet Exchange Community", "ranges": {"4": ["206.108.0.0/24"], "6": ["2602:fde5::/36", "2602:fde5:2a::/48"]}}, "393523": {"name": "AS-WPGIX-GATEWAY-SERVICES, CA / Winnipeg Internet Exchange", "ranges": {"6": ["2620:4b::/48"]}}, "395166": {"name": "AMERICANNATIONALBANK, US / American National Bank", "ranges": {"4": ["204.238.232.0/24"]}}, "395565": {"name": "MIEMX, US / Mexico Internet Exchange", "ranges": {"4": ["192.159.170.0/24", "192.159.171.0/24", "192.159.172.0/24", "192.159.173.0/24", "199.48.225.0/24"]}}, "395611": {"name": "MBIX-SERVICES, CA / Manitoba Internet Exchange Inc", "ranges": {"4": ["198.181.199.0/24"], "6": ["2602:fd53:100::/40"]}}, "395651": {"name": "TAHOEIX, US / Tahoe Internet Exchange (TahoeIX)", "ranges": {"4": ["185.38.241.0/24"], "6": ["2620:13:a000::/48"]}}, "396098": {"name": "DOE-HANFORD, US / U.S. Department of Energy - Hanford", "ranges": {"4": ["64.146.165.0/24", "198.232.211.0/24"], "6": ["2604:2180::/32"]}}, "396972": {"name": "DHS-39N, US / Department of Homeland Security", "ranges": {"4": ["63.64.152.0/24", "63.64.153.0/24", "63.64.154.0/24", "63.64.155.0/24", "64.69.57.0/24", "208.73.184.0/24", "208.73.186.0/24", "208.73.187.0/24", "208.73.188.0/24", "208.73.191.0/24"]}}, "397908": {"name": "ALDOT-ROUTE, US / Alabama Department of Transportation", "ranges": {"4": ["205.172.52.0/24", "205.172.53.0/24", "205.172.54.0/24", "205.174.143.0/24"]}}, "398192": {"name": "ARDOT-NET-01, US / Arkansas Department of Transportation", "ranges": {"4": ["199.48.0.0/22", "199.48.2.0/24", "199.48.3.0/24"]}}, "400598": {"name": "OGIX-SVC, CA / National Capital Internet Exchange", "ranges": {"4": ["192.40.40.0/23"]}}, "400798": {"name": "PITIX-INFRA, US / Pittsburgh Internet Exchange", "ranges": {"4": ["23.143.152.0/24"], "6": ["2602:faaa::/36"]}}} \ No newline at end of file +{"13": {"name": "DNIC-AS-00013, US / Headquarters, USAISC", "ranges": {"4": ["128.63.0.0/16", "192.5.24.0/23", "192.12.65.0/24", "192.12.67.0/24", "192.33.13.0/24", "204.235.72.0/21"], "6": ["2001:480:30::/48"]}}, "22": {"name": "DNIC-AS-00022, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.34.0.0/16", "128.49.0.0/16", "192.55.240.0/24", "198.253.16.0/20", "198.253.48.0/20"], "6": ["2001:480:10::/48", "2001:480:560::/48"]}}, "24": {"name": "AS24, US / National Aeronautics and Space Administration", "ranges": {"4": ["198.10.0.0/16"], "6": ["2001:4d0:108::/48"]}}, "37": {"name": "DNIC-AS-00037, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.38.0.0/16", "198.91.64.0/21", "198.91.64.0/24", "198.91.65.0/24", "198.91.66.0/24", "198.91.67.0/24", "198.91.68.0/24", "198.91.69.0/24", "198.91.70.0/24", "198.91.71.0/24", "198.91.72.0/23", "198.91.72.0/24", "198.91.73.0/24", "199.10.8.0/22", "199.10.8.0/24", "199.10.9.0/24", "199.10.10.0/24", "199.10.11.0/24", "199.10.12.0/23"], "6": ["2001:480:501::/48"]}}, "48": {"name": "DNIC-AS-00048, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.60.0.0/16", "132.250.0.0/16"], "6": ["2001:480:20::/48"]}}, "49": {"name": "US-NATIONAL-INSTITUTE-OF-STANDARDS-AND-TECHNOLOGY, US / US National Institute of Standards & Technology", "ranges": {"4": ["129.6.0.0/21", "129.6.8.0/22", "129.6.12.0/23", "129.6.14.0/24", "129.6.15.0/24", "129.6.16.0/20", "129.6.32.0/19", "129.6.64.0/19", "129.6.96.0/20", "129.6.113.0/24", "129.6.114.0/23", "129.6.116.0/22", "129.6.120.0/21", "129.6.128.0/17", "132.163.96.0/24", "132.163.97.0/24"], "6": ["2610:20:6000::/37", "2610:20:6f15::/48", "2610:20:6f96::/48", "2610:20:6f97::/48"]}}, "56": {"name": "DNIC-AS-00056, US / DoD Network Information Center", "ranges": {"4": ["131.30.20.0/24", "132.3.112.0/21"]}}, "84": {"name": "DNIC-AS-00084, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["130.46.0.0/16", "192.5.27.0/24", "192.5.47.0/24", "192.91.138.0/24", "198.97.79.0/24"], "6": ["2001:480:630::/48"]}}, "89": {"name": "DNIC-AS-00089, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["129.190.0.0/16", "164.223.0.0/16", "198.97.81.0/24", "198.97.82.0/23", "198.97.84.0/22", "198.97.88.0/24"]}}, "118": {"name": "DNIC-AS-00118, US / DoD Network Information Center", "ranges": {"4": ["131.18.0.0/24", "131.18.254.0/24"]}}, "121": {"name": "DNIC-AS-00121, US / DoD Network Information Center", "ranges": {"4": ["214.54.192.0/20", "214.54.208.0/20", "214.54.224.0/23", "214.54.226.0/23", "214.54.230.0/24", "214.54.231.0/24"]}}, "138": {"name": "DNIC-AS-00138, US / DoD Network Information Center", "ranges": {"4": ["131.66.0.0/16", "131.67.0.0/16", "131.68.0.0/16", "131.68.2.0/24", "131.68.3.0/24", "131.68.12.0/24", "131.68.13.0/24", "131.68.18.0/24", "131.68.23.0/24", "131.68.24.0/24", "131.68.28.0/24", "131.68.30.0/24", "131.68.34.0/24", "131.68.37.0/24", "131.68.66.0/24", "131.68.68.0/24", "131.68.77.0/24", "131.68.79.0/24", "131.68.103.0/24", "131.68.139.0/24", "131.68.149.0/24", "131.68.150.0/24", "131.68.165.0/24", "131.68.168.0/24", "131.68.169.0/24", "131.68.171.0/24", "131.68.194.0/24", "131.68.195.0/24", "131.68.206.0/24", "131.68.209.0/24", "131.68.240.0/21", "141.234.0.0/18", "141.234.64.0/18", "144.183.15.0/24", "144.183.16.0/24", "144.183.17.0/24", "144.183.20.0/24", "144.183.32.0/22", "144.183.127.0/24", "144.183.128.0/23", "144.183.130.0/24", "144.183.131.0/24", "144.183.196.0/22", "144.183.200.0/21", "144.183.216.0/24", "144.183.227.0/24"]}}, "140": {"name": "DNIC-AS-00140, US / DoD Network Information Center", "ranges": {"4": ["131.84.2.0/24", "131.84.120.0/23", "131.84.122.0/23", "131.84.124.0/23"]}}, "147": {"name": "DNIC-AS-00147, US / DoD Network Information Center", "ranges": {"4": ["215.1.84.0/24"]}}, "149": {"name": "DNIC-AS-00149, US / DoD Network Information Center", "ranges": {"4": ["214.9.248.0/21", "215.67.6.0/23", "215.67.128.0/18", "215.67.220.0/22", "215.67.222.0/23", "215.69.222.0/24", "215.69.224.0/24", "215.69.239.0/24", "215.69.240.0/22", "215.69.245.0/24", "215.69.248.0/22", "215.69.252.0/24"]}}, "153": {"name": "CTNOSC-ASN-153, US / Headquarters, USAISC", "ranges": {"4": ["158.9.188.0/24", "158.9.189.0/24", "192.188.204.0/24", "207.133.194.0/24"]}}, "170": {"name": "DNIC-AS-00170, US / DoD Network Information Center", "ranges": {"4": ["215.1.4.0/24"]}}, "190": {"name": "DNIC-AS-00190, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["192.86.77.0/24", "192.111.117.0/24", "198.97.138.0/24", "199.208.157.0/24", "199.211.219.0/24"]}}, "213": {"name": "DNIC-AS-00213, US / Headquarters, USAISC", "ranges": {"4": ["131.92.0.0/17"], "6": ["2001:480:1670::/48"]}}, "228": {"name": "DNIC-AS-00228, US / DoD Network Information Center", "ranges": {"4": ["147.241.48.0/21", "147.241.64.0/21", "147.241.136.0/21", "147.241.144.0/21"], "6": ["2001:480:253::/48"]}}, "229": {"name": "MERIT-AS-6, US / Merit Network Inc.", "ranges": {"4": ["192.41.230.0/23", "192.41.236.0/23"], "6": ["2001:48a8:68f7::/48"]}}, "237": {"name": "MERIT-AS-14, US / Merit Network Inc.", "ranges": {"4": ["35.0.0.0/10", "35.33.96.0/19", "35.64.0.0/14", "35.68.0.0/15", "35.70.0.0/16", "35.71.0.0/18", "74.115.236.0/23", "141.210.0.0/16", "141.217.0.0/16", "141.218.0.0/16", "148.61.0.0/16", "161.133.0.0/17", "161.133.2.0/24", "161.133.112.0/21", "161.133.120.0/21", "161.133.128.0/17", "161.133.129.0/24", "163.253.36.0/22", "164.76.0.0/16", "192.35.168.0/23", "192.35.170.0/24", "192.41.229.0/24", "192.41.232.0/22", "192.88.242.0/24", "192.101.250.0/24", "192.122.182.0/23", "192.122.184.0/21", "192.122.200.0/24", "192.138.137.0/24", "192.160.192.0/24", "192.160.204.0/24", "192.188.100.0/24", "192.203.195.0/24", "192.245.252.0/24", "192.245.254.0/24", "198.17.130.0/23", "198.17.132.0/23", "198.17.134.0/24", "198.108.0.0/14", "204.38.0.0/15", "204.106.17.0/24", "204.106.28.0/24", "204.106.31.0/24", "206.201.157.0/24", "207.72.0.0/14"], "6": ["2001:468:2620::/48", "2001:468:26e1::/48", "2001:48a8::/32", "2001:48a8:800::/40", "2001:48a8:68fe::/48", "2606:9700::/32", "2607:ff30:1110::/48", "2620:13f:6000::/44"]}}, "252": {"name": "DNIC-AS-00252, US / Headquarters, USAISC", "ranges": {"4": ["128.47.0.0/16", "155.29.152.0/21", "192.70.236.0/24", "204.37.16.0/21", "204.37.24.0/24"], "6": ["2001:480:34::/48"]}}, "257": {"name": "DNIC-AS-00257, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["204.102.228.0/25", "204.102.228.128/25", "204.102.229.0/24", "205.155.65.0/24", "209.129.248.0/25"], "6": ["2607:f380:804::/48"]}}, "258": {"name": "BRAGGSRI-EGP-AS, US / Headquarters, USAISC", "ranges": {"4": ["139.241.4.0/24", "139.242.5.0/24"]}}, "270": {"name": "AS270, US / National Aeronautics and Space Administration", "ranges": {"4": ["128.102.0.0/16", "128.154.0.0/17", "128.154.128.0/17", "128.155.0.0/16", "128.157.0.0/16", "128.158.0.0/16", "128.183.0.0/16", "129.164.128.0/17", "129.168.0.0/16", "130.40.0.0/16", "130.134.0.0/16", "130.135.0.0/16", "131.182.0.0/16", "134.12.0.0/17", "134.118.96.0/19", "134.118.112.0/22", "136.178.0.0/16", "138.115.0.0/16", "139.88.0.0/16", "139.169.0.0/16", "143.232.0.0/16", "146.154.0.0/16", "146.165.0.0/16", "148.114.0.0/16", "192.48.14.0/24", "192.52.78.0/24", "192.52.80.0/24", "192.52.81.0/24", "192.52.82.0/24", "192.52.83.0/24", "192.52.84.0/24", "192.52.85.0/24", "192.52.86.0/24", "192.52.87.0/24", "192.52.88.0/24", "192.52.89.0/24", "192.52.90.0/24", "192.52.91.0/24", "192.52.92.0/24", "192.52.94.0/24", "192.52.95.0/24", "192.52.98.0/24", "192.52.198.0/24", "192.52.206.0/24", "192.52.207.0/24", "192.52.211.0/24", "192.52.212.0/24", "192.52.213.0/24", "192.52.214.0/24", "192.52.215.0/24", "192.52.216.0/24", "192.52.217.0/24", "192.55.90.0/23", "192.58.19.0/24", "192.58.21.0/24", "192.58.36.0/24", "192.67.109.0/24", "192.67.110.0/24", "192.67.115.0/24", "192.67.186.0/24", "192.68.192.0/24", "192.68.194.0/24", "192.68.196.0/24", "192.68.197.0/24", "192.70.120.0/24", "192.70.122.0/24", "192.70.123.0/24", "192.70.124.0/24", "192.70.125.0/24", "192.70.126.0/24", "192.76.235.0/24", "192.88.31.0/24", "192.88.32.0/24", "192.88.33.0/24", "192.88.36.0/24", "192.88.37.0/24", "192.88.40.0/23", "192.88.43.0/24", "192.88.44.0/24", "192.88.46.0/24", "192.88.48.0/24", "192.88.49.0/24", "192.92.197.0/24", "192.92.198.0/24", "192.92.199.0/24", "192.100.9.0/24", "192.107.191.0/24", "192.112.9.0/24", "192.112.10.0/24", "192.112.11.0/24", "192.112.16.0/22", "192.112.224.0/24", "192.112.230.0/24", "192.149.107.0/24", "192.149.128.0/24", "192.149.140.0/24", "192.149.141.0/24", "192.150.32.0/21", "192.160.74.0/24", "192.160.78.0/24", "192.189.100.0/24", "192.225.88.0/24", "194.85.23.0/24", "198.27.34.0/24", "198.27.37.0/24", "198.27.39.0/24", "198.27.40.0/24", "198.27.41.0/24", "198.27.42.0/24", "198.27.43.0/24", "198.27.44.0/24", "198.27.45.0/24", "198.27.46.0/24", "198.27.47.0/24", "198.27.49.0/24", "198.119.2.0/24", "198.182.28.0/24", "198.182.30.0/23"]}}, "273": {"name": "DNIC-AS-00273, US / DoD Network Information Center", "ranges": {"4": ["155.7.192.0/19"]}}, "289": {"name": "DNIC-AS-00289, US / Headquarters, USAISC", "ranges": {"4": ["134.194.0.0/16", "147.241.0.0/19"]}}, "297": {"name": "AS297, US / National Aeronautics and Space Administration", "ranges": {"4": ["128.156.0.0/16", "129.163.0.0/16", "129.164.0.0/16", "156.68.0.0/16", "158.154.0.0/16", "161.40.0.0/16", "192.67.118.0/24", "192.77.80.0/20", "192.92.194.0/24", "192.92.195.0/24", "192.100.14.0/24", "192.112.20.0/24", "192.112.220.0/22", "192.124.20.0/24", "192.225.64.0/19", "192.225.69.0/24", "198.116.0.0/14", "198.116.24.0/24", "198.116.201.0/24", "198.116.202.0/24", "198.116.203.0/24", "198.116.209.0/24", "198.120.0.0/14"], "6": ["2001:4d0::/32"]}}, "300": {"name": "DNIC-AS-00300, US / DoD Network Information Center", "ranges": {"4": ["156.112.74.0/24", "156.112.75.0/24", "156.112.76.0/24", "156.112.78.0/24", "156.112.134.0/24", "156.112.171.0/24", "158.15.0.0/16", "160.137.96.0/24", "160.137.102.0/24", "160.137.132.0/22", "160.137.136.0/22", "164.235.104.0/21", "199.211.153.0/24", "204.222.212.0/24", "209.22.250.0/24", "214.3.158.0/24", "214.3.159.0/24", "214.3.160.0/24", "214.3.177.0/24", "214.4.13.0/24", "214.4.14.0/24", "214.4.15.0/24", "214.4.138.0/24", "214.4.139.0/24", "214.4.143.0/24", "214.23.0.0/21", "214.23.24.0/21", "214.23.48.0/20", "214.23.64.0/21", "214.23.79.0/24", "214.23.248.0/21", "214.38.224.0/24", "214.66.0.0/19"], "6": ["2608:184::/48"]}}, "306": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.10.0.0/16", "55.15.0.0/16", "55.15.200.0/22", "55.17.0.0/16", "55.17.73.0/24", "55.22.69.0/24", "55.25.5.0/24", "55.27.0.0/16", "55.38.0.0/16", "55.43.196.0/22", "55.44.0.0/16", "55.51.0.0/16", "55.61.0.0/16", "55.67.0.0/16", "55.68.0.0/16", "55.78.0.0/16", "55.85.0.0/16", "55.85.8.0/24", "55.85.20.0/24", "55.85.27.0/24", "55.85.43.0/24", "55.85.44.0/22", "55.85.66.0/23", "55.85.68.0/24", "55.85.80.0/24", "55.86.2.0/24", "55.242.0.0/16", "132.79.0.0/16", "132.79.15.0/24", "132.79.16.0/24", "132.79.70.0/24", "132.79.128.0/19", "132.79.128.0/24", "132.80.0.0/16", "132.80.64.0/21", "132.80.88.0/21", "132.80.130.0/24", "132.80.230.0/24", "132.81.0.0/16", "132.81.242.0/24", "132.81.253.0/24", "132.82.0.0/16", "132.82.48.0/21", "132.82.242.0/24", "132.82.253.0/24", "132.83.25.0/24", "132.83.40.0/21", "132.83.48.0/21", "132.83.122.0/24", "132.83.127.0/24", "132.83.242.0/24", "132.83.253.0/24", "132.83.254.0/24", "132.84.0.0/16", "132.84.40.0/21", "132.84.200.0/24", "132.84.241.0/24", "132.85.0.0/16", "132.85.48.0/21", "132.85.198.0/24", "132.85.253.0/24", "132.86.0.0/16", "132.86.40.0/21", "132.86.48.0/21", "132.86.242.0/24", "132.86.253.0/24", "132.87.0.0/16", "132.87.40.0/21", "132.87.48.0/21", "132.87.242.0/24", "132.87.253.0/24", "132.88.0.0/16", "132.88.40.0/21", "132.89.0.0/16", "132.89.40.0/21", "132.89.48.0/21", "132.89.242.0/24", "132.89.253.0/24", "132.90.0.0/16", "132.90.40.0/21", "132.90.48.0/21", "132.90.241.0/24", "132.90.242.0/24", "132.90.253.0/24", "132.91.0.0/16", "132.92.0.0/16", "132.92.40.0/21", "132.93.0.0/16", "132.93.40.0/21", "132.93.253.0/24", "132.93.254.0/24", "132.94.0.0/16", "132.94.40.0/21", "132.94.48.0/21", "132.94.241.0/24", "132.94.242.0/24", "132.94.253.0/24", "132.95.0.0/16", "132.95.40.0/21", "132.95.48.0/21", "132.95.242.0/24", "132.95.253.0/24", "132.96.0.0/16", "132.96.0.0/19", "132.96.191.0/24", "132.96.192.0/21", "132.96.241.0/24", "132.96.242.0/24", "132.96.243.0/24", "132.96.249.0/24", "132.96.253.0/24", "132.96.254.0/24", "132.97.0.0/16", "132.97.242.0/24", "132.97.253.0/24", "132.97.254.0/24", "132.98.0.0/16", "132.98.40.0/21", "132.98.242.0/24", "132.98.253.0/24", "132.99.0.0/16", "132.99.12.0/24", "132.99.198.0/24", "132.99.253.0/24", "132.100.0.0/16", "132.100.40.0/21", "132.100.48.0/21", "132.100.241.0/24", "132.100.242.0/24", "132.100.253.0/24", "132.101.0.0/16", "132.101.12.0/24", "132.101.242.0/24", "132.101.253.0/24", "132.102.0.0/16", "132.102.40.0/21", "132.102.253.0/24", "132.103.0.0/16", "132.103.40.0/21", "132.103.48.0/21", "132.103.241.0/24", "132.103.242.0/24", "132.103.253.0/24", "132.104.0.0/16", "132.104.40.0/21", "132.104.48.0/21", "132.104.242.0/24", "132.104.253.0/24", "132.105.0.0/16", "132.105.12.0/24", "132.105.40.0/21", "132.105.48.0/21", "132.105.242.0/24", "132.105.253.0/24", "132.106.0.0/16", "132.106.12.0/24", "132.106.40.0/21", "132.106.48.0/21", "132.106.242.0/24", "132.106.249.0/24", "132.106.253.0/24", "132.107.0.0/16", "132.107.253.0/24", "132.108.0.0/16", "132.108.40.0/21", "132.108.48.0/21", "132.108.242.0/24", "132.108.253.0/24", "132.109.0.0/16", "132.109.40.0/21", "132.109.48.0/21", "132.109.253.0/24", "132.110.0.0/16", "132.110.40.0/21", "132.110.241.0/24", "132.110.253.0/24", "132.111.0.0/16", "132.111.12.0/24", "132.111.40.0/21", "132.111.48.0/21", "132.111.200.0/24", "132.111.241.0/24", "132.111.242.0/24", "132.111.253.0/24", "132.112.0.0/16", "132.112.40.0/21", "132.113.0.0/16", "132.113.40.0/21", "132.113.48.0/21", "132.113.241.0/24", "132.113.242.0/24", "132.113.253.0/24", "132.114.0.0/16", "132.114.12.0/24", "132.114.40.0/21", "132.114.48.0/21", "132.114.253.0/24", "132.115.0.0/16", "132.115.40.0/21", "132.115.241.0/24", "132.115.251.0/24", "132.115.253.0/24", "132.115.254.0/24", "132.116.0.0/16", "132.116.12.0/24", "132.116.40.0/21", "132.116.48.0/21", "132.116.241.0/24", "132.116.242.0/24", "132.116.253.0/24", "132.117.0.0/16", "132.117.241.0/24", "132.117.242.0/24", "132.117.253.0/24", "132.118.0.0/16", "132.118.40.0/21", "132.118.48.0/21", "132.118.242.0/24", "132.118.253.0/24", "132.119.0.0/16", "132.119.40.0/21", "132.119.48.0/21", "132.119.242.0/24", "132.119.253.0/24", "132.120.0.0/16", "132.120.40.0/21", "132.120.70.0/24", "132.121.0.0/16", "132.121.40.0/21", "132.121.254.0/24", "132.122.0.0/16", "132.122.48.0/21", "132.122.242.0/24", "132.122.253.0/24", "132.123.0.0/16", "132.123.40.0/21", "132.123.48.0/21", "132.123.242.0/24", "132.123.253.0/24", "132.124.0.0/16", "132.124.40.0/21", "132.124.48.0/21", "132.124.241.0/24", "132.124.242.0/24", "132.124.253.0/24", "132.125.0.0/16", "132.125.12.0/24", "132.125.40.0/21", "132.125.48.0/21", "132.125.151.0/24", "132.125.200.0/24", "132.125.253.0/24", "132.126.0.0/16", "132.126.12.0/24", "132.126.40.0/21", "132.126.48.0/21", "132.126.241.0/24", "132.126.242.0/24", "132.126.249.0/24", "132.126.253.0/24", "132.127.0.0/16", "132.127.40.0/21", "132.127.253.0/24", "132.128.0.0/16", "132.128.12.0/24", "132.128.40.0/21", "132.128.48.0/21", "132.128.241.0/24", "132.128.242.0/24", "132.128.253.0/24", "132.129.0.0/16", "132.130.0.0/16", "132.130.12.0/24", "132.130.40.0/21", "132.130.48.0/21", "132.130.241.0/24", "132.130.242.0/24", "132.130.250.0/24", "132.130.251.0/24", "132.130.253.0/24", "132.130.254.0/24", "132.131.0.0/16", "132.131.40.0/21", "132.131.48.0/21", "132.131.253.0/24", "132.132.0.0/16", "132.132.40.0/21", "132.132.48.0/21", "132.132.241.0/24", "132.132.242.0/24", "132.132.253.0/24", "132.133.0.0/16", "132.133.241.0/24", "132.133.242.0/24", "132.133.253.0/24", "132.134.0.0/16", "132.134.48.0/21", "132.134.242.0/24", "132.134.253.0/24", "132.135.0.0/16", "132.136.0.0/16", "132.139.0.0/16", "132.141.40.0/21", "132.142.0.0/22", "132.142.4.0/22", "132.142.9.0/24", "132.142.131.0/24"]}}, "307": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.195.0.0/16"]}}, "316": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.8.0.0/16"]}}, "317": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.11.0.0/16", "55.11.8.0/24", "55.11.144.0/23", "55.11.152.0/21", "139.241.6.0/24", "139.242.53.0/24"]}}, "319": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.26.0.0/16", "55.26.52.0/22", "55.26.163.0/24", "55.26.164.0/24", "55.26.166.0/24", "55.26.167.0/24", "55.26.168.0/24"]}}, "320": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.25.0.0/16", "55.25.64.0/22", "55.25.72.0/22", "55.25.92.0/22", "55.25.112.0/22", "55.25.132.0/22", "55.25.136.0/22", "55.25.148.0/22", "55.25.160.0/22", "55.25.160.0/24"]}}, "321": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.24.0.0/16", "55.24.20.0/24", "55.24.87.0/24", "55.24.229.0/24", "55.24.230.0/24", "55.24.231.0/24", "55.24.232.0/24", "55.24.234.0/24", "55.24.236.0/24", "55.24.251.0/24", "214.54.64.0/24", "214.54.65.0/24"]}}, "322": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.35.0.0/16", "55.35.77.0/24", "55.35.124.0/24"]}}, "323": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.36.0.0/16", "55.36.235.0/24", "55.36.249.0/24"]}}, "324": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.39.0.0/16", "55.39.25.0/24", "55.39.26.0/24", "55.39.32.0/24"]}}, "325": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.43.0.0/16", "55.191.0.0/16", "55.191.7.0/24", "55.191.104.0/24", "55.191.106.0/24", "55.191.109.0/24", "55.191.110.0/24", "55.191.127.0/24", "55.191.181.0/24", "55.191.182.0/24", "55.191.183.0/24", "55.191.187.0/24", "55.191.189.0/24", "55.191.193.0/24", "55.191.199.0/24", "55.191.200.0/24", "55.191.201.0/24", "55.191.203.0/24", "55.191.205.0/24", "55.191.207.0/24", "55.191.211.0/24", "55.191.213.0/24", "55.191.215.0/24", "55.191.217.0/24", "55.191.219.0/24", "55.191.221.0/24", "55.191.223.0/24", "55.191.229.0/24", "55.191.232.0/24"]}}, "326": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.126.0.0/16", "55.190.0.0/16", "55.192.0.0/16", "55.194.0.0/16", "55.224.1.0/24", "55.224.2.0/24", "55.224.7.0/24", "55.224.8.0/24", "55.224.80.0/24", "55.224.82.0/24", "55.224.86.0/24", "55.224.88.0/24", "55.224.96.0/24", "55.224.98.0/24", "55.224.103.0/24", "55.224.104.0/23", "55.224.106.0/24"]}}, "327": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.45.0.0/16"]}}, "328": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.53.0.0/16", "55.53.192.0/24", "55.53.193.0/24", "55.53.194.0/24", "55.53.195.0/24", "55.53.196.0/24", "55.53.198.0/23", "55.53.202.0/24", "55.53.206.0/24", "55.53.208.0/24"]}}, "329": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.78.221.0/24", "55.92.0.0/16", "55.92.211.0/24", "55.92.212.0/24", "55.92.221.0/24", "55.92.222.0/24", "55.92.241.0/24", "55.92.252.0/24", "215.65.80.0/24"]}}, "331": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.19.0.0/16", "55.19.2.0/24", "55.65.0.0/16", "55.70.0.0/16", "55.70.190.0/24", "55.70.214.0/24", "55.70.244.0/24", "55.70.245.0/24"]}}, "334": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.72.0.0/16", "55.72.32.0/24", "55.72.137.0/24", "55.72.141.0/24", "55.72.142.0/24", "55.72.143.0/24", "55.72.144.0/22", "55.72.154.0/23", "55.72.157.0/24", "55.72.160.0/24", "55.72.168.0/24", "55.72.170.0/24", "55.72.173.0/24", "55.72.174.0/24", "55.72.177.0/24", "55.72.178.0/24", "55.72.179.0/24", "55.72.180.0/24", "55.72.183.0/24", "55.72.184.0/24", "55.72.185.0/24", "55.72.186.0/24", "55.72.188.0/24", "55.72.192.0/24", "55.72.193.0/24", "55.72.195.0/24", "55.72.196.0/24", "55.72.199.0/24", "55.72.202.0/24", "55.72.204.0/23", "55.72.206.0/24", "55.72.207.0/24", "55.72.212.0/22", "55.72.220.0/24", "55.72.221.0/24", "55.72.222.0/24", "55.72.223.0/24", "55.72.224.0/24", "55.72.225.0/24", "55.72.226.0/24", "55.72.227.0/24", "55.72.228.0/24", "55.72.230.0/24", "55.72.232.0/24"]}}, "335": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.74.0.0/16", "55.74.6.0/24", "55.74.44.0/23", "55.74.46.0/24", "55.74.47.0/24", "55.74.52.0/24", "55.74.53.0/24", "55.74.54.0/24", "55.74.55.0/24", "55.74.58.0/24", "55.74.59.0/24", "55.74.64.0/24", "55.74.65.0/24", "55.74.66.0/24", "55.74.67.0/24", "55.74.68.0/24", "55.74.69.0/24", "55.74.70.0/24", "55.74.71.0/24", "55.74.72.0/24", "55.74.73.0/24", "55.74.74.0/24", "55.74.75.0/24", "55.74.76.0/24", "55.74.78.0/24", "55.74.79.0/24", "55.74.80.0/24", "55.74.82.0/24", "55.74.83.0/24", "55.74.84.0/24", "55.74.85.0/24", "55.74.90.0/24", "55.74.91.0/24", "55.74.94.0/24", "55.74.95.0/24", "55.74.96.0/24", "55.74.97.0/24", "55.74.98.0/24", "55.74.99.0/24", "55.74.100.0/24", "55.74.103.0/24", "55.74.104.0/23", "55.74.107.0/24", "55.74.108.0/24", "55.74.111.0/24", "55.74.112.0/24", "55.74.113.0/24", "55.74.116.0/24", "55.74.117.0/24", "55.74.118.0/24", "55.74.119.0/24", "55.74.120.0/24", "55.74.121.0/24", "55.74.122.0/24", "55.74.124.0/24", "55.74.125.0/24", "55.74.129.0/24", "55.74.130.0/24", "55.74.136.0/22", "55.74.140.0/24", "55.74.143.0/24", "55.74.144.0/24", "55.74.145.0/24", "55.74.146.0/24", "55.74.147.0/24", "55.74.148.0/24", "55.74.149.0/24", "55.74.152.0/24", "55.74.153.0/24", "55.74.155.0/24", "55.74.156.0/24", "55.74.157.0/24", "55.74.158.0/24", "55.74.160.0/24", "55.74.161.0/24", "55.74.166.0/24", "55.74.167.0/24", "55.74.168.0/24", "55.74.169.0/24", "55.74.170.0/24", "55.74.171.0/24", "55.74.172.0/24", "55.74.173.0/24", "55.74.175.0/24", "55.74.176.0/24", "55.74.177.0/24", "55.74.180.0/24", "55.74.183.0/24", "55.74.184.0/24", "55.74.192.0/24", "55.74.193.0/24", "55.74.194.0/24", "55.74.195.0/24", "55.74.196.0/24", "55.74.197.0/24", "55.74.198.0/24", "55.74.200.0/24", "55.74.205.0/24", "55.74.206.0/23", "55.74.208.0/21"]}}, "336": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.75.0.0/16", "55.75.4.0/24", "55.75.5.0/24", "55.75.172.0/22", "55.75.217.0/24", "55.75.219.0/24", "55.75.222.0/24", "55.75.223.0/24", "55.75.224.0/24", "55.75.225.0/24", "55.75.226.0/24", "55.75.227.0/24", "55.75.228.0/24", "55.75.229.0/24", "55.75.230.0/24", "55.75.231.0/24", "55.75.232.0/24", "55.75.233.0/24", "55.75.234.0/24", "55.75.235.0/24", "55.75.236.0/24", "55.75.237.0/24", "55.75.238.0/24"]}}, "337": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.29.228.0/24", "55.188.0.0/16", "55.188.32.0/23", "55.188.96.0/23", "55.188.98.0/24", "55.188.100.0/24", "55.188.101.0/24", "55.188.102.0/24", "55.188.103.0/24", "55.188.104.0/24", "55.188.106.0/24", "55.188.107.0/24", "55.188.108.0/24", "55.188.111.0/24", "55.188.112.0/24", "55.188.115.0/24", "55.188.116.0/23", "55.188.118.0/23", "55.188.120.0/23", "55.188.128.0/23", "55.188.132.0/24", "55.188.133.0/24", "55.188.134.0/24", "55.188.135.0/24", "55.188.136.0/24", "55.188.137.0/24", "55.188.138.0/24", "55.188.139.0/24", "55.188.140.0/24", "55.188.141.0/24", "55.188.142.0/24", "55.188.160.0/23", "55.188.162.0/24", "55.188.164.0/24", "55.188.165.0/24", "55.188.169.0/24", "55.188.170.0/24", "55.188.171.0/24", "55.188.173.0/24", "55.188.174.0/24", "55.188.187.0/24", "55.188.188.0/22", "55.188.192.0/23", "55.188.194.0/23", "55.188.196.0/23", "55.188.198.0/24", "55.188.199.0/24", "55.188.200.0/24", "55.188.201.0/24", "55.188.202.0/23", "55.188.204.0/24", "55.188.205.0/24", "55.188.206.0/24", "55.188.207.0/24", "55.188.208.0/24", "55.188.210.0/24", "55.188.224.0/23", "55.188.226.0/23", "55.188.228.0/24", "55.188.231.0/24", "55.188.232.0/24", "55.188.234.0/24", "55.188.235.0/24", "55.188.236.0/24", "55.188.239.0/24", "55.188.240.0/22", "55.188.244.0/24", "55.188.245.0/24", "139.242.14.0/23"]}}, "338": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.34.0.0/16", "55.34.24.0/24", "55.34.44.0/23"]}}, "339": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.83.0.0/16", "55.83.4.0/24", "55.83.50.0/24", "55.83.239.0/24"]}}, "340": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.40.0.0/16", "55.73.0.0/16", "55.86.0.0/16", "55.86.50.0/24", "55.86.96.0/19", "55.86.128.0/18"]}}, "341": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.47.0.0/16", "55.88.0.0/16", "55.88.2.0/24", "55.88.136.0/24", "55.88.137.0/24", "55.88.138.0/24"]}}, "342": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.56.0.0/16", "55.56.2.0/24", "55.56.6.0/24", "55.56.7.0/24", "55.56.23.0/24", "55.56.24.0/24", "55.56.55.0/24", "55.56.196.0/22", "55.56.210.0/24"]}}, "343": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.55.0.0/16", "55.94.0.0/16"]}}, "344": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.2.0.0/16", "55.2.2.0/24", "55.2.3.0/24", "55.2.4.0/24", "55.2.5.0/24", "55.2.6.0/24", "55.2.8.0/24", "55.2.9.0/24", "55.2.10.0/24", "55.2.13.0/24", "55.2.14.0/24", "55.2.16.0/24", "55.2.17.0/24", "55.2.18.0/24", "55.2.20.0/24", "55.2.21.0/24", "55.2.22.0/23", "55.2.24.0/24", "55.2.25.0/24", "55.2.27.0/24", "55.2.29.0/24", "55.2.31.0/24", "55.2.36.0/24", "55.2.39.0/24", "55.2.40.0/24", "55.2.41.0/24", "55.2.42.0/24", "55.2.48.0/24", "55.2.50.0/24", "55.2.51.0/24", "55.2.54.0/24", "55.2.55.0/24", "55.2.56.0/24", "55.2.57.0/24", "55.2.59.0/24", "55.2.60.0/24", "55.2.62.0/24", "55.2.63.0/24", "55.2.64.0/24", "55.2.71.0/24", "55.2.73.0/24", "55.2.75.0/24", "55.2.77.0/24", "55.2.78.0/24", "55.2.79.0/24", "55.2.81.0/24", "55.2.82.0/24", "55.2.84.0/22", "55.2.88.0/22", "55.2.92.0/24", "55.2.100.0/24", "55.2.107.0/24", "55.2.109.0/24", "55.2.114.0/24", "55.2.117.0/24", "55.2.118.0/24", "55.2.119.0/24", "55.2.120.0/24", "55.2.128.0/24", "55.2.138.0/24", "55.2.139.0/24", "55.2.140.0/24", "55.2.141.0/24", "55.2.142.0/24", "55.2.143.0/24", "55.2.144.0/24", "55.2.145.0/24", "55.2.147.0/24", "55.2.153.0/24", "55.2.156.0/24", "55.2.159.0/24", "55.2.160.0/24", "55.2.163.0/24", "55.2.164.0/24", "55.2.166.0/24", "55.2.168.0/24", "55.2.172.0/24", "55.2.176.0/24", "55.2.188.0/22", "55.2.196.0/22", "55.2.201.0/24", "55.2.202.0/24", "55.2.203.0/24", "55.2.204.0/24", "55.2.205.0/24", "55.2.206.0/24", "55.2.207.0/24", "55.2.208.0/24", "55.2.209.0/24", "55.2.210.0/24", "55.2.211.0/24", "55.2.215.0/24", "55.2.216.0/24", "55.2.217.0/24", "55.2.218.0/24", "55.2.219.0/24", "55.2.220.0/24", "55.2.221.0/24", "55.2.222.0/24", "55.2.224.0/22", "55.2.228.0/23", "55.2.230.0/24", "55.2.231.0/24", "55.2.232.0/24", "55.2.233.0/24", "55.2.234.0/23", "55.2.236.0/24", "55.2.237.0/24", "55.2.238.0/24", "55.2.239.0/24", "55.2.240.0/24", "55.2.241.0/24", "55.2.243.0/24", "55.2.244.0/24", "55.2.245.0/24", "55.2.246.0/24", "55.2.247.0/24", "55.2.248.0/24", "55.2.250.0/24", "55.2.252.0/24", "55.2.253.0/24", "55.2.254.0/24", "214.25.1.0/24", "214.25.2.0/24", "214.25.3.0/24", "214.25.4.0/24", "214.25.6.0/24", "214.25.7.0/24", "214.25.8.0/24", "214.25.9.0/24"]}}, "345": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.3.0.0/16", "55.3.101.0/24", "55.3.102.0/23", "55.3.104.0/23", "55.3.106.0/23", "55.3.110.0/23", "55.3.224.0/21", "55.3.251.0/24", "55.3.252.0/24", "156.112.250.0/24", "214.24.21.0/24", "214.24.24.0/24", "214.24.26.0/24", "214.24.27.0/24", "214.24.31.0/24"]}}, "346": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.13.0.0/16", "55.13.3.0/24", "55.13.8.0/24", "55.13.10.0/24", "55.13.11.0/24", "55.13.15.0/24", "55.13.16.0/24", "55.13.72.0/21", "55.13.80.0/24", "55.13.81.0/24", "55.13.101.0/24", "55.13.105.0/24"]}}, "347": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.64.0.0/16", "55.64.88.0/24", "55.64.90.0/24", "55.64.176.0/24", "55.64.228.0/22"]}}, "348": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.22.0.0/16", "55.22.50.0/23", "55.22.51.0/24", "55.22.52.0/22", "55.22.56.0/21", "55.22.64.0/24", "55.22.65.0/24", "55.22.84.0/24", "55.22.144.0/24", "55.22.158.0/24", "55.22.174.0/24"]}}, "349": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.23.0.0/16", "55.23.8.0/24", "55.23.22.0/24", "55.23.23.0/24", "55.23.25.0/24", "55.23.27.0/24", "55.23.28.0/24", "55.23.29.0/24", "55.23.31.0/24", "55.23.33.0/24", "55.23.35.0/24", "55.23.103.0/24", "55.23.129.0/24", "55.23.163.0/24", "55.23.182.0/24", "55.23.192.0/24"]}}, "350": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.30.0.0/16", "55.30.8.0/21", "55.30.16.0/20"]}}, "351": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.37.0.0/16", "55.84.0.0/16"]}}, "352": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.32.0.0/16", "55.32.15.0/24", "55.32.80.0/24", "55.32.81.0/24", "55.32.82.0/24"]}}, "353": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.41.0.0/16", "55.41.82.0/24", "55.41.116.0/23", "55.41.197.0/24", "55.41.198.0/24", "55.41.199.0/24", "55.41.207.0/24"]}}, "355": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.46.0.0/16", "55.46.43.0/24", "55.46.48.0/24", "55.46.132.0/24", "55.46.135.0/24", "55.46.141.0/24", "55.46.145.0/24", "55.46.157.0/24", "55.46.158.0/24", "55.46.162.0/24", "55.46.168.0/24", "55.46.170.0/24", "55.46.172.0/24", "55.46.175.0/24", "55.46.176.0/24", "55.46.178.0/24", "55.46.179.0/24", "55.46.180.0/24", "55.46.184.0/24", "55.46.186.0/24", "55.46.193.0/24", "55.46.204.0/24", "55.46.206.0/24", "55.46.208.0/24", "55.46.210.0/24", "55.46.212.0/24", "55.46.214.0/24", "55.46.218.0/24", "55.46.222.0/24", "55.46.224.0/24", "55.46.226.0/24", "55.46.228.0/24", "55.46.234.0/24", "55.46.236.0/24", "55.46.240.0/24", "55.46.241.0/24", "55.46.242.0/24", "55.46.243.0/24", "55.46.244.0/24"]}}, "356": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.48.0.0/16", "55.89.0.0/16", "55.89.1.0/24", "55.89.2.0/24", "55.89.4.0/24", "55.89.5.0/24", "55.89.6.0/24", "55.89.7.0/24", "55.89.8.0/24", "55.89.9.0/24", "55.89.10.0/24", "55.89.11.0/24", "55.89.12.0/24", "55.89.13.0/24", "55.89.14.0/24", "55.89.15.0/24", "55.89.16.0/24", "55.89.17.0/24", "55.89.18.0/24", "55.89.19.0/24", "55.89.20.0/24", "55.89.21.0/24", "55.89.22.0/24", "55.89.23.0/24", "55.89.24.0/24", "55.89.25.0/24", "55.89.26.0/24", "55.89.27.0/24", "55.89.28.0/24", "55.89.29.0/24", "55.89.30.0/24", "55.89.31.0/24", "55.89.32.0/24", "55.89.33.0/24", "55.89.34.0/24", "55.89.35.0/24", "55.89.36.0/24", "55.89.37.0/24", "55.89.38.0/24", "55.89.39.0/24", "55.89.40.0/24", "55.89.41.0/24", "55.89.42.0/24", "55.89.43.0/24", "55.89.44.0/24", "55.89.45.0/24", "55.89.47.0/24", "55.89.48.0/24", "55.89.49.0/24", "55.89.50.0/24", "55.89.51.0/24", "55.89.52.0/24", "55.89.53.0/24", "55.89.54.0/24", "55.89.55.0/24", "55.89.56.0/24", "55.89.57.0/24", "55.89.58.0/24", "55.89.59.0/24", "55.89.60.0/24", "55.89.61.0/24", "55.89.62.0/24", "55.89.63.0/24", "55.89.65.0/24", "55.89.66.0/24", "55.89.67.0/24", "55.89.69.0/24", "55.89.70.0/24", "55.89.72.0/24", "55.89.73.0/24", "55.89.75.0/24", "55.89.77.0/24", "55.89.78.0/24", "55.89.79.0/24", "55.89.80.0/24", "55.89.82.0/24", "55.89.83.0/24", "55.89.85.0/24", "55.89.86.0/24", "55.89.87.0/24", "55.89.88.0/24", "55.89.89.0/24", "55.89.91.0/24", "55.89.92.0/24", "55.89.93.0/24", "55.89.94.0/24", "55.89.95.0/24", "55.89.98.0/24", "55.89.99.0/24", "55.89.105.0/24", "55.89.149.0/24", "55.89.150.0/24", "55.89.155.0/24", "55.89.156.0/24", "55.89.160.0/24", "55.89.170.0/24", "55.89.174.0/23", "55.89.180.0/24", "55.89.200.0/24", "55.89.205.0/24", "55.89.210.0/24", "55.89.219.0/24", "55.89.220.0/24", "55.89.221.0/24", "55.89.222.0/24", "55.89.223.0/24", "55.89.224.0/24", "55.89.225.0/24", "55.89.226.0/24", "55.89.227.0/24", "55.89.228.0/24", "55.89.229.0/24", "55.89.232.0/24", "55.89.234.0/23", "55.89.238.0/24", "55.89.240.0/24", "55.89.244.0/24", "55.89.245.0/24", "55.89.246.0/24", "55.89.247.0/24", "55.89.250.0/24", "55.89.252.0/24", "55.89.253.0/24"]}}, "357": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.49.0.0/16", "55.76.0.0/16", "55.77.0.0/17", "55.77.128.0/18", "55.77.192.0/19", "55.77.224.0/20", "55.77.248.0/21", "55.90.0.0/16", "55.98.0.0/18", "55.98.64.0/19", "55.98.96.0/19", "55.98.128.0/18", "55.98.192.0/18", "55.99.0.0/16"]}}, "358": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.52.0.0/16"]}}, "359": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.1.0.0/16"]}}, "360": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.5.236.0/24", "55.5.241.0/24", "55.5.242.0/24", "55.5.243.0/24", "55.5.245.0/24", "55.5.246.0/24", "55.5.248.0/24", "55.58.0.0/16", "55.58.0.0/24", "55.58.1.0/24", "55.58.2.0/24", "55.58.3.0/24", "55.58.4.0/24", "55.58.11.0/24", "55.58.22.0/24", "55.58.25.0/24", "55.58.56.0/22", "55.58.60.0/24", "55.58.61.0/24", "55.58.63.0/24", "55.58.64.0/24", "55.58.66.0/24", "55.58.67.0/24", "55.58.68.0/24", "55.58.69.0/24", "55.58.70.0/24", "55.58.71.0/24", "55.58.72.0/24", "55.58.73.0/24", "55.58.74.0/24", "55.58.75.0/24", "55.58.76.0/24", "55.58.77.0/24", "55.58.78.0/24", "55.58.79.0/24", "55.58.80.0/24", "55.58.81.0/24", "55.58.84.0/22", "55.58.88.0/22", "55.58.92.0/24", "55.58.93.0/24", "55.58.94.0/24", "55.58.95.0/24", "55.58.96.0/24", "55.58.97.0/24", "55.58.98.0/24", "55.58.99.0/24", "55.58.100.0/23", "55.58.102.0/23", "55.58.103.0/24", "55.58.104.0/24", "55.58.105.0/24", "55.58.106.0/24", "55.58.107.0/24", "55.58.108.0/24", "55.58.109.0/24", "55.58.110.0/24", "55.58.111.0/24", "55.58.112.0/23", "55.58.114.0/23", "55.58.116.0/24", "55.58.118.0/24", "55.58.119.0/24", "55.58.120.0/22", "55.58.124.0/22", "55.58.128.0/24", "55.58.129.0/24", "55.58.130.0/23", "55.58.132.0/23", "55.58.135.0/24", "55.58.136.0/23", "55.58.140.0/24", "55.58.143.0/24", "55.58.145.0/24", "55.58.146.0/24", "55.58.148.0/24", "55.58.200.0/24", "55.58.202.0/24", "55.58.203.0/24", "55.58.210.0/24", "55.58.214.0/24", "55.58.215.0/24", "55.58.223.0/24", "55.58.225.0/24", "55.58.226.0/24", "55.58.230.0/24", "55.58.232.0/24", "55.58.235.0/24", "55.58.236.0/24", "55.58.238.0/24", "55.58.240.0/24", "55.58.244.0/24", "55.58.245.0/24", "55.58.246.0/24", "55.58.247.0/24", "55.58.248.0/24", "55.58.252.0/24"]}}, "361": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.6.0.0/16", "55.59.0.0/16", "55.59.19.0/24", "55.62.0.0/16", "55.63.0.0/16", "55.96.0.0/16", "55.97.0.0/16"]}}, "362": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.7.0.0/16", "55.7.113.0/24", "55.7.227.0/24", "55.7.237.0/24", "55.7.245.0/24", "55.7.246.0/24", "55.7.247.0/24", "55.7.248.0/24", "55.60.0.0/16", "55.60.1.0/24", "55.60.21.0/24", "55.60.22.0/24", "55.60.64.0/19", "55.60.64.0/20", "55.60.96.0/20", "55.60.96.0/21", "55.60.113.0/24", "55.60.144.0/22", "55.60.166.0/24", "55.60.192.0/24", "55.60.227.0/24", "55.60.237.0/24", "55.60.243.0/24", "55.60.245.0/24", "55.60.246.0/24", "55.60.247.0/24", "55.60.248.0/24", "55.60.253.0/24"]}}, "364": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.16.0.0/16"]}}, "365": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.18.0.0/16", "55.69.0.0/16"]}}, "366": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.82.0.0/16"], "6": ["2001:480:280::/48"]}}, "367": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["6.16.68.0/24", "6.16.69.0/24", "6.16.70.0/24", "6.16.71.0/24", "6.16.102.0/24", "6.16.103.0/24", "6.16.207.0/24", "6.41.0.0/16", "6.41.7.0/24", "6.41.128.0/23", "6.41.130.0/23", "6.41.132.0/23", "6.42.64.0/18", "6.42.192.0/22", "6.42.196.0/22", "6.42.200.0/22", "6.42.204.0/22", "6.42.208.0/22", "6.42.212.0/22", "6.42.216.0/22", "6.42.220.0/22", "6.42.224.0/22", "6.42.228.0/22", "6.42.232.0/22", "6.42.243.0/24", "6.42.244.0/24", "6.42.245.0/24", "6.42.246.0/24", "6.42.247.0/24", "6.44.0.0/22", "6.44.4.0/22", "6.44.8.0/22", "6.44.12.0/22", "6.44.16.0/22", "6.44.20.0/22", "6.44.24.0/22", "6.44.28.0/22", "6.44.32.0/22", "6.44.36.0/22", "6.44.40.0/22", "6.44.44.0/22", "6.44.48.0/22", "6.44.52.0/22", "6.44.56.0/22", "6.44.60.0/22", "6.44.64.0/22", "6.44.68.0/22", "6.44.72.0/22", "6.44.76.0/22", "6.44.80.0/22", "6.44.84.0/22", "6.44.88.0/22", "6.44.92.0/22", "6.44.96.0/22", "6.44.100.0/22", "6.44.104.0/22", "6.44.108.0/22", "6.44.112.0/22", "6.44.116.0/22", "6.44.120.0/22", "6.44.124.0/22", "6.44.128.0/22", "6.44.132.0/22", "6.44.136.0/22", "6.44.140.0/22", "6.44.144.0/22", "6.44.148.0/22", "6.44.152.0/22", "6.44.156.0/22", "6.44.160.0/22", "6.44.164.0/22", "6.44.168.0/22", "6.44.172.0/22", "6.44.176.0/22", "6.44.180.0/22", "6.44.184.0/22", "6.44.188.0/22", "6.44.197.0/24", "6.46.64.0/21", "6.46.72.0/21", "6.46.80.0/21", "6.48.0.0/21", "6.48.8.0/21", "6.48.48.0/21", "6.48.64.0/20", "6.48.80.0/20", "6.48.96.0/20", "6.48.112.0/20", "6.48.128.0/20", "6.48.160.0/21", "6.48.168.0/21", "6.48.176.0/20", "6.48.208.0/20", "6.48.224.0/20", "6.48.240.0/20", "6.49.0.0/21", "6.49.8.0/21", "6.49.16.0/20", "6.49.32.0/20", "6.49.48.0/20", "6.49.64.0/20", "6.49.80.0/21", "6.49.88.0/22", "6.49.92.0/22", "6.49.96.0/20", "6.49.112.0/22", "6.49.120.0/21", "6.49.122.0/24", "6.49.128.0/20", "6.49.144.0/20", "6.49.160.0/19", "6.49.192.0/19", "6.49.224.0/20", "6.50.0.0/20", "6.50.20.0/22", "6.50.24.0/22", "6.50.28.0/22", "6.50.32.0/22", "6.50.40.0/22", "6.50.64.0/20", "6.50.80.0/20", "6.50.96.0/19", "6.50.128.0/19", "6.50.192.0/20", "6.50.208.0/20", "6.50.224.0/20", "6.50.240.0/20", "6.51.0.0/21", "6.51.8.0/21", "6.51.16.0/21", "6.51.32.0/20", "6.51.64.0/20", "6.51.80.0/20", "6.51.128.0/19", "6.51.160.0/19", "6.51.192.0/22", "6.51.200.0/21", "6.51.252.0/24", "6.64.60.0/24", "6.64.61.0/24", "6.64.104.0/24", "6.64.120.0/24", "6.64.128.0/23", "6.64.130.0/23", "6.64.132.0/24", "6.64.133.0/24", "6.64.136.0/23", "6.64.138.0/23", "6.64.142.0/24", "6.64.144.0/24", "6.64.146.0/24", "6.64.148.0/24", "6.64.150.0/24", "6.64.151.0/24", "6.64.152.0/24", "6.64.157.0/24", "6.64.158.0/24", "6.64.159.0/24", "6.64.160.0/24", "6.64.161.0/24", "6.64.162.0/24", "6.64.163.0/24", "6.64.164.0/23", "6.64.166.0/24", "6.65.4.0/24", "6.65.6.0/24", "6.65.8.0/22", "6.65.16.0/24", "6.65.20.0/22", "6.65.26.0/24", "6.65.27.0/24", "6.65.34.0/24", "6.65.35.0/24", "6.65.36.0/22", "6.65.40.0/24", "6.65.44.0/22", "6.65.48.0/23", "6.65.50.0/24", "6.65.51.0/24", "6.65.58.0/24", "6.65.59.0/24", "6.65.130.0/23", "6.65.132.0/23", "6.65.134.0/23", "6.65.136.0/23", "6.65.138.0/23", "6.65.140.0/23", "6.65.142.0/23", "6.65.144.0/23", "6.65.146.0/23", "6.65.148.0/23", "6.65.150.0/23", "6.65.152.0/23", "6.65.154.0/23", "6.65.156.0/23", "6.65.158.0/23", "6.65.160.0/23", "6.65.162.0/23", "6.65.164.0/23", "6.65.166.0/23", "6.65.168.0/23", "6.65.170.0/23", "6.65.172.0/23", "6.65.174.0/23", "6.65.176.0/23", "6.65.178.0/23", "6.65.180.0/23", "6.65.182.0/23", "6.65.184.0/23", "6.65.186.0/23", "6.66.2.0/23", "6.66.4.0/23", "6.66.6.0/23", "6.66.8.0/23", "6.66.10.0/23", "6.66.12.0/23", "6.66.14.0/23", "6.66.16.0/23", "6.66.18.0/24", "6.66.19.0/24", "6.66.20.0/24", "6.66.22.0/24", "6.66.23.0/24", "6.66.24.0/24", "6.66.25.0/24", "6.66.26.0/23", "6.66.28.0/23", "6.66.30.0/23", "6.66.32.0/24", "6.66.33.0/24", "6.66.34.0/24", "6.66.35.0/24", "6.66.36.0/24", "6.66.37.0/24", "6.66.38.0/23", "6.66.40.0/23", "6.66.42.0/23", "6.66.56.0/22", "6.66.60.0/22", "6.66.64.0/24", "6.66.160.0/23", "6.66.164.0/23", "6.66.166.0/23", "6.66.168.0/23", "6.66.170.0/23", "6.66.172.0/23", "6.66.174.0/23", "6.66.176.0/23", "6.66.180.0/23", "6.66.182.0/23", "6.66.186.0/23", "6.66.188.0/23", "6.66.190.0/23", "6.68.0.0/16", "6.70.1.0/24", "6.70.2.0/23", "6.70.8.0/24", "6.70.9.0/24", "6.70.10.0/24", "6.70.11.0/24", "6.70.66.0/23", "6.70.68.0/23", "6.70.70.0/23", "6.70.72.0/23", "6.70.74.0/23", "6.70.76.0/23", "6.70.78.0/23", "6.70.80.0/23", "6.70.82.0/23", "6.70.84.0/23", "6.70.86.0/23", "6.70.88.0/23", "6.70.90.0/23", "6.70.92.0/23", "6.70.94.0/23", "6.70.96.0/23", "6.70.98.0/23", "6.70.100.0/23", "6.70.102.0/23", "6.70.104.0/23", "6.70.106.0/23", "6.70.108.0/23", "6.70.110.0/23", "6.70.112.0/23", "6.70.114.0/23", "6.70.116.0/23", "6.70.118.0/23", "6.70.120.0/23", "6.70.122.0/23", "6.70.124.0/23", "6.70.126.0/23", "6.70.130.0/23", "6.70.132.0/23", "6.70.134.0/23", "6.70.136.0/23", "6.70.138.0/23", "6.70.140.0/23", "6.70.142.0/23", "6.70.144.0/23", "6.70.146.0/23", "6.70.148.0/23", "6.70.150.0/23", "6.70.152.0/23", "6.70.154.0/23", "6.70.156.0/23", "6.70.158.0/23", "6.70.160.0/23", "6.70.162.0/23", "6.70.164.0/23", "6.70.166.0/23", "6.70.168.0/23", "6.70.170.0/23", "6.70.172.0/23", "6.70.174.0/23", "6.70.176.0/23", "6.70.178.0/23", "6.70.180.0/23", "6.70.182.0/23", "6.70.184.0/23", "6.70.186.0/23", "6.70.188.0/23", "6.70.190.0/23", "6.72.0.0/20", "6.72.224.0/21", "6.72.232.0/22", "6.72.254.0/23", "6.73.224.0/23", "6.73.226.0/23", "6.73.228.0/23", "6.73.230.0/23", "6.73.232.0/23", "6.73.234.0/23", "6.73.236.0/23", "6.73.238.0/23", "6.73.240.0/23", "6.73.242.0/23", "6.73.244.0/23", "6.73.246.0/23", "6.73.248.0/23", "6.73.250.0/23", "6.73.252.0/24", "6.73.253.0/24", "6.80.128.0/17", "6.129.32.0/21", "6.129.40.0/21", "6.129.48.0/21", "6.129.56.0/21", "6.130.28.0/24", "6.130.29.0/24", "6.130.30.0/24", "6.133.68.0/24", "6.133.69.0/24", "55.179.30.0/24", "55.179.96.0/24", "55.179.130.0/24", "55.179.144.0/24", "55.179.145.0/24", "55.179.191.0/24", "55.179.192.0/24", "55.179.193.0/24", "55.179.194.0/24", "55.179.195.0/24", "55.179.196.0/24", "55.179.230.0/24", "55.179.231.0/24", "55.179.232.0/24", "55.179.233.0/24", "55.179.234.0/24", "55.179.235.0/24", "55.179.236.0/24", "55.196.0.0/16", "55.196.1.0/24", "55.209.100.0/24", "55.209.200.0/23", "55.209.202.0/24", "128.26.100.0/24", "128.26.101.0/24", "128.26.102.0/24", "128.26.103.0/24", "128.26.104.0/24", "128.26.105.0/24", "128.26.106.0/24", "128.26.107.0/24", "128.44.24.0/22", "128.44.60.0/22", "128.44.176.0/22", "128.44.180.0/23", "128.44.182.0/23", "128.44.184.0/23", "128.44.186.0/23", "128.190.0.0/16", "128.190.90.0/23", "128.190.92.0/22", "128.190.96.0/23", "128.190.239.0/24", "128.202.0.0/16", "128.236.0.0/16", "129.29.0.0/16", "129.51.3.0/24", "129.51.5.0/24", "129.51.100.0/24", "129.53.0.0/16", "129.54.0.0/16", "129.61.0.0/16", "129.139.0.0/16", "129.139.193.0/24", "129.141.0.0/16", "129.141.0.0/20", "129.141.16.0/20", "129.141.32.0/20", "129.141.48.0/20", "129.141.64.0/20", "129.141.80.0/20", "129.141.96.0/21", "129.141.104.0/21", "129.141.112.0/20", "129.141.128.0/19", "129.141.176.0/21", "129.141.184.0/21", "129.141.192.0/19", "129.198.0.0/16", "129.238.0.0/16", "129.238.248.0/24", "130.16.0.0/16", "130.22.1.0/24", "130.22.10.0/23", "130.22.21.0/24", "130.22.22.0/24", "130.22.34.0/23", "130.22.41.0/24", "130.22.42.0/24", "130.22.47.0/24", "130.22.49.0/24", "130.22.50.0/23", "130.22.52.0/23", "130.22.54.0/24", "130.22.63.0/24", "130.22.64.0/23", "130.22.66.0/24", "130.22.68.0/23", "130.22.70.0/23", "130.22.72.0/23", "130.22.74.0/23", "130.22.76.0/23", "130.22.78.0/23", "130.22.80.0/21", "130.22.96.0/24", "130.22.97.0/24", "130.22.98.0/24", "130.22.99.0/24", "130.22.100.0/24", "130.22.101.0/24", "130.22.102.0/24", "130.22.104.0/24", "130.22.105.0/24", "130.22.106.0/24", "130.22.107.0/24", "130.22.108.0/24", "130.22.109.0/24", "130.22.110.0/24", "130.22.111.0/24", "130.22.112.0/23", "130.22.114.0/23", "130.22.116.0/23", "130.22.118.0/23", "130.22.120.0/23", "130.22.122.0/23", "130.22.124.0/23", "130.22.126.0/23", "130.22.128.0/24", "130.22.144.0/24", "130.22.145.0/24", "130.22.146.0/24", "130.22.147.0/24", "130.22.148.0/24", "130.22.149.0/24", "130.22.150.0/24", "130.22.180.0/23", "130.22.182.0/23", "130.22.184.0/23", "130.22.186.0/23", "130.22.190.0/24", "130.22.252.0/24", "130.53.0.0/16", "130.53.64.0/22", "130.114.0.0/16", "131.3.0.0/16", "131.5.0.0/19", "131.5.48.0/21", "131.5.56.0/22", "131.5.56.0/24", "131.5.57.0/24", "131.5.60.0/22", "131.5.101.0/24", "131.5.102.0/23", "131.5.104.0/21", "131.5.112.0/20", "131.5.128.0/18", "131.5.192.0/21", "131.5.200.0/21", "131.5.208.0/23", "131.5.210.0/24", "131.5.224.0/21", "131.5.232.0/21", "131.5.240.0/21", "131.5.248.0/23", "131.5.250.0/23", "131.5.252.0/23", "131.6.0.0/16", "131.6.5.0/24", "131.6.12.0/24", "131.6.21.0/24", "131.6.196.0/24", "131.7.0.0/16", "131.7.52.0/24", "131.7.177.0/24", "131.7.224.0/19", "131.9.0.0/16", "131.10.0.0/16", "131.10.120.0/24", "131.12.0.0/16", "131.12.4.0/22", "131.13.0.0/16", "131.13.0.0/18", "131.13.120.0/24", "131.15.16.0/20", "131.15.32.0/22", "131.15.38.0/23", "131.15.40.0/21", "131.15.48.0/20", "131.15.64.0/20", "131.15.80.0/24", "131.15.90.0/23", "131.15.92.0/24", "131.15.98.0/23", "131.15.116.0/23", "131.15.120.0/24", "131.15.136.0/24", "131.15.144.0/21", "131.15.160.0/21", "131.15.208.0/24", "131.15.252.0/24", "131.15.253.0/24", "131.16.80.0/21", "131.16.83.0/24", "131.17.0.0/16", "131.17.129.0/24", "131.18.98.0/23", "131.18.104.0/24", "131.18.105.0/24", "131.18.128.0/24", "131.18.176.0/24", "131.18.177.0/24", "131.22.0.0/16", "131.22.8.0/24", "131.22.200.0/24", "131.24.0.0/16", "131.24.119.0/24", "131.24.120.0/24", "131.25.0.0/16", "131.25.245.0/24", "131.27.0.0/18", "131.28.0.0/16", "131.28.120.0/22", "131.29.0.0/16", "131.30.0.0/20", "131.30.16.0/22", "131.30.21.0/24", "131.30.22.0/23", "131.30.24.0/21", "131.30.32.0/19", "131.30.64.0/18", "131.30.121.0/24", "131.30.128.0/17", "131.32.0.0/16", "131.34.0.0/16", "131.35.0.0/16", "131.37.0.0/16", "131.37.208.0/24", "131.39.0.0/16", "131.39.248.0/24", "131.40.0.0/16", "131.40.29.0/24", "131.40.120.0/21", "131.43.9.0/24", "131.43.10.0/24", "131.43.11.0/24", "131.43.14.0/24", "131.43.15.0/24", "131.43.16.0/21", "131.43.28.0/24", "131.43.30.0/24", "131.43.31.0/24", "131.43.32.0/21", "131.43.40.0/24", "131.43.41.0/24", "131.43.42.0/24", "131.43.46.0/24", "131.43.47.0/24", "131.43.48.0/21", "131.43.56.0/24", "131.43.57.0/24", "131.43.58.0/24", "131.43.62.0/24", "131.43.63.0/24", "131.43.64.0/21", "131.43.72.0/24", "131.43.73.0/24", "131.43.74.0/24", "131.43.78.0/24", "131.43.79.0/24", "131.43.80.0/21", "131.43.88.0/24", "131.43.89.0/24", "131.43.90.0/24", "131.43.94.0/24", "131.43.95.0/24", "131.43.96.0/21", "131.43.104.0/22", "131.43.110.0/24", "131.43.111.0/24", "131.43.112.0/21", "131.43.120.0/22", "131.43.122.0/24", "131.43.124.0/24", "131.43.126.0/23", "131.43.128.0/21", "131.43.136.0/23", "131.43.138.0/24", "131.43.142.0/24", "131.43.143.0/24", "131.43.144.0/21", "131.43.152.0/22", "131.43.158.0/24", "131.43.159.0/24", "131.43.160.0/21", "131.43.168.0/24", "131.43.169.0/24", "131.43.170.0/24", "131.43.174.0/24", "131.43.175.0/24", "131.43.176.0/21", "131.43.184.0/24", "131.43.185.0/24", "131.43.186.0/24", "131.43.190.0/24", "131.43.191.0/24", "131.43.192.0/21", "131.43.200.0/22", "131.43.206.0/24", "131.43.207.0/24", "131.43.208.0/21", "131.43.216.0/22", "131.43.222.0/24", "131.43.223.0/24", "131.43.224.0/21", "131.43.232.0/24", "131.43.233.0/24", "131.43.234.0/24", "131.43.238.0/24", "131.43.239.0/24", "131.43.240.0/21", "131.43.248.0/22", "131.44.0.0/16", "131.44.4.0/24", "131.44.32.0/21", "131.44.64.0/22", "131.44.120.0/24", "131.44.121.0/24", "131.44.247.0/24", "131.44.248.0/24", "131.44.249.0/24", "131.44.251.0/24", "131.44.255.0/24", "131.45.0.0/16", "131.46.0.0/16", "131.46.41.0/24", "131.48.0.0/16", "131.48.240.0/24", "131.50.0.0/16", "131.50.120.0/24", "131.51.0.0/16", "131.51.120.0/24", "131.52.0.0/16", "131.52.120.0/24", "131.53.0.0/16", "131.53.120.0/24", "131.53.128.0/24", "131.55.0.0/16", "131.55.121.0/24", "131.56.0.0/16", "131.56.91.0/24", "131.56.240.0/21", "131.58.0.0/16", "131.58.64.0/21", "131.58.72.0/21", "131.58.152.0/21", "131.58.208.0/21", "131.59.0.0/16", "131.59.0.0/17", "131.59.16.0/21", "131.59.200.0/24", "131.59.203.0/24", "131.59.204.0/24", "131.59.205.0/24", "131.59.206.0/24", "131.60.10.0/24", "131.60.11.0/24", "131.60.14.0/24", "131.60.15.0/24", "131.60.16.0/21", "131.60.24.0/22", "131.60.30.0/24", "131.60.31.0/24", "131.60.32.0/21", "131.60.40.0/24", "131.60.41.0/24", "131.60.42.0/24", "131.60.46.0/23", "131.60.48.0/21", "131.60.56.0/24", "131.60.62.0/23", "131.60.64.0/21", "131.60.72.0/22", "131.60.76.0/24", "131.60.77.0/24", "131.60.78.0/23", "131.60.80.0/21", "131.60.88.0/24", "131.60.110.0/23", "131.60.112.0/21", "131.60.120.0/23", "131.60.122.0/24", "131.60.124.0/23", "131.60.126.0/23", "131.60.128.0/21", "131.60.136.0/23", "131.60.142.0/24", "131.60.143.0/24", "131.60.144.0/21", "131.60.152.0/23", "131.60.154.0/24", "131.60.155.0/24", "131.60.158.0/23", "131.60.160.0/21", "131.60.174.0/23", "131.60.176.0/21", "131.60.184.0/23", "131.60.186.0/24", "131.60.190.0/24", "131.60.191.0/24", "131.60.192.0/21", "131.60.200.0/23", "131.60.202.0/23", "131.60.206.0/23", "131.60.206.0/24", "131.60.208.0/21", "131.60.216.0/22", "131.60.220.0/24", "131.60.232.0/21", "131.60.240.0/21", "131.61.0.0/16", "131.61.120.0/24", "131.61.211.0/24", "131.62.8.0/24", "131.62.9.0/24", "131.62.10.0/24", "131.62.11.0/24", "131.62.13.0/24", "131.62.14.0/24", "131.62.15.0/24", "131.62.16.0/21", "131.62.24.0/23", "131.62.28.0/24", "131.62.30.0/24", "131.62.31.0/24", "131.62.32.0/21", "131.62.40.0/23", "131.62.42.0/24", "131.62.46.0/23", "131.62.48.0/21", "131.62.56.0/22", "131.62.62.0/24", "131.62.63.0/24", "131.62.64.0/21", "131.62.72.0/22", "131.62.78.0/24", "131.62.79.0/24", "131.62.80.0/21", "131.62.88.0/22", "131.62.94.0/24", "131.62.95.0/24", "131.62.96.0/21", "131.62.104.0/24", "131.62.105.0/24", "131.62.106.0/24", "131.62.110.0/23", "131.62.112.0/21", "131.62.120.0/24", "131.62.126.0/24", "131.62.127.0/24", "131.62.128.0/21", "131.62.136.0/22", "131.62.140.0/24", "131.62.142.0/23", "131.62.144.0/21", "131.62.152.0/22", "131.62.158.0/24", "131.62.159.0/24", "131.62.160.0/21", "131.62.168.0/24", "131.62.169.0/24", "131.62.170.0/24", "131.62.174.0/24", "131.62.175.0/24", "131.62.176.0/21", "131.62.184.0/22", "131.62.190.0/24", "131.62.191.0/24", "131.62.192.0/21", "131.62.200.0/24", "131.62.201.0/24", "131.62.202.0/24", "131.62.203.0/24", "131.62.206.0/24", "131.62.207.0/24", "131.62.208.0/21", "131.62.216.0/24", "131.62.217.0/24", "131.62.218.0/24", "131.62.222.0/24", "131.62.223.0/24", "131.62.224.0/21", "131.62.232.0/22", "131.62.242.0/24", "131.62.243.0/24", "131.62.244.0/22", "131.62.249.0/24", "131.62.250.0/24", "131.62.251.0/24", "131.62.252.0/22", "131.105.0.0/16", "132.0.0.0/16", "132.1.0.0/16", "132.1.207.0/24", "132.2.0.0/19", "132.2.32.0/20", "132.2.48.0/20", "132.2.64.0/20", "132.2.80.0/20", "132.2.96.0/20", "132.2.112.0/20", "132.2.128.0/20", "132.2.144.0/20", "132.2.176.0/20", "132.2.208.0/20", "132.2.224.0/20", "132.4.0.0/16", "132.5.0.0/16", "132.5.72.0/24", "132.5.224.0/24", "132.8.0.0/19", "132.8.32.0/20", "132.8.48.0/20", "132.8.64.0/18", "132.8.240.0/20", "132.9.0.0/16", "132.9.127.0/24", "132.10.0.0/16", "132.10.250.0/24", "132.11.4.0/24", "132.11.6.0/24", "132.11.7.0/24", "132.11.11.0/24", "132.11.12.0/24", "132.11.18.0/24", "132.11.19.0/24", "132.11.21.0/24", "132.11.22.0/24", "132.11.24.0/22", "132.11.28.0/23", "132.11.31.0/24", "132.11.32.0/24", "132.11.36.0/22", "132.11.41.0/24", "132.11.42.0/24", "132.11.44.0/22", "132.11.48.0/23", "132.11.51.0/24", "132.11.52.0/24", "132.11.53.0/24", "132.11.56.0/22", "132.11.61.0/24", "132.11.62.0/24", "132.11.64.0/22", "132.11.68.0/23", "132.11.72.0/22", "132.11.72.0/24", "132.11.78.0/23", "132.11.96.0/22", "132.11.111.0/24", "132.11.112.0/24", "132.11.121.0/24", "132.11.122.0/24", "132.11.131.0/24", "132.11.132.0/24", "132.11.141.0/24", "132.11.142.0/24", "132.11.151.0/24", "132.11.152.0/24", "132.11.153.0/24", "132.11.161.0/24", "132.11.162.0/24", "132.11.170.0/24", "132.11.172.0/24", "132.11.199.0/24", "132.11.200.0/24", "132.11.205.0/24", "132.11.206.0/23", "132.11.208.0/24", "132.11.210.0/24", "132.11.215.0/24", "132.11.216.0/23", "132.11.218.0/24", "132.11.220.0/24", "132.11.224.0/22", "132.11.225.0/24", "132.11.226.0/23", "132.11.228.0/24", "132.11.230.0/24", "132.11.232.0/24", "132.11.233.0/24", "132.11.234.0/24", "132.11.242.0/24", "132.11.244.0/24", "132.13.4.0/22", "132.13.10.0/24", "132.13.11.0/24", "132.13.12.0/24", "132.13.14.0/24", "132.13.15.0/24", "132.13.16.0/21", "132.13.24.0/22", "132.13.30.0/23", "132.13.31.0/24", "132.13.32.0/21", "132.13.40.0/22", "132.13.44.0/23", "132.13.46.0/23", "132.13.48.0/21", "132.13.56.0/24", "132.13.57.0/24", "132.13.58.0/24", "132.13.62.0/23", "132.13.63.0/24", "132.13.64.0/21", "132.13.72.0/24", "132.13.73.0/24", "132.13.74.0/24", "132.13.75.0/24", "132.13.76.0/24", "132.13.78.0/23", "132.13.80.0/21", "132.13.88.0/24", "132.13.89.0/24", "132.13.90.0/24", "132.13.92.0/23", "132.13.94.0/23", "132.13.96.0/21", "132.13.104.0/24", "132.13.105.0/24", "132.13.106.0/24", "132.13.110.0/24", "132.13.111.0/24", "132.13.112.0/21", "132.13.120.0/24", "132.13.121.0/24", "132.13.122.0/24", "132.13.126.0/24", "132.13.127.0/24", "132.13.128.0/21", "132.13.136.0/24", "132.13.137.0/24", "132.13.138.0/24", "132.13.143.0/24", "132.13.144.0/21", "132.13.152.0/24", "132.13.153.0/24", "132.13.154.0/24", "132.13.158.0/24", "132.13.159.0/24", "132.13.160.0/21", "132.13.168.0/24", "132.13.169.0/24", "132.13.170.0/24", "132.13.171.0/24", "132.13.174.0/24", "132.13.175.0/24", "132.13.176.0/21", "132.13.184.0/23", "132.13.186.0/24", "132.13.206.0/23", "132.13.208.0/21", "132.13.216.0/22", "132.13.238.0/23", "132.13.240.0/21", "132.17.0.0/20", "132.17.16.0/20", "132.17.32.0/20", "132.17.48.0/20", "132.17.64.0/20", "132.17.80.0/20", "132.17.96.0/20", "132.17.112.0/20", "132.17.128.0/20", "132.17.144.0/20", "132.17.160.0/20", "132.17.176.0/20", "132.17.192.0/20", "132.17.208.0/20", "132.17.240.0/20", "132.18.0.0/16", "132.19.0.0/16", "132.19.120.0/24", "132.22.0.0/16", "132.23.0.0/16", "132.23.192.0/24", "132.24.0.0/16", "132.24.32.0/22", "132.24.126.0/24", "132.24.148.0/22", "132.25.0.0/16", "132.25.120.0/24", "132.26.0.0/16", "132.26.127.0/24", "132.26.134.0/23", "132.27.0.0/16", "132.27.0.0/18", "132.27.64.0/18", "132.27.128.0/18", "132.27.151.0/24", "132.27.192.0/18", "132.27.244.0/23", "132.28.0.0/16", "132.28.0.0/20", "132.28.16.0/23", "132.28.18.0/24", "132.28.19.0/24", "132.28.20.0/22", "132.28.24.0/24", "132.28.26.0/24", "132.28.29.0/24", "132.28.32.0/24", "132.28.38.0/23", "132.28.40.0/24", "132.28.45.0/24", "132.28.75.0/24", "132.28.76.0/22", "132.28.80.0/21", "132.28.108.0/24", "132.28.127.0/24", "132.28.128.0/23", "132.28.130.0/24", "132.28.132.0/22", "132.28.136.0/21", "132.28.144.0/20", "132.28.160.0/22", "132.28.164.0/23", "132.28.166.0/23", "132.28.168.0/21", "132.28.200.0/22", "132.28.203.0/24", "132.28.204.0/23", "132.28.248.0/24", "132.28.250.0/24", "132.28.251.0/24", "132.28.252.0/24", "132.28.253.0/24", "132.28.254.0/24", "132.28.255.0/24", "132.30.0.0/16", "132.30.199.0/24", "132.32.0.0/16", "132.32.201.0/24", "132.33.0.0/16", "132.33.132.0/24", "132.33.138.0/24", "132.34.0.0/16", "132.35.0.0/16", "132.35.195.0/24", "132.36.0.0/16", "132.37.0.0/16", "132.38.0.0/16", "132.38.140.0/22", "132.39.0.0/20", "132.39.16.0/20", "132.39.32.0/20", "132.39.48.0/20", "132.39.64.0/20", "132.39.80.0/20", "132.39.96.0/20", "132.39.112.0/20", "132.39.128.0/20", "132.39.144.0/20", "132.39.160.0/20", "132.39.176.0/20", "132.39.192.0/20", "132.40.0.0/16", "132.40.119.0/24", "132.40.121.0/24", "132.41.0.0/16", "132.42.0.0/16", "132.42.60.0/23", "132.42.128.0/24", "132.44.0.0/20", "132.44.16.0/20", "132.44.32.0/20", "132.44.48.0/20", "132.44.64.0/20", "132.44.80.0/20", "132.44.96.0/20", "132.44.112.0/20", "132.44.128.0/20", "132.44.144.0/20", "132.44.160.0/20", "132.44.176.0/20", "132.44.192.0/20", "132.44.208.0/20", "132.46.0.0/16", "132.46.5.0/24", "132.46.116.0/24", "132.46.118.0/24", "132.47.0.0/16", "132.47.128.0/24", "132.48.0.0/16", "132.49.0.0/16", "132.49.42.0/24", "132.49.221.0/24", "132.49.247.0/24", "132.49.248.0/24", "132.49.249.0/24", "132.49.250.0/24", "132.49.251.0/24", "132.49.252.0/24", "132.49.254.0/24", "132.50.4.0/22", "132.50.10.0/24", "132.50.11.0/24", "132.50.14.0/24", "132.50.15.0/24", "132.50.16.0/21", "132.50.24.0/23", "132.50.26.0/23", "132.50.28.0/24", "132.50.29.0/24", "132.50.30.0/24", "132.50.31.0/24", "132.50.32.0/21", "132.50.40.0/24", "132.50.41.0/24", "132.50.42.0/24", "132.50.46.0/24", "132.50.47.0/24", "132.50.48.0/21", "132.50.56.0/24", "132.50.57.0/24", "132.50.58.0/24", "132.50.62.0/23", "132.50.63.0/24", "132.50.64.0/21", "132.50.72.0/21", "132.50.76.0/24", "132.50.78.0/24", "132.50.80.0/21", "132.50.88.0/22", "132.50.94.0/24", "132.50.95.0/24", "132.50.96.0/21", "132.50.104.0/24", "132.50.105.0/24", "132.50.106.0/24", "132.50.107.0/24", "132.50.108.0/23", "132.50.110.0/24", "132.50.111.0/24", "132.50.112.0/21", "132.50.120.0/21", "132.50.128.0/21", "132.50.136.0/22", "132.50.140.0/23", "132.50.142.0/23", "132.50.144.0/21", "132.50.152.0/24", "132.50.153.0/24", "132.50.154.0/24", "132.50.155.0/24", "132.50.156.0/23", "132.50.158.0/24", "132.50.159.0/24", "132.50.160.0/21", "132.50.168.0/24", "132.50.169.0/24", "132.50.170.0/24", "132.50.171.0/24", "132.50.172.0/24", "132.50.174.0/24", "132.50.175.0/24", "132.50.176.0/21", "132.50.184.0/23", "132.50.186.0/23", "132.50.188.0/23", "132.50.190.0/24", "132.50.191.0/24", "132.50.192.0/21", "132.50.200.0/24", "132.50.201.0/24", "132.50.202.0/24", "132.50.203.0/24", "132.50.206.0/24", "132.50.207.0/24", "132.50.208.0/21", "132.50.216.0/22", "132.50.220.0/23", "132.50.222.0/24", "132.50.223.0/24", "132.50.224.0/21", "132.50.232.0/24", "132.50.233.0/24", "132.50.234.0/24", "132.50.235.0/24", "132.50.236.0/24", "132.50.238.0/24", "132.50.239.0/24", "132.50.240.0/21", "132.50.248.0/22", "132.50.252.0/24", "132.50.253.0/24", "132.50.254.0/24", "132.50.255.0/24", "132.51.0.0/16", "132.52.0.0/16", "132.53.0.0/20", "132.53.16.0/20", "132.53.32.0/20", "132.53.48.0/20", "132.53.64.0/20", "132.53.80.0/20", "132.53.96.0/20", "132.53.128.0/20", "132.53.144.0/20", "132.54.0.0/16", "132.54.1.0/24", "132.56.0.0/16", "132.57.0.0/20", "132.57.16.0/20", "132.57.32.0/20", "132.57.48.0/20", "132.57.64.0/20", "132.57.80.0/20", "132.57.96.0/20", "132.57.112.0/20", "132.57.128.0/20", "132.57.144.0/20", "132.57.160.0/20", "132.57.176.0/20", "132.58.0.0/16", "132.58.234.0/24", "132.60.0.0/16", "132.60.240.0/24", "132.62.0.0/16", "132.62.88.0/24", "132.140.0.0/20", "132.140.16.0/20", "132.140.80.0/20", "132.140.96.0/20", "132.140.112.0/20", "132.140.128.0/20", "132.140.160.0/20", "132.140.178.0/24", "132.159.0.0/16", "134.78.0.0/16", "134.78.232.0/24", "134.78.240.0/21", "134.80.24.0/23", "134.80.26.0/23", "134.80.208.0/21", "134.80.208.0/22", "134.137.0.0/16", "134.137.180.0/24", "134.165.4.0/24", "134.233.8.0/23", "134.233.18.0/24", "134.233.20.0/22", "134.233.24.0/22", "134.233.28.0/22", "134.233.34.0/23", "134.233.38.0/23", "134.233.40.0/23", "134.233.42.0/23", "134.233.44.0/23", "134.233.46.0/23", "134.233.48.0/23", "134.233.60.0/23", "134.233.62.0/23", "134.233.64.0/23", "134.233.66.0/23", "134.233.68.0/23", "134.233.70.0/23", "134.233.72.0/23", "134.233.74.0/23", "134.233.76.0/23", "134.233.78.0/23", "134.233.80.0/23", "134.233.82.0/23", "134.233.84.0/23", "134.233.86.0/23", "134.233.88.0/23", "134.233.90.0/23", "134.233.92.0/23", "134.233.94.0/23", "134.233.96.0/23", "134.233.98.0/23", "134.233.100.0/23", "134.233.102.0/23", "134.233.104.0/23", "134.233.106.0/23", "134.233.108.0/23", "134.233.110.0/23", "134.233.112.0/23", "134.233.114.0/23", "134.233.116.0/23", "134.233.118.0/23", "134.233.120.0/23", "134.233.122.0/23", "134.233.124.0/23", "134.233.126.0/23", "134.233.128.0/23", "134.233.130.0/23", "134.233.132.0/23", "134.233.134.0/23", "134.233.136.0/23", "134.233.138.0/23", "134.233.140.0/23", "134.233.142.0/23", "134.233.144.0/23", "134.233.146.0/23", "134.233.148.0/23", "134.233.150.0/23", "134.233.152.0/23", "134.233.154.0/23", "134.233.156.0/23", "134.233.158.0/23", "134.233.160.0/23", "134.233.162.0/23", "134.233.164.0/23", "134.233.166.0/23", "134.233.168.0/23", "134.233.170.0/23", "134.233.172.0/23", "134.233.174.0/23", "134.233.176.0/23", "134.233.178.0/23", "134.233.180.0/23", "134.233.182.0/23", "134.233.184.0/23", "134.233.186.0/23", "134.233.188.0/23", "134.233.190.0/23", "134.233.200.0/24", "134.233.202.0/24", "134.233.208.0/23", "134.233.210.0/23", "134.233.212.0/23", "134.233.214.0/23", "134.233.216.0/23", "134.233.218.0/23", "134.233.222.0/23", "134.233.232.0/24", "134.233.234.0/24", "134.233.240.0/23", "134.233.242.0/23", "134.233.244.0/23", "134.233.246.0/23", "134.233.248.0/23", "134.233.250.0/23", "134.233.252.0/23", "134.233.254.0/23", "136.149.0.0/16", "136.205.0.0/16", "136.205.17.0/24", "136.205.38.0/24", "136.205.45.0/24", "136.205.56.0/24", "136.205.57.0/24", "136.205.58.0/24", "136.205.61.0/24", "136.205.62.0/24", "136.205.63.0/24", "136.205.65.0/24", "136.205.67.0/24", "136.205.68.0/24", "136.205.69.0/24", "136.205.71.0/24", "136.205.72.0/24", "136.205.73.0/24", "136.205.74.0/24", "136.205.75.0/24", "136.205.84.0/24", "136.205.86.0/24", "136.205.87.0/24", "136.205.90.0/24", "136.205.94.0/24", "136.205.98.0/24", "136.205.99.0/24", "136.205.103.0/24", "136.205.104.0/24", "136.205.105.0/24", "136.205.106.0/24", "136.205.108.0/24", "136.205.112.0/24", "136.205.113.0/24", "136.205.114.0/24", "136.205.115.0/24", "136.205.116.0/24", "136.205.117.0/24", "136.205.141.0/24", "136.205.142.0/24", "136.205.143.0/24", "136.205.144.0/24", "136.205.145.0/24", "136.205.146.0/24", "136.205.171.0/24", "136.205.172.0/24", "136.205.227.0/24", "136.205.238.0/24", "136.205.240.0/24", "136.205.243.0/24", "136.205.244.0/24", "136.205.245.0/24", "136.207.0.0/18", "136.207.64.0/18", "136.215.0.0/17", "137.1.0.0/16", "137.1.121.0/24", "137.1.212.0/24", "137.2.0.0/20", "137.2.16.0/20", "137.2.32.0/20", "137.2.48.0/20", "137.2.64.0/20", "137.2.80.0/21", "137.2.112.0/20", "137.2.128.0/18", "137.3.0.0/16", "137.4.0.0/16", "137.4.186.0/24", "137.6.0.0/20", "137.6.16.0/20", "137.6.32.0/20", "137.6.48.0/20", "137.6.64.0/20", "137.6.80.0/20", "137.6.96.0/20", "137.6.112.0/20", "137.6.128.0/20", "137.6.144.0/20", "137.6.160.0/20", "137.6.176.0/20", "137.6.192.0/20", "137.6.208.0/20", "137.7.0.0/16", "137.9.0.0/18", "137.9.64.0/19", "137.9.80.0/24", "137.9.96.0/22", "137.9.101.0/24", "137.9.102.0/23", "137.9.104.0/21", "137.9.112.0/20", "137.9.118.0/24", "137.9.121.0/24", "137.9.128.0/17", "137.10.0.0/16", "137.11.0.0/16", "137.14.0.0/16", "137.14.0.0/24", "137.14.4.0/22", "137.14.10.0/24", "137.14.11.0/24", "137.14.12.0/24", "137.14.13.0/24", "137.14.14.0/23", "137.14.16.0/21", "137.14.24.0/22", "137.14.28.0/23", "137.14.30.0/24", "137.14.31.0/24", "137.14.32.0/21", "137.14.40.0/24", "137.14.41.0/24", "137.14.42.0/24", "137.14.43.0/24", "137.14.44.0/24", "137.14.45.0/24", "137.14.46.0/24", "137.14.47.0/24", "137.14.48.0/21", "137.14.56.0/22", "137.14.61.0/24", "137.14.62.0/24", "137.14.63.0/24", "137.14.64.0/21", "137.14.72.0/23", "137.14.74.0/24", "137.14.75.0/24", "137.14.76.0/23", "137.14.78.0/24", "137.14.79.0/24", "137.14.80.0/21", "137.14.88.0/22", "137.14.92.0/23", "137.14.93.0/24", "137.14.94.0/24", "137.14.95.0/24", "137.14.96.0/21", "137.14.104.0/23", "137.14.106.0/24", "137.14.107.0/24", "137.14.110.0/23", "137.14.112.0/21", "137.14.120.0/24", "137.14.121.0/24", "137.14.122.0/24", "137.14.126.0/24", "137.14.127.0/24", "137.14.128.0/21", "137.14.136.0/24", "137.14.137.0/24", "137.14.138.0/24", "137.14.139.0/24", "137.14.142.0/24", "137.14.143.0/24", "137.14.144.0/21", "137.14.152.0/22", "137.14.158.0/24", "137.14.159.0/24", "137.14.160.0/21", "137.14.168.0/24", "137.14.169.0/24", "137.14.170.0/23", "137.14.174.0/24", "137.14.175.0/24", "137.14.176.0/21", "137.14.184.0/23", "137.14.185.0/24", "137.14.186.0/24", "137.14.187.0/24", "137.14.188.0/23", "137.14.190.0/24", "137.14.191.0/24", "137.14.192.0/21", "137.14.200.0/23", "137.14.202.0/24", "137.14.203.0/24", "137.14.204.0/23", "137.14.206.0/24", "137.14.207.0/24", "137.14.208.0/21", "137.14.216.0/22", "137.14.221.0/24", "137.14.222.0/24", "137.14.223.0/24", "137.14.224.0/21", "137.14.232.0/24", "137.14.233.0/24", "137.14.234.0/24", "137.14.235.0/24", "137.14.236.0/23", "137.14.238.0/24", "137.14.239.0/24", "137.14.240.0/21", "137.14.248.0/24", "137.14.249.0/24", "137.14.250.0/23", "137.14.252.0/22", "137.95.0.0/16", "137.95.1.0/24", "137.95.3.0/24", "137.95.21.0/24", "137.95.31.0/24", "137.95.36.0/22", "137.95.46.0/24", "137.95.60.0/24", "137.95.61.0/24", "137.95.72.0/24", "137.95.192.0/22", "137.95.196.0/22", "137.95.200.0/22", "137.95.213.0/24", "137.161.245.0/24", "137.161.246.0/24", "137.161.248.0/24", "137.161.254.0/24", "137.161.255.0/24", "137.240.0.0/16", "137.240.250.0/24", "137.242.0.0/16", "137.242.245.0/24", "137.243.0.0/16", "137.244.0.0/18", "137.244.2.0/24", "137.244.3.0/24", "137.244.10.0/24", "137.244.52.0/23", "137.244.64.0/18", "137.244.128.0/19", "137.244.160.0/20", "137.244.176.0/20", "137.244.192.0/18", "137.244.204.0/24", "137.244.247.0/24", "137.246.0.0/16", "138.13.0.0/16", "138.27.0.0/16", "138.27.15.0/24", "138.27.50.0/24", "138.27.53.0/24", "138.27.59.0/24", "138.27.215.0/24", "139.139.0.0/20", "139.139.16.0/20", "139.139.32.0/19", "139.139.33.0/24", "139.139.40.0/22", "139.139.49.0/24", "139.139.64.0/19", "139.139.65.0/24", "139.139.81.0/24", "139.139.96.0/20", "139.139.120.0/22", "139.139.128.0/24", "139.139.130.0/24", "139.139.138.0/23", "139.139.144.0/20", "139.139.160.0/20", "139.139.176.0/20", "139.139.192.0/20", "139.139.208.0/20", "139.139.224.0/19", "139.161.0.0/16", "139.231.0.0/16", "139.232.0.0/16", "140.19.48.0/22", "140.19.56.0/22", "140.139.0.0/16", "140.153.25.0/24", "140.153.38.0/24", "140.153.43.0/24", "140.153.46.0/24", "140.153.70.0/24", "140.153.105.0/24", "140.153.163.0/24", "140.153.179.0/24", "140.153.234.0/24", "140.155.0.0/23", "140.155.2.0/23", "140.155.4.0/23", "140.155.12.0/23", "140.155.14.0/23", "140.155.16.0/23", "140.155.18.0/24", "140.155.19.0/24", "140.155.20.0/24", "140.155.21.0/24", "140.155.22.0/24", "140.155.23.0/24", "140.155.24.0/24", "140.155.25.0/24", "140.155.26.0/24", "140.155.34.0/23", "140.155.36.0/23", "140.155.38.0/23", "140.155.40.0/23", "140.155.42.0/23", "140.155.46.0/24", "140.155.54.0/24", "140.155.55.0/24", "140.155.64.0/23", "140.155.66.0/24", "140.155.68.0/24", "140.155.69.0/24", "140.155.72.0/24", "140.155.73.0/24", "140.155.84.0/23", "140.155.86.0/24", "140.155.87.0/24", "140.155.88.0/24", "140.155.89.0/24", "140.155.90.0/24", "140.155.144.0/20", "140.155.144.0/23", "140.155.146.0/23", "140.155.154.0/23", "140.155.156.0/23", "140.155.158.0/23", "140.155.160.0/19", "140.155.160.0/24", "140.155.161.0/24", "140.155.162.0/24", "140.155.163.0/24", "140.155.164.0/24", "140.155.165.0/24", "140.155.166.0/24", "140.155.224.0/23", "140.175.0.0/16", "140.175.214.0/24", "140.175.222.0/24", "140.183.0.0/16", "140.185.0.0/16", "140.187.0.0/16", "140.196.0.0/16", "140.196.66.0/24", "140.196.121.0/24", "140.196.122.0/24", "140.196.123.0/24", "140.196.155.0/24", "140.202.0.0/16", "141.107.0.0/16", "141.116.22.0/24", "141.116.23.0/24", "143.69.8.0/22", "143.69.12.0/23", "143.69.64.0/20", "143.69.83.0/24", "143.69.87.0/24", "143.69.96.0/23", "143.71.0.0/16", "143.72.0.0/16", "143.73.1.0/24", "143.73.126.0/24", "143.74.42.0/24", "143.74.252.0/24", "143.76.9.0/24", "143.76.11.0/24", "143.76.112.0/21", "143.76.120.0/22", "143.76.140.0/22", "143.76.225.0/24", "143.78.0.0/16", "143.79.0.0/16", "143.79.24.0/23", "143.79.143.0/24", "143.80.24.0/24", "143.84.2.0/24", "143.84.5.0/24", "143.84.6.0/24", "143.84.8.0/24", "143.84.18.0/24", "143.84.24.0/24", "143.84.29.0/24", "143.84.38.0/24", "143.84.43.0/24", "143.84.44.0/24", "143.84.45.0/24", "143.84.46.0/24", "143.84.48.0/24", "143.84.62.0/24", "143.84.67.0/24", "143.84.68.0/24", "143.84.72.0/24", "143.84.74.0/24", "143.84.77.0/24", "143.84.78.0/24", "143.84.79.0/24", "143.84.84.0/24", "143.84.96.0/24", "143.84.99.0/24", "143.84.101.0/24", "143.84.105.0/24", "143.84.106.0/24", "143.84.107.0/24", "143.84.135.0/24", "143.84.161.0/24", "143.84.162.0/24", "143.84.163.0/24", "143.84.164.0/24", "143.84.165.0/24", "143.84.167.0/24", "143.84.168.0/24", "143.84.169.0/24", "143.84.170.0/24", "143.84.171.0/24", "143.84.172.0/24", "143.84.173.0/24", "143.84.174.0/24", "143.84.176.0/24", "143.84.196.0/24", "143.84.198.0/24", "143.84.202.0/24", "143.84.217.0/24", "143.84.229.0/24", "143.84.237.0/24", "143.86.0.0/21", "143.86.50.0/23", "143.86.53.0/24", "143.86.58.0/23", "143.86.60.0/23", "143.86.62.0/23", "143.86.182.0/24", "143.86.208.0/24", "143.86.217.0/24", "143.86.220.0/24", "143.133.64.0/18", "143.134.0.0/16", "143.134.240.0/20", "143.140.0.0/21", "143.140.8.0/23", "143.140.10.0/24", "143.140.32.0/19", "143.140.128.0/19", "143.140.160.0/20", "143.141.96.0/22", "143.141.100.0/22", "143.141.104.0/22", "143.141.112.0/24", "143.141.113.0/24", "143.141.114.0/24", "143.141.115.0/24", "143.141.116.0/24", "143.141.117.0/24", "143.141.118.0/24", "143.141.119.0/24", "143.141.128.0/22", "143.141.136.0/21", "143.141.160.0/20", "143.141.176.0/20", "143.141.192.0/18", "143.142.0.0/18", "143.142.96.0/21", "143.142.106.0/24", "143.142.160.0/20", "143.142.192.0/18", "143.144.0.0/16", "143.145.0.0/16", "143.146.0.0/18", "143.146.64.0/18", "143.146.224.0/19", "143.147.0.0/19", "143.147.32.0/20", "143.147.48.0/20", "143.147.88.0/21", "143.147.96.0/21", "143.147.112.0/21", "143.147.120.0/21", "143.147.128.0/19", "143.147.160.0/19", "143.147.192.0/19", "143.147.240.0/21", "143.156.64.0/18", "143.156.224.0/19", "143.157.48.0/20", "143.157.88.0/21", "143.158.0.0/16", "143.158.64.0/21", "143.158.72.0/22", "143.158.76.0/24", "143.158.81.0/24", "143.158.254.0/24", "143.194.80.0/20", "143.194.98.0/23", "143.194.100.0/23", "143.194.103.0/24", "143.194.104.0/21", "143.194.108.0/23", "143.194.112.0/20", "143.194.160.0/20", "143.194.168.0/24", "143.194.169.0/24", "143.194.171.0/24", "143.194.173.0/24", "143.194.175.0/24", "143.194.192.0/24", "143.194.240.0/20", "143.230.147.0/24", "143.249.134.0/23", "144.88.0.0/24", "144.88.1.0/24", "144.88.64.0/18", "144.99.0.0/16", "144.99.216.0/23", "144.101.9.0/24", "144.101.10.0/24", "144.101.120.0/23", "144.101.122.0/24", "144.101.141.0/24", "144.101.152.0/22", "144.101.154.0/23", "144.101.156.0/22", "144.101.161.0/24", "144.101.162.0/24", "144.102.19.0/24", "144.102.21.0/24", "144.102.120.0/24", "144.102.125.0/24", "144.104.24.0/21", "144.104.75.0/24", "144.104.116.0/24", "144.104.120.0/21", "144.105.176.0/20", "144.105.184.0/24", "144.109.0.0/21", "144.109.12.0/24", "144.109.13.0/24", "144.109.16.0/22", "144.109.20.0/22", "144.147.0.0/16", "144.244.0.0/16", "144.245.0.0/16", "144.246.0.0/16", "146.14.0.0/15", "146.16.45.0/24", "146.16.46.0/24", "146.16.144.0/20", "146.16.245.0/24", "146.53.0.0/16", "146.54.0.0/16", "146.55.22.0/24", "146.55.32.0/19", "146.55.125.0/24", "147.39.0.0/16", "147.51.0.0/16", "147.51.98.0/24", "147.58.0.0/16", "147.58.130.0/24", "147.71.0.0/16", "147.74.0.0/16", "147.74.245.0/24", "147.103.0.0/16", "147.104.48.0/23", "147.104.90.0/24", "147.104.96.0/23", "147.104.244.0/23", "147.130.0.0/17", "147.130.128.0/23", "147.130.130.0/23", "147.130.132.0/23", "147.130.134.0/23", "147.130.136.0/23", "147.130.138.0/23", "147.130.140.0/23", "147.130.142.0/23", "147.130.144.0/23", "147.130.146.0/23", "147.130.148.0/23", "147.130.150.0/23", "147.130.152.0/23", "147.130.154.0/23", "147.130.156.0/23", "147.130.158.0/23", "147.130.160.0/23", "147.130.162.0/23", "147.130.164.0/23", "147.130.166.0/23", "147.130.168.0/23", "147.130.170.0/23", "147.130.172.0/23", "147.130.174.0/23", "147.130.176.0/23", "147.130.178.0/23", "147.130.180.0/23", "147.130.182.0/23", "147.130.184.0/23", "147.130.186.0/23", "147.130.188.0/23", "147.130.190.0/23", "147.130.192.0/23", "147.130.194.0/23", "147.130.196.0/23", "147.130.198.0/23", "147.130.200.0/23", "147.130.202.0/23", "147.130.204.0/23", "147.130.206.0/23", "147.130.214.0/23", "147.130.216.0/23", "147.130.218.0/23", "147.130.220.0/23", "147.130.222.0/23", "147.130.224.0/23", "147.130.226.0/23", "147.130.228.0/23", "147.130.230.0/23", "147.130.232.0/23", "147.131.24.0/23", "147.131.26.0/23", "147.131.28.0/23", "147.131.30.0/23", "147.131.32.0/23", "147.131.34.0/23", "147.131.40.0/23", "147.131.42.0/23", "147.131.44.0/23", "147.131.46.0/23", "147.131.48.0/23", "147.131.50.0/23", "147.131.52.0/23", "147.131.54.0/23", "147.131.56.0/23", "147.131.58.0/23", "147.131.60.0/23", "147.131.62.0/23", "147.164.0.0/16", "147.164.8.0/24", "147.164.10.0/23", "147.165.0.0/16", "147.166.0.0/16", "147.169.0.0/16", "147.169.30.0/23", "147.169.32.0/23", "147.198.0.0/16", "147.198.250.0/24", "147.216.7.0/24", "147.216.8.0/24", "147.216.9.0/24", "147.216.133.0/24", "147.217.0.0/18", "147.217.64.0/18", "147.217.65.0/24", "147.217.66.0/24", "147.217.67.0/24", "147.217.88.0/24", "147.217.92.0/23", "147.217.94.0/23", "147.217.98.0/23", "147.217.128.0/17", "147.221.0.0/16", "147.221.176.0/20", "147.238.0.0/16", "147.238.224.0/24", "147.238.225.0/24", "147.238.226.0/24", "147.239.0.0/16", "147.240.0.0/16", "147.248.64.0/19", "147.248.128.0/20", "147.248.144.0/20", "147.248.160.0/20", "150.113.0.0/16", "150.149.32.0/22", "150.149.36.0/22", "150.149.56.0/22", "150.149.96.0/24", "150.149.128.0/19", "150.152.0.0/16", "150.152.194.0/24", "150.177.0.0/16", "150.192.0.0/16", "150.193.0.0/16", "150.196.116.0/24", "150.196.224.0/22", "150.196.232.0/22", "150.226.0.0/16", "151.166.0.0/16", "152.121.0.0/16", "152.121.2.0/23", "152.121.4.0/24", "152.121.5.0/24", "152.121.6.0/24", "152.121.11.0/24", "152.121.12.0/24", "152.121.16.0/24", "152.121.17.0/24", "152.121.18.0/24", "152.121.19.0/24", "152.121.24.0/24", "152.121.25.0/24", "152.121.27.0/24", "152.121.31.0/24", "152.121.32.0/24", "152.121.33.0/24", "152.121.36.0/24", "152.121.38.0/24", "152.121.47.0/24", "152.121.48.0/24", "152.121.49.0/24", "152.121.51.0/24", "152.121.52.0/24", "152.121.53.0/24", "152.121.99.0/24", "152.121.100.0/24", "152.121.101.0/24", "152.121.102.0/24", "152.121.103.0/24", "152.121.106.0/24", "152.121.108.0/23", "152.121.112.0/24", "152.121.113.0/24", "152.121.115.0/24", "152.121.119.0/24", "152.121.120.0/24", "152.121.121.0/24", "152.121.122.0/24", "152.121.125.0/24", "152.121.126.0/24", "152.121.127.0/24", "152.121.128.0/24", "152.121.130.0/24", "152.121.131.0/24", "152.121.149.0/24", "152.121.150.0/23", "152.121.152.0/24", "152.121.153.0/24", "152.121.154.0/23", "152.121.156.0/23", "152.121.158.0/23", "152.121.160.0/23", "152.121.162.0/23", "152.121.184.0/24", "152.121.188.0/23", "152.121.192.0/23", "152.121.208.0/24", "152.121.216.0/24", "152.121.220.0/24", "153.103.0.0/16", "155.8.0.0/16", "155.8.252.0/24", "155.9.0.0/16", "155.19.0.0/21", "155.19.4.0/22", "155.19.35.0/24", "155.19.44.0/24", "155.19.46.0/24", "155.19.47.0/24", "155.19.64.0/18", "155.19.144.0/21", "155.19.154.0/24", "155.19.160.0/19", "155.20.67.0/24", "155.20.79.0/24", "155.20.156.0/22", "155.20.182.0/23", "155.21.16.0/22", "155.21.130.0/23", "155.21.148.0/23", "155.21.164.0/23", "155.21.168.0/23", "155.21.170.0/23", "155.21.172.0/23", "155.21.174.0/23", "155.21.186.0/24", "155.21.187.0/24", "155.22.0.0/17", "155.22.160.0/21", "155.25.128.0/17", "155.26.148.0/24", "155.26.162.0/23", "155.26.196.0/24", "155.29.16.0/20", "155.29.40.0/23", "155.29.42.0/23", "155.29.44.0/24", "155.29.45.0/24", "155.29.56.0/21", "155.29.59.0/24", "155.29.67.0/24", "155.29.68.0/24", "155.29.70.0/23", "155.29.72.0/23", "155.29.74.0/24", "155.29.76.0/24", "155.29.77.0/24", "155.29.78.0/24", "155.29.79.0/24", "155.29.80.0/22", "155.29.80.0/23", "155.29.82.0/24", "155.29.83.0/24", "155.29.88.0/24", "155.29.89.0/24", "155.29.90.0/24", "155.29.91.0/24", "155.29.92.0/24", "155.29.94.0/24", "155.29.105.0/24", "155.29.106.0/24", "155.29.107.0/24", "155.29.108.0/24", "155.29.109.0/24", "155.29.110.0/24", "155.29.112.0/23", "155.29.114.0/24", "155.29.115.0/24", "155.29.116.0/24", "155.29.117.0/24", "155.29.118.0/24", "155.29.119.0/24", "155.29.120.0/23", "155.29.122.0/24", "155.29.124.0/24", "155.29.125.0/24", "155.29.126.0/23", "155.29.128.0/24", "155.29.129.0/24", "155.29.130.0/23", "155.29.132.0/24", "155.29.133.0/24", "155.29.134.0/24", "155.29.135.0/24", "155.29.136.0/23", "155.29.138.0/24", "155.29.139.0/24", "155.29.140.0/24", "155.29.143.0/24", "155.29.145.0/24", "155.29.149.0/24", "155.29.151.0/24", "155.29.165.0/24", "155.29.196.0/22", "155.29.200.0/21", "155.29.223.0/24", "155.29.241.0/24", "155.29.250.0/24", "155.30.193.0/24", "155.30.194.0/24", "155.30.195.0/24", "155.74.245.0/24", "155.74.246.0/24", "155.74.248.0/24", "155.74.251.0/24", "155.74.253.0/24", "155.74.254.0/24", "155.74.255.0/24", "155.75.159.0/24", "155.147.0.0/16", "155.147.0.0/23", "155.149.0.0/16", "155.150.0.0/16", "155.150.12.0/22", "155.150.235.0/24", "155.151.0.0/16", "155.151.14.0/24", "155.152.0.0/17", "155.152.144.0/22", "155.152.148.0/22", "155.152.160.0/24", "155.152.212.0/22", "155.152.216.0/24", "155.152.217.0/24", "155.152.253.0/24", "155.152.254.0/24", "155.153.0.0/16", "155.213.18.0/24", "155.213.19.0/24", "155.213.24.0/21", "155.213.208.0/21", "155.213.240.0/21", "155.213.248.0/22", "155.213.252.0/22", "155.214.0.0/17", "155.214.128.0/17", "155.215.0.0/16", "155.215.251.0/24", "155.215.252.0/24", "155.215.253.0/24", "155.216.0.0/16", "155.216.96.0/23", "155.216.98.0/23", "155.216.100.0/23", "155.216.244.0/22", "155.217.0.0/16", "155.217.104.0/22", "155.217.108.0/24", "155.217.109.0/24", "155.217.110.0/24", "155.217.112.0/23", "155.218.0.0/16", "155.218.149.0/24", "155.219.0.0/16", "155.219.10.0/24", "155.220.164.0/23", "158.1.0.0/18", "158.1.33.0/24", "158.1.37.0/24", "158.1.101.0/24", "158.2.0.0/16", "158.4.0.0/17", "158.4.128.0/17", "158.5.0.0/16", "158.6.0.0/16", "158.7.0.0/16", "158.9.49.0/24", "158.9.64.0/23", "158.9.66.0/23", "158.9.72.0/23", "158.9.74.0/23", "158.9.80.0/23", "158.9.82.0/23", "158.9.84.0/23", "158.9.86.0/23", "158.9.100.0/23", "158.9.102.0/24", "158.9.106.0/24", "158.9.112.0/22", "158.9.116.0/23", "158.9.118.0/24", "158.9.119.0/24", "158.9.120.0/23", "158.9.123.0/24", "158.9.126.0/24", "158.9.127.0/24", "158.9.129.0/24", "158.9.132.0/23", "158.9.136.0/24", "158.9.138.0/24", "158.9.139.0/24", "158.9.148.0/24", "158.9.152.0/24", "158.9.158.0/23", "158.9.160.0/24", "158.9.161.0/24", "158.9.168.0/24", "158.9.178.0/24", "158.9.199.0/24", "158.9.200.0/24", "158.9.201.0/24", "158.9.208.0/24", "158.9.209.0/24", "158.9.216.0/23", "158.9.225.0/24", "158.9.231.0/24", "158.9.246.0/24", "158.9.247.0/24", "158.9.253.0/24", "158.9.254.0/24", "158.9.255.0/24", "158.13.120.0/21", "158.13.128.0/21", "158.13.154.0/24", "158.13.192.0/18", "158.14.62.0/24", "158.14.63.0/24", "158.14.75.0/24", "158.14.76.0/24", "158.14.77.0/24", "158.14.78.0/24", "158.14.79.0/24", "158.14.80.0/24", "158.14.81.0/24", "158.14.82.0/24", "158.14.83.0/24", "158.14.84.0/24", "158.14.85.0/24", "158.14.86.0/24", "158.14.87.0/24", "158.14.88.0/24", "158.14.89.0/24", "158.14.108.0/23", "158.14.110.0/23", "158.14.112.0/23", "158.14.114.0/23", "158.14.116.0/23", "158.14.118.0/23", "158.14.120.0/23", "158.14.122.0/23", "158.14.124.0/23", "158.14.126.0/23", "158.14.128.0/23", "158.14.130.0/23", "158.14.132.0/23", "158.14.134.0/23", "158.14.136.0/23", "158.14.138.0/23", "158.14.140.0/23", "158.14.142.0/23", "158.14.144.0/23", "158.14.146.0/23", "158.14.148.0/23", "158.14.150.0/23", "158.14.152.0/23", "158.14.154.0/23", "158.14.156.0/23", "158.14.158.0/23", "158.14.160.0/23", "158.14.162.0/23", "158.14.164.0/23", "158.14.166.0/23", "158.14.168.0/23", "158.14.170.0/23", "158.14.172.0/23", "158.14.174.0/23", "158.14.176.0/23", "158.14.178.0/23", "158.14.180.0/23", "158.14.182.0/23", "158.14.184.0/23", "158.14.186.0/23", "158.14.206.0/23", "158.14.208.0/23", "158.14.210.0/23", "158.14.212.0/23", "158.14.214.0/23", "158.14.216.0/23", "158.14.218.0/23", "158.14.220.0/23", "158.14.222.0/23", "158.14.224.0/23", "158.14.226.0/23", "158.14.228.0/23", "158.14.230.0/23", "158.14.232.0/23", "158.14.234.0/23", "158.14.236.0/23", "158.14.238.0/23", "158.14.240.0/23", "158.14.242.0/23", "158.14.244.0/23", "158.16.0.0/17", "158.16.128.0/17", "158.17.0.0/16", "158.17.9.0/24", "158.19.128.0/17", "158.20.20.0/24", "158.20.32.0/24", "158.20.48.0/20", "158.20.64.0/24", "158.20.66.0/24", "158.20.67.0/24", "158.20.69.0/24", "158.20.70.0/24", "158.20.124.0/22", "158.20.128.0/17", "158.20.246.0/24", "158.20.247.0/24", "158.20.248.0/24", "158.20.249.0/24", "158.20.250.0/24", "158.240.32.0/20", "158.240.48.0/22", "158.240.52.0/23", "158.240.54.0/24", "158.240.56.0/24", "158.240.58.0/24", "158.240.62.0/24", "158.240.96.0/23", "158.240.131.0/24", "158.240.132.0/24", "158.240.133.0/24", "158.240.134.0/24", "158.240.135.0/24", "158.240.136.0/24", "158.240.137.0/24", "158.240.154.0/24", "158.240.155.0/24", "158.240.159.0/24", "158.240.180.0/24", "158.240.183.0/24", "158.240.198.0/24", "158.240.210.0/24", "158.240.211.0/24", "158.240.212.0/24", "158.240.216.0/23", "158.240.240.0/24", "159.77.1.0/24", "159.77.4.0/22", "159.77.8.0/22", "159.77.10.0/24", "159.77.11.0/24", "159.77.58.0/24", "159.77.59.0/24", "159.77.128.0/24", "159.77.138.0/24", "159.77.141.0/24", "159.77.148.0/22", "159.77.192.0/24", "160.132.0.0/16", "160.133.0.0/16", "160.134.0.0/16", "160.134.192.0/22", "160.134.196.0/22", "160.134.200.0/22", "160.134.204.0/22", "160.134.208.0/23", "160.134.220.0/23", "160.134.227.0/24", "160.134.237.0/24", "160.134.242.0/24", "160.134.255.0/24", "160.136.0.0/17", "160.137.1.0/24", "160.137.2.0/24", "160.137.11.0/24", "160.137.15.0/24", "160.137.16.0/24", "160.137.17.0/24", "160.137.25.0/24", "160.137.60.0/23", "160.137.70.0/24", "160.137.72.0/23", "160.137.111.0/24", "160.137.116.0/24", "160.137.117.0/24", "160.137.128.0/22", "160.137.169.0/24", "160.137.180.0/24", "160.137.182.0/24", "160.137.184.0/24", "160.137.192.0/24", "160.137.193.0/24", "160.137.211.0/24", "160.137.216.0/24", "160.137.217.0/24", "160.137.240.0/24", "160.137.241.0/24", "160.137.242.0/24", "160.137.243.0/24", "160.137.244.0/22", "160.138.0.0/16", "160.140.112.0/22", "160.140.117.0/24", "160.140.240.0/24", "160.140.244.0/24", "160.140.245.0/24", "160.140.246.0/24", "160.140.247.0/24", "160.141.210.0/24", "160.141.224.0/19", "160.142.0.0/16", "160.142.1.0/24", "160.142.10.0/24", "160.142.11.0/24", "160.142.12.0/22", "160.142.251.0/24", "160.142.253.0/24", "160.145.0.0/16", "160.147.0.0/16", "160.149.0.0/16", "160.150.0.0/16", "160.150.55.0/24", "160.150.64.0/24", "160.150.66.0/24", "162.24.0.0/16", "164.66.0.0/16", "164.117.1.0/24", "164.117.2.0/24", "164.117.3.0/24", "164.117.4.0/24", "164.117.5.0/24", "164.117.6.0/24", "164.117.16.0/20", "164.117.32.0/20", "164.117.48.0/20", "164.117.80.0/24", "164.117.90.0/24", "164.117.128.0/24", "164.117.148.0/23", "164.117.192.0/24", "164.117.193.0/24", "164.117.194.0/24", "164.117.195.0/24", "164.117.196.0/24", "164.117.197.0/24", "164.117.198.0/24", "164.117.199.0/24", "164.117.200.0/24", "164.117.201.0/24", "164.117.202.0/24", "164.117.203.0/24", "164.117.204.0/24", "164.117.205.0/24", "164.117.206.0/24", "164.117.207.0/24", "164.117.208.0/24", "164.117.209.0/24", "164.117.210.0/24", "164.117.211.0/24", "164.117.212.0/24", "164.117.213.0/24", "164.117.214.0/24", "164.117.215.0/24", "164.117.216.0/24", "164.117.217.0/24", "164.117.218.0/24", "164.117.219.0/24", "164.117.220.0/24", "164.117.221.0/24", "164.117.222.0/24", "164.117.223.0/24", "164.117.224.0/24", "164.117.225.0/24", "164.117.226.0/24", "164.117.227.0/24", "164.117.228.0/24", "164.117.229.0/24", "164.117.230.0/24", "164.117.231.0/24", "164.117.232.0/24", "164.117.233.0/24", "164.117.234.0/24", "164.117.235.0/24", "164.117.236.0/24", "164.117.237.0/24", "164.117.238.0/24", "164.117.239.0/24", "164.117.240.0/24", "164.117.241.0/24", "164.117.242.0/24", "164.117.243.0/24", "164.117.244.0/24", "164.117.245.0/24", "164.117.246.0/24", "164.117.247.0/24", "164.117.248.0/24", "164.117.249.0/24", "164.117.250.0/24", "164.117.251.0/24", "164.117.252.0/24", "164.117.253.0/24", "164.117.254.0/24", "164.117.255.0/24", "164.169.0.0/20", "164.169.32.0/20", "164.169.64.0/20", "164.169.80.0/20", "164.169.96.0/20", "164.169.100.0/24", "164.169.112.0/20", "164.169.144.0/20", "164.169.160.0/20", "164.236.228.0/22", "192.12.64.0/24", "192.12.126.0/24", "192.33.6.0/24", "192.33.7.0/24", "192.33.8.0/24", "192.33.9.0/24", "192.33.185.0/24", "192.35.147.0/24", "192.43.253.0/24", "192.52.117.0/24", "192.73.27.0/24", "192.73.28.0/24", "192.76.249.0/24", "192.82.113.0/24", "192.86.111.0/24", "192.86.112.0/24", "192.86.113.0/24", "192.86.114.0/24", "192.86.118.0/24", "192.86.230.0/23", "192.86.232.0/22", "192.86.236.0/23", "192.86.238.0/23", "192.86.249.0/24", "192.100.70.0/24", "192.107.165.0/24", "192.107.182.0/23", "192.108.124.0/24", "192.108.175.0/24", "192.132.79.0/24", "192.132.84.0/24", "192.132.85.0/24", "192.132.86.0/24", "192.132.87.0/24", "192.136.130.0/24", "192.153.134.0/24", "192.153.138.0/23", "192.153.140.0/23", "192.153.150.0/24", "192.172.2.0/24", "192.172.17.0/24", "192.172.24.0/23", "192.172.27.0/24", "192.187.15.0/24", "192.188.213.0/24", "192.190.107.0/24", "198.25.63.0/24", "198.25.160.0/24", "198.25.161.0/24", "198.25.162.0/24", "198.25.163.0/24", "198.25.164.0/24", "198.25.165.0/24", "198.25.166.0/24", "198.25.167.0/24", "198.25.168.0/24", "198.25.169.0/24", "198.25.170.0/24", "198.25.171.0/24", "198.25.172.0/24", "198.25.174.0/24", "198.49.184.0/24", "198.49.185.0/24", "198.49.192.0/24", "198.51.42.0/23", "198.97.180.0/24", "198.97.189.0/24", "198.97.196.0/22", "198.154.8.0/24", "198.154.9.0/24", "198.154.10.0/24", "198.154.11.0/24", "198.154.12.0/24", "198.154.13.0/24", "198.154.14.0/24", "198.154.15.0/24", "198.220.131.0/24", "199.10.35.0/24", "199.10.42.0/24", "199.10.43.0/24", "199.10.44.0/24", "199.10.45.0/24", "199.10.46.0/24", "199.10.59.0/24", "199.31.2.0/24", "199.31.3.0/24", "199.114.57.0/24", "199.114.62.0/24", "199.122.37.0/24", "199.122.41.0/24", "199.122.42.0/24", "199.122.52.0/24", "199.122.53.0/24", "199.123.71.0/24", "199.123.72.0/22", "199.123.78.0/23", "199.123.84.0/24", "199.123.85.0/24", "199.123.118.0/24", "199.123.122.0/24", "199.123.126.0/24", "199.124.80.0/22", "199.208.156.0/24", "199.209.88.0/22", "199.209.216.0/21", "199.210.168.0/23", "199.211.215.0/24", "199.211.216.0/24", "199.211.217.0/24", "199.226.128.0/18", "199.251.6.0/24", "199.251.18.0/24", "199.251.21.0/24", "199.251.30.0/24", "199.251.31.0/24", "199.251.32.0/24", "199.251.60.0/24", "199.251.61.0/24", "199.251.62.0/24", "199.251.81.0/24", "199.251.82.0/24", "199.251.83.0/24", "199.251.99.0/24", "199.251.121.0/24", "199.251.123.0/24", "199.251.155.0/24", "199.251.156.0/24", "199.251.193.0/24", "199.251.194.0/24", "199.251.232.0/24", "199.251.244.0/24", "199.251.245.0/24", "199.251.253.0/24", "199.252.33.0/24", "199.252.34.0/24", "199.252.35.0/24", "199.252.36.0/24", "199.252.39.0/24", "199.252.41.0/24", "204.34.211.0/24", "204.34.217.0/24", "204.37.140.0/24", "204.37.141.0/24", "204.37.142.0/24", "204.222.248.0/24", "204.222.249.0/24", "204.223.30.0/24", "204.223.40.0/24", "204.223.41.0/24", "204.223.72.0/23", "204.223.74.0/24", "204.223.95.0/24", "204.223.156.0/22", "204.223.156.0/24", "204.223.160.0/19", "204.223.175.0/24", "204.223.176.0/24", "204.223.181.0/24", "204.223.186.0/24", "204.223.191.0/24", "205.109.40.0/21", "205.109.130.0/23", "205.109.132.0/22", "205.109.136.0/21", "205.109.144.0/23", "205.109.192.0/23", "205.109.207.0/24", "205.110.60.0/24", "205.110.196.0/24", "205.110.216.0/24", "205.110.218.0/24", "205.111.250.0/24", "206.37.0.0/24", "206.37.12.0/24", "206.37.17.0/24", "206.37.22.0/24", "206.37.24.0/24", "206.37.25.0/24", "206.37.106.0/24", "206.37.107.0/24", "206.37.109.0/24", "206.37.232.0/24", "206.37.240.0/24", "206.37.242.0/24", "206.37.243.0/24", "206.37.245.0/24", "206.37.249.0/24", "206.37.250.0/23", "206.37.253.0/24", "206.37.254.0/23", "206.39.0.0/23", "206.39.16.0/24", "206.39.32.0/23", "206.39.40.0/24", "206.39.41.0/24", "206.39.62.0/24", "206.39.63.0/24", "206.39.152.0/24", "206.39.153.0/24", "206.39.155.0/24", "206.39.172.0/24", "207.132.97.0/24", "207.133.8.0/21", "207.133.16.0/21", "207.133.134.0/24", "207.133.135.0/24", "207.133.162.0/24", "207.133.169.0/24", "207.133.170.0/24", "207.133.172.0/24", "207.133.173.0/24", "207.133.174.0/24", "207.133.175.0/24", "207.133.177.0/24", "207.133.179.0/24", "207.133.189.0/24", "207.133.190.0/24", "207.133.198.0/24", "207.133.205.0/24", "207.133.206.0/23", "207.133.219.0/24", "207.133.220.0/24", "209.22.10.0/24", "209.22.22.0/24", "209.22.27.0/24", "209.22.31.0/24", "209.22.76.0/24", "209.22.77.0/24", "209.22.79.0/24", "209.22.80.0/24", "209.22.84.0/24", "209.22.85.0/24", "209.22.89.0/24", "209.22.104.0/23", "209.22.106.0/23", "209.22.108.0/23", "209.22.116.0/23", "209.22.118.0/24", "209.22.124.0/24", "209.22.125.0/24", "209.22.126.0/24", "209.22.127.0/24", "209.22.160.0/24", "214.3.67.0/24", "214.3.68.0/24", "214.3.73.0/24", "214.3.75.0/24", "214.3.90.0/24", "214.3.93.0/24", "214.3.94.0/24", "214.3.152.0/24", "214.4.1.0/24", "214.4.2.0/24", "214.4.3.0/24", "214.4.9.0/24", "214.4.12.0/24", "214.4.22.0/24", "214.4.29.0/24", "214.4.30.0/24", "214.4.31.0/24", "214.4.47.0/24", "214.4.94.0/24", "214.14.0.0/16", "214.15.247.0/24", "214.15.248.0/24", "214.15.249.0/24", "214.15.250.0/24", "214.16.210.0/24", "214.19.0.0/16", "214.25.86.0/23", "214.25.88.0/21", "214.25.106.0/24", "214.29.49.0/24", "214.29.129.0/24", "214.29.130.0/23", "214.29.132.0/22", "214.36.0.0/16", "214.36.232.0/21", "214.36.232.0/23", "214.43.128.0/24", "214.43.129.0/24", "214.43.141.0/24", "214.43.160.0/24", "214.43.162.0/24", "214.43.165.0/24", "214.43.166.0/24", "214.43.167.0/24", "214.58.0.0/16", "214.58.228.0/22", "214.58.232.0/22", "215.1.16.0/24", "215.65.31.0/24", "215.65.76.0/22", "215.67.2.0/24", "215.67.4.0/24", "215.67.58.0/24", "215.67.62.0/23", "215.67.64.0/18", "215.70.0.0/19", "215.70.32.0/19", "215.70.96.0/19", "215.70.128.0/19", "215.70.160.0/19", "215.70.192.0/19", "215.70.224.0/19", "215.71.32.0/19", "215.71.64.0/19", "215.71.128.0/19", "215.71.160.0/19", "215.72.0.0/19", "215.72.32.0/19", "215.72.64.0/19", "215.72.96.0/19", "215.72.128.0/19", "215.72.160.0/19", "215.73.0.0/19", "215.73.32.0/19", "215.75.249.0/24", "215.75.250.0/24", "215.75.251.0/24", "215.75.252.0/24", "215.75.253.0/24", "215.75.254.0/24", "215.75.255.0/24", "215.76.0.0/16", "215.76.64.0/20", "215.76.80.0/23", "215.76.82.0/24", "215.76.83.0/24", "215.76.84.0/24", "215.76.85.0/24", "215.76.86.0/24", "215.76.96.0/22", "215.76.100.0/22", "215.76.105.0/24", "215.76.108.0/22", "215.76.200.0/23"], "6": ["2608:129:13::/48", "2608:141::/48"]}}, "368": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.87.0.0/16", "55.87.30.0/24", "55.87.48.0/23", "55.87.56.0/23", "55.87.78.0/23", "55.87.96.0/22", "55.87.100.0/24", "55.87.102.0/23", "55.87.104.0/23", "55.87.106.0/23", "55.87.108.0/23", "55.87.112.0/23", "55.87.114.0/23", "55.87.116.0/23", "55.87.118.0/23", "55.87.120.0/23", "55.87.122.0/23", "55.87.144.0/23", "55.87.170.0/23", "55.87.255.0/24"]}}, "369": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.50.2.0/24", "55.50.22.0/24", "55.50.147.0/24", "55.50.150.0/24", "55.50.151.0/24", "55.50.152.0/24", "55.50.153.0/24", "55.50.154.0/24", "55.50.155.0/24", "55.50.156.0/24", "55.50.157.0/24", "55.50.158.0/24", "55.50.159.0/24", "55.50.160.0/24", "55.50.163.0/24", "55.50.187.0/24", "55.50.188.0/24", "55.50.189.0/24", "55.50.190.0/24", "55.50.191.0/24", "55.50.192.0/24", "55.50.193.0/24", "55.50.194.0/24", "55.50.195.0/24", "55.50.196.0/24", "55.50.197.0/24", "55.50.198.0/24", "55.91.43.0/24", "55.91.47.0/24", "55.91.57.0/24", "55.91.143.0/24", "55.91.148.0/24", "55.91.149.0/24", "55.91.150.0/24", "55.91.151.0/24", "55.91.152.0/24", "55.91.153.0/24", "55.91.154.0/24", "55.91.155.0/24", "55.91.156.0/24", "55.91.157.0/24", "55.91.158.0/24", "55.91.159.0/24", "55.91.160.0/24", "55.91.161.0/24", "55.91.162.0/24", "55.91.163.0/24", "55.91.187.0/24", "55.91.188.0/24", "55.91.189.0/24", "55.91.190.0/24", "55.91.191.0/24", "55.91.192.0/24", "55.91.193.0/24", "55.91.194.0/24", "55.91.195.0/24", "55.91.196.0/24", "55.91.197.0/24", "55.91.198.0/24", "55.91.199.0/24", "55.91.200.0/24", "55.91.201.0/24", "55.91.202.0/24", "55.91.203.0/24", "55.91.204.0/24", "55.91.205.0/24", "55.91.206.0/24", "55.91.208.0/22", "55.91.212.0/22", "55.91.216.0/23", "55.91.218.0/23", "55.91.220.0/24", "55.91.223.0/24", "55.91.226.0/24", "55.91.227.0/24", "55.91.228.0/24", "55.91.229.0/24", "55.91.230.0/24", "55.91.231.0/24", "55.91.232.0/24", "55.91.233.0/24", "55.91.234.0/24", "55.91.235.0/24", "55.91.236.0/24", "55.91.237.0/24", "55.91.239.0/24", "55.91.240.0/24", "55.91.241.0/24", "55.91.242.0/24", "55.91.243.0/24", "55.91.245.0/24", "55.91.246.0/24", "55.91.247.0/24", "55.91.248.0/24", "55.91.249.0/24", "55.91.250.0/24", "55.91.251.0/24", "55.91.252.0/24", "55.91.253.0/24", "55.91.254.0/24"]}}, "370": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.54.0.0/16", "55.79.0.0/16", "55.79.128.0/24", "55.79.145.0/24", "55.79.148.0/24", "55.79.150.0/24", "55.79.151.0/24", "55.79.152.0/24", "55.79.155.0/24", "55.79.156.0/24", "55.79.157.0/24", "55.79.158.0/24", "55.79.160.0/24", "55.79.161.0/24", "55.79.162.0/24", "55.79.163.0/24", "55.79.165.0/24", "55.79.166.0/24", "55.79.167.0/24", "55.79.168.0/24", "55.79.169.0/24", "55.79.170.0/24", "55.79.172.0/24", "55.79.173.0/24", "55.79.174.0/24", "55.79.175.0/24", "55.79.176.0/24", "55.93.0.0/16", "55.93.36.0/24", "55.93.128.0/22", "55.93.136.0/24", "55.93.142.0/24", "55.93.143.0/24", "55.93.150.0/24", "55.93.156.0/24", "55.93.160.0/24", "55.93.162.0/24", "55.93.164.0/24", "55.93.166.0/24", "55.93.168.0/24", "55.93.170.0/24", "55.93.172.0/24", "55.93.174.0/24", "55.93.176.0/24", "55.93.180.0/24", "55.93.182.0/24", "55.93.184.0/24", "55.93.188.0/24", "55.93.190.0/24", "55.93.192.0/24", "55.93.194.0/24", "55.93.196.0/24", "55.93.198.0/24", "55.93.200.0/24", "55.93.202.0/24", "55.93.205.0/24", "55.93.207.0/24", "55.93.208.0/24", "55.93.210.0/24", "55.93.211.0/24", "55.93.212.0/24", "55.93.215.0/24", "55.93.216.0/24", "55.93.217.0/24", "55.93.218.0/24", "55.93.220.0/24", "55.93.221.0/24", "55.93.222.0/24", "55.93.223.0/24", "55.93.225.0/24", "55.93.226.0/24", "55.93.227.0/24", "55.93.228.0/24", "55.93.229.0/24", "55.93.230.0/24", "55.93.232.0/24", "55.93.233.0/24", "55.93.234.0/24", "55.93.235.0/24", "55.93.236.0/24", "55.93.243.0/24", "55.93.245.0/24", "55.93.247.0/24", "55.93.249.0/24", "55.93.251.0/24"]}}, "371": {"name": "DNIC-ASBLK-00306-00371, US / DoD Network Information Center", "ranges": {"4": ["55.95.0.0/16", "55.95.160.0/22", "55.95.216.0/21"]}}, "372": {"name": "AS372, US / National Aeronautics and Space Administration", "ranges": {"4": ["129.166.6.0/23", "192.77.77.0/24", "192.149.129.0/24", "192.149.130.0/23", "192.149.144.0/24"]}}, "513": {"name": "CERN, CH / CERN - European Organization for Nuclear Research", "ranges": {"4": ["128.141.0.0/16", "128.142.0.0/16", "137.138.0.0/16", "185.249.56.0/22", "188.184.0.0/16", "188.185.0.0/16", "192.16.155.0/24", "192.16.156.0/22", "192.16.160.0/22", "192.16.164.0/23", "192.16.166.0/24", "192.65.183.0/24", "192.65.184.0/21", "192.65.192.0/22", "192.65.196.0/23", "192.91.236.0/22", "192.91.240.0/22", "192.91.244.0/23", "192.91.246.0/24", "194.12.128.0/18"], "6": ["2001:1458::/32", "2001:1459::/32"]}}, "514": {"name": "DSADC-MECH, US / DoD Network Information Center", "ranges": {"4": ["204.34.199.0/24"]}}, "518": {"name": "DNIC-AS-00518, US / DoD Network Information Center", "ranges": {"4": ["199.9.178.0/23", "199.9.178.0/24", "199.9.179.0/24", "199.9.180.0/22", "199.9.180.0/24", "199.9.181.0/24", "199.9.224.0/23", "199.9.228.0/24", "199.9.229.0/24", "199.9.230.0/24", "199.9.232.0/21", "199.9.240.0/21", "199.9.247.0/24"], "6": ["2001:480:421::/48", "2001:480:1610::/48"]}}, "571": {"name": "DNIC-AS-00571, US / DoD Network Information Center", "ranges": {"4": ["214.26.64.0/18", "214.26.64.0/23", "214.26.66.0/24", "214.26.67.0/24", "214.26.68.0/24", "214.26.72.0/24", "214.26.73.0/24", "214.26.74.0/24", "214.26.75.0/24", "214.26.76.0/24", "214.26.77.0/24", "214.26.78.0/24", "214.26.79.0/24", "214.26.80.0/24", "214.26.81.0/24", "214.26.82.0/24", "214.26.83.0/24", "214.26.84.0/24", "214.26.85.0/24", "214.26.86.0/24", "214.26.87.0/24", "214.26.88.0/24", "214.26.89.0/24", "214.26.90.0/24", "214.26.91.0/24", "214.26.92.0/24", "214.26.93.0/24", "214.26.94.0/24", "214.26.95.0/24", "214.26.96.0/24", "214.26.97.0/24", "214.26.98.0/24", "214.26.99.0/24", "214.26.100.0/24", "214.26.101.0/24", "214.26.102.0/24", "214.26.103.0/24", "214.26.105.0/24", "214.26.106.0/24", "214.26.107.0/24", "214.26.108.0/24", "214.26.109.0/24", "214.26.110.0/24", "214.26.111.0/24", "214.26.112.0/24", "214.26.113.0/24", "214.26.114.0/24", "214.26.115.0/24", "214.26.116.0/24", "214.26.117.0/24", "214.26.118.0/24", "214.26.119.0/24", "214.26.121.0/24", "214.26.122.0/24", "214.26.123.0/24", "214.26.124.0/24", "214.26.125.0/24", "214.26.126.0/24", "214.26.127.0/24", "215.65.160.0/19", "215.65.160.0/22", "215.65.164.0/22", "215.65.168.0/22", "215.65.172.0/22", "215.65.176.0/20"]}}, "615": {"name": "DNIC-AS-00615, US / Headquarters, USAISC", "ranges": {"4": ["155.85.163.0/24"]}}, "616": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.162.4.0/24", "138.163.4.0/24", "138.163.24.0/24", "138.163.97.0/24", "138.163.132.0/24"]}}, "619": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["163.251.120.0/24", "163.251.121.0/24"]}}, "627": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.147.0.0/24", "204.34.240.0/24", "204.36.18.0/24", "204.36.19.0/24", "205.69.240.0/21", "205.70.96.0/20"]}}, "634": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["214.58.144.0/23", "214.58.146.0/23", "214.58.152.0/24", "214.58.156.0/23", "214.58.220.0/24", "215.67.57.0/24"]}}, "636": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["214.58.192.0/20", "214.58.198.0/23", "214.58.208.0/24", "214.58.209.0/24", "214.58.210.0/24", "214.58.211.0/24", "214.58.212.0/22", "214.58.216.0/24", "214.58.217.0/24", "214.58.218.0/24"]}}, "637": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["137.232.237.0/24", "137.233.195.0/24", "137.234.64.0/18", "137.234.64.0/22", "137.234.75.0/24", "137.234.80.0/22", "137.234.110.0/24", "137.234.128.0/17", "137.234.128.0/22", "137.234.139.0/24", "137.234.140.0/24", "137.234.141.0/24", "137.234.156.0/22", "137.234.160.0/22", "137.234.183.0/24", "137.234.192.0/22", "137.234.200.0/22", "137.234.210.0/24", "137.234.224.0/22", "137.235.126.0/23", "137.235.128.0/22", "137.235.131.0/24", "137.235.141.0/24", "137.235.236.0/22", "138.156.0.0/16", "138.156.224.0/23", "138.156.228.0/23", "138.156.230.0/23", "138.156.232.0/23", "138.156.234.0/23", "138.156.240.0/23", "138.156.242.0/23", "138.156.244.0/23", "138.156.248.0/21", "138.157.16.0/21", "138.157.28.0/22", "138.157.40.0/21", "138.157.52.0/23", "138.157.56.0/24", "138.157.64.0/23", "138.157.68.0/23", "138.157.78.0/23", "138.157.80.0/23", "138.157.82.0/23", "138.157.84.0/23", "138.157.86.0/23", "138.157.88.0/23", "138.157.90.0/23", "138.157.92.0/23", "138.157.94.0/23", "138.157.96.0/23", "138.157.98.0/23", "138.157.100.0/23", "138.157.104.0/23", "138.157.106.0/23", "138.157.110.0/24", "138.157.114.0/24", "138.157.115.0/24", "138.157.116.0/23", "138.157.119.0/24", "138.157.122.0/23", "138.157.124.0/23", "138.157.126.0/23", "138.157.132.0/24", "138.157.133.0/24", "138.157.207.0/24", "138.157.211.0/24", "138.157.212.0/24", "138.157.216.0/24", "138.157.224.0/23", "138.157.240.0/24", "138.157.248.0/23", "138.163.160.0/22", "138.163.240.0/22", "138.167.0.0/20", "138.167.20.0/23", "138.167.32.0/21", "138.167.40.0/22", "138.167.44.0/22", "138.167.48.0/20", "138.167.64.0/24", "138.167.65.0/24", "138.167.66.0/24", "138.167.67.0/24", "138.167.68.0/24", "138.167.69.0/24", "138.167.70.0/24", "138.167.71.0/24", "138.167.72.0/24", "138.167.74.0/24", "138.167.75.0/24", "138.167.76.0/24", "138.167.77.0/24", "138.167.78.0/24", "138.167.80.0/24", "138.167.81.0/24", "138.167.82.0/24", "138.167.83.0/24", "138.167.84.0/24", "138.167.108.0/22", "138.167.112.0/23", "138.167.119.0/24", "138.167.120.0/21", "138.167.128.0/20", "138.167.128.0/23", "138.167.130.0/23", "138.167.132.0/23", "138.167.136.0/23", "138.167.138.0/23", "138.167.140.0/23", "138.167.142.0/24", "138.167.143.0/24", "138.167.144.0/20", "138.167.160.0/21", "138.167.176.0/20", "138.167.208.0/20", "138.167.232.0/24", "138.167.236.0/22", "138.167.248.0/22", "138.168.0.0/16", "138.168.183.0/24", "138.168.189.0/24", "138.168.190.0/23", "138.168.192.0/23", "138.168.194.0/24", "158.236.0.0/16", "158.237.0.0/16", "158.238.0.0/16", "158.239.0.0/16", "158.239.64.0/18", "158.240.160.0/22", "158.240.164.0/22", "158.240.174.0/24", "158.240.175.0/24", "158.240.226.0/23", "158.243.0.0/16", "158.244.0.0/16", "158.245.0.0/16", "192.156.14.0/24", "192.156.56.0/23", "192.156.79.0/24", "204.34.190.0/24", "204.34.193.0/24", "204.34.194.0/23", "204.34.212.0/23", "204.223.8.0/21", "204.223.21.0/24", "204.223.34.0/23", "204.223.36.0/22", "204.223.42.0/23", "204.223.44.0/22", "204.223.48.0/20", "204.223.64.0/21", "204.223.75.0/24", "204.223.78.0/23", "204.223.80.0/23", "204.223.82.0/23", "204.223.84.0/22", "204.223.88.0/22", "204.223.90.0/24", "204.223.92.0/23", "204.223.94.0/24", "204.223.96.0/20", "204.223.125.0/24", "204.223.126.0/23", "204.223.144.0/21", "205.109.4.0/22", "205.109.8.0/23", "205.109.12.0/23", "205.109.14.0/24", "205.109.16.0/24", "205.109.17.0/24", "205.109.20.0/23", "205.109.26.0/23", "205.109.32.0/21", "205.109.56.0/21", "205.109.64.0/24", "205.109.69.0/24", "205.109.80.0/21", "205.109.96.0/21", "205.109.104.0/21", "205.109.110.0/24", "205.109.112.0/20", "205.109.126.0/23", "205.109.128.0/19", "205.109.160.0/19", "205.109.192.0/19", "205.109.192.0/20", "205.109.208.0/20", "205.109.224.0/19", "205.110.36.0/23", "205.110.39.0/24", "205.110.50.0/23", "205.110.54.0/24", "205.110.55.0/24", "205.110.56.0/22", "205.110.61.0/24", "205.110.62.0/24", "205.110.63.0/24", "205.110.69.0/24", "205.110.70.0/24", "205.110.74.0/24", "205.110.76.0/22", "205.110.85.0/24", "205.110.86.0/24", "205.110.87.0/24", "205.110.104.0/22", "205.110.110.0/23", "205.110.116.0/23", "205.110.137.0/24", "205.110.140.0/23", "205.110.172.0/23", "205.110.174.0/24", "205.110.187.0/24", "205.110.192.0/22", "205.110.197.0/24", "205.110.198.0/23", "205.110.200.0/21", "205.110.242.0/24", "205.110.244.0/23", "205.110.247.0/24", "205.110.248.0/23", "205.110.250.0/23", "205.110.252.0/22", "214.15.10.0/24", "214.15.20.0/24", "214.15.60.0/24", "214.15.136.0/24", "214.15.160.0/24", "214.15.206.0/24", "214.15.210.0/24", "214.15.229.0/24", "214.43.0.0/21", "214.43.8.0/21", "214.43.16.0/22", "214.43.20.0/22", "214.43.24.0/21", "214.43.32.0/20", "214.43.32.0/24", "214.43.50.0/23", "214.43.52.0/23", "214.43.60.0/22", "214.43.70.0/23", "214.43.80.0/23", "214.43.92.0/22", "214.43.96.0/22", "214.43.100.0/24", "214.43.143.0/24", "214.43.144.0/21", "214.43.152.0/23", "214.43.161.0/24", "214.43.163.0/24", "214.43.164.0/24", "214.43.168.0/21", "214.43.176.0/23", "214.43.178.0/24", "214.43.179.0/24", "214.43.180.0/23", "214.43.182.0/24", "214.43.183.0/24", "214.43.184.0/22", "214.43.188.0/23", "214.43.190.0/23", "214.43.200.0/21", "214.43.208.0/20", "214.43.224.0/20", "214.43.240.0/21", "214.43.250.0/24", "214.43.251.0/24", "214.43.252.0/24", "214.43.253.0/24", "214.44.16.0/20", "214.44.32.0/21", "214.44.48.0/24", "214.44.49.0/24", "214.44.50.0/23", "214.44.52.0/22", "214.44.56.0/21", "214.44.96.0/21", "214.44.104.0/22", "214.44.108.0/22", "214.44.112.0/21", "214.44.120.0/21", "214.44.130.0/24", "214.44.132.0/24", "214.44.144.0/20", "214.44.160.0/20", "214.44.176.0/20", "214.44.192.0/20", "214.44.208.0/20", "214.44.224.0/21", "214.44.232.0/21", "214.44.240.0/22", "214.44.244.0/22", "214.44.248.0/22", "214.44.252.0/22", "214.45.224.0/20", "214.45.244.0/22", "214.45.248.0/22", "214.45.252.0/22"]}}, "647": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.183.0.0/17", "138.183.82.0/24", "164.231.102.0/24", "164.231.111.0/24", "205.56.0.0/19", "205.56.181.0/24", "205.56.232.0/24", "205.56.237.0/24", "205.57.80.0/24", "205.57.81.0/24", "205.57.82.0/24", "205.57.120.0/24", "205.57.121.0/24", "205.57.122.0/24", "205.57.134.0/24", "205.57.135.0/24", "205.57.136.0/24", "205.58.0.0/19", "205.58.1.0/24", "205.58.2.0/24", "205.58.3.0/24", "205.58.4.0/23", "205.58.8.0/24", "205.58.10.0/24", "205.58.11.0/24", "205.58.12.0/22", "205.58.16.0/22", "205.58.20.0/23", "205.58.23.0/24", "205.58.24.0/23", "205.58.176.0/20", "205.58.192.0/23", "205.58.195.0/24", "205.59.0.0/19", "205.59.0.0/24", "205.59.2.0/24", "205.59.3.0/24", "205.59.4.0/22", "205.59.8.0/24", "205.59.13.0/24", "205.59.16.0/22", "205.59.20.0/23", "205.59.22.0/23", "205.59.24.0/23", "205.59.26.0/24", "205.59.31.0/24", "205.59.90.0/23", "205.59.92.0/24", "205.59.95.0/24", "205.59.100.0/22", "205.59.101.0/24", "205.59.102.0/24", "205.59.190.0/23", "205.59.190.0/24", "205.59.191.0/24", "205.59.192.0/20", "205.59.192.0/23", "205.59.194.0/24", "205.59.195.0/24", "205.59.196.0/23", "205.59.198.0/23", "205.59.200.0/24", "205.59.201.0/24", "205.59.202.0/24", "205.59.203.0/24", "205.59.205.0/24", "205.59.206.0/23", "205.59.208.0/22", "205.59.224.0/20", "205.60.0.0/19", "205.60.1.0/24", "205.60.2.0/24", "205.60.4.0/23", "205.60.6.0/24", "205.60.7.0/24", "205.60.16.0/22", "205.60.20.0/24", "205.60.22.0/23", "205.60.24.0/22", "205.60.28.0/24", "205.60.29.0/24", "205.60.30.0/23", "205.60.100.0/22", "205.60.100.0/24", "205.60.101.0/24", "205.60.102.0/24", "205.60.103.0/24", "205.60.104.0/23", "205.60.107.0/24", "205.60.108.0/23", "205.60.111.0/24", "205.60.116.0/23", "205.60.119.0/24", "205.60.154.0/23", "205.60.156.0/22", "205.60.186.0/23", "205.60.188.0/22", "205.60.228.0/24", "205.60.233.0/24", "205.60.240.0/22", "205.60.244.0/24", "205.61.0.0/19", "205.61.32.0/22", "205.61.36.0/23", "205.61.38.0/23", "205.61.44.0/24", "205.61.45.0/24", "205.61.48.0/24", "205.64.0.0/19", "205.64.2.0/24", "205.64.3.0/24", "205.64.4.0/24", "205.64.6.0/23", "205.64.8.0/23", "205.64.10.0/24", "205.64.13.0/24", "205.64.14.0/24", "205.64.16.0/22", "205.64.20.0/22", "205.64.24.0/23", "205.64.26.0/24", "205.64.110.0/24", "205.65.116.0/24", "205.65.119.0/24", "205.65.132.0/22", "205.65.136.0/22", "205.65.140.0/24", "205.65.152.0/22", "205.65.157.0/24", "205.65.160.0/22", "205.65.168.0/22", "205.65.194.0/24", "205.68.0.0/20", "205.68.16.0/23", "205.68.18.0/24", "205.68.19.0/24", "205.68.20.0/22", "205.68.24.0/23", "205.68.127.0/24", "205.69.0.0/20", "205.69.32.0/20", "205.69.48.0/20", "205.70.208.0/20", "205.70.224.0/20", "205.70.228.0/24", "205.70.230.0/24", "205.70.231.0/24", "205.70.232.0/24", "205.70.240.0/20", "205.70.244.0/24", "205.70.245.0/24", "205.70.247.0/24", "205.70.248.0/24", "205.71.0.0/19", "205.71.0.0/24", "205.71.1.0/24", "205.71.3.0/24", "205.71.5.0/24", "205.71.6.0/24", "205.71.8.0/23", "205.71.10.0/24", "205.71.12.0/23", "205.71.14.0/24", "205.71.16.0/22", "205.71.20.0/24", "205.71.21.0/24", "205.71.22.0/23", "205.71.24.0/23", "205.71.64.0/20", "205.71.80.0/20", "205.71.224.0/20", "205.72.0.0/19", "205.72.80.0/20", "205.72.84.0/24", "205.72.85.0/24", "205.72.86.0/24", "205.72.88.0/24", "205.72.96.0/20", "205.72.112.0/20", "205.72.208.0/20", "205.72.224.0/20", "205.72.240.0/20", "205.73.80.0/20", "205.73.112.0/20", "205.74.192.0/20", "205.74.208.0/20", "205.74.224.0/20", "205.74.240.0/21", "205.75.96.0/21", "205.75.144.0/20", "205.76.0.0/19", "205.76.64.0/20", "205.76.67.0/24", "205.76.68.0/23", "205.76.70.0/23", "205.76.72.0/23", "205.76.82.0/24", "205.76.83.0/24", "205.76.84.0/24", "205.78.42.0/23", "205.78.43.0/24", "205.78.44.0/24", "205.78.192.0/20", "205.80.0.0/20", "205.80.16.0/24", "205.80.17.0/24", "205.80.18.0/24", "205.80.20.0/23", "205.80.70.0/23", "205.80.72.0/21", "205.80.80.0/21", "205.80.156.0/24", "205.80.157.0/24", "205.80.158.0/24", "205.80.159.0/24", "205.83.128.0/20", "205.83.192.0/20", "205.83.192.0/21", "205.83.200.0/24", "205.83.201.0/24", "205.83.202.0/24", "205.83.203.0/24", "205.83.204.0/24", "205.84.0.0/24", "205.84.32.0/20", "205.86.32.0/20", "205.86.96.0/22", "205.86.96.0/24", "205.86.97.0/24", "205.86.98.0/24", "205.86.128.0/24", "205.86.129.0/24", "205.86.130.0/24", "205.86.144.0/24", "205.86.145.0/24", "205.86.146.0/24", "205.86.192.0/22", "205.86.193.0/24", "205.86.194.0/24", "205.86.209.0/24", "205.86.210.0/24", "205.87.64.0/24", "205.87.65.0/24", "205.87.66.0/24", "205.87.201.0/24", "205.87.202.0/24", "205.88.144.0/20", "205.88.176.0/20", "205.88.241.0/24", "205.88.243.0/24", "205.89.0.0/20", "205.89.32.0/20", "205.89.128.0/20", "205.89.224.0/20", "205.90.0.0/20", "205.90.50.0/24", "205.90.51.0/24", "205.90.52.0/24", "205.90.64.0/20", "205.90.64.0/24", "205.90.66.0/24", "205.90.67.0/24", "205.90.69.0/24", "205.90.160.0/20", "205.91.32.0/20", "205.91.32.0/24", "205.91.35.0/24", "205.91.36.0/24", "205.91.37.0/24", "205.91.64.0/20", "205.91.160.0/20", "205.92.0.0/20", "205.92.32.0/20", "205.93.32.0/19", "205.93.96.0/19", "205.93.192.0/20", "205.94.0.0/20", "205.94.97.0/24", "205.94.98.0/24", "205.94.100.0/24", "205.94.104.0/24", "205.94.128.0/20", "205.94.192.0/20", "205.95.0.0/19", "205.95.96.0/20", "205.95.128.0/21", "205.98.48.0/23", "205.98.50.0/24", "205.98.64.0/20", "205.98.160.0/20", "205.98.224.0/19", "205.99.0.0/20", "205.99.32.0/20", "205.99.128.0/20", "205.103.16.0/24", "205.103.20.0/24", "205.103.32.0/24", "205.103.80.0/24", "205.105.193.0/24", "205.106.84.0/22", "205.106.100.0/22", "205.107.32.0/24", "205.107.36.0/24", "205.107.76.0/24", "205.107.80.0/24", "205.107.84.0/24", "205.107.88.0/24", "205.107.92.0/24", "205.107.96.0/24", "205.107.104.0/24", "205.107.136.0/24", "205.107.148.0/24", "205.107.152.0/24", "205.107.184.0/24", "205.107.192.0/24", "205.107.208.0/20", "205.107.208.0/24", "205.107.232.0/24", "205.108.16.0/23", "205.108.244.0/24"]}}, "656": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["139.242.48.0/24"]}}, "664": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["199.211.166.0/23", "199.211.168.0/23"]}}, "665": {"name": "DNIC-ASBLK-00616-00665, US / DoD Network Information Center", "ranges": {"4": ["138.162.0.0/15", "138.162.0.0/24", "138.162.8.0/22", "138.162.106.0/24", "138.162.112.0/22", "138.162.168.0/21", "138.162.254.0/24", "138.163.0.0/16", "138.163.0.0/24", "138.163.6.0/24", "138.163.9.0/24", "138.163.10.0/24", "138.163.17.0/24", "138.163.19.0/24", "138.163.76.0/23", "138.163.104.0/22", "138.163.128.0/22", "138.163.146.0/24", "155.252.138.0/23", "155.252.142.0/24", "205.85.0.0/21", "205.85.16.0/24", "205.85.17.0/24", "205.85.22.0/23", "205.85.22.0/24", "205.85.32.0/23", "205.85.34.0/23", "205.85.39.0/24", "205.85.40.0/24", "205.85.41.0/24", "205.85.44.0/24", "205.85.48.0/22", "205.85.52.0/24", "205.85.56.0/23", "205.85.58.0/23", "205.85.58.0/24", "205.85.59.0/24", "205.85.63.0/24", "205.85.86.0/24", "205.85.87.0/24", "205.85.112.0/20"]}}, "668": {"name": "DNIC-AS-00668, US / DoD Network Information Center", "ranges": {"4": ["6.2.0.0/17", "6.3.0.0/18", "6.4.0.0/16", "6.5.0.0/19", "6.6.0.0/22", "6.6.4.0/24", "6.6.5.0/24", "6.6.7.0/24", "6.6.8.0/21", "6.6.16.0/20", "6.6.32.0/20", "6.6.48.0/20", "6.6.64.0/20", "6.6.80.0/20", "6.6.96.0/20", "6.6.112.0/20", "6.6.128.0/17", "6.7.0.0/24", "6.8.0.0/20", "6.9.0.0/20", "6.11.0.0/16", "6.14.0.0/15", "128.132.0.0/16", "128.160.0.0/17", "129.92.0.0/16", "129.229.0.0/16", "130.109.0.0/16", "130.163.0.0/16", "131.92.131.0/24", "131.92.132.0/22", "131.92.136.0/21", "131.92.144.0/21", "131.92.176.0/22", "131.92.192.0/18", "131.120.0.0/16", "131.121.0.0/16", "131.122.0.0/16", "131.214.0.0/16", "131.218.0.0/16", "131.250.0.0/17", "131.250.128.0/18", "131.250.192.0/20", "132.45.0.0/16", "132.193.0.0/16", "134.164.220.0/24", "134.166.0.0/18", "134.166.64.0/18", "134.166.128.0/22", "134.166.132.0/23", "134.166.134.0/24", "134.166.135.0/24", "134.166.136.0/23", "134.166.144.0/20", "137.128.0.0/16", "140.6.0.0/16", "140.25.0.0/16", "140.27.12.0/23", "140.27.14.0/24", "140.27.15.0/24", "140.31.0.0/16", "140.32.0.0/16", "140.178.0.0/16", "143.56.0.0/16", "144.3.0.0/16", "144.252.0.0/19", "144.252.64.0/19", "147.227.0.0/16", "147.241.56.0/21", "147.241.80.0/21", "147.241.88.0/21", "147.241.96.0/22", "147.241.104.0/22", "147.241.112.0/22", "147.241.118.0/24", "147.241.120.0/22", "147.241.126.0/24", "147.241.127.0/24", "147.241.128.0/21", "147.241.160.0/21", "147.241.168.0/21", "147.241.176.0/21", "147.241.192.0/18", "147.248.48.0/20", "150.125.0.0/16", "155.141.0.0/16", "155.148.0.0/17", "155.148.128.0/18", "155.148.192.0/19", "155.148.224.0/20", "155.148.240.0/21", "155.154.192.0/18", "155.244.0.0/16", "157.187.0.0/16", "158.12.0.0/16", "163.240.0.0/16", "163.249.24.0/21", "163.249.40.0/21", "163.249.51.0/24", "163.249.53.0/24", "163.249.54.0/24", "163.249.56.0/21", "163.249.64.0/21", "163.249.72.0/23", "163.249.81.0/24", "164.49.0.0/16", "164.122.0.0/20", "164.191.0.0/16", "192.5.17.0/24", "192.5.21.0/24", "192.5.22.0/24", "192.5.23.0/24", "192.5.148.0/24", "192.12.124.0/24", "192.16.167.0/24", "192.31.147.0/24", "192.42.141.0/24", "192.48.242.0/24", "192.55.117.0/24", "192.58.244.0/24", "192.67.80.0/24", "192.67.93.0/24", "192.86.66.0/24", "192.88.110.0/24", "192.100.92.0/24", "192.138.87.0/24", "192.160.158.0/24", "192.160.159.0/24", "192.171.8.0/22", "192.171.12.0/24", "192.190.228.0/24", "192.190.229.0/24", "192.211.102.0/24", "198.14.32.0/19", "198.97.234.0/23", "198.97.236.0/24", "198.154.16.0/21", "198.154.24.0/23", "198.154.173.0/24", "198.154.174.0/23", "198.253.40.0/21", "198.253.56.0/24", "198.253.64.0/21", "198.253.110.0/24", "198.253.128.0/19", "198.253.168.0/21", "198.253.192.0/20", "198.253.252.0/24", "198.253.253.0/24", "199.9.0.0/24", "199.9.1.0/24", "199.9.2.0/24", "199.10.16.0/24", "199.10.17.0/24", "199.10.18.0/24", "199.10.19.0/24", "199.10.20.0/24", "199.10.62.0/24", "199.10.127.0/24", "199.10.148.0/24", "199.10.233.0/24", "199.31.16.0/20", "199.31.107.0/24", "199.123.86.0/23", "199.123.88.0/23", "199.123.90.0/24", "199.123.105.0/24", "199.208.32.0/21", "199.208.158.0/24", "199.209.144.0/21", "199.209.144.0/22", "199.209.149.0/24", "199.209.150.0/23", "199.209.240.0/21", "199.209.248.0/21", "204.44.136.0/23", "204.222.6.0/23", "204.222.8.0/23", "204.222.64.0/21", "204.235.64.0/20", "204.238.129.0/24", "205.66.100.0/22", "205.67.232.0/24", "205.68.95.0/24", "205.111.251.0/24", "205.111.252.0/24", "206.37.28.0/23", "206.37.30.0/23", "206.37.224.0/24", "206.37.252.0/24", "207.132.136.0/24", "207.132.147.0/24", "207.133.211.0/24", "209.22.6.0/24", "209.22.7.0/24", "209.22.8.0/24", "214.4.64.0/24", "214.9.92.0/24", "214.9.94.0/24", "214.9.95.0/24", "214.9.96.0/21", "214.9.104.0/21", "214.10.25.0/24", "214.29.136.0/21", "214.38.133.0/24"], "6": ["2001:480::/32", "2001:480:570::/48"]}}, "670": {"name": "DNIC-AS-00670, US / Headquarters, USAISC", "ranges": {"4": ["155.85.160.0/24"]}}, "671": {"name": "DNIC-AS-00671, US / Headquarters, USAISC", "ranges": {"4": ["155.85.162.0/24"]}}, "672": {"name": "DNIC-AS-00672, US / Headquarters, USAISC", "ranges": {"4": ["155.85.161.0/24"]}}, "673": {"name": "DNIC-AS-00673, US / Headquarters, USAISC", "ranges": {"4": ["155.85.164.0/24"]}}, "687": {"name": "DNIC-AS-00687, US / DoD Network Information Center", "ranges": {"4": ["160.107.0.0/16", "192.73.215.0/24", "199.211.198.0/24", "206.39.203.0/24", "214.16.216.0/22"], "6": ["2001:480:240::/48"]}}, "721": {"name": "DNIC-ASBLK-00721-00726, US / DoD Network Information Center", "ranges": {"4": ["6.16.172.0/23", "6.16.174.0/24", "6.42.236.0/22", "6.42.240.0/23", "6.42.242.0/24", "6.49.122.0/23", "6.49.124.0/22", "6.50.36.0/22", "6.50.56.0/21", "6.51.24.0/21", "6.64.32.0/20", "6.64.48.0/21", "6.64.56.0/22", "6.64.62.0/23", "6.64.181.0/24", "55.0.0.0/8", "128.26.0.0/21", "128.26.8.0/22", "128.26.13.0/24", "128.26.35.0/24", "128.26.40.0/22", "128.26.48.0/23", "128.26.64.0/22", "128.26.68.0/23", "128.26.71.0/24", "128.26.79.0/24", "128.26.82.0/24", "128.26.95.0/24", "128.26.98.0/23", "128.26.112.0/22", "128.26.117.0/24", "128.26.118.0/23", "128.26.120.0/21", "128.26.138.0/23", "128.26.238.0/23", "128.26.247.0/24", "128.26.248.0/23", "130.22.0.0/16", "131.4.0.0/15", "131.16.0.0/16", "131.32.0.0/11", "131.64.0.0/13", "131.74.0.0/15", "131.76.0.0/14", "131.78.3.0/24", "131.78.204.0/24", "131.80.0.0/14", "131.86.0.0/15", "131.86.0.0/16", "131.87.0.0/16", "132.0.0.0/10", "132.80.0.0/12", "132.96.0.0/11", "132.128.0.0/12", "134.80.0.0/16", "134.135.0.0/16", "134.165.96.0/19", "134.165.128.0/17", "134.233.0.0/16", "136.212.0.0/14", "136.216.0.0/14", "136.220.0.0/15", "137.0.0.0/13", "137.8.0.0/14", "137.212.0.0/16", "137.232.3.0/24", "137.240.0.0/14", "138.136.0.0/13", "138.144.0.0/12", "138.150.0.0/15", "138.154.1.0/24", "138.160.0.0/15", "138.162.5.0/24", "138.164.0.0/14", "138.168.0.0/14", "138.178.0.0/15", "138.178.0.0/16", "138.180.0.0/16", "139.39.35.0/24", "139.139.0.0/16", "139.241.0.0/16", "139.242.43.0/24", "139.242.45.0/24", "139.242.47.0/24", "139.242.52.0/23", "139.242.54.0/24", "140.1.0.0/16", "140.14.35.0/24", "140.14.37.0/24", "140.14.39.0/24", "140.14.41.0/24", "140.14.43.0/24", "140.14.45.0/24", "140.14.47.0/24", "140.14.49.0/24", "140.14.51.0/24", "140.14.53.0/24", "140.14.136.0/24", "140.14.137.0/24", "140.14.138.0/24", "140.16.26.0/24", "140.16.32.0/24", "140.16.58.0/23", "140.16.100.0/23", "140.16.160.0/23", "140.16.192.0/23", "140.16.196.0/22", "140.17.34.0/23", "140.17.48.0/20", "140.17.90.0/23", "140.17.92.0/22", "140.17.160.0/20", "140.18.129.0/24", "140.19.92.0/22", "140.19.120.0/22", "140.19.126.0/23", "140.19.200.0/21", "140.19.208.0/20", "140.35.64.0/18", "140.152.0.0/14", "140.153.72.0/24", "141.234.0.0/15", "143.68.104.0/21", "143.69.0.0/16", "143.70.48.0/20", "143.70.64.0/18", "143.70.128.0/17", "143.73.0.0/16", "143.74.0.0/16", "143.76.0.0/16", "143.80.128.0/17", "143.81.0.0/16", "143.81.0.0/17", "143.81.103.0/24", "143.81.128.0/17", "143.83.0.0/16", "143.84.0.0/16", "143.85.0.0/16", "143.85.0.0/18", "143.85.64.0/18", "143.85.128.0/18", "143.85.192.0/18", "143.86.0.0/23", "143.86.48.0/23", "143.86.54.0/23", "143.86.56.0/23", "143.86.128.0/20", "143.86.160.0/20", "143.86.176.0/22", "143.86.180.0/23", "143.86.183.0/24", "143.86.184.0/21", "143.86.196.0/23", "143.86.204.0/23", "143.86.218.0/23", "143.86.224.0/21", "143.86.232.0/24", "143.86.234.0/23", "143.86.236.0/22", "143.86.243.0/24", "143.86.244.0/22", "143.86.248.0/21", "143.124.2.0/23", "143.124.4.0/22", "143.124.16.0/22", "143.134.1.0/24", "143.134.2.0/23", "143.134.4.0/22", "143.134.8.0/21", "143.134.114.0/23", "143.134.116.0/22", "143.134.120.0/21", "143.138.0.0/15", "143.140.0.0/14", "143.144.0.0/13", "143.156.0.0/15", "143.194.133.0/24", "143.194.192.0/19", "143.194.224.0/20", "143.212.0.0/15", "143.230.160.0/19", "143.230.192.0/21", "143.230.200.0/24", "143.230.204.0/22", "143.249.16.0/21", "143.249.25.0/24", "143.249.32.0/23", "143.249.34.0/24", "143.249.36.0/22", "143.249.40.0/21", "143.249.48.0/20", "143.249.96.0/19", "143.249.128.0/20", "143.249.144.0/21", "143.249.152.0/23", "143.249.154.0/24", "143.249.156.0/22", "143.249.160.0/23", "143.249.162.0/24", "143.249.164.0/22", "143.249.168.0/21", "143.249.176.0/20", "143.249.192.0/18", "144.88.2.0/23", "144.100.0.0/14", "144.102.0.0/15", "144.102.0.0/16", "144.104.0.0/14", "144.104.0.0/15", "144.109.0.0/16", "144.170.0.0/16", "144.182.0.0/15", "144.247.0.0/16", "144.251.43.0/24", "146.16.64.0/20", "146.16.84.0/22", "146.16.88.0/21", "146.16.96.0/19", "146.16.128.0/22", "146.16.138.0/24", "146.16.140.0/23", "146.16.142.0/24", "146.16.192.0/19", "146.16.248.0/21", "146.55.22.0/23", "146.55.72.0/21", "146.55.124.0/24", "146.55.127.0/24", "147.104.1.0/24", "147.104.2.0/23", "147.104.4.0/22", "147.104.8.0/21", "147.104.16.0/20", "147.104.32.0/20", "147.104.50.0/23", "147.104.52.0/22", "147.104.64.0/20", "147.104.80.0/21", "147.104.88.0/23", "147.104.91.0/24", "147.104.92.0/22", "147.104.112.0/20", "147.104.128.0/18", "147.104.192.0/19", "147.104.224.0/20", "147.104.240.0/22", "147.104.246.0/23", "147.104.248.0/21", "147.130.0.0/15", "147.216.0.0/15", "148.16.0.0/12", "150.192.0.0/15", "150.196.96.0/19", "150.196.130.0/23", "150.196.133.0/24", "150.196.134.0/23", "150.196.136.0/21", "150.196.144.0/20", "153.23.0.0/16", "153.24.0.0/14", "153.24.0.0/15", "153.26.0.0/16", "153.29.0.0/16", "153.29.0.0/17", "153.29.128.0/17", "153.30.0.0/16", "155.7.0.0/16", "155.8.0.0/15", "155.20.0.0/21", "155.20.8.0/22", "155.20.32.0/20", "155.21.160.0/22", "155.21.192.0/19", "155.26.0.0/18", "155.26.80.0/20", "155.26.128.0/20", "155.26.144.0/22", "155.26.150.0/23", "155.26.152.0/21", "155.26.160.0/20", "155.26.240.0/23", "155.27.116.0/23", "155.29.48.0/23", "155.29.166.0/23", "155.29.221.0/24", "155.29.236.0/23", "155.30.128.0/19", "155.30.160.0/20", "155.30.176.0/21", "155.30.184.0/22", "155.30.188.0/23", "155.30.190.0/24", "155.30.192.0/24", "155.30.196.0/22", "155.30.200.0/21", "155.30.208.0/20", "155.30.224.0/19", "155.150.0.0/15", "155.152.0.0/14", "155.155.0.0/16", "155.213.61.0/24", "155.213.62.0/24", "155.214.0.0/15", "155.216.0.0/14", "155.252.0.0/16", "156.112.148.0/23", "156.112.181.0/24", "158.0.0.0/13", "158.8.0.0/14", "158.13.148.0/22", "158.13.154.0/23", "158.14.0.0/15", "158.236.0.0/14", "158.240.0.0/14", "159.77.0.0/16", "160.126.0.0/15", "160.132.0.0/15", "160.136.0.0/13", "160.144.0.0/13", "163.249.11.0/24", "163.249.32.0/21", "163.249.48.0/23", "163.249.50.0/24", "163.249.55.0/24", "163.249.74.0/23", "163.249.76.0/22", "163.249.80.0/24", "163.249.82.0/23", "163.249.84.0/22", "163.249.88.0/21", "163.249.232.0/21", "164.65.0.0/16", "164.87.0.0/16", "164.117.7.0/24", "164.230.0.0/15", "164.235.240.0/20", "164.236.0.0/16", "164.249.52.0/24", "164.249.55.0/24", "164.249.60.0/24", "164.250.173.0/24", "192.33.6.0/23", "192.33.8.0/23", "192.41.202.0/24", "192.42.41.0/24", "192.73.26.0/23", "192.73.28.0/23", "192.86.112.0/21", "192.86.232.0/21", "192.86.252.0/24", "192.101.120.0/21", "192.101.128.0/22", "192.101.132.0/23", "192.108.4.0/22", "192.108.8.0/21", "192.108.176.0/21", "192.111.116.0/23", "192.111.226.0/24", "192.122.213.0/24", "192.129.64.0/22", "192.132.18.0/24", "192.132.80.0/22", "192.132.84.0/23", "192.135.193.0/24", "192.138.24.0/21", "192.138.32.0/19", "192.138.64.0/20", "192.138.80.0/22", "192.153.132.0/22", "192.153.136.0/21", "192.153.144.0/21", "192.153.144.0/23", "192.153.244.0/23", "192.156.0.0/18", "192.156.64.0/20", "192.156.80.0/23", "192.172.0.0/19", "192.187.4.0/22", "192.188.204.0/22", "192.188.208.0/20", "192.207.228.0/22", "192.211.64.0/19", "192.211.96.0/20", "192.240.128.0/20", "192.240.129.0/24", "192.240.144.0/22", "198.25.0.0/16", "198.25.0.0/24", "198.26.0.0/16", "198.26.144.0/20", "198.26.160.0/20", "198.49.184.0/21", "198.55.92.0/23", "198.97.72.0/21", "198.97.80.0/20", "198.97.96.0/19", "198.97.128.0/18", "198.97.192.0/20", "198.97.192.0/21", "198.97.240.0/20", "198.154.8.0/21", "198.154.64.0/21", "198.154.72.0/22", "198.218.0.0/15", "198.220.0.0/16", "198.222.0.0/16", "198.250.128.0/18", "198.250.192.0/18", "198.250.192.0/19", "198.250.224.0/20", "198.250.240.0/21", "198.253.72.0/21", "198.253.80.0/20", "199.9.64.0/18", "199.10.125.0/24", "199.32.128.0/18", "199.57.0.0/16", "199.112.0.0/15", "199.114.32.0/20", "199.121.0.0/16", "199.122.4.0/23", "199.122.32.0/20", "199.123.16.0/20", "199.123.72.0/21", "199.123.80.0/21", "199.123.91.0/24", "199.123.104.0/21", "199.123.112.0/21", "199.123.122.0/23", "199.124.16.0/21", "199.208.0.0/16", "199.209.0.0/16", "199.210.0.0/16", "199.211.16.0/23", "199.211.64.0/18", "199.211.128.0/17", "199.211.176.0/20", "199.211.192.0/18", "199.225.0.0/20", "199.251.0.0/16", "199.252.32.0/20", "199.252.128.0/18", "199.252.143.0/24", "199.252.154.0/24", "199.252.155.0/24", "199.252.157.0/24", "199.252.162.0/24", "199.252.180.0/24", "204.34.0.0/16", "204.34.186.0/24", "204.37.8.0/21", "204.37.128.0/17", "204.208.0.0/16", "204.208.128.0/17", "204.222.0.0/15", "205.56.0.0/13", "205.56.162.0/24", "205.64.0.0/11", "205.69.238.0/24", "205.96.0.0/13", "205.104.0.0/15", "205.106.0.0/15", "205.108.0.0/15", "205.110.0.0/16", "205.111.0.0/19", "205.111.32.0/21", "205.111.42.0/24", "205.111.45.0/24", "205.111.46.0/23", "205.111.48.0/20", "205.112.16.0/21", "205.112.24.0/24", "205.112.27.0/24", "205.112.30.0/23", "205.113.17.0/24", "205.113.18.0/23", "205.113.20.0/22", "205.113.24.0/21", "205.113.32.0/20", "205.113.48.0/21", "205.113.56.0/22", "205.113.60.0/24", "205.113.63.0/24", "205.113.65.0/24", "205.113.66.0/23", "205.113.68.0/22", "205.113.74.0/24", "205.113.76.0/23", "205.113.78.0/24", "205.113.96.0/20", "205.113.112.0/22", "205.113.117.0/24", "205.113.119.0/24", "205.113.120.0/21", "205.115.0.0/16", "206.37.0.0/16", "206.37.202.0/24", "206.38.0.0/16", "206.39.0.0/16", "207.132.0.0/15", "209.22.0.0/16", "209.46.128.0/17", "214.0.0.0/8", "214.13.0.0/16", "215.0.0.0/9", "215.65.0.0/18", "215.67.59.0/24"], "6": ["2608:121::/32"]}}, "722": {"name": "DNIC-ASBLK-00721-00726, US / DoD Network Information Center", "ranges": {"4": ["209.22.180.0/24", "214.3.129.0/24", "214.6.64.0/20", "214.6.78.0/24", "214.6.79.0/24", "214.6.80.0/20", "214.6.80.0/24"]}}, "747": {"name": "DNIC-AS-00747, US / Headquarters, USAISC", "ranges": {"4": ["6.16.74.0/24", "6.16.75.0/24", "6.16.86.0/24", "6.16.87.0/24", "6.16.198.0/24", "6.16.199.0/24", "6.16.200.0/24", "6.133.66.0/24", "6.133.67.0/24", "143.68.64.0/19", "143.68.96.0/21", "143.68.112.0/20", "143.74.251.0/24", "143.77.0.0/16", "143.138.0.0/16", "144.59.0.0/16", "147.242.1.0/24", "147.242.3.0/24", "147.242.5.0/24", "147.242.6.0/24", "147.242.7.0/24", "147.242.8.0/24", "147.242.11.0/24", "147.242.13.0/24", "147.242.17.0/24", "147.242.21.0/24", "147.242.50.0/24", "147.242.52.0/24", "147.242.100.0/22", "147.242.105.0/24", "147.242.127.0/24", "147.242.128.0/24", "147.242.200.0/24", "147.242.236.0/24", "147.242.245.0/24", "147.242.247.0/24", "147.242.249.0/24", "147.242.250.0/24", "147.242.251.0/24", "147.242.252.0/22", "150.196.48.0/20", "150.196.64.0/19", "150.196.64.0/20", "150.196.80.0/20", "155.20.163.0/24", "155.20.252.0/24", "160.135.0.0/16", "160.143.192.0/19", "160.143.224.0/19", "206.39.192.0/21", "215.1.62.0/24", "215.1.63.0/24", "215.1.96.0/20"]}}, "749": {"name": "DNIC-AS-00749, US / DoD Network Information Center", "ranges": {"4": ["6.1.0.0/16", "6.16.0.0/18", "6.16.64.0/22", "6.16.72.0/23", "6.16.76.0/22", "6.16.80.0/23", "6.16.90.0/23", "6.16.92.0/22", "6.16.96.0/22", "6.16.100.0/23", "6.16.104.0/21", "6.16.112.0/20", "6.16.128.0/19", "6.16.160.0/21", "6.16.168.0/24", "6.16.170.0/23", "6.16.177.0/24", "6.16.178.0/23", "6.16.180.0/22", "6.16.184.0/21", "6.16.202.0/23", "6.16.204.0/24", "6.16.206.0/24", "6.16.208.0/22", "6.16.213.0/24", "6.16.214.0/23", "6.16.217.0/24", "6.16.219.0/24", "6.16.220.0/22", "6.16.224.0/19", "6.17.0.0/16", "6.18.0.0/15", "6.20.0.0/14", "6.24.0.0/13", "6.32.0.0/16", "6.33.0.0/18", "6.33.64.0/20", "6.33.80.0/22", "6.33.88.0/21", "6.33.96.0/19", "6.33.128.0/17", "6.34.0.0/15", "6.36.0.0/14", "6.40.0.0/16", "6.42.0.0/18", "6.42.128.0/18", "6.43.0.0/16", "6.45.0.0/16", "6.46.0.0/19", "6.46.92.0/22", "6.46.112.0/20", "6.46.128.0/17", "6.47.0.0/18", "6.47.104.0/21", "6.47.112.0/20", "6.47.128.0/17", "6.48.16.0/20", "6.48.40.0/21", "6.48.56.0/21", "6.48.152.0/21", "6.50.160.0/19", "6.51.96.0/19", "6.51.196.0/22", "6.51.208.0/20", "6.51.240.0/21", "6.51.248.0/22", "6.51.253.0/24", "6.51.254.0/23", "6.52.0.0/14", "6.56.0.0/13", "6.64.0.0/24", "6.64.2.0/23", "6.64.5.0/24", "6.64.6.0/23", "6.64.8.0/21", "6.64.16.0/21", "6.64.24.0/22", "6.64.28.0/23", "6.64.30.0/24", "6.64.64.0/19", "6.64.96.0/21", "6.64.105.0/24", "6.64.106.0/23", "6.64.108.0/22", "6.64.112.0/21", "6.64.122.0/23", "6.64.124.0/22", "6.64.140.0/23", "6.64.145.0/24", "6.64.149.0/24", "6.64.153.0/24", "6.64.156.0/24", "6.64.167.0/24", "6.64.168.0/21", "6.64.176.0/24", "6.64.178.0/23", "6.64.180.0/24", "6.64.182.0/23", "6.64.184.0/21", "6.64.192.0/18", "6.66.0.0/23", "6.66.21.0/24", "6.66.44.0/22", "6.66.48.0/21", "6.66.65.0/24", "6.66.66.0/23", "6.66.68.0/22", "6.66.72.0/21", "6.66.80.0/20", "6.66.96.0/19", "6.66.128.0/19", "6.66.184.0/23", "6.66.192.0/18", "6.67.0.0/16", "6.69.0.0/16", "6.70.0.0/24", "6.70.4.0/22", "6.70.8.0/21", "6.70.16.0/20", "6.70.32.0/19", "6.70.64.0/23", "6.70.128.0/23", "6.70.192.0/18", "6.71.0.0/16", "6.72.16.0/20", "6.72.32.0/19", "6.72.64.0/18", "6.72.128.0/18", "6.72.192.0/19", "6.72.236.0/22", "6.72.240.0/21", "6.72.248.0/22", "6.72.252.0/23", "6.73.0.0/17", "6.73.128.0/18", "6.73.192.0/19", "6.73.254.0/23", "6.74.0.0/15", "6.76.0.0/14", "6.80.0.0/17", "6.81.0.0/16", "6.82.0.0/15", "6.84.0.0/14", "6.88.0.0/13", "6.96.0.0/12", "6.112.0.0/13", "6.120.0.0/14", "6.124.0.0/15", "6.126.0.0/18", "6.126.80.0/20", "6.126.96.0/19", "6.126.128.0/18", "6.126.192.0/19", "6.126.232.0/21", "6.126.240.0/20", "6.127.0.0/16", "6.128.0.0/16", "6.129.0.0/19", "6.129.64.0/18", "6.129.128.0/17", "6.130.0.0/20", "6.130.16.0/21", "6.130.24.0/22", "6.130.31.0/24", "6.130.32.0/19", "6.130.64.0/18", "6.130.128.0/17", "6.131.0.0/16", "6.132.0.0/17", "6.132.128.0/24", "6.132.130.0/24", "6.132.135.0/24", "6.132.136.0/21", "6.132.144.0/20", "6.132.160.0/19", "6.132.192.0/18", "6.133.0.0/18", "6.133.64.0/24", "6.133.70.0/23", "6.133.72.0/21", "6.133.80.0/20", "6.133.96.0/19", "6.133.128.0/17", "6.134.0.0/15", "6.136.0.0/13", "6.144.0.0/12", "6.160.0.0/11", "6.192.0.0/10", "6.243.234.0/24", "7.0.0.0/8", "7.0.0.0/22", "7.0.0.0/23", "7.0.0.0/24", "7.6.2.0/24", "7.7.7.0/24", "7.8.0.0/19", "7.8.0.0/22", "7.8.0.0/23", "7.8.0.0/24", "7.64.3.0/24", "11.0.0.0/8", "11.0.0.0/13", "11.0.0.0/22", "11.0.0.0/24", "11.1.1.0/24", "11.4.0.0/15", "11.4.24.0/21", "11.4.144.0/21", "11.5.40.0/21", "11.5.88.0/21", "11.5.120.0/21", "11.5.240.0/21", "11.5.248.0/21", "11.6.148.0/23", "11.7.220.0/23", "11.8.0.0/15", "11.11.11.0/24", "11.12.13.0/24", "11.19.0.0/16", "11.19.20.0/23", "11.19.160.0/22", "11.22.41.0/24", "11.24.0.0/16", "11.24.0.0/21", "11.24.72.0/24", "11.24.112.0/21", "11.24.118.0/24", "11.24.209.0/24", "11.24.240.0/21", "11.28.0.0/16", "11.28.1.0/24", "11.29.0.0/16", "11.29.0.0/20", "11.29.16.0/20", "11.29.32.0/20", "11.29.48.0/24", "11.29.64.0/20", "11.29.80.0/20", "11.29.96.0/20", "11.29.113.0/24", "11.29.114.0/23", "11.29.117.0/24", "11.29.118.0/24", "11.29.120.0/22", "11.29.124.0/22", "11.29.128.0/19", "11.29.160.0/20", "11.32.0.0/24", "11.32.1.0/24", "11.32.2.0/24", "11.32.3.0/24", "11.32.4.0/24", "11.32.5.0/24", "11.32.6.0/24", "11.32.7.0/24", "11.32.8.0/24", "11.32.9.0/24", "11.32.10.0/24", "11.32.11.0/24", "11.32.12.0/24", "11.32.13.0/24", "11.32.14.0/24", "11.32.15.0/24", "11.32.16.0/24", "11.32.17.0/24", "11.32.18.0/24", "11.32.19.0/24", "11.32.20.0/24", "11.32.21.0/24", "11.32.22.0/24", "11.32.23.0/24", "11.32.24.0/24", "11.32.25.0/24", "11.32.26.0/24", "11.32.27.0/24", "11.32.28.0/24", "11.32.29.0/24", "11.32.30.0/24", "11.32.31.0/24", "11.32.32.0/24", "11.32.33.0/24", "11.32.34.0/24", "11.32.35.0/24", "11.32.36.0/24", "11.32.37.0/24", "11.32.38.0/24", "11.32.39.0/24", "11.32.40.0/24", "11.32.41.0/24", "11.32.42.0/24", "11.32.43.0/24", "11.32.44.0/24", "11.32.45.0/24", "11.32.46.0/24", "11.32.47.0/24", "11.32.48.0/24", "11.32.49.0/24", "11.32.50.0/24", "11.32.51.0/24", "11.32.52.0/24", "11.32.53.0/24", "11.32.54.0/24", "11.32.55.0/24", "11.32.56.0/24", "11.32.57.0/24", "11.32.58.0/24", "11.32.59.0/24", "11.32.60.0/24", "11.32.61.0/24", "11.32.62.0/24", "11.32.63.0/24", "11.32.64.0/24", "11.32.65.0/24", "11.32.66.0/24", "11.32.67.0/24", "11.32.68.0/24", "11.32.69.0/24", "11.32.70.0/24", "11.32.71.0/24", "11.32.72.0/24", "11.32.73.0/24", "11.32.74.0/24", "11.32.75.0/24", "11.32.76.0/24", "11.32.77.0/24", "11.32.78.0/24", "11.32.79.0/24", "11.32.80.0/24", "11.32.81.0/24", "11.32.82.0/24", "11.32.83.0/24", "11.32.84.0/24", "11.32.85.0/24", "11.32.86.0/24", "11.32.87.0/24", "11.32.88.0/24", "11.32.89.0/24", "11.32.90.0/24", "11.32.91.0/24", "11.32.92.0/24", "11.32.93.0/24", "11.32.94.0/24", "11.32.95.0/24", "11.32.96.0/24", "11.32.97.0/24", "11.32.98.0/24", "11.32.99.0/24", "11.32.100.0/24", "11.32.101.0/24", "11.32.102.0/24", "11.32.103.0/24", "11.32.104.0/24", "11.32.105.0/24", "11.32.106.0/24", "11.32.107.0/24", "11.32.108.0/24", "11.32.109.0/24", "11.32.110.0/24", "11.32.111.0/24", "11.32.112.0/24", "11.32.113.0/24", "11.32.114.0/24", "11.32.115.0/24", "11.32.116.0/24", "11.32.117.0/24", "11.32.118.0/24", "11.32.119.0/24", "11.32.120.0/24", "11.32.121.0/24", "11.32.122.0/24", "11.32.123.0/24", "11.32.124.0/24", "11.32.125.0/24", "11.32.126.0/24", "11.32.127.0/24", "11.35.128.0/17", "11.35.152.0/22", "11.35.156.0/22", "11.35.240.0/22", "11.40.0.0/17", "11.41.0.0/17", "11.43.0.0/17", "11.43.24.0/24", "11.44.24.0/24", "11.47.0.0/17", "11.50.1.0/24", "11.51.64.0/24", "11.55.0.0/17", "11.58.128.0/17", "11.58.128.0/19", "11.58.176.0/21", "11.58.184.0/22", "11.58.188.0/23", "11.58.190.0/24", "11.58.191.0/24", "11.58.192.0/19", "11.58.224.0/20", "11.58.240.0/21", "11.58.248.0/23", "11.58.250.0/23", "11.58.252.0/24", "11.58.253.0/24", "11.60.0.0/18", "11.63.128.0/18", "11.64.3.0/24", "11.64.192.0/18", "11.66.128.0/18", "11.67.0.0/18", "11.71.64.0/18", "11.71.64.0/19", "11.71.96.0/20", "11.71.124.0/23", "11.71.126.0/23", "11.72.0.0/18", "11.72.0.0/24", "11.73.128.0/18", "11.74.0.0/18", "11.74.64.0/18", "11.74.128.0/18", "11.74.192.0/18", "11.75.64.0/18", "11.78.0.0/18", "11.78.64.0/18", "11.80.0.0/18", "11.80.64.0/18", "11.82.0.0/18", "11.82.64.0/18", "11.82.128.0/18", "11.82.192.0/18", "11.83.0.0/18", "11.83.64.0/18", "11.83.128.0/18", "11.83.192.0/18", "11.97.0.0/16", "11.98.0.0/16", "11.99.1.0/24", "11.99.254.0/24", "11.100.64.0/19", "11.100.64.0/20", "11.100.96.0/19", "11.108.0.0/16", "11.109.0.0/17", "11.110.0.0/16", "11.110.1.0/24", "11.112.88.0/21", "11.112.120.0/21", "11.112.128.0/21", "11.112.128.0/22", "11.112.132.0/22", "11.112.136.0/21", "11.112.136.0/24", "11.112.137.0/24", "11.112.138.0/24", "11.112.139.0/24", "11.112.140.0/24", "11.112.144.0/21", "11.112.152.0/21", "11.112.152.0/24", "11.112.153.0/24", "11.112.154.0/24", "11.112.160.0/20", "11.112.176.0/20", "11.112.192.0/20", "11.112.208.0/20", "11.113.64.0/20", "11.113.96.0/20", "11.113.160.0/19", "11.117.152.0/24", "11.117.153.0/24", "11.117.154.0/24", "11.117.155.0/24", "11.117.156.0/24", "11.117.157.0/24", "11.117.158.0/24", "11.117.159.0/24", "11.120.112.0/20", "11.123.0.0/20", "11.134.0.0/16", "11.224.128.0/17", "11.225.0.0/16", "11.226.0.0/15", "11.227.0.0/24", "11.254.224.0/20", "11.254.240.0/20", "21.0.0.0/8", "21.23.4.0/24", "21.23.7.0/24", "21.23.13.0/24", "21.68.124.0/24", "22.0.0.0/8", "22.0.0.0/14", "22.0.0.0/16", "22.1.176.0/20", "22.2.5.0/24", "22.2.133.0/24", "22.3.4.0/22", "22.5.0.0/16", "22.5.160.0/19", "22.5.162.0/24", "22.6.99.0/24", "22.8.42.0/23", "22.14.202.0/24", "22.19.24.0/24", "22.21.24.0/24", "22.22.22.0/23", "22.22.67.0/24", "22.23.11.0/24", "22.23.32.0/24", "22.23.40.0/24", "22.23.52.0/24", "22.23.60.0/24", "22.23.82.0/24", "22.23.104.0/24", "22.23.184.0/24", "22.23.192.0/20", "22.23.195.0/24", "22.23.226.0/24", "22.24.0.0/16", "22.24.67.0/24", "22.24.69.0/24", "22.24.103.0/24", "22.24.104.0/24", "22.24.145.0/24", "22.24.202.0/23", "22.24.209.0/24", "22.27.60.0/22", "22.27.97.0/24", "22.29.64.0/24", "22.31.13.0/24", "22.31.24.0/22", "22.31.187.0/24", "22.37.6.0/24", "22.39.105.0/24", "22.39.137.0/24", "22.42.107.0/24", "22.43.249.0/24", "22.43.252.0/24", "22.43.255.0/24", "22.44.23.0/24", "22.44.130.0/24", "22.45.80.0/24", "22.45.114.0/24", "22.45.118.0/24", "22.45.139.0/24", "22.45.148.0/24", "22.45.160.0/24", "22.45.161.0/24", "22.45.171.0/24", "22.45.191.0/24", "22.45.235.0/24", "22.45.236.0/24", "22.45.245.0/24", "22.46.0.0/24", "22.46.100.0/22", "22.46.100.0/24", "22.46.146.0/24", "22.47.218.0/24", "22.49.64.0/24", "22.50.7.0/24", "22.50.68.0/24", "22.61.241.0/24", "22.64.3.0/24", "22.66.175.0/24", "22.67.52.0/22", "22.67.142.0/24", "22.72.139.0/24", "22.72.167.0/24", "22.74.200.0/24", "22.75.100.0/24", "22.77.0.0/16", "22.78.62.0/23", "22.79.135.0/24", "22.80.72.0/24", "22.80.92.0/22", "22.82.114.0/23", "22.84.79.0/24", "22.85.105.0/24", "22.87.225.0/24", "22.88.218.0/24", "22.88.248.0/24", "22.89.23.0/24", "22.89.45.0/24", "22.91.193.0/24", "22.92.187.0/24", "22.92.190.0/24", "22.94.97.0/24", "22.94.180.0/24", "22.94.228.0/24", "22.95.56.0/22", "22.95.59.0/24", "22.95.128.0/24", "22.98.125.0/24", "22.98.191.0/24", "22.104.91.0/24", "22.104.94.0/24", "22.104.118.0/24", "22.108.59.0/24", "22.108.177.0/24", "22.111.57.0/24", "22.117.4.0/24", "22.118.91.0/24", "22.118.175.0/24", "22.119.82.0/24", "22.122.56.0/24", "22.122.82.0/24", "22.123.0.0/23", "22.125.17.0/24", "22.125.166.0/24", "22.128.44.0/24", "22.130.105.0/24", "22.131.0.0/16", "22.131.108.0/23", "22.131.255.0/24", "22.132.255.0/24", "22.134.201.0/24", "22.136.158.0/24", "22.138.122.0/24", "22.143.255.0/24", "22.148.72.0/24", "22.148.246.0/23", "22.151.159.0/24", "22.154.57.0/24", "22.156.0.0/24", "22.158.58.0/24", "22.159.136.0/22", "22.160.24.0/24", "22.160.153.0/24", "22.161.123.0/24", "22.162.0.0/16", "22.162.219.0/24", "22.163.47.0/24", "22.164.160.0/23", "22.165.98.0/24", "22.168.80.0/24", "22.169.255.0/24", "22.170.150.0/24", "22.170.247.0/24", "22.172.68.0/23", "22.176.62.0/23", "22.176.215.0/24", "22.177.23.0/24", "22.177.86.0/24", "22.177.137.0/24", "22.177.154.0/24", "22.178.152.0/23", "22.179.108.0/24", "22.179.125.0/24", "22.181.52.0/24", "22.181.53.0/24", "22.181.61.0/24", "22.184.65.0/24", "22.185.6.0/24", "22.185.8.0/22", "22.185.25.0/24", "22.185.30.0/24", "22.185.32.0/24", "22.185.34.0/23", "22.185.50.0/23", "22.185.73.0/24", "22.185.80.0/23", "22.185.92.0/22", "22.185.123.0/24", "22.185.126.0/24", "22.185.142.0/24", "22.185.182.0/24", "22.185.185.0/24", "22.185.190.0/24", "22.185.244.0/24", "22.186.1.0/24", "22.186.120.0/24", "22.186.146.0/24", "22.186.226.0/24", "22.187.103.0/24", "22.188.125.0/24", "22.188.235.0/24", "22.189.64.0/24", "22.189.127.0/24", "22.190.11.0/24", "22.190.52.0/24", "22.191.4.0/24", "22.192.144.0/24", "22.192.162.0/24", "22.192.200.0/24", "22.194.37.0/24", "22.194.156.0/24", "22.195.160.0/24", "22.196.195.0/24", "22.197.166.0/24", "22.199.7.0/24", "22.199.188.0/23", "22.199.193.0/24", "22.200.9.0/24", "22.200.24.0/24", "22.200.33.0/24", "22.200.52.0/24", "22.202.79.0/24", "22.202.82.0/24", "22.203.206.0/24", "22.203.208.0/24", "22.203.230.0/24", "22.204.41.0/24", "22.205.153.0/24", "22.205.237.0/24", "22.208.73.0/24", "22.208.92.0/24", "22.214.44.0/24", "22.216.134.0/23", "22.216.163.0/24", "22.217.26.0/24", "22.218.253.0/24", "22.220.66.0/24", "22.222.64.0/24", "22.222.164.0/22", "22.222.186.0/23", "22.223.181.0/24", "22.223.233.0/24", "22.238.0.0/24", "26.0.0.0/8", "28.0.0.0/8", "29.0.0.0/8", "29.0.0.0/18", "29.0.0.0/20", "29.0.0.0/22", "29.0.0.0/23", "29.0.0.0/24", "29.0.36.0/23", "29.16.240.0/24", "29.16.241.0/24", "29.16.242.0/24", "29.16.243.0/24", "29.16.244.0/24", "29.16.245.0/24", "29.16.246.0/24", "29.16.247.0/24", "29.16.248.0/24", "29.16.249.0/24", "29.16.250.0/24", "29.16.251.0/24", "29.16.252.0/24", "29.16.253.0/24", "29.16.254.0/24", "29.16.255.0/24", "29.49.0.0/24", "29.121.0.0/24", "30.0.0.0/8", "33.0.0.0/8", "128.25.0.0/16", "128.26.14.0/24", "128.26.26.0/23", "128.26.28.0/24", "128.26.30.0/23", "128.26.32.0/23", "128.26.34.0/24", "128.26.55.0/24", "128.26.72.0/24", "128.26.74.0/24", "128.26.84.0/23", "128.26.88.0/23", "128.26.92.0/23", "128.26.131.0/24", "128.26.132.0/22", "128.26.136.0/24", "128.26.140.0/24", "128.26.142.0/23", "128.26.146.0/23", "128.26.148.0/22", "128.26.152.0/21", "128.26.160.0/19", "128.26.192.0/20", "128.26.208.0/23", "128.26.220.0/24", "128.26.222.0/23", "128.26.224.0/22", "128.26.228.0/23", "128.26.230.0/24", "128.26.251.0/24", "128.26.254.0/23", "128.44.30.0/23", "128.44.84.0/22", "128.44.128.0/19", "128.44.192.0/22", "128.44.224.0/20", "128.44.248.0/21", "128.56.0.0/16", "128.80.0.0/16", "128.133.0.0/16", "128.216.16.0/20", "128.216.32.0/19", "128.216.64.0/18", "128.216.128.0/17", "129.51.0.0/23", "129.51.2.0/24", "129.51.4.0/24", "129.51.6.0/23", "129.51.8.0/21", "129.51.16.0/20", "129.51.32.0/19", "129.51.64.0/19", "129.51.96.0/22", "129.51.102.0/23", "129.51.104.0/21", "129.51.112.0/20", "129.51.128.0/17", "129.131.0.0/16", "129.209.0.0/16", "129.251.0.0/24", "129.251.2.0/24", "129.251.4.0/22", "129.251.8.0/21", "129.251.16.0/24", "129.251.18.0/23", "129.251.20.0/22", "129.251.24.0/23", "129.251.27.0/24", "129.251.28.0/23", "129.251.31.0/24", "129.251.32.0/21", "129.251.40.0/24", "129.251.42.0/23", "129.251.45.0/24", "129.251.46.0/23", "129.251.48.0/22", "129.251.52.0/23", "129.251.54.0/24", "129.251.56.0/21", "129.251.64.0/23", "129.251.67.0/24", "129.251.68.0/22", "129.251.72.0/21", "129.251.81.0/24", "129.251.82.0/23", "129.251.84.0/22", "129.251.88.0/23", "129.251.90.0/24", "129.251.92.0/22", "129.251.96.0/20", "129.251.112.0/24", "129.251.114.0/23", "129.251.116.0/22", "129.251.120.0/21", "129.251.128.0/17", "130.90.0.0/16", "131.2.0.0/16", "131.8.0.0/16", "131.11.0.0/16", "131.14.0.0/17", "131.14.128.0/18", "131.14.192.0/19", "131.14.224.0/22", "131.14.240.0/20", "131.15.0.0/20", "131.15.36.0/23", "131.15.47.0/24", "131.15.63.0/24", "131.15.64.0/24", "131.15.66.0/23", "131.15.72.0/24", "131.15.81.0/24", "131.15.82.0/23", "131.15.84.0/22", "131.15.88.0/23", "131.15.93.0/24", "131.15.94.0/23", "131.15.96.0/23", "131.15.100.0/22", "131.15.104.0/21", "131.15.112.0/22", "131.15.118.0/23", "131.15.121.0/24", "131.15.122.0/23", "131.15.124.0/22", "131.15.128.0/21", "131.15.137.0/24", "131.15.138.0/23", "131.15.140.0/22", "131.15.152.0/21", "131.15.168.0/21", "131.15.176.0/20", "131.15.192.0/20", "131.15.209.0/24", "131.15.210.0/23", "131.15.212.0/22", "131.15.216.0/21", "131.15.224.0/20", "131.15.240.0/21", "131.15.248.0/22", "131.15.254.0/23", "131.18.1.0/24", "131.18.2.0/23", "131.18.4.0/22", "131.18.8.0/21", "131.18.16.0/20", "131.18.32.0/19", "131.18.64.0/19", "131.18.96.0/23", "131.18.100.0/22", "131.18.106.0/23", "131.18.108.0/22", "131.18.112.0/20", "131.18.129.0/24", "131.18.130.0/23", "131.18.132.0/22", "131.18.136.0/21", "131.18.144.0/20", "131.18.160.0/20", "131.18.178.0/23", "131.18.180.0/22", "131.18.184.0/21", "131.18.192.0/19", "131.18.224.0/20", "131.18.240.0/21", "131.18.248.0/22", "131.18.252.0/23", "131.18.255.0/24", "131.19.0.0/16", "131.20.0.0/15", "131.23.0.0/16", "131.26.0.0/16", "131.27.64.0/22", "131.27.76.0/22", "131.27.80.0/20", "131.27.96.0/19", "131.27.128.0/17", "131.31.0.0/16", "131.73.0.0/16", "131.85.0.0/16", "131.88.0.0/16", "131.92.128.0/23", "131.92.130.0/24", "131.92.152.0/21", "131.92.160.0/20", "131.92.180.0/22", "131.92.184.0/21", "131.158.6.0/24", "131.158.8.0/24", "131.158.10.0/24", "131.158.19.0/24", "131.158.25.0/24", "131.158.30.0/23", "131.158.48.0/22", "131.158.53.0/24", "131.158.54.0/23", "131.158.61.0/24", "131.158.62.0/23", "131.158.72.0/22", "131.158.97.0/24", "131.158.98.0/23", "131.158.100.0/24", "131.158.150.0/23", "131.158.152.0/21", "131.158.234.0/24", "131.158.245.0/24", "131.158.246.0/23", "131.158.249.0/24", "131.158.254.0/24", "131.240.0.0/16", "131.250.208.0/20", "131.250.224.0/20", "131.250.243.0/24", "131.250.244.0/23", "131.250.247.0/24", "131.250.248.0/23", "131.250.251.0/24", "131.250.252.0/22", "132.144.0.0/16", "134.66.0.0/16", "134.165.64.0/19", "134.166.138.0/23", "134.166.140.0/22", "134.166.160.0/19", "134.166.192.0/18", "134.182.0.0/16", "134.229.0.0/21", "134.229.8.0/24", "134.229.18.0/24", "134.229.20.0/22", "134.229.24.0/24", "134.229.26.0/23", "134.229.28.0/22", "134.229.32.0/23", "134.229.34.0/24", "134.229.36.0/22", "134.229.41.0/24", "134.229.42.0/23", "134.229.44.0/22", "134.229.49.0/24", "134.229.50.0/23", "134.229.52.0/22", "134.229.56.0/23", "134.229.59.0/24", "134.229.60.0/22", "134.229.64.0/22", "134.229.69.0/24", "134.229.70.0/23", "134.229.72.0/21", "134.229.80.0/20", "134.229.96.0/19", "134.229.128.0/22", "134.229.132.0/23", "134.229.135.0/24", "134.229.136.0/21", "134.229.144.0/20", "134.229.160.0/20", "134.229.177.0/24", "134.229.178.0/23", "134.229.180.0/22", "134.229.184.0/21", "134.229.192.0/20", "134.229.209.0/24", "134.229.210.0/23", "134.229.212.0/22", "134.229.217.0/24", "134.229.218.0/23", "134.229.221.0/24", "134.229.222.0/23", "134.229.224.0/19", "134.235.0.0/16", "134.240.0.0/16", "134.254.0.0/16", "136.188.0.0/14", "136.192.0.0/14", "136.196.0.0/15", "136.208.0.0/16", "136.211.0.0/16", "136.222.0.0/16", "137.12.0.0/15", "137.24.0.0/16", "137.67.0.0/17", "137.67.128.0/18", "137.67.192.0/19", "137.67.224.0/20", "137.67.241.0/24", "137.67.242.0/23", "137.67.244.0/22", "137.67.248.0/21", "137.80.0.0/16", "137.126.0.0/15", "137.130.0.0/16", "137.210.0.0/15", "137.225.0.0/16", "137.231.0.0/16", "137.232.0.0/23", "137.232.2.0/24", "137.232.4.0/22", "137.232.8.0/21", "137.232.16.0/20", "137.232.32.0/19", "137.232.64.0/19", "137.232.128.0/19", "137.232.160.0/20", "137.233.0.0/17", "137.233.128.0/18", "137.234.0.0/18", "137.235.4.0/22", "137.235.8.0/21", "137.235.16.0/20", "137.235.32.0/19", "137.235.64.0/19", "137.235.96.0/20", "137.235.112.0/21", "137.235.120.0/22", "137.235.124.0/23", "137.235.144.0/21", "137.235.156.0/22", "137.235.160.0/19", "137.235.192.0/19", "137.235.224.0/22", "137.235.229.0/24", "137.235.230.0/23", "137.235.232.0/22", "137.235.248.0/21", "137.247.0.0/16", "138.17.0.0/16", "138.18.0.0/16", "138.45.0.0/16", "138.60.0.0/15", "138.65.0.0/16", "138.109.0.0/16", "138.135.0.0/16", "138.172.0.0/14", "138.176.0.0/15", "138.181.0.0/16", "138.182.0.0/16", "138.183.128.0/17", "138.184.0.0/16", "139.31.0.0/16", "139.32.0.0/14", "139.36.0.0/15", "139.38.57.0/24", "139.40.0.0/17", "139.40.128.0/23", "139.40.132.0/23", "139.40.136.0/21", "139.40.148.0/23", "139.40.150.0/24", "139.40.153.0/24", "139.40.154.0/23", "139.40.156.0/22", "139.40.160.0/19", "139.40.192.0/18", "139.41.0.0/16", "139.42.0.0/15", "139.233.0.0/16", "139.235.2.0/23", "139.235.4.0/22", "139.235.8.0/21", "139.235.16.0/20", "139.235.32.0/19", "139.235.64.0/18", "139.235.130.0/23", "139.235.132.0/22", "139.235.136.0/21", "139.235.144.0/20", "139.235.160.0/19", "139.235.192.0/18", "139.236.0.0/14", "139.240.0.0/16", "139.242.0.0/24", "139.242.2.0/24", "139.242.10.0/23", "139.242.13.0/24", "139.242.18.0/23", "139.242.20.0/22", "139.242.24.0/21", "139.242.32.0/23", "139.242.37.0/24", "139.242.56.0/21", "139.242.64.0/21", "139.242.72.0/24", "139.242.77.0/24", "139.242.78.0/23", "139.242.80.0/20", "139.242.96.0/20", "139.242.120.0/21", "139.242.128.0/17", "139.243.0.0/16", "139.244.0.0/14", "139.248.0.0/14", "140.2.128.0/17", "140.3.0.0/16", "140.7.4.0/23", "140.7.7.0/24", "140.7.8.0/21", "140.7.16.0/22", "140.7.21.0/24", "140.7.22.0/23", "140.7.24.0/21", "140.7.66.0/23", "140.7.68.0/22", "140.7.72.0/21", "140.7.96.0/19", "140.7.128.0/17", "140.8.0.0/14", "140.12.0.0/20", "140.12.17.0/24", "140.12.18.0/23", "140.12.22.0/23", "140.12.24.0/21", "140.12.32.0/21", "140.12.48.0/20", "140.12.64.0/18", "140.12.128.0/18", "140.12.216.0/22", "140.12.224.0/19", "140.13.0.0/21", "140.13.12.0/23", "140.13.15.0/24", "140.13.16.0/20", "140.13.48.0/20", "140.13.64.0/18", "140.13.128.0/17", "140.14.0.0/19", "140.14.32.0/23", "140.14.34.0/24", "140.14.36.0/24", "140.14.38.0/24", "140.14.40.0/24", "140.14.42.0/24", "140.14.44.0/24", "140.14.46.0/24", "140.14.48.0/24", "140.14.50.0/24", "140.14.52.0/24", "140.14.54.0/23", "140.14.56.0/21", "140.14.64.0/18", "140.14.128.0/21", "140.14.139.0/24", "140.14.140.0/22", "140.14.144.0/20", "140.14.160.0/19", "140.14.192.0/18", "140.15.0.0/16", "140.16.3.0/24", "140.16.5.0/24", "140.16.6.0/23", "140.16.18.0/23", "140.16.28.0/23", "140.16.33.0/24", "140.16.51.0/24", "140.16.53.0/24", "140.16.54.0/23", "140.16.60.0/22", "140.16.64.0/20", "140.16.108.0/22", "140.16.112.0/23", "140.16.120.0/23", "140.16.122.0/24", "140.16.124.0/22", "140.16.134.0/23", "140.16.146.0/24", "140.16.151.0/24", "140.16.156.0/22", "140.16.166.0/24", "140.16.169.0/24", "140.16.170.0/23", "140.16.172.0/22", "140.16.176.0/20", "140.16.200.0/23", "140.16.204.0/22", "140.16.208.0/20", "140.16.224.0/22", "140.16.231.0/24", "140.16.234.0/23", "140.16.236.0/24", "140.16.238.0/23", "140.16.252.0/22", "140.17.20.0/22", "140.17.36.0/23", "140.17.45.0/24", "140.17.46.0/23", "140.17.66.0/24", "140.17.69.0/24", "140.17.72.0/21", "140.17.86.0/23", "140.17.100.0/22", "140.17.106.0/23", "140.17.108.0/23", "140.17.116.0/22", "140.17.120.0/21", "140.17.128.0/23", "140.17.130.0/24", "140.17.132.0/23", "140.17.140.0/22", "140.17.148.0/22", "140.17.156.0/22", "140.17.176.0/24", "140.17.178.0/23", "140.17.184.0/24", "140.17.186.0/23", "140.17.194.0/24", "140.17.196.0/22", "140.17.202.0/24", "140.17.210.0/23", "140.17.212.0/22", "140.17.216.0/22", "140.17.220.0/23", "140.17.223.0/24", "140.17.224.0/23", "140.17.227.0/24", "140.17.228.0/22", "140.17.232.0/22", "140.17.236.0/24", "140.17.242.0/23", "140.17.244.0/22", "140.17.250.0/23", "140.17.252.0/22", "140.18.0.0/23", "140.18.3.0/24", "140.18.6.0/24", "140.18.11.0/24", "140.18.12.0/24", "140.18.14.0/24", "140.18.56.0/21", "140.18.64.0/22", "140.18.70.0/23", "140.18.76.0/22", "140.18.80.0/21", "140.18.89.0/24", "140.18.90.0/23", "140.18.97.0/24", "140.18.99.0/24", "140.18.100.0/22", "140.18.104.0/21", "140.18.112.0/20", "140.18.130.0/23", "140.18.132.0/22", "140.18.136.0/21", "140.18.144.0/20", "140.18.179.0/24", "140.18.183.0/24", "140.18.184.0/23", "140.18.187.0/24", "140.18.192.0/22", "140.18.198.0/23", "140.18.202.0/23", "140.18.206.0/23", "140.18.212.0/22", "140.18.216.0/21", "140.18.228.0/22", "140.18.232.0/21", "140.18.251.0/24", "140.19.0.0/21", "140.19.9.0/24", "140.19.10.0/23", "140.19.12.0/23", "140.19.16.0/20", "140.19.44.0/22", "140.19.61.0/24", "140.19.62.0/24", "140.19.66.0/23", "140.19.68.0/24", "140.19.72.0/21", "140.19.84.0/22", "140.19.104.0/21", "140.19.112.0/23", "140.19.116.0/22", "140.19.130.0/24", "140.19.132.0/22", "140.19.144.0/21", "140.19.154.0/23", "140.19.156.0/22", "140.19.162.0/23", "140.19.164.0/22", "140.19.168.0/21", "140.19.176.0/22", "140.19.180.0/24", "140.19.190.0/23", "140.19.224.0/24", "140.19.226.0/23", "140.19.231.0/24", "140.19.232.0/21", "140.19.241.0/24", "140.19.242.0/23", "140.19.244.0/22", "140.19.249.0/24", "140.19.250.0/23", "140.19.252.0/22", "140.20.64.0/22", "140.20.70.0/24", "140.20.72.0/21", "140.20.83.0/24", "140.20.84.0/22", "140.20.88.0/21", "140.20.98.0/23", "140.20.100.0/22", "140.20.105.0/24", "140.20.106.0/23", "140.20.108.0/22", "140.20.128.0/20", "140.20.144.0/21", "140.20.157.0/24", "140.20.158.0/23", "140.20.160.0/19", "140.20.192.0/22", "140.20.196.0/24", "140.20.198.0/23", "140.20.200.0/21", "140.20.209.0/24", "140.20.210.0/23", "140.20.212.0/23", "140.20.215.0/24", "140.20.216.0/21", "140.20.240.0/21", "140.20.249.0/24", "140.20.250.0/23", "140.22.0.0/15", "140.24.0.0/16", "140.26.0.0/16", "140.27.2.0/23", "140.27.4.0/22", "140.27.10.0/23", "140.27.16.0/20", "140.27.32.0/19", "140.27.66.0/23", "140.27.69.0/24", "140.27.70.0/23", "140.27.72.0/21", "140.27.80.0/20", "140.27.96.0/19", "140.27.128.0/17", "140.28.0.0/15", "140.30.0.0/16", "140.33.0.0/16", "140.34.0.0/16", "140.36.0.0/14", "140.40.0.0/14", "140.44.0.0/16", "140.45.0.0/22", "140.45.4.0/24", "140.45.6.0/24", "140.45.8.0/21", "140.45.19.0/24", "140.45.20.0/22", "140.45.24.0/21", "140.45.32.0/19", "140.45.64.0/18", "140.45.128.0/17", "140.46.0.0/16", "140.49.0.0/16", "140.50.0.0/15", "140.52.0.0/14", "140.56.0.0/13", "140.64.0.0/13", "140.72.0.0/15", "140.74.0.0/16", "140.100.0.0/16", "140.140.0.0/16", "140.156.0.0/16", "140.195.0.0/16", "140.199.0.0/16", "140.229.0.0/16", "141.141.0.0/16", "141.220.0.0/16", "141.234.128.0/17", "141.235.0.0/16", "143.57.0.0/16", "143.68.0.0/21", "143.68.8.0/23", "143.68.32.0/21", "143.68.48.0/20", "143.68.128.0/20", "143.68.144.0/21", "143.68.160.0/20", "143.68.176.0/21", "143.68.184.0/22", "143.68.188.0/23", "143.68.190.0/24", "143.68.192.0/18", "143.75.0.0/16", "143.80.0.0/20", "143.80.25.0/24", "143.80.26.0/23", "143.80.28.0/22", "143.80.32.0/19", "143.80.64.0/18", "143.86.2.0/24", "143.86.5.0/24", "143.86.6.0/23", "143.86.12.0/22", "143.86.22.0/23", "143.86.25.0/24", "143.86.26.0/23", "143.86.31.0/24", "143.86.41.0/24", "143.86.44.0/24", "143.86.52.0/24", "143.86.76.0/23", "143.86.78.0/24", "143.86.84.0/22", "143.86.88.0/23", "143.86.108.0/23", "143.86.111.0/24", "143.86.112.0/24", "143.86.114.0/23", "143.86.117.0/24", "143.86.118.0/23", "143.86.121.0/24", "143.86.122.0/23", "143.86.124.0/22", "143.86.144.0/23", "143.86.146.0/24", "143.86.150.0/23", "143.86.152.0/23", "143.86.155.0/24", "143.86.156.0/22", "143.86.194.0/23", "143.86.206.0/23", "143.86.209.0/24", "143.86.210.0/23", "143.86.212.0/24", "143.86.214.0/23", "143.86.216.0/24", "143.86.223.0/24", "143.87.0.0/16", "143.113.0.0/16", "143.123.0.0/16", "143.124.20.0/22", "143.124.24.0/21", "143.124.32.0/19", "143.124.64.0/18", "143.124.128.0/17", "143.133.128.0/17", "143.134.128.0/18", "143.134.192.0/19", "143.134.224.0/20", "143.152.0.0/14", "143.175.0.0/16", "143.194.96.0/23", "143.194.102.0/24", "143.194.176.0/21", "143.194.185.0/24", "143.194.191.0/24", "143.211.0.0/16", "143.230.128.0/20", "143.230.144.0/23", "143.230.146.0/24", "143.230.201.0/24", "143.230.202.0/23", "143.230.208.0/20", "143.249.8.0/21", "143.249.26.0/23", "143.249.28.0/22", "143.249.80.0/22", "143.249.84.0/24", "143.249.86.0/23", "143.249.88.0/22", "143.249.92.0/24", "143.249.94.0/23", "143.250.0.0/16", "144.11.0.0/16", "144.18.0.0/15", "144.88.6.0/23", "144.88.8.0/21", "144.88.16.0/20", "144.88.32.0/19", "144.88.128.0/17", "144.108.0.0/16", "144.128.0.0/16", "144.141.0.0/16", "144.143.0.0/16", "144.144.0.0/16", "144.146.8.0/21", "144.146.26.0/23", "144.146.28.0/22", "144.146.48.0/20", "144.146.64.0/20", "144.146.80.0/21", "144.146.128.0/21", "144.146.208.0/20", "144.146.224.0/20", "144.169.0.0/16", "144.192.0.0/16", "144.233.0.0/16", "144.234.0.0/16", "144.235.0.0/16", "144.236.0.0/16", "144.237.0.0/16", "144.238.0.0/16", "144.239.0.0/16", "144.240.0.0/16", "144.241.0.0/16", "144.242.0.0/16", "144.252.32.0/19", "144.252.96.0/19", "144.252.128.0/17", "146.16.132.0/23", "146.16.135.0/24", "146.16.136.0/23", "146.16.160.0/20", "146.16.176.0/23", "146.16.184.0/24", "146.16.186.0/23", "146.16.188.0/23", "146.16.190.0/24", "146.16.224.0/20", "146.16.240.0/23", "146.16.243.0/24", "146.16.244.0/24", "146.16.246.0/23", "146.17.0.0/16", "146.49.0.0/16", "146.55.0.0/20", "146.55.16.0/22", "146.55.20.0/23", "146.55.96.0/20", "146.55.112.0/21", "146.55.120.0/22", "146.55.126.0/24", "146.55.128.0/18", "146.68.0.0/16", "146.93.0.0/16", "146.98.0.0/16", "146.153.0.0/16", "146.157.0.0/16", "147.37.32.0/19", "147.37.64.0/18", "147.37.128.0/17", "147.38.0.0/16", "147.40.0.0/16", "147.42.0.0/16", "147.48.0.0/21", "147.48.16.0/20", "147.48.32.0/21", "147.48.48.0/20", "147.48.128.0/18", "147.57.0.0/16", "147.59.0.0/16", "147.104.100.0/22", "147.104.105.0/24", "147.159.0.0/16", "147.168.0.0/16", "147.199.0.0/16", "147.218.0.0/16", "147.241.32.0/20", "147.241.72.0/21", "147.241.100.0/22", "147.241.108.0/22", "147.241.116.0/23", "147.241.119.0/24", "147.241.124.0/23", "147.241.152.0/21", "147.241.184.0/21", "147.242.0.0/24", "147.242.2.0/24", "147.242.10.0/24", "147.242.12.0/24", "147.242.14.0/23", "147.242.18.0/23", "147.242.23.0/24", "147.242.24.0/23", "147.242.26.0/24", "147.242.28.0/23", "147.242.31.0/24", "147.242.32.0/21", "147.242.40.0/23", "147.242.43.0/24", "147.242.44.0/22", "147.242.48.0/23", "147.242.53.0/24", "147.242.54.0/23", "147.242.56.0/21", "147.242.64.0/19", "147.242.96.0/22", "147.242.104.0/24", "147.242.106.0/23", "147.242.108.0/22", "147.242.112.0/21", "147.242.120.0/22", "147.242.124.0/23", "147.242.126.0/24", "147.242.129.0/24", "147.242.130.0/23", "147.242.132.0/22", "147.242.136.0/21", "147.242.144.0/20", "147.242.160.0/19", "147.242.192.0/21", "147.242.201.0/24", "147.242.202.0/23", "147.242.204.0/22", "147.242.208.0/20", "147.242.224.0/21", "147.242.232.0/22", "147.242.237.0/24", "147.242.238.0/23", "147.242.240.0/22", "147.242.244.0/24", "147.242.246.0/24", "147.242.248.0/24", "147.244.0.0/14", "147.248.9.0/24", "147.248.34.0/23", "147.248.36.0/24", "147.248.40.0/21", "147.248.96.0/19", "147.248.176.0/20", "147.248.192.0/18", "147.254.0.0/16", "148.1.0.0/16", "148.10.0.0/15", "148.12.0.0/14", "148.32.0.0/12", "148.58.0.0/16", "148.124.0.0/15", "149.253.0.0/16", "150.111.0.0/16", "150.114.0.0/16", "150.149.40.0/21", "150.149.48.0/21", "150.149.60.0/22", "150.149.97.0/24", "150.149.98.0/23", "150.149.100.0/22", "150.149.104.0/21", "150.149.112.0/20", "150.149.160.0/19", "150.149.192.0/18", "150.153.0.0/16", "150.157.0.0/16", "150.168.0.0/16", "150.180.0.0/16", "150.184.0.0/16", "150.194.0.0/16", "150.196.0.0/24", "150.196.2.0/24", "150.196.9.0/24", "150.196.12.0/22", "150.196.16.0/23", "150.196.18.0/24", "150.196.20.0/22", "150.196.24.0/23", "150.196.27.0/24", "150.196.29.0/24", "150.196.30.0/23", "150.196.32.0/20", "150.196.164.0/22", "150.196.168.0/22", "150.196.172.0/24", "150.196.174.0/23", "150.196.192.0/21", "150.196.205.0/24", "150.196.206.0/23", "150.196.208.0/20", "150.196.228.0/22", "150.196.237.0/24", "150.196.238.0/23", "150.196.245.0/24", "150.196.250.0/24", "150.196.252.0/22", "150.211.0.0/16", "150.218.0.0/15", "151.125.0.0/16", "152.82.0.0/16", "152.151.0.0/16", "152.154.0.0/16", "153.21.0.0/16", "153.22.0.0/16", "153.28.0.0/16", "155.18.0.0/16", "155.19.12.0/23", "155.19.16.0/20", "155.19.32.0/23", "155.19.34.0/24", "155.19.40.0/23", "155.19.43.0/24", "155.19.45.0/24", "155.19.48.0/21", "155.19.128.0/20", "155.19.152.0/23", "155.19.155.0/24", "155.20.12.0/22", "155.20.16.0/20", "155.20.49.0/24", "155.20.51.0/24", "155.20.52.0/23", "155.20.55.0/24", "155.20.56.0/23", "155.20.59.0/24", "155.20.60.0/24", "155.20.64.0/23", "155.20.66.0/24", "155.20.68.0/24", "155.20.70.0/23", "155.20.72.0/22", "155.20.76.0/23", "155.20.78.0/24", "155.20.80.0/21", "155.20.88.0/22", "155.20.94.0/23", "155.20.96.0/21", "155.20.104.0/23", "155.20.107.0/24", "155.20.108.0/22", "155.20.112.0/21", "155.20.120.0/22", "155.20.126.0/24", "155.20.130.0/23", "155.20.134.0/24", "155.20.145.0/24", "155.20.146.0/23", "155.20.149.0/24", "155.20.160.0/23", "155.20.162.0/24", "155.20.164.0/23", "155.20.167.0/24", "155.20.168.0/23", "155.20.172.0/23", "155.20.175.0/24", "155.20.176.0/23", "155.20.179.0/24", "155.20.180.0/23", "155.20.184.0/21", "155.20.193.0/24", "155.20.195.0/24", "155.20.198.0/23", "155.20.200.0/21", "155.20.208.0/23", "155.20.210.0/24", "155.20.212.0/24", "155.20.214.0/23", "155.20.219.0/24", "155.20.220.0/23", "155.20.222.0/24", "155.20.224.0/22", "155.20.228.0/23", "155.20.230.0/24", "155.20.232.0/21", "155.20.240.0/22", "155.20.244.0/24", "155.20.246.0/23", "155.20.248.0/23", "155.20.253.0/24", "155.20.254.0/23", "155.21.0.0/20", "155.21.20.0/22", "155.21.24.0/21", "155.21.32.0/19", "155.21.64.0/18", "155.21.128.0/23", "155.21.132.0/22", "155.21.136.0/21", "155.21.144.0/22", "155.21.150.0/23", "155.21.152.0/21", "155.21.166.0/23", "155.21.176.0/24", "155.21.179.0/24", "155.21.184.0/23", "155.21.188.0/22", "155.21.224.0/19", "155.22.128.0/19", "155.22.168.0/21", "155.22.176.0/20", "155.22.192.0/18", "155.23.0.0/16", "155.25.0.0/17", "155.26.64.0/24", "155.26.66.0/23", "155.26.68.0/22", "155.26.75.0/24", "155.26.76.0/24", "155.26.78.0/23", "155.26.97.0/24", "155.26.104.0/22", "155.26.108.0/23", "155.26.110.0/24", "155.26.112.0/20", "155.26.192.0/22", "155.26.199.0/24", "155.26.243.0/24", "155.26.244.0/22", "155.26.248.0/23", "155.26.251.0/24", "155.26.252.0/22", "155.27.0.0/19", "155.27.32.0/20", "155.27.48.0/21", "155.27.56.0/22", "155.27.60.0/23", "155.27.67.0/24", "155.27.68.0/22", "155.27.74.0/24", "155.27.114.0/23", "155.27.123.0/24", "155.27.134.0/23", "155.27.144.0/20", "155.27.160.0/19", "155.27.192.0/18", "155.28.8.0/23", "155.28.11.0/24", "155.28.12.0/23", "155.28.18.0/23", "155.28.20.0/22", "155.28.24.0/22", "155.28.28.0/24", "155.28.31.0/24", "155.28.48.0/20", "155.28.64.0/19", "155.28.96.0/20", "155.28.112.0/21", "155.28.120.0/22", "155.28.128.0/20", "155.28.144.0/22", "155.28.148.0/23", "155.28.150.0/24", "155.28.152.0/21", "155.28.160.0/19", "155.28.224.0/22", "155.29.0.0/20", "155.29.36.0/22", "155.29.46.0/23", "155.29.52.0/22", "155.29.64.0/23", "155.29.66.0/24", "155.29.69.0/24", "155.29.75.0/24", "155.29.84.0/22", "155.29.93.0/24", "155.29.95.0/24", "155.29.96.0/21", "155.29.104.0/24", "155.29.111.0/24", "155.29.123.0/24", "155.29.141.0/24", "155.29.144.0/24", "155.29.146.0/23", "155.29.148.0/24", "155.29.150.0/24", "155.29.160.0/23", "155.29.164.0/24", "155.29.168.0/21", "155.29.192.0/22", "155.29.208.0/21", "155.29.216.0/22", "155.29.220.0/24", "155.29.222.0/24", "155.29.238.0/24", "155.29.240.0/24", "155.29.248.0/23", "155.29.251.0/24", "155.29.252.0/22", "155.30.0.0/24", "155.30.2.0/23", "155.30.4.0/22", "155.30.9.0/24", "155.30.10.0/23", "155.30.12.0/22", "155.30.33.0/24", "155.30.35.0/24", "155.30.36.0/22", "155.30.40.0/23", "155.30.43.0/24", "155.30.45.0/24", "155.30.46.0/23", "155.30.48.0/23", "155.30.52.0/22", "155.30.56.0/23", "155.30.60.0/22", "155.30.67.0/24", "155.30.68.0/22", "155.30.74.0/23", "155.30.76.0/24", "155.30.96.0/20", "155.30.112.0/21", "155.85.40.0/21", "155.85.165.0/24", "155.85.166.0/23", "155.148.248.0/21", "155.156.0.0/16", "155.213.0.0/24", "155.213.2.0/23", "155.213.4.0/22", "155.213.8.0/21", "155.213.16.0/23", "155.213.32.0/20", "155.213.48.0/23", "155.213.63.0/24", "155.213.128.0/18", "155.213.192.0/20", "155.220.29.0/24", "155.220.44.0/24", "155.220.48.0/24", "155.220.54.0/23", "155.220.64.0/19", "155.220.96.0/21", "155.220.134.0/23", "155.220.138.0/23", "155.220.142.0/23", "155.220.154.0/23", "155.220.158.0/23", "155.220.162.0/23", "155.220.166.0/23", "155.220.172.0/22", "155.220.182.0/23", "155.220.184.0/21", "155.220.192.0/19", "155.220.228.0/22", "155.220.232.0/21", "155.220.243.0/24", "155.220.244.0/22", "155.220.254.0/23", "155.221.0.0/16", "155.222.0.0/16", "156.6.0.0/16", "156.112.0.0/22", "156.112.4.0/23", "156.112.6.0/24", "156.112.8.0/21", "156.112.24.0/21", "156.112.32.0/19", "156.112.64.0/24", "156.112.69.0/24", "156.112.71.0/24", "156.112.72.0/23", "156.112.77.0/24", "156.112.79.0/24", "156.112.80.0/24", "156.112.85.0/24", "156.112.87.0/24", "156.112.93.0/24", "156.112.96.0/23", "156.112.105.0/24", "156.112.112.0/24", "156.112.114.0/23", "156.112.116.0/22", "156.112.120.0/24", "156.112.122.0/23", "156.112.124.0/22", "156.112.131.0/24", "156.112.132.0/24", "156.112.136.0/23", "156.112.140.0/23", "156.112.143.0/24", "156.112.144.0/22", "156.112.150.0/23", "156.112.153.0/24", "156.112.154.0/23", "156.112.156.0/22", "156.112.160.0/22", "156.112.164.0/23", "156.112.168.0/23", "156.112.176.0/22", "156.112.180.0/24", "156.112.182.0/23", "156.112.184.0/21", "156.112.192.0/19", "156.112.224.0/20", "156.112.240.0/21", "156.112.248.0/23", "156.112.251.0/24", "156.113.0.0/16", "157.153.0.0/16", "157.202.0.0/16", "157.213.0.0/16", "157.214.0.0/15", "157.216.0.0/13", "157.224.0.0/16", "158.13.0.0/18", "158.13.64.0/19", "158.13.96.0/20", "158.13.112.0/21", "158.13.144.0/23", "158.13.146.0/24", "158.13.152.0/23", "158.13.156.0/22", "158.19.0.0/20", "158.19.16.0/22", "158.19.32.0/19", "158.20.0.0/20", "158.20.16.0/22", "158.20.21.0/24", "158.20.22.0/23", "158.20.24.0/21", "158.20.33.0/24", "158.20.34.0/23", "158.20.36.0/22", "158.20.40.0/21", "158.20.68.0/24", "158.20.71.0/24", "158.20.72.0/21", "158.20.80.0/20", "158.20.96.0/20", "158.20.112.0/21", "158.20.120.0/22", "158.153.0.0/16", "158.157.0.0/16", "158.235.0.0/16", "158.246.0.0/16", "159.106.0.0/16", "159.120.0.0/16", "159.227.0.0/16", "159.243.0.0/16", "160.31.0.0/16", "160.112.0.0/16", "160.128.96.0/19", "160.128.160.0/20", "160.208.0.0/16", "161.124.0.0/16", "162.32.0.0/16", "163.4.0.0/16", "163.12.0.0/16", "163.207.0.0/16", "163.249.0.0/21", "163.249.10.0/24", "163.249.12.0/22", "163.249.16.0/21", "163.249.96.0/22", "163.249.172.0/22", "163.249.176.0/20", "163.249.192.0/19", "163.249.224.0/21", "163.249.240.0/20", "163.251.1.0/24", "163.251.2.0/23", "163.251.4.0/22", "163.251.8.0/21", "163.251.16.0/20", "163.251.32.0/19", "163.251.64.0/19", "163.251.100.0/24", "163.251.102.0/23", "163.251.122.0/23", "163.251.124.0/23", "163.251.126.0/24", "163.251.130.0/23", "163.251.132.0/22", "163.251.137.0/24", "163.251.138.0/23", "163.251.140.0/22", "163.251.144.0/21", "163.251.152.0/22", "163.251.156.0/23", "163.251.158.0/24", "163.251.164.0/22", "163.251.168.0/21", "163.251.177.0/24", "163.251.178.0/23", "163.251.180.0/23", "163.251.182.0/24", "163.251.186.0/23", "163.251.188.0/23", "163.251.191.0/24", "163.251.192.0/23", "163.251.194.0/24", "163.251.198.0/23", "163.251.200.0/22", "163.251.205.0/24", "163.251.206.0/24", "163.251.228.0/23", "163.251.231.0/24", "163.251.232.0/23", "163.251.234.0/24", "163.251.236.0/23", "163.251.240.0/22", "163.251.250.0/23", "163.251.252.0/23", "164.45.0.0/16", "164.94.0.0/16", "164.105.0.0/16", "164.117.10.0/23", "164.117.12.0/22", "164.117.64.0/20", "164.117.81.0/24", "164.117.82.0/23", "164.117.84.0/22", "164.117.88.0/23", "164.117.91.0/24", "164.117.92.0/22", "164.117.96.0/19", "164.117.129.0/24", "164.117.130.0/23", "164.117.132.0/22", "164.117.136.0/21", "164.117.144.0/22", "164.117.152.0/21", "164.117.160.0/19", "164.122.16.0/20", "164.122.32.0/19", "164.122.64.0/18", "164.122.128.0/17", "164.158.0.0/16", "164.169.16.0/20", "164.169.48.0/20", "164.169.128.0/20", "164.169.176.0/20", "164.169.192.0/18", "164.170.0.0/15", "164.172.0.0/14", "164.176.0.0/16", "164.180.0.0/14", "164.184.0.0/14", "164.186.21.0/24", "164.188.0.0/15", "164.192.0.0/15", "164.194.0.0/16", "164.198.0.0/15", "164.200.0.0/13", "164.208.0.0/14", "164.212.0.0/15", "164.218.0.0/15", "164.220.0.0/15", "164.222.0.0/16", "164.224.0.0/14", "164.228.0.0/15", "164.232.0.0/16", "164.234.64.0/18", "164.234.128.0/17", "164.235.0.0/23", "164.235.2.0/24", "164.235.8.0/22", "164.235.12.0/23", "164.235.16.0/20", "164.235.32.0/21", "164.235.48.0/20", "164.235.80.0/20", "164.235.96.0/21", "164.235.112.0/20", "164.235.128.0/18", "164.235.192.0/19", "164.237.0.0/16", "164.238.0.0/15", "164.240.0.0/13", "164.240.0.0/22", "164.240.0.0/24", "164.240.1.0/24", "164.240.3.0/24", "164.246.192.0/23", "164.249.11.0/24", "164.249.12.0/23", "164.249.14.0/24", "164.249.16.0/24", "164.249.21.0/24", "164.249.22.0/23", "164.249.24.0/24", "164.249.26.0/23", "164.249.28.0/24", "164.249.30.0/23", "164.249.32.0/24", "164.249.34.0/23", "164.249.36.0/22", "164.249.40.0/22", "164.249.44.0/24", "164.249.50.0/23", "164.249.56.0/22", "164.249.64.0/24", "164.249.66.0/23", "164.249.68.0/23", "164.249.72.0/24", "164.249.74.0/23", "164.249.76.0/22", "164.249.82.0/23", "164.249.87.0/24", "164.249.88.0/23", "164.249.91.0/24", "164.249.92.0/22", "164.249.96.0/19", "164.249.245.0/24", "164.250.96.0/24", "164.252.0.0/14", "192.5.42.0/24", "192.5.65.0/24", "192.5.116.0/22", "192.5.120.0/21", "192.5.128.0/22", "192.5.210.0/24", "192.5.218.0/24", "192.12.6.0/23", "192.12.8.0/24", "192.12.29.0/24", "192.12.30.0/24", "192.12.70.0/23", "192.12.100.0/24", "192.12.125.0/24", "192.12.139.0/24", "192.12.171.0/24", "192.13.0.0/16", "192.14.0.0/16", "192.14.2.0/24", "192.14.51.0/24", "192.16.168.0/23", "192.16.173.0/24", "192.25.151.0/24", "192.26.0.0/24", "192.26.7.0/24", "192.26.11.0/24", "192.26.12.0/22", "192.26.16.0/22", "192.26.26.0/24", "192.26.84.0/24", "192.26.103.0/24", "192.26.240.0/22", "192.26.246.0/23", "192.26.249.0/24", "192.31.8.0/24", "192.31.10.0/23", "192.31.12.0/24", "192.31.16.0/22", "192.31.20.0/24", "192.31.75.0/24", "192.31.76.0/24", "192.31.82.0/24", "192.31.98.0/24", "192.31.100.0/24", "192.31.160.0/24", "192.31.172.0/24", "192.31.174.0/24", "192.31.225.0/24", "192.31.226.0/24", "192.31.238.0/23", "192.31.245.0/24", "192.33.3.0/24", "192.33.183.0/24", "192.33.184.0/24", "192.35.62.0/24", "192.35.74.0/23", "192.35.76.0/24", "192.35.88.0/24", "192.35.99.0/24", "192.35.142.0/24", "192.35.148.0/24", "192.35.154.0/24", "192.35.196.0/24", "192.40.7.0/24", "192.40.8.0/21", "192.40.16.0/22", "192.40.20.0/23", "192.40.22.0/24", "192.40.51.0/24", "192.41.207.0/24", "192.41.220.0/23", "192.41.246.0/24", "192.41.249.0/24", "192.41.250.0/23", "192.41.252.0/22", "192.42.80.0/23", "192.42.179.0/24", "192.42.248.0/24", "192.43.152.0/24", "192.43.197.0/24", "192.44.216.0/21", "192.44.224.0/20", "192.44.253.0/24", "192.48.78.0/24", "192.48.212.0/22", "192.48.216.0/24", "192.52.111.0/24", "192.52.112.0/24", "192.52.238.0/24", "192.54.129.0/24", "192.54.133.0/24", "192.54.240.0/24", "192.55.100.0/24", "192.55.103.0/24", "192.55.116.0/24", "192.55.133.0/24", "192.55.134.0/24", "192.55.246.0/24", "192.58.5.0/24", "192.58.6.0/23", "192.58.8.0/24", "192.58.108.0/24", "192.58.155.0/24", "192.58.199.0/24", "192.58.212.0/24", "192.58.230.0/24", "192.65.147.0/24", "192.65.203.0/24", "192.65.244.0/24", "192.65.246.0/24", "192.67.8.0/24", "192.67.62.0/24", "192.67.70.0/23", "192.67.74.0/24", "192.67.86.0/24", "192.67.127.0/24", "192.67.130.0/24", "192.67.209.0/24", "192.67.210.0/23", "192.67.212.0/22", "192.67.216.0/24", "192.67.225.0/24", "192.67.226.0/23", "192.67.228.0/22", "192.67.232.0/22", "192.68.144.0/24", "192.68.148.0/24", "192.68.154.0/24", "192.68.156.0/24", "192.68.204.0/24", "192.68.218.0/23", "192.68.231.0/24", "192.68.232.0/24", "192.73.1.0/24", "192.73.33.0/24", "192.73.56.0/24", "192.73.76.0/24", "192.73.82.0/23", "192.73.84.0/22", "192.73.88.0/21", "192.73.96.0/20", "192.73.112.0/22", "192.73.116.0/23", "192.73.118.0/24", "192.73.122.0/23", "192.73.124.0/22", "192.73.128.0/18", "192.73.192.0/21", "192.73.200.0/22", "192.73.204.0/24", "192.73.209.0/24", "192.73.210.0/23", "192.73.212.0/24", "192.74.0.0/18", "192.74.64.0/19", "192.74.96.0/20", "192.74.112.0/21", "192.74.120.0/22", "192.74.124.0/23", "192.74.126.0/24", "192.76.173.0/24", "192.76.237.0/24", "192.76.238.0/24", "192.77.102.0/24", "192.77.105.0/24", "192.77.106.0/23", "192.77.108.0/24", "192.77.146.0/24", "192.80.9.0/24", "192.82.106.0/23", "192.82.126.0/24", "192.82.244.0/24", "192.83.114.0/24", "192.84.14.0/24", "192.84.122.0/23", "192.84.124.0/23", "192.84.157.0/24", "192.84.158.0/24", "192.84.208.0/24", "192.86.17.0/24", "192.86.92.0/22", "192.86.96.0/24", "192.86.107.0/24", "192.86.108.0/23", "192.86.110.0/24", "192.86.170.0/23", "192.86.172.0/22", "192.86.176.0/20", "192.86.192.0/19", "192.86.224.0/22", "192.86.240.0/21", "192.86.248.0/24", "192.86.250.0/23", "192.86.253.0/24", "192.88.25.0/24", "192.88.26.0/23", "192.88.87.0/24", "192.88.95.0/24", "192.88.136.0/24", "192.91.1.0/24", "192.91.2.0/23", "192.91.4.0/22", "192.91.8.0/21", "192.91.16.0/20", "192.91.32.0/20", "192.91.48.0/21", "192.91.56.0/22", "192.91.137.0/24", "192.91.205.0/24", "192.91.250.0/24", "192.94.234.0/24", "192.95.65.0/24", "192.100.65.0/24", "192.100.71.0/24", "192.100.89.0/24", "192.100.90.0/23", "192.100.93.0/24", "192.100.95.0/24", "192.100.148.0/22", "192.101.43.0/24", "192.101.95.0/24", "192.101.96.0/23", "192.101.172.0/24", "192.101.190.0/24", "192.101.251.0/24", "192.103.44.0/24", "192.103.50.0/23", "192.104.158.0/24", "192.107.105.0/24", "192.107.150.0/23", "192.107.166.0/24", "192.107.176.0/24", "192.108.95.0/24", "192.108.97.0/24", "192.108.104.0/24", "192.108.185.0/24", "192.108.221.0/24", "192.108.224.0/24", "192.108.231.0/24", "192.108.235.0/24", "192.111.34.0/24", "192.129.62.0/23", "192.129.68.0/23", "192.131.15.0/24", "192.131.16.0/22", "192.131.145.0/24", "192.131.247.0/24", "192.133.5.0/24", "192.133.71.0/24", "192.133.86.0/23", "192.133.98.0/24", "192.135.192.0/24", "192.136.48.0/24", "192.136.120.0/21", "192.136.128.0/23", "192.136.131.0/24", "192.136.132.0/23", "192.136.134.0/24", "192.136.137.0/24", "192.136.138.0/23", "192.138.174.0/24", "192.146.109.0/24", "192.146.110.0/23", "192.146.142.0/24", "192.146.197.0/24", "192.146.198.0/24", "192.146.214.0/24", "192.147.43.0/24", "192.147.80.0/24", "192.147.149.0/24", "192.147.237.0/24", "192.149.6.0/23", "192.149.37.0/24", "192.149.213.0/24", "192.149.214.0/23", "192.149.216.0/23", "192.149.218.0/24", "192.149.229.0/24", "192.149.241.0/24", "192.150.105.0/24", "192.150.221.0/24", "192.150.222.0/24", "192.152.20.0/24", "192.152.106.0/24", "192.152.170.0/23", "192.152.172.0/23", "192.152.205.0/24", "192.152.220.0/23", "192.152.227.0/24", "192.152.228.0/22", "192.152.232.0/23", "192.153.92.0/24", "192.153.246.0/24", "192.153.254.0/24", "192.156.82.0/23", "192.156.84.0/22", "192.156.88.0/21", "192.156.96.0/24", "192.160.55.0/24", "192.160.162.0/23", "192.160.164.0/24", "192.160.254.0/24", "192.171.16.0/23", "192.172.32.0/19", "192.172.64.0/18", "192.172.128.0/18", "192.172.192.0/20", "192.172.208.0/21", "192.172.216.0/22", "192.172.220.0/24", "192.172.249.0/24", "192.175.66.0/23", "192.175.70.0/24", "192.175.72.0/22", "192.175.76.0/23", "192.175.79.0/24", "192.175.83.0/24", "192.188.7.0/24", "192.188.191.0/24", "192.189.42.0/24", "192.189.60.0/24", "192.189.99.0/24", "192.190.40.0/24", "192.190.55.0/24", "192.190.56.0/23", "192.190.60.0/24", "192.195.30.0/23", "192.195.221.0/24", "192.202.0.0/16", "192.203.1.0/24", "192.203.2.0/23", "192.203.4.0/23", "192.203.104.0/23", "192.206.27.0/24", "192.206.123.0/24", "192.206.242.0/24", "192.207.114.0/24", "192.207.189.0/24", "192.207.208.0/22", "192.207.216.0/24", "192.207.227.0/24", "192.207.240.0/23", "192.207.246.0/24", "192.211.1.0/24", "192.211.2.0/23", "192.211.4.0/22", "192.211.8.0/23", "192.211.10.0/24", "192.211.112.0/21", "192.211.120.0/22", "192.222.64.0/19", "192.222.96.0/22", "192.222.100.0/24", "192.227.16.0/20", "192.231.30.0/24", "192.231.112.0/24", "192.231.151.0/24", "192.231.152.0/23", "192.231.154.0/24", "192.231.191.0/24", "192.234.89.0/24", "192.234.101.0/24", "192.234.182.0/24", "192.241.0.0/21", "192.245.57.0/24", "192.245.98.0/24", "192.245.113.0/24", "192.245.114.0/23", "192.245.176.0/23", "192.245.197.0/24", "192.245.198.0/23", "192.245.231.0/24", "192.251.48.0/24", "192.251.213.0/24", "192.253.1.0/24", "192.253.2.0/23", "192.253.4.0/22", "192.253.8.0/21", "192.253.16.0/20", "192.253.32.0/19", "192.253.64.0/18", "192.253.128.0/18", "192.253.192.0/21", "192.253.200.0/24", "198.11.64.0/19", "198.11.96.0/20", "198.11.112.0/23", "198.17.24.0/22", "198.17.28.0/23", "198.17.54.0/23", "198.17.56.0/24", "198.17.64.0/24", "198.17.81.0/24", "198.17.82.0/24", "198.17.92.0/24", "198.17.155.0/24", "198.17.156.0/24", "198.17.183.0/24", "198.17.184.0/21", "198.17.192.0/23", "198.17.194.0/24", "198.17.213.0/24", "198.17.236.0/23", "198.17.242.0/24", "198.22.27.0/24", "198.22.58.0/24", "198.22.68.0/23", "198.22.88.0/24", "198.22.147.0/24", "198.22.148.0/24", "198.22.252.0/24", "198.38.128.0/17", "198.48.8.0/21", "198.49.122.0/24", "198.49.183.0/24", "198.49.193.0/24", "198.49.194.0/24", "198.49.203.0/24", "198.49.204.0/24", "198.49.207.0/24", "198.49.231.0/24", "198.49.253.0/24", "198.49.254.0/24", "198.52.64.0/20", "198.52.80.0/21", "198.52.88.0/24", "198.55.0.0/21", "198.55.64.0/20", "198.55.80.0/21", "198.55.88.0/22", "198.91.68.0/23", "198.97.58.0/23", "198.97.60.0/24", "198.97.68.0/24", "198.97.205.0/24", "198.97.207.0/24", "198.97.208.0/23", "198.97.210.0/24", "198.97.227.0/24", "198.98.72.0/21", "198.98.128.0/19", "198.98.160.0/20", "198.98.176.0/23", "198.154.2.0/23", "198.154.4.0/23", "198.154.6.0/24", "198.154.32.0/20", "198.154.48.0/21", "198.154.56.0/22", "198.154.76.0/23", "198.154.78.0/24", "198.154.128.0/19", "198.154.176.0/23", "198.177.169.0/24", "198.177.170.0/23", "198.177.172.0/23", "198.177.174.0/24", "198.201.0.0/22", "198.201.8.0/21", "198.201.16.0/22", "198.201.20.0/23", "198.201.22.0/24", "198.201.24.0/21", "198.201.32.0/19", "198.201.64.0/20", "198.201.80.0/22", "198.201.87.0/24", "198.201.88.0/21", "198.201.96.0/19", "198.201.128.0/17", "198.221.0.0/16", "198.250.2.0/23", "198.250.4.0/22", "198.250.8.0/21", "198.250.16.0/20", "198.250.32.0/19", "198.250.96.0/19", "198.253.0.0/20", "198.253.32.0/21", "198.253.96.0/21", "198.253.104.0/22", "198.253.108.0/23", "198.253.111.0/24", "198.253.112.0/20", "198.253.160.0/21", "198.253.176.0/20", "198.253.208.0/20", "198.253.224.0/20", "198.253.240.0/21", "198.253.248.0/22", "198.253.254.0/23", "199.9.4.0/22", "199.9.8.0/22", "199.9.12.0/24", "199.9.16.0/22", "199.9.32.0/20", "199.9.48.0/21", "199.9.56.0/24", "199.9.128.0/19", "199.9.160.0/20", "199.9.176.0/23", "199.9.184.0/21", "199.9.192.0/19", "199.9.226.0/23", "199.9.231.0/24", "199.10.0.0/22", "199.10.21.0/24", "199.10.22.0/23", "199.10.24.0/23", "199.10.33.0/24", "199.10.40.0/23", "199.10.47.0/24", "199.10.48.0/21", "199.10.56.0/23", "199.10.58.0/24", "199.10.60.0/24", "199.10.63.0/24", "199.10.67.0/24", "199.10.71.0/24", "199.10.73.0/24", "199.10.74.0/23", "199.10.76.0/22", "199.10.80.0/23", "199.10.82.0/24", "199.10.85.0/24", "199.10.88.0/21", "199.10.96.0/21", "199.10.104.0/24", "199.10.107.0/24", "199.10.108.0/22", "199.10.114.0/23", "199.10.116.0/22", "199.10.124.0/24", "199.10.128.0/21", "199.10.138.0/23", "199.10.141.0/24", "199.10.142.0/23", "199.10.144.0/24", "199.10.146.0/23", "199.10.149.0/24", "199.10.157.0/24", "199.10.158.0/23", "199.10.164.0/22", "199.10.168.0/21", "199.10.176.0/22", "199.10.181.0/24", "199.10.182.0/23", "199.10.184.0/23", "199.10.186.0/24", "199.10.193.0/24", "199.10.195.0/24", "199.10.196.0/22", "199.10.200.0/23", "199.10.204.0/22", "199.10.208.0/20", "199.10.224.0/22", "199.10.228.0/23", "199.10.230.0/24", "199.10.232.0/24", "199.10.234.0/24", "199.10.236.0/23", "199.10.238.0/24", "199.10.240.0/22", "199.10.244.0/24", "199.10.248.0/22", "199.10.252.0/24", "199.31.0.0/23", "199.31.4.0/22", "199.31.13.0/24", "199.31.14.0/23", "199.31.32.0/19", "199.31.64.0/19", "199.31.96.0/21", "199.31.104.0/23", "199.31.108.0/22", "199.31.112.0/20", "199.31.128.0/17", "199.32.0.0/17", "199.32.192.0/18", "199.54.0.0/15", "199.56.0.0/16", "199.114.12.0/24", "199.114.16.0/20", "199.114.48.0/21", "199.114.58.0/23", "199.114.60.0/23", "199.114.63.0/24", "199.114.64.0/18", "199.114.128.0/18", "199.114.192.0/21", "199.114.200.0/24", "199.122.8.0/21", "199.122.16.0/21", "199.122.24.0/22", "199.122.48.0/22", "199.122.54.0/23", "199.122.56.0/21", "199.122.64.0/19", "199.122.96.0/21", "199.122.128.0/17", "199.123.4.0/22", "199.123.8.0/22", "199.123.12.0/24", "199.123.32.0/19", "199.123.64.0/22", "199.123.68.0/23", "199.123.92.0/22", "199.123.96.0/21", "199.123.120.0/24", "199.123.124.0/23", "199.123.127.0/24", "199.123.128.0/17", "199.124.0.0/23", "199.124.2.0/24", "199.124.4.0/23", "199.124.8.0/21", "199.124.24.0/24", "199.124.32.0/20", "199.124.48.0/21", "199.124.56.0/24", "199.124.64.0/20", "199.124.84.0/22", "199.124.88.0/21", "199.124.96.0/20", "199.124.112.0/22", "199.124.116.0/23", "199.124.120.0/22", "199.124.124.0/23", "199.124.128.0/17", "199.211.0.0/20", "199.211.18.0/23", "199.211.20.0/23", "199.211.23.0/24", "199.211.24.0/21", "199.211.32.0/19", "199.225.16.0/20", "199.225.32.0/19", "199.225.64.0/18", "199.225.128.0/17", "199.226.0.0/22", "199.226.16.0/20", "199.226.32.0/19", "199.226.192.0/18", "199.252.4.0/22", "199.252.13.0/24", "199.252.14.0/23", "199.252.25.0/24", "199.252.26.0/23", "199.252.28.0/22", "199.252.52.0/22", "199.252.56.0/21", "199.252.64.0/18", "199.252.192.0/18", "204.20.0.0/15", "204.29.168.0/24", "204.35.0.0/16", "204.36.16.0/23", "204.36.20.0/22", "204.36.24.0/21", "204.36.34.0/23", "204.36.36.0/22", "204.36.40.0/22", "204.36.44.0/24", "204.36.48.0/20", "204.36.64.0/18", "204.36.128.0/17", "204.37.0.0/21", "204.37.25.0/24", "204.37.26.0/23", "204.37.28.0/22", "204.37.32.0/19", "204.37.64.0/18", "204.44.128.0/21", "204.80.183.0/24", "204.130.191.0/24", "204.153.184.0/22", "205.0.0.0/11", "205.0.0.0/16", "205.0.0.0/17", "205.0.0.0/19", "205.0.0.0/20", "205.0.0.0/21", "205.0.0.0/23", "205.0.0.0/24", "205.0.4.0/22", "205.0.4.0/24", "205.0.6.0/23", "205.0.18.0/24", "205.0.20.0/24", "205.0.24.0/24", "205.0.27.0/24", "205.0.31.0/24", "205.0.32.0/24", "205.0.39.0/24", "205.0.44.0/24", "205.0.49.0/24", "205.0.50.0/23", "205.0.59.0/24", "205.0.62.0/24", "205.0.64.0/24", "205.0.71.0/24", "205.0.77.0/24", "205.0.109.0/24", "205.0.174.0/24", "205.0.176.0/23", "205.0.179.0/24", "205.0.183.0/24", "205.0.192.0/21", "205.0.192.0/24", "205.0.212.0/24", "205.0.242.0/24", "205.1.0.0/20", "205.1.0.0/21", "205.1.0.0/22", "205.1.0.0/23", "205.1.0.0/24", "205.1.1.0/24", "205.2.0.0/23", "205.2.0.0/24", "205.2.3.0/24", "205.2.4.0/24", "205.2.10.0/24", "205.2.16.0/24", "205.2.36.0/24", "205.2.38.0/24", "205.2.152.0/23", "205.3.0.0/23", "205.3.4.0/23", "205.3.4.0/24", "205.3.45.0/24", "205.3.160.0/24", "205.4.0.0/23", "205.4.2.0/24", "205.4.166.0/24", "205.4.216.0/24", "205.5.255.0/24", "205.6.0.0/23", "205.7.8.0/24", "205.7.109.0/24", "205.8.0.0/24", "205.10.24.0/22", "205.10.146.0/24", "205.11.0.0/22", "205.12.24.0/24", "205.12.68.0/24", "205.14.2.0/23", "205.14.2.0/24", "205.14.128.0/24", "205.14.192.0/24", "205.14.193.0/24", "205.14.194.0/24", "205.14.195.0/24", "205.14.196.0/24", "205.14.197.0/24", "205.14.198.0/24", "205.14.199.0/24", "205.15.115.0/24", "205.15.132.0/24", "205.15.224.0/24", "205.16.23.0/24", "205.16.186.0/23", "205.18.8.0/21", "205.18.202.0/24", "205.18.210.0/24", "205.19.92.0/24", "205.19.161.0/24", "205.19.212.0/24", "205.20.80.0/21", "205.20.93.0/24", "205.20.117.0/24", "205.20.173.0/24", "205.21.89.0/24", "205.21.189.0/24", "205.21.190.0/23", "205.22.37.0/24", "205.22.38.0/24", "205.22.41.0/24", "205.22.45.0/24", "205.22.104.0/22", "205.22.138.0/24", "205.22.185.0/24", "205.22.206.0/24", "205.23.186.0/24", "205.23.203.0/24", "205.23.204.0/24", "205.24.0.0/16", "205.24.0.0/21", "205.24.5.0/24", "205.24.12.0/24", "205.24.36.0/24", "205.24.50.0/23", "205.24.50.0/24", "205.24.58.0/24", "205.24.63.0/24", "205.24.64.0/18", "205.24.65.0/24", "205.24.66.0/23", "205.24.77.0/24", "205.24.86.0/24", "205.24.94.0/24", "205.24.96.0/19", "205.24.103.0/24", "205.24.104.0/24", "205.24.113.0/24", "205.24.122.0/24", "205.24.143.0/24", "205.24.155.0/24", "205.24.160.0/23", "205.24.167.0/24", "205.24.168.0/22", "205.24.168.0/24", "205.24.170.0/24", "205.24.172.0/24", "205.24.176.0/24", "205.24.178.0/24", "205.24.180.0/24", "205.24.185.0/24", "205.24.190.0/23", "205.24.195.0/24", "205.24.198.0/24", "205.24.210.0/24", "205.24.231.0/24", "205.25.128.0/22", "205.25.232.0/23", "205.26.182.0/24", "205.27.0.0/24", "205.31.158.0/24", "205.32.0.0/12", "205.32.15.0/24", "205.32.28.0/23", "205.35.248.0/22", "205.38.2.0/24", "205.39.0.0/24", "205.39.149.0/24", "205.41.23.0/24", "205.41.247.0/24", "205.42.54.0/24", "205.42.142.0/23", "205.43.232.0/24", "205.44.24.0/23", "205.44.64.0/24", "205.45.200.0/22", "205.47.254.0/23", "205.48.0.0/13", "205.48.21.0/24", "205.51.0.0/24", "205.51.241.0/24", "205.52.0.0/24", "205.52.58.0/24", "205.111.128.0/18", "205.111.192.0/19", "205.111.224.0/23", "205.111.233.0/24", "205.111.234.0/23", "205.111.236.0/22", "205.111.240.0/21", "205.111.248.0/23", "205.111.253.0/24", "205.111.254.0/23", "205.112.0.0/21", "205.112.8.0/23", "205.112.11.0/24", "205.112.12.0/22", "205.112.32.0/19", "205.112.64.0/18", "205.112.128.0/17", "205.113.73.0/24", "205.113.80.0/20", "205.113.128.0/18", "205.113.192.0/19", "205.113.224.0/21", "205.113.232.0/24", "205.113.234.0/23", "205.113.236.0/22", "205.113.240.0/20", "205.114.0.0/16", "205.116.5.0/24", "205.116.6.0/23", "205.116.8.0/24", "205.116.12.0/22", "205.116.16.0/22", "205.116.50.0/23", "205.116.52.0/22", "205.116.56.0/22", "205.116.68.0/22", "205.116.72.0/21", "205.116.80.0/20", "205.116.96.0/19", "205.116.128.0/17", "205.117.0.0/16", "206.36.0.0/16", "206.197.206.0/24", "207.84.0.0/15", "209.72.0.0/16", "214.95.0.0/16", "214.96.0.0/15", "214.98.0.0/15", "214.100.0.0/15", "214.102.0.0/15", "214.104.0.0/15", "214.106.0.0/15", "214.108.0.0/15", "214.110.0.0/15", "214.112.0.0/15", "214.114.0.0/15", "214.116.0.0/15", "214.118.0.0/15", "214.120.0.0/15", "214.122.0.0/15", "214.124.0.0/15", "214.126.0.0/15", "214.128.0.0/9", "215.0.0.0/16", "215.2.0.0/15", "215.4.0.0/14", "215.8.0.0/13", "215.16.0.0/12", "215.32.0.0/11", "215.64.0.0/16", "215.66.0.0/16", "215.74.0.0/16", "215.77.0.0/16", "215.78.0.0/15", "215.80.0.0/12", "215.96.0.0/11", "215.128.0.0/9"]}}, "1120": {"name": "ACONET_SERVICES ACOnet Services @ Vienna Internet eXchange,", "ranges": {}}, "1200": {"name": "AMS-IX NL Administrative network, NL / Amsterdam Internet Exchange B.V.", "ranges": {"4": ["91.200.16.0/22", "185.55.136.0/22", "195.69.144.0/22"], "6": ["2001:67c:1a8::/48"]}}, "1208": {"name": "DNIC-AS-01208, US / DoD Network Information Center", "ranges": {"4": ["214.26.160.0/19", "214.26.160.0/24", "214.26.174.0/24", "215.68.192.0/20"]}}, "1348": {"name": "CA-DOTNET-AS, US / California Department of Transportation", "ranges": {"4": ["149.136.0.0/16"]}}, "1462": {"name": "DNIC-ASBLK-01462-01463, US / Headquarters, USAISC", "ranges": {"6": ["2608:161:e::/48"]}}, "1493": {"name": "DNIC-ASBLK-01492-01493, US / Headquarters, USAISC", "ranges": {"4": ["143.69.16.0/21", "143.69.137.0/24", "143.69.138.0/24", "143.69.139.0/24", "143.69.141.0/24", "143.69.142.0/24", "143.69.144.0/24", "143.69.147.0/24", "143.69.148.0/24", "143.69.149.0/24", "146.55.80.0/20", "146.55.192.0/18", "155.19.192.0/18", "155.26.176.0/20", "155.26.204.0/22", "155.26.208.0/20", "155.28.124.0/22", "155.28.192.0/19", "155.28.228.0/22", "155.28.240.0/20", "155.29.224.0/21", "155.152.128.0/20", "155.152.176.0/20", "155.213.64.0/18", "158.13.160.0/19", "199.209.154.0/23", "199.209.156.0/22", "199.209.160.0/19", "199.209.192.0/20", "199.209.224.0/21"]}}, "1501": {"name": "DNIC-ASBLK-01500-01502, US / Headquarters, USAISC", "ranges": {"4": ["136.210.249.0/24", "143.73.56.0/24", "143.73.58.0/24", "143.73.61.0/24", "143.73.66.0/24", "143.73.69.0/24", "143.73.70.0/24", "143.73.90.0/24", "143.73.93.0/24", "143.76.48.0/24", "143.86.168.0/24", "143.86.169.0/24", "143.86.175.0/24", "143.194.65.0/24", "143.194.68.0/24", "143.194.132.0/24", "143.194.157.0/24", "144.104.103.0/24", "144.107.186.0/24", "146.16.0.0/24", "146.16.1.0/24", "146.16.4.0/24", "146.16.15.0/24", "146.16.112.0/23", "146.16.112.0/24", "146.16.120.0/24", "146.16.121.0/24", "146.16.122.0/24", "146.16.123.0/24", "146.16.124.0/24", "146.16.125.0/24", "146.16.126.0/24", "146.16.127.0/24", "146.16.134.0/24", "155.20.218.0/24", "155.26.48.0/23", "155.26.48.0/24", "155.26.52.0/24", "155.26.53.0/24", "155.26.54.0/24", "155.26.56.0/24", "155.26.57.0/24", "155.26.58.0/24", "155.26.59.0/24", "155.26.60.0/24", "155.26.61.0/24", "155.26.72.0/24", "155.26.73.0/24", "155.26.201.0/24", "155.26.224.0/20", "155.26.225.0/24", "155.26.228.0/24", "155.26.234.0/24", "155.26.235.0/24", "155.30.121.0/24", "155.30.122.0/24", "155.30.191.0/24", "158.13.147.0/24", "160.140.32.0/22", "160.140.33.0/24", "160.140.34.0/24", "160.140.35.0/24", "160.140.36.0/24", "160.140.40.0/22", "160.140.42.0/24", "160.140.44.0/23"]}}, "1502": {"name": "DNIC-ASBLK-01500-01502, US / Headquarters, USAISC", "ranges": {"4": ["143.74.148.0/24", "143.74.149.0/24", "143.74.156.0/24", "143.74.157.0/24", "143.74.173.0/24", "143.76.205.0/24", "155.20.216.0/24", "155.20.217.0/24", "155.20.251.0/24", "155.26.197.0/24", "155.26.198.0/24", "155.26.200.0/24", "155.30.120.0/24", "155.30.123.0/24", "155.30.124.0/24", "155.30.125.0/24", "155.30.126.0/24", "155.30.127.0/24", "158.19.24.0/21"]}}, "1508": {"name": "DNIC-AS-01508, US / Headquarters, USAISC", "ranges": {"4": ["198.97.190.0/24", "204.235.64.0/24"], "6": ["2001:500:1::/48"]}}, "1516": {"name": "DNIC-ASBLK-01513-01518, US / Headquarters, USAISC", "ranges": {"4": ["144.104.200.0/23", "144.104.202.0/24", "144.104.203.0/24", "144.105.0.0/23", "144.105.15.0/24", "144.105.22.0/24", "150.149.1.0/24", "150.149.5.0/24", "150.149.6.0/24", "150.149.10.0/24", "150.149.12.0/23", "150.149.14.0/23", "150.149.16.0/24", "150.149.17.0/24", "150.149.18.0/23", "150.149.30.0/24", "150.149.31.0/24", "155.28.0.0/19", "155.28.30.0/24", "155.28.32.0/20", "155.28.38.0/24", "192.31.13.0/24"]}}, "1530": {"name": "DNIC-ASBLK-01529-01530, US / Headquarters, USAISC", "ranges": {"4": ["55.20.0.0/16", "55.71.0.0/16", "55.71.4.0/22", "55.71.19.0/24", "55.71.21.0/24", "55.71.22.0/23", "55.71.44.0/23", "55.71.54.0/23", "55.71.69.0/24", "55.71.71.0/24", "55.71.72.0/24", "55.71.73.0/24", "55.71.74.0/24", "55.71.75.0/24", "55.71.76.0/24", "55.71.77.0/24", "55.71.149.0/24", "55.71.197.0/24"]}}, "1539": {"name": "DNIC-ASBLK-01534-01546, US / Headquarters, USAISC", "ranges": {"4": ["152.80.0.0/16", "152.80.4.0/24", "205.56.225.0/24", "205.58.130.0/24", "205.58.232.0/24", "205.59.222.0/24", "205.59.249.0/24", "205.61.47.0/24", "205.62.198.0/24", "205.68.66.0/24", "205.69.123.0/24", "205.71.191.0/24", "205.73.163.0/24", "205.73.164.0/24", "205.75.255.0/24", "205.77.109.0/24", "205.78.255.0/24", "205.79.35.0/24", "205.81.23.0/24", "205.82.159.0/24", "205.82.161.0/24", "205.84.160.0/24", "205.95.249.0/24", "205.100.26.0/24", "205.101.11.0/24", "205.101.40.0/24", "205.102.199.0/24", "205.102.225.0/24", "205.103.56.0/24", "205.112.10.0/24", "205.113.72.0/24", "205.113.233.0/24"]}}, "1544": {"name": "DNIC-ASBLK-01534-01546, US / Headquarters, USAISC", "ranges": {"4": ["6.132.129.0/24", "6.132.132.0/24"]}}, "1551": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["147.37.0.0/19"]}}, "1553": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["139.139.188.0/24", "139.139.189.0/24"]}}, "1554": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.64.1.0/24", "136.207.128.0/17", "136.215.128.0/17", "136.215.192.0/18", "155.155.16.0/20", "155.155.48.0/20", "155.155.64.0/19", "155.155.80.0/20", "155.155.91.0/24", "155.155.96.0/19", "155.155.112.0/20", "155.155.128.0/19", "155.155.224.0/20", "155.155.240.0/20", "206.39.28.0/24"]}}, "1555": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.210.0.0/16", "139.139.99.0/24", "143.86.204.0/24", "144.105.249.0/24", "155.26.111.0/24"]}}, "1556": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.209.0.0/16", "155.24.0.0/16", "155.155.192.0/23", "206.39.14.0/24", "206.39.35.0/24"]}}, "1559": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.64.28.0/22", "147.36.0.0/16", "215.65.23.0/24"]}}, "1561": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.126.64.0/20", "6.126.224.0/21"]}}, "1562": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["140.201.0.0/16", "199.123.106.0/24", "206.39.38.0/24"]}}, "1563": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.218.0.0/16", "136.219.0.0/16", "206.39.36.0/24"]}}, "1565": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.64.4.0/24", "138.50.0.0/16"]}}, "1566": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.221.0.0/16"]}}, "1567": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.216.128.0/19", "136.216.192.0/19"]}}, "1568": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["136.216.0.0/17", "136.216.76.0/24", "206.39.26.0/24"]}}, "1580": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["140.154.0.0/16", "147.35.0.0/16", "215.65.26.0/24", "215.65.27.0/24"]}}, "1586": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["134.234.0.0/16"]}}, "1590": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["55.209.203.0/24", "143.69.7.0/24", "143.69.216.0/21", "143.69.232.0/22", "143.84.75.0/24", "143.84.160.0/24", "143.84.225.0/24", "146.55.24.0/21", "147.248.0.0/21", "147.248.8.0/24", "147.248.10.0/23", "147.248.12.0/22", "150.149.64.0/19", "155.19.8.0/24", "155.19.9.0/24", "155.19.10.0/23", "155.19.10.0/24", "155.19.56.0/21", "155.29.176.0/21", "155.29.184.0/22", "155.29.188.0/22", "155.152.164.0/22", "155.152.221.0/24", "155.152.223.0/24", "155.213.20.0/23", "155.213.52.0/22", "155.213.216.0/21", "158.13.136.0/21", "192.83.203.0/24", "192.172.13.0/24", "199.10.61.0/24", "199.123.76.0/24", "206.37.238.0/24", "214.3.88.0/24"]}}, "1600": {"name": "DNIC-ASBLK-01550-01601, US / DoD Network Information Center", "ranges": {"4": ["6.16.82.0/24", "6.16.83.0/24", "6.16.84.0/24", "6.16.85.0/24", "6.16.192.0/23", "6.16.212.0/24", "6.47.64.0/19", "6.47.96.0/21", "141.190.0.0/16", "143.68.10.0/23", "143.68.12.0/23", "143.68.16.0/20", "143.68.191.0/24", "143.73.144.0/20", "143.74.255.0/24", "144.107.32.0/20", "144.107.208.0/20", "147.248.16.0/21", "150.137.0.0/20", "150.137.5.0/24", "150.137.8.0/24", "150.137.9.0/24", "150.137.10.0/24", "150.137.11.0/24", "150.137.12.0/24", "150.137.16.0/20", "150.137.32.0/19", "150.137.64.0/18", "150.137.128.0/17", "150.149.0.0/19", "158.19.64.0/18", "160.143.80.0/20", "160.143.96.0/20", "160.143.113.0/24", "192.42.88.0/24"]}}, "1602": {"name": "DNIC-AS-01602, US / Headquarters, USAISC", "ranges": {"4": ["6.16.196.0/23", "143.212.0.0/16", "143.213.0.0/16", "143.214.0.0/16", "143.214.5.0/24", "143.214.8.0/23", "143.214.11.0/24", "143.214.12.0/24", "143.214.17.0/24", "143.214.22.0/24", "143.214.23.0/24", "143.214.24.0/24", "143.214.26.0/24", "143.214.44.0/22", "143.214.48.0/24", "143.214.50.0/23", "143.214.52.0/23", "143.214.54.0/23", "143.214.64.0/24", "143.214.65.0/24", "143.214.67.0/24", "143.214.82.0/24", "143.214.85.0/24", "143.214.88.0/24", "143.214.91.0/24", "143.214.96.0/24", "143.214.99.0/24", "143.214.112.0/24", "143.214.144.0/24", "143.214.149.0/24", "143.214.159.0/24", "143.214.193.0/24", "143.214.196.0/23", "143.214.236.0/24", "143.214.240.0/24", "143.214.241.0/24", "143.214.243.0/24", "143.214.245.0/24", "143.214.250.0/24", "143.214.251.0/24", "143.214.252.0/24", "143.214.253.0/24", "143.214.254.0/24", "143.214.255.0/24", "147.248.32.0/23", "147.248.37.0/24", "147.248.38.0/23", "150.137.0.0/16"]}}, "1637": {"name": "DNIC-AS-01637, US / Headquarters, USAISC", "ranges": {"4": ["6.16.88.0/24", "6.16.89.0/24", "6.16.194.0/23", "143.46.0.0/16", "143.46.5.0/24", "143.46.8.0/23", "143.46.10.0/24", "143.46.11.0/24", "143.46.12.0/24", "143.46.17.0/24", "143.46.18.0/24", "143.46.20.0/24", "143.46.21.0/24", "143.46.22.0/24", "143.46.23.0/24", "143.46.24.0/24", "143.46.25.0/24", "143.46.26.0/24", "143.46.27.0/24", "143.46.32.0/24", "143.46.33.0/24", "143.46.34.0/24", "143.46.35.0/24", "143.46.36.0/24", "143.46.37.0/24", "143.46.39.0/24", "143.46.48.0/24", "143.46.49.0/24", "143.46.50.0/24", "143.46.51.0/24", "143.46.53.0/24", "143.46.55.0/24", "143.46.60.0/24", "143.46.110.0/24", "143.46.112.0/24", "143.46.116.0/22", "143.46.120.0/22", "143.46.128.0/23", "143.46.130.0/23", "143.46.134.0/23", "143.46.141.0/24", "143.46.142.0/24", "143.46.143.0/24", "143.46.144.0/24", "143.46.145.0/24", "143.46.146.0/24", "143.46.147.0/24", "143.46.150.0/24", "143.46.158.0/24", "143.46.161.0/24", "143.46.164.0/22", "143.46.190.0/24", "143.46.193.0/24", "143.46.203.0/24", "143.46.210.0/24", "143.46.229.0/24", "143.46.240.0/24", "143.46.253.0/24", "143.68.152.0/21", "147.248.24.0/22", "155.5.0.0/16", "155.6.0.0/16"]}}, "1649": {"name": "DNIC-AS-01649, US / Headquarters, USAISC", "ranges": {"4": ["6.16.216.0/24", "143.45.0.0/16", "143.45.8.0/23", "143.45.11.0/24", "143.45.12.0/24", "143.45.18.0/24", "143.45.20.0/24", "143.45.21.0/24", "143.45.36.0/24", "143.45.37.0/24", "143.45.38.0/24", "143.45.47.0/24", "143.45.48.0/24", "143.45.50.0/24", "143.45.51.0/24", "143.45.56.0/24", "143.45.57.0/24", "143.45.66.0/24", "143.45.67.0/24", "143.45.69.0/24", "143.45.75.0/24", "143.45.100.0/23", "143.45.102.0/23", "143.45.111.0/24", "143.45.120.0/24", "143.45.130.0/24", "143.45.132.0/24", "143.45.134.0/24", "143.45.135.0/24", "143.45.136.0/24", "143.45.137.0/24", "143.45.138.0/24", "143.45.139.0/24", "143.45.140.0/24", "143.45.147.0/24", "143.45.150.0/24", "143.45.152.0/23", "143.45.160.0/22", "143.45.164.0/23", "143.45.179.0/24", "143.45.192.0/24", "143.45.208.0/24", "147.248.28.0/24", "147.248.29.0/24", "150.133.0.0/16", "150.133.11.0/24", "150.133.12.0/24", "150.133.17.0/24", "150.133.18.0/24", "150.133.20.0/24", "150.133.22.0/24", "150.133.32.0/24", "150.133.33.0/24", "150.133.46.0/24", "150.133.50.0/24", "150.133.65.0/24", "150.133.104.0/22", "150.133.112.0/22", "150.133.128.0/24", "150.133.129.0/24", "150.133.171.0/24", "150.133.184.0/24", "150.133.216.0/24", "150.133.250.0/24"]}}, "1701": {"name": "AS1701, US / National Aeronautics and Space Administration", "ranges": {"4": ["129.165.0.0/16", "150.144.0.0/16"]}}, "1733": {"name": "DISACENT-NIPR-ASN, US / DoD Network Information Center", "ranges": {"4": ["134.229.68.0/24", "209.22.82.0/24", "209.22.97.0/24", "214.4.8.0/24", "214.4.59.0/24", "214.16.49.0/24", "214.48.7.0/24", "214.48.44.0/22", "214.48.52.0/22", "214.48.56.0/22", "214.48.60.0/22", "214.72.7.0/24", "214.72.17.0/24", "215.1.42.0/23", "215.65.50.0/23", "215.65.119.0/24"], "6": ["2608:8105:1::/48"]}}, "1772": {"name": "DNIC-AS-01772, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["128.160.128.0/17"]}}, "1842": {"name": "USGS-AS, US / United States Geological Survey", "ranges": {"4": ["130.118.152.0/24", "130.118.176.0/22", "130.118.180.0/22", "137.227.230.0/24", "137.227.236.0/24", "152.61.0.0/16", "152.61.132.0/24", "152.61.229.0/24", "192.48.124.0/24", "192.55.108.0/24"]}}, "1843": {"name": "AS1843-7, US / National Aeronautics and Space Administration", "ranges": {"4": ["128.159.0.0/16", "128.217.0.0/16", "163.205.0.0/16", "163.206.0.0/16", "192.77.26.0/24", "192.77.27.0/24", "192.77.28.0/24", "192.77.29.0/24", "192.77.30.0/24", "192.77.31.0/24", "192.77.32.0/21", "192.77.40.0/23", "192.77.42.0/23", "192.77.44.0/23"]}}, "1848": {"name": "AS1848, US / National Aeronautics and Space Administration", "ranges": {"4": ["192.150.28.0/24", "198.118.192.0/21", "198.118.192.0/24", "198.118.193.0/24", "198.118.194.0/24", "198.118.195.0/24", "198.118.196.0/24", "198.118.197.0/24", "198.118.198.0/24", "198.118.199.0/24", "198.118.200.0/23", "198.118.200.0/24", "198.118.201.0/24", "198.118.224.0/24", "198.118.229.0/24", "198.118.233.0/24", "198.118.234.0/24", "198.118.235.0/24", "198.118.236.0/23", "198.118.236.0/24", "198.118.237.0/24", "198.118.240.0/22", "198.118.254.0/23", "198.118.254.0/24", "198.118.255.0/24"], "6": ["2001:4d0:241a::/48"]}}, "1850": {"name": "ISNIC IS TLD AdminReykjavik Internet Exchange RIX, IS / Internet a Islandi hf", "ranges": {"4": ["185.93.156.0/22", "193.4.58.0/23"], "6": ["2001:67c:6c::/48"]}}, "1904": {"name": "DNIC-AS-01904, US / DoD Network Information Center", "ranges": {"4": ["192.152.18.0/24", "192.152.19.0/24", "192.152.21.0/24", "192.207.74.0/24", "198.154.64.0/24", "198.154.65.0/24", "198.154.66.0/24", "198.154.67.0/24", "198.154.68.0/24", "198.154.69.0/24", "198.154.70.0/24", "198.154.71.0/24", "198.154.72.0/23", "198.154.74.0/24", "198.154.75.0/24", "207.132.83.0/24"]}}, "1908": {"name": "DNIC-AS-01908, US / DoD Network Information Center", "ranges": {"4": ["214.9.116.0/24"]}}, "1911": {"name": "DNIC-ASBLK-01910-01914, US / DoD Network Information Center", "ranges": {"4": ["209.22.51.0/24", "214.3.134.0/24", "214.6.102.0/24"]}}, "1913": {"name": "DNIC-ASBLK-01910-01914, US / DoD Network Information Center", "ranges": {"4": ["214.27.156.0/22"]}}, "1959": {"name": "DNIC-AS-01959, US / DoD Network Information Center", "ranges": {"4": ["160.126.0.0/16"]}}, "2046": {"name": "DNIC-AS-02046, US / DoD Network Information Center", "ranges": {"4": ["139.241.14.0/24", "192.207.163.0/24", "209.22.64.0/22", "209.22.75.0/24", "209.22.96.0/24", "214.54.0.0/18"]}}, "2143": {"name": "AS2143, US / National Aeronautics and Space Administration", "ranges": {"4": ["192.92.160.0/22", "192.92.168.0/23", "192.92.189.0/24"]}}, "2576": {"name": "DOT-AS, US / U. S. Department of Transportation", "ranges": {"4": ["152.119.0.0/16", "152.120.0.0/16", "152.122.0.0/16", "169.135.0.0/16", "199.79.176.0/24", "199.79.177.0/24", "199.79.178.0/24", "199.79.179.0/24", "199.79.180.0/24", "204.68.194.0/23", "204.68.194.0/24", "204.68.195.0/24", "204.68.196.0/23", "204.68.202.0/24", "204.69.250.0/23", "204.69.252.0/24", "204.86.184.0/21", "204.86.192.0/23", "204.152.44.0/23", "204.238.19.0/24"], "6": ["2001:19e8::/48", "2001:19e8:1::/48", "2001:19e8:2::/48", "2001:19e8:a::/48", "2001:19e8:d::/48", "2001:19e8:e::/48", "2001:19e8:d1::/48", "2001:19e8:d2::/48", "2001:19e8:d3::/48", "2001:19e8:d4::/48", "2001:19e8:d5::/48", "2001:19e8:d6::/48", "2001:19e8:d7::/48", "2001:19e8:d8::/48", "2001:19e8:d9::/48", "2001:19e8:da::/48", "2001:19e8:f0::/48", "2001:19e8:f1::/48", "2001:19e8:f2::/48", "2001:19e8:f3::/48", "2001:19e8:f4::/48", "2001:19e8:f5::/48", "2001:19e8:f6::/48", "2001:19e8:f7::/48", "2001:19e8:f8::/48", "2001:19e8:f9::/48", "2001:19e8:fa::/48", "2001:19e8:fb::/48"]}}, "2577": {"name": "DNIC-AS-02577, US / DoD Network Information Center", "ranges": {"4": ["144.51.0.0/17", "144.51.8.0/21"]}}, "2621": {"name": "DNIC-AS-02621, US / DoD Network Information Center", "ranges": {"4": ["164.196.0.0/22", "164.196.4.0/22"]}}, "2749": {"name": "DNIC-AS-02749, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["160.127.0.0/16", "160.128.0.0/18", "160.128.64.0/19", "160.128.128.0/19", "160.128.176.0/20", "163.2.0.0/16", "199.208.186.0/24", "205.68.113.0/24", "205.68.114.0/24", "206.37.212.0/24", "207.132.33.0/24", "209.22.132.0/24", "209.22.133.0/24", "209.22.179.0/24"]}}, "3316": {"name": "RELARN Research & Education Network, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["86.62.49.0/24", "193.232.85.0/24", "193.232.131.0/24", "194.85.31.0/24", "194.85.105.0/24", "194.85.106.0/24", "194.85.117.0/24", "194.85.118.0/24", "194.85.119.0/24", "194.190.132.0/22", "194.190.132.0/24", "194.190.134.0/24", "194.190.138.0/24", "194.190.141.0/24", "194.190.142.0/24", "194.190.145.0/24", "194.190.148.0/24", "194.226.29.0/24", "194.226.44.0/24", "194.226.46.0/23", "194.226.64.0/20", "194.226.64.0/24", "194.226.69.0/24", "195.19.26.0/24", "195.208.22.0/23", "195.209.4.0/24", "195.209.8.0/24", "195.209.16.0/24", "195.209.146.0/24"], "6": ["2001:6d0:ffb8::/48", "2001:6d0:ffd9::/48"]}}, "3470": {"name": "DNIC-AS-03470, US / DoD Network Information Center", "ranges": {"4": ["198.49.205.0/24"]}}, "3471": {"name": "DNIC-AS-03471, US / DoD Network Information Center", "ranges": {"4": ["199.9.92.0/24"]}}, "3472": {"name": "DNIC-AS-03472, US / DoD Network Information Center", "ranges": {"4": ["199.9.91.0/24"]}}, "3474": {"name": "DNIC-AS-03474, US / DoD Network Information Center", "ranges": {"4": ["199.9.93.0/24"]}}, "3486": {"name": "JPMORGAN-AS3486, US / JPMorgan Chase & Co.", "ranges": {"4": ["146.143.0.0/16", "146.143.0.0/18", "146.143.64.0/18", "146.143.128.0/18", "146.143.192.0/18", "198.36.0.0/22", "204.86.14.0/23"], "6": ["2620:11:40::/42", "2620:11:40::/45", "2620:11:40::/47", "2620:11:50::/47", "2620:11:60::/47", "2620:11:70::/47"]}}, "3856": {"name": "PCH-AS, US / Packet Clearing House, Inc.", "ranges": {"4": ["69.166.10.0/24"], "6": ["2620:0:870::/48"]}}, "3923": {"name": "FAA-MMAC, US / Federal Aviation Agency", "ranges": {"4": ["152.123.8.0/21", "152.123.16.0/23", "152.123.16.0/24", "162.58.0.0/16"], "6": ["2001:19e8:8041::/48"]}}, "3930": {"name": "FERC-FED-, US / Federal Energy Regulatory Commission", "ranges": {"4": ["204.87.16.0/20", "204.87.16.0/24", "204.87.17.0/24", "204.87.18.0/24", "204.87.19.0/24", "204.87.20.0/24"]}}, "3954": {"name": "DNIC-AS-03954, US / DoD Network Information Center", "ranges": {"4": ["204.34.103.0/24", "204.34.108.0/24", "204.34.109.0/24", "207.133.136.0/23", "207.133.141.0/24", "207.133.242.0/24", "207.133.243.0/24"]}}, "4010": {"name": "DNIC-AS-04010, US / Headquarters, USAISC", "ranges": {"4": ["130.165.0.0/16", "137.161.0.0/16", "140.194.0.0/17", "140.194.128.0/18", "140.194.192.0/24", "140.194.193.0/24", "140.194.194.0/23", "140.194.196.0/22", "140.194.200.0/22", "140.194.204.0/22", "140.194.208.0/20", "140.194.224.0/19", "155.74.0.0/16", "155.75.0.0/16", "155.76.0.0/16", "155.77.0.0/16", "155.78.0.0/16", "155.79.0.0/16", "155.80.0.0/16", "155.81.0.0/16", "155.82.0.0/16", "155.83.0.0/16", "155.84.0.0/16", "155.85.0.0/19", "155.85.32.0/21", "155.85.48.0/20", "155.85.64.0/18", "155.85.128.0/19", "155.85.168.0/21", "155.85.176.0/20", "155.85.192.0/18", "155.86.0.0/16", "155.87.0.0/16", "155.88.0.0/16", "155.88.132.0/24", "155.88.188.0/24", "155.88.190.0/24", "155.88.196.0/24", "155.88.252.0/24", "155.88.254.0/24", "198.17.86.0/24"]}}, "4046": {"name": "FAA, US / Federal Aviation Administration", "ranges": {"4": ["152.123.17.0/24", "155.178.0.0/17", "155.178.6.0/24", "155.178.32.0/23", "155.178.34.0/24", "155.178.128.0/17", "192.112.97.0/24", "204.108.2.0/24", "204.108.3.0/24", "204.108.4.0/22", "204.108.9.0/24", "204.108.10.0/24"], "6": ["2001:19e8:8001::/48", "2001:19e8:8900::/48", "2001:19e8:8ab0::/48", "2606:7ec0::/32"]}}, "4635": {"name": "HKIX-RS1 Hong Kong Internet Exchange--Route Server 1, HK", "ranges": {}}, "4641": {"name": "HKIX-AS-AP The Hong Kong Internet Exchange Limited, HK / The Hong Kong Internet Exchange Limited", "ranges": {"4": ["123.255.96.0/19", "202.45.176.0/20", "202.45.177.0/24", "202.45.188.0/24"], "6": ["2405:3001::/32"]}}, "4754": {"name": "STPN-GAC-ICANN 1016, Electronics Niketan, 6, CGO Complex, IN", "ranges": {}}, "4779": {"name": "PHOPENIX-AS-PH Philippine Open Internet Exchange, PH", "ranges": {}}, "4818": {"name": "DIGIIX-AP DiGi Telecommunications Sdn. Bhd., MY / DiGi Telecommunications Sdn Bhd., Digi Internet Exchange", "ranges": {"4": ["49.124.0.0/15", "104.101.28.0/22", "104.101.64.0/20", "104.101.80.0/20", "104.101.96.0/23", "115.164.0.0/16", "182.62.0.0/15", "210.48.192.0/20"], "6": ["2001:4458::/32", "2001:4458::/33", "2001:4458:8000::/33", "2402:1980::/32", "2402:1980::/33", "2402:1980:8000::/33"]}}, "4888": {"name": "USPSOIG-AS1, US / United States Postal Service Office of Inspector General", "ranges": {"4": ["38.134.108.0/24"]}}, "4889": {"name": "USPSOIG-AS2, US / United States Postal Service Office of Inspector General", "ranges": {"4": ["192.154.124.0/23", "192.154.124.0/24", "192.154.125.0/24"]}}, "5052": {"name": "DNIC-AS-05052, US / DoD Network Information Center", "ranges": {"4": ["214.54.66.0/24", "214.54.67.0/24"]}}, "5058": {"name": "NRL-EXP, US / Navy Network Information Center (NNIC)", "ranges": {"4": ["134.207.0.0/16"], "6": ["2001:480:23::/48"]}}, "5132": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"6": ["2001:480:a0::/48", "2001:480:a1::/48", "2001:480:aa::/48", "2001:480:ab::/48", "2001:480:b0::/48", "2001:480:1801::/48"]}}, "5133": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["163.249.8.0/23", "163.249.100.0/22", "163.249.104.0/21", "163.249.112.0/20", "163.249.128.0/19", "163.249.160.0/21", "163.249.168.0/22"]}}, "5180": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["147.48.64.0/19", "147.48.192.0/19", "147.48.224.0/19", "158.8.0.0/16", "158.18.0.0/16", "164.216.0.0/16", "192.26.89.0/24", "198.97.146.0/23", "204.34.76.0/22", "204.34.84.0/22", "204.34.88.0/22", "204.34.90.0/24", "204.34.91.0/24", "204.34.92.0/22", "204.34.94.0/24", "204.34.96.0/22", "204.34.111.0/24", "204.34.116.0/22", "204.34.120.0/24", "204.34.121.0/24", "204.34.122.0/24", "204.34.123.0/24", "204.34.124.0/24", "204.34.125.0/24", "204.34.126.0/24", "206.39.10.0/24", "206.39.11.0/24", "206.39.12.0/24", "206.39.13.0/24", "207.132.127.0/24", "207.132.199.0/24", "207.132.201.0/24", "207.132.202.0/24", "207.133.66.0/24", "207.133.75.0/24", "207.133.76.0/24", "207.133.77.0/24", "207.133.78.0/24", "207.133.79.0/24", "207.133.80.0/24", "207.133.128.0/24", "207.133.129.0/24", "207.133.131.0/24", "207.133.138.0/24", "207.133.148.0/24", "207.133.150.0/24", "207.133.151.0/24", "207.133.247.0/24", "214.80.128.0/18", "214.80.192.0/18"]}}, "5182": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["207.133.140.0/24", "207.133.245.0/24", "207.133.246.0/24", "207.133.249.0/24", "207.133.250.0/24", "207.133.251.0/24", "207.133.252.0/24", "207.133.254.0/24", "207.133.255.0/24"]}}, "5231": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["128.26.61.0/24", "128.26.63.0/24", "128.26.64.0/24", "128.26.66.0/24", "128.26.67.0/24", "128.26.70.0/24", "128.26.122.0/24", "128.26.124.0/24", "128.26.125.0/24", "198.218.93.0/24", "205.60.236.0/24", "214.6.97.0/24", "214.29.97.0/24", "214.29.98.0/24", "214.29.103.0/24", "214.29.119.0/24", "214.29.225.0/24", "214.29.233.0/24", "214.51.42.0/24", "214.64.75.0/24"]}}, "5237": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["205.56.54.0/23", "205.56.209.0/24", "205.56.210.0/24", "205.56.246.0/23", "205.56.247.0/24", "205.68.208.0/20", "205.69.16.0/20", "205.69.231.0/24", "205.72.128.0/19", "205.75.112.0/20", "205.75.128.0/20", "205.76.128.0/19", "205.76.212.0/24", "205.78.128.0/20", "205.88.224.0/20", "205.90.96.0/20", "205.91.192.0/20", "205.99.64.0/20", "205.106.56.0/22", "209.22.52.0/24"]}}, "5306": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["199.112.76.0/24", "214.26.248.0/24", "214.27.12.0/22", "214.27.96.0/20", "214.27.96.0/24", "214.27.98.0/24", "214.27.99.0/24", "214.27.100.0/24", "214.27.101.0/24", "214.27.102.0/24", "214.27.103.0/24", "214.27.104.0/24", "214.27.105.0/24", "214.27.106.0/24", "214.27.107.0/24", "214.27.108.0/24", "214.27.109.0/24", "214.27.110.0/24", "214.27.111.0/24", "215.68.128.0/20", "215.68.128.0/24", "215.68.129.0/24", "215.68.130.0/24", "215.68.131.0/24", "215.68.132.0/24", "215.68.133.0/24", "215.68.134.0/24", "215.68.140.0/22"]}}, "5307": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["144.251.23.0/24", "144.251.44.0/24", "144.251.45.0/24", "144.251.46.0/24", "144.251.47.0/24", "144.251.66.0/24", "144.251.67.0/24", "144.251.108.0/24", "144.251.109.0/24", "144.251.112.0/24", "144.251.113.0/24", "144.251.114.0/24", "144.251.115.0/24", "144.251.116.0/24", "144.251.118.0/24", "144.251.119.0/24", "144.251.123.0/24", "144.251.124.0/23", "144.251.126.0/23", "144.251.187.0/24", "144.251.188.0/24", "144.251.192.0/24", "144.251.225.0/24", "144.251.236.0/24", "152.229.0.0/16", "156.112.104.0/24", "156.112.106.0/24", "156.112.107.0/24", "156.112.108.0/23", "156.112.110.0/24", "156.112.111.0/24", "156.112.128.0/23", "156.112.130.0/24", "156.112.133.0/24", "156.112.170.0/24", "204.34.184.0/23", "214.3.12.0/24", "214.3.107.0/24", "214.4.144.0/24", "214.6.32.0/24", "214.6.34.0/24", "214.6.36.0/24", "214.10.8.0/22", "214.23.8.0/21", "214.23.16.0/21", "214.23.32.0/20", "214.23.80.0/24", "214.23.204.0/24", "214.23.205.0/24", "214.23.242.0/23", "214.49.16.0/21", "214.49.24.0/22", "214.56.82.0/23", "214.66.64.0/19", "214.66.70.0/24", "214.66.129.0/24", "214.66.131.0/24"], "6": ["2608:125::/48"]}}, "5329": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["214.16.17.0/24", "214.16.18.0/24"]}}, "5371": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["205.56.81.0/24", "205.56.82.0/24", "205.56.83.0/24", "205.57.0.0/19", "205.57.61.0/24", "205.57.62.0/24", "205.57.101.0/24", "205.57.102.0/24", "205.58.82.0/23", "205.58.84.0/23", "205.58.232.0/23", "205.58.234.0/24", "205.59.32.0/19", "205.59.159.0/24", "205.59.160.0/23", "205.59.162.0/24", "205.59.164.0/23", "205.59.166.0/24", "205.59.167.0/24", "205.59.169.0/24", "205.59.170.0/24", "205.59.172.0/23", "205.59.174.0/24", "205.59.177.0/24", "205.63.0.0/19", "205.65.32.0/24", "205.65.33.0/24", "205.65.34.0/24", "205.65.35.0/24", "205.65.36.0/24", "205.65.44.0/22", "205.65.176.0/22", "205.65.187.0/24", "205.65.188.0/24", "205.67.0.0/20", "205.67.20.0/24", "205.67.24.0/22", "205.68.126.0/24", "205.68.192.0/20", "205.68.224.0/20", "205.68.228.0/24", "205.68.230.0/24", "205.68.231.0/24", "205.68.232.0/24", "205.68.240.0/20", "205.68.244.0/24", "205.68.246.0/24", "205.68.247.0/24", "205.68.248.0/24", "205.70.128.0/19", "205.70.192.0/20", "205.71.112.0/20", "205.71.116.0/24", "205.71.117.0/24", "205.71.119.0/24", "205.71.120.0/24", "205.71.121.0/24", "205.71.122.0/24", "205.71.128.0/19", "205.71.129.0/24", "205.71.131.0/24", "205.71.132.0/23", "205.71.136.0/24", "205.71.137.0/24", "205.71.144.0/23", "205.71.147.0/24", "205.71.164.0/24", "205.71.192.0/20", "205.71.208.0/20", "205.71.213.0/24", "205.71.214.0/24", "205.71.215.0/24", "205.71.216.0/24", "205.71.240.0/20", "205.71.244.0/24", "205.71.246.0/24", "205.71.247.0/24", "205.71.248.0/24", "205.72.64.0/20", "205.72.192.0/20", "205.73.64.0/20", "205.73.96.0/20", "205.73.128.0/19", "205.78.0.0/20", "205.78.10.0/23", "205.78.12.0/22", "205.78.16.0/21", "205.78.23.0/24", "205.78.24.0/22", "205.78.24.0/24", "205.78.25.0/24", "205.78.28.0/24", "205.79.0.0/20", "205.79.71.0/24", "205.79.72.0/23", "205.79.75.0/24", "205.79.76.0/23", "205.79.80.0/24", "205.79.82.0/24", "205.79.83.0/24", "205.79.84.0/24", "205.79.85.0/24", "205.79.86.0/23", "205.79.89.0/24", "205.79.192.0/19", "205.83.96.0/20", "205.83.112.0/20", "205.83.112.0/23", "205.83.114.0/24", "205.83.115.0/24", "205.86.81.0/24", "205.86.82.0/24", "205.86.136.0/24", "205.86.137.0/24", "205.86.138.0/24", "205.86.176.0/24", "205.86.177.0/24", "205.86.178.0/24", "205.88.128.0/20", "205.88.192.0/20", "205.88.208.0/20", "205.89.16.0/22", "205.89.96.0/20", "205.89.160.0/21", "205.89.160.0/24", "205.89.161.0/24", "205.89.163.0/24", "205.89.164.0/24", "205.89.192.0/20", "205.89.192.0/24", "205.89.194.0/24", "205.89.195.0/24", "205.89.196.0/24", "205.90.32.0/20", "205.90.128.0/20", "205.90.192.0/20", "205.90.224.0/20", "205.91.0.0/20", "205.91.96.0/20", "205.91.96.0/24", "205.91.97.0/24", "205.91.98.0/24", "205.91.101.0/24", "205.91.107.0/24", "205.91.108.0/24", "205.91.128.0/20", "205.92.64.0/20", "205.93.128.0/19", "205.93.160.0/19", "205.93.160.0/24", "205.93.162.0/24", "205.93.164.0/24", "205.93.165.0/24", "205.93.224.0/20", "205.94.32.0/20", "205.94.160.0/20", "205.95.64.0/24", "205.95.65.0/24", "205.95.67.0/24", "205.95.68.0/24", "205.98.128.0/20", "205.98.192.0/20", "205.99.96.0/20", "205.103.0.0/24", "205.103.4.0/24", "205.103.24.0/24", "205.103.28.0/24", "205.103.44.0/24", "205.103.52.0/24", "205.103.64.0/24", "205.106.220.0/24", "205.107.48.0/24", "205.107.52.0/24", "205.107.60.0/24", "205.107.64.0/24", "205.107.65.0/24", "205.107.100.0/24", "205.107.109.0/24", "205.107.112.0/24", "205.107.124.0/24", "205.107.129.0/24", "205.107.140.0/24", "205.107.144.0/24", "205.107.160.0/24", "205.107.172.0/24", "205.107.180.0/24", "205.107.188.0/24", "205.107.212.0/24", "205.107.228.0/22", "205.113.10.0/23", "205.113.12.0/22", "205.113.16.0/24", "205.115.50.0/24", "214.57.1.0/24", "214.57.2.0/24", "214.57.5.0/24", "214.57.6.0/24", "214.57.8.0/24", "214.57.9.0/24", "214.57.28.0/24", "214.57.36.0/24", "214.57.42.0/24", "214.57.56.0/24", "214.57.60.0/24", "214.57.125.0/24", "214.57.127.0/24"]}}, "5374": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["144.51.128.0/17", "144.51.240.0/21"]}}, "5376": {"name": "DNIC-ASBLK-05120-05376, US / DoD Network Information Center", "ranges": {"4": ["214.8.0.0/16"], "6": ["2608:121::/48"]}}, "5459": {"name": "LINX-AS London interconnection point, GB / London Internet Exchange Ltd.", "ranges": {"4": ["195.66.232.0/22", "195.66.240.0/22", "195.66.248.0/22"], "6": ["2a01:40::/32"]}}, "5507": {"name": "HU-BIX-AS BIX - Budapest Internet Exchange, HU", "ranges": {}}, "5568": {"name": "RBNET, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["194.226.68.0/24", "195.209.3.0/24", "195.209.14.0/24"], "6": ["2001:6d0:ffff::/48"]}}, "5744": {"name": "USPTO, US / United States Patent and Trademark Office", "ranges": {"4": ["151.207.128.0/20", "151.207.232.0/22", "151.207.240.0/20", "151.207.245.0/24", "151.207.246.0/24", "151.207.248.0/24"], "6": ["2610:20:5004::/48", "2610:20:5006::/48", "2610:20:500a::/48", "2610:20:5010::/44", "2610:20:5012::/48", "2610:20:5020::/44", "2610:20:5030::/44", "2610:20:5100::/40", "2610:20:5130::/44", "2610:20:5160::/44"]}}, "5774": {"name": "USPS-001, US / United States Postal Service.", "ranges": {"4": ["56.0.0.0/16", "56.0.32.0/20", "56.0.64.0/19", "56.0.86.0/23", "56.0.90.0/24", "56.0.91.0/24", "56.0.128.0/19", "56.0.146.0/24", "56.0.149.0/24", "56.0.150.0/24", "56.0.151.0/24", "56.0.192.0/20", "56.0.208.0/20", "56.105.0.0/16", "56.105.64.0/18", "56.105.67.0/24", "56.105.72.0/21", "56.105.80.0/22", "56.105.84.0/23", "56.105.108.0/22", "56.105.120.0/22", "56.105.128.0/18", "56.105.129.0/24", "56.105.156.0/22", "56.105.164.0/22", "56.235.0.0/16", "56.235.0.0/17", "56.235.128.0/17"], "6": ["2610:68::/32", "2610:68:4000::/34"]}}, "5831": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["140.47.0.0/16", "140.48.0.0/16", "214.3.138.0/24"]}}, "5839": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["138.180.197.0/24", "138.180.198.0/24", "205.69.237.0/24", "205.71.96.0/20"]}}, "5842": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["214.3.32.0/20", "214.3.48.0/21", "214.3.234.0/24", "214.16.61.0/24", "214.27.180.0/22", "214.27.184.0/22", "214.38.144.0/21", "214.38.152.0/21"]}}, "5852": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["131.65.0.0/24", "131.65.1.0/24", "131.65.2.0/24", "131.65.3.0/24", "138.140.4.0/23", "138.140.51.0/24", "138.140.52.0/23", "138.140.54.0/24", "138.140.56.0/24", "138.140.57.0/24", "138.140.60.0/24", "138.140.61.0/24", "138.140.68.0/24", "138.140.70.0/24", "138.140.71.0/24", "138.140.88.0/24", "138.140.89.0/24", "138.140.90.0/24", "138.140.96.0/24", "138.140.99.0/24", "138.140.105.0/24", "138.140.106.0/23", "138.140.108.0/22", "138.140.112.0/20", "138.140.128.0/24", "138.140.161.0/24", "138.141.2.0/24", "138.141.3.0/24", "138.141.8.0/23", "138.141.11.0/24", "138.141.13.0/24", "138.141.15.0/24", "138.141.40.0/23", "138.141.42.0/24", "138.141.43.0/24", "138.141.45.0/24", "138.141.46.0/24", "138.141.64.0/23", "138.141.67.0/24", "138.141.70.0/24", "138.141.71.0/24", "138.141.78.0/24", "138.141.79.0/24", "138.141.80.0/23", "138.141.82.0/23", "138.141.87.0/24", "138.141.88.0/22", "138.141.90.0/23", "138.141.90.0/24", "138.141.98.0/24", "138.141.101.0/24", "138.141.106.0/24", "138.141.107.0/24", "138.141.110.0/24", "138.141.111.0/24", "138.141.122.0/24", "138.141.123.0/24", "138.141.124.0/22", "138.141.130.0/24", "138.141.131.0/24", "138.141.132.0/24", "138.141.133.0/24", "138.141.134.0/24", "138.141.135.0/24", "138.141.144.0/24", "138.141.159.0/24", "138.141.160.0/22", "138.141.164.0/22", "138.141.168.0/21", "138.141.176.0/21", "138.141.184.0/21", "138.141.192.0/24", "138.141.194.0/24", "138.141.195.0/24", "138.141.209.0/24", "138.141.210.0/23", "138.141.218.0/24", "138.141.223.0/24", "138.141.225.0/24", "138.141.226.0/24", "138.141.254.0/23", "138.152.0.0/24", "139.40.130.0/24", "139.40.131.0/24", "139.40.134.0/24", "139.40.135.0/24", "139.40.136.0/24", "139.40.144.0/24", "139.40.145.0/24", "139.40.146.0/23", "139.40.148.0/24", "139.40.151.0/24", "139.40.152.0/24", "139.235.0.0/24", "139.235.1.0/24", "139.235.128.0/24", "139.235.129.0/24", "140.12.16.0/24", "140.12.20.0/24", "140.12.21.0/24", "140.12.40.0/21", "140.12.40.0/24", "140.12.220.0/22", "140.13.8.0/22", "140.13.14.0/24", "140.13.32.0/20", "140.16.1.0/24", "140.16.2.0/24", "140.16.4.0/24", "140.16.10.0/23", "140.16.16.0/24", "140.16.17.0/24", "140.16.20.0/24", "140.16.21.0/24", "140.16.24.0/23", "140.16.30.0/24", "140.16.31.0/24", "140.16.34.0/23", "140.16.36.0/23", "140.16.39.0/24", "140.16.40.0/21", "140.16.52.0/24", "140.16.56.0/24", "140.16.57.0/24", "140.16.80.0/21", "140.16.88.0/21", "140.16.96.0/24", "140.16.97.0/24", "140.16.98.0/24", "140.16.102.0/24", "140.16.114.0/24", "140.16.116.0/22", "140.16.123.0/24", "140.16.128.0/24", "140.16.129.0/24", "140.16.130.0/23", "140.16.132.0/24", "140.16.136.0/21", "140.16.147.0/24", "140.16.148.0/24", "140.16.149.0/24", "140.16.150.0/24", "140.16.152.0/24", "140.16.153.0/24", "140.16.154.0/24", "140.16.155.0/24", "140.16.162.0/24", "140.16.163.0/24", "140.16.164.0/24", "140.16.165.0/24", "140.16.167.0/24", "140.16.194.0/23", "140.16.202.0/24", "140.16.203.0/24", "140.16.237.0/24", "140.16.239.0/24", "140.16.240.0/22", "140.16.244.0/22", "140.16.248.0/22", "140.17.0.0/20", "140.17.14.0/24", "140.17.24.0/23", "140.17.30.0/23", "140.17.32.0/24", "140.17.38.0/24", "140.17.39.0/24", "140.17.40.0/24", "140.17.41.0/24", "140.17.42.0/23", "140.17.44.0/24", "140.17.64.0/23", "140.17.64.0/24", "140.17.65.0/24", "140.17.67.0/24", "140.17.68.0/24", "140.17.70.0/24", "140.17.71.0/24", "140.17.80.0/24", "140.17.81.0/24", "140.17.82.0/24", "140.17.83.0/24", "140.17.84.0/24", "140.17.85.0/24", "140.17.88.0/23", "140.17.96.0/22", "140.17.104.0/23", "140.17.110.0/23", "140.17.131.0/24", "140.17.134.0/23", "140.17.152.0/23", "140.17.154.0/24", "140.17.155.0/24", "140.17.177.0/24", "140.17.180.0/22", "140.17.185.0/24", "140.17.188.0/22", "140.17.192.0/24", "140.17.203.0/24", "140.17.204.0/24", "140.17.206.0/24", "140.17.207.0/24", "140.17.208.0/24", "140.17.209.0/24", "140.17.222.0/24", "140.17.226.0/24", "140.17.237.0/24", "140.17.238.0/24", "140.17.239.0/24", "140.18.2.0/24", "140.18.4.0/23", "140.18.7.0/24", "140.18.8.0/24", "140.18.9.0/24", "140.18.10.0/24", "140.18.13.0/24", "140.18.15.0/24", "140.18.16.0/22", "140.18.20.0/22", "140.18.24.0/22", "140.18.28.0/22", "140.18.48.0/22", "140.18.52.0/22", "140.18.68.0/24", "140.18.69.0/24", "140.18.96.0/24", "140.18.98.0/24", "140.18.128.0/24", "140.18.160.0/20", "140.18.176.0/24", "140.18.177.0/24", "140.18.178.0/24", "140.18.180.0/24", "140.18.182.0/24", "140.18.186.0/24", "140.18.188.0/23", "140.18.190.0/24", "140.18.191.0/24", "140.18.200.0/24", "140.18.201.0/24", "140.18.204.0/23", "140.18.208.0/22", "140.18.224.0/22", "140.18.248.0/24", "140.18.249.0/24", "140.19.8.0/24", "140.19.14.0/24", "140.19.15.0/24", "140.19.32.0/21", "140.19.60.0/24", "140.19.63.0/24", "140.19.69.0/24", "140.19.70.0/24", "140.19.71.0/24", "140.19.128.0/24", "140.19.129.0/24", "140.19.131.0/24", "140.19.160.0/23", "140.19.181.0/24", "140.19.182.0/24", "140.19.183.0/24", "140.19.184.0/24", "140.19.186.0/24", "140.19.187.0/24", "140.19.188.0/24", "140.19.199.0/24", "140.19.209.0/24", "140.19.210.0/24", "140.19.211.0/24", "140.19.225.0/24", "140.19.228.0/24", "140.19.229.0/24", "140.19.230.0/24", "140.19.240.0/24", "140.19.248.0/24", "140.20.0.0/24", "140.20.1.0/24", "140.20.2.0/23", "140.20.4.0/22", "140.20.8.0/21", "140.20.16.0/20", "140.20.32.0/24", "140.20.33.0/24", "140.20.34.0/23", "140.20.36.0/22", "140.20.40.0/21", "140.20.48.0/20", "140.20.68.0/24", "140.20.69.0/24", "140.20.71.0/24", "140.20.80.0/24", "140.20.81.0/24", "140.20.82.0/24", "140.20.96.0/23", "140.20.104.0/24", "140.20.112.0/21", "140.20.120.0/21", "140.20.152.0/24", "140.20.153.0/24", "140.20.154.0/24", "140.20.155.0/24", "140.20.156.0/24", "140.20.197.0/24", "140.20.201.0/24", "140.20.207.0/24", "140.20.208.0/24", "140.20.224.0/21", "140.20.232.0/21", "140.20.248.0/24", "140.20.252.0/24", "140.20.253.0/24", "140.20.254.0/23", "140.48.96.0/23", "192.5.55.0/24", "192.100.100.0/24", "192.100.152.0/24", "192.103.80.0/24", "199.124.16.0/24", "199.124.18.0/24", "199.124.20.0/24", "199.124.23.0/24", "214.1.100.0/24", "214.52.4.0/24", "214.52.80.0/21", "214.52.96.0/24", "214.52.102.0/24", "214.52.119.0/24", "214.52.122.0/24", "214.52.127.0/24", "214.53.32.0/24", "214.74.16.0/24", "214.74.80.0/24"]}}, "5860": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["163.251.255.0/24", "192.187.4.0/24"]}}, "5887": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2001:480:31::/48"]}}, "5927": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["192.112.36.0/24", "192.112.38.0/24", "192.240.132.0/24", "192.240.134.0/24", "192.240.137.0/24", "192.240.138.0/24", "192.240.139.0/24", "192.240.140.0/24", "192.240.141.0/24", "192.240.142.0/24", "192.240.143.0/24", "192.240.144.0/24", "192.240.147.0/24", "207.132.116.0/24", "207.132.117.0/24"], "6": ["2001:500:12::/48", "2608:120:c::/48", "2608:140:c::/48", "2608:4122:2::/48", "2608:4163:1::/48", "2608:c144:1::/48", "2608:c184:1::/48"]}}, "5939": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["160.125.0.0/16", "160.128.192.0/18", "199.211.210.0/24", "206.37.214.0/24"]}}, "5957": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["204.222.177.0/24", "204.222.178.0/24", "204.222.179.0/24"], "6": ["2001:480:60::/48"]}}, "5958": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["199.32.138.0/24"]}}, "5972": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["128.44.0.0/21", "128.44.14.0/23", "128.44.16.0/23", "128.44.20.0/22", "128.44.32.0/20", "128.44.40.0/23", "128.44.56.0/22", "128.44.60.0/24", "128.44.61.0/24", "128.44.64.0/22", "128.44.68.0/23", "128.44.72.0/21", "128.44.108.0/23", "128.44.114.0/23", "128.44.116.0/23", "128.44.168.0/23", "128.44.170.0/23", "128.44.172.0/22", "128.44.188.0/22", "128.44.196.0/22", "128.44.208.0/20", "131.39.147.0/24", "138.136.3.0/24", "138.136.4.0/23", "138.136.6.0/23", "138.136.8.0/24", "138.136.9.0/24", "138.136.10.0/24", "138.136.11.0/24", "138.136.12.0/24", "138.136.13.0/24", "138.136.14.0/24", "138.136.15.0/24", "138.136.16.0/24", "138.136.17.0/24", "138.136.18.0/24", "138.136.19.0/24", "138.136.20.0/22", "138.136.24.0/24", "138.136.25.0/24", "138.136.26.0/23", "138.136.28.0/23", "138.136.30.0/24", "138.136.31.0/24", "138.136.32.0/23", "138.136.34.0/23", "138.136.36.0/23", "138.136.38.0/24", "138.136.39.0/24", "138.136.40.0/22", "138.136.44.0/23", "138.136.46.0/24", "138.136.47.0/24", "138.136.48.0/24", "138.136.49.0/24", "138.136.50.0/24", "138.136.51.0/24", "138.136.52.0/22", "138.136.56.0/23", "138.136.58.0/24", "138.136.59.0/24", "138.136.60.0/22", "138.136.64.0/23", "138.136.66.0/23", "138.136.68.0/23", "138.136.70.0/24", "138.136.71.0/24", "138.136.72.0/21", "138.136.80.0/21", "138.136.88.0/23", "138.136.89.0/24", "138.136.90.0/23", "138.136.92.0/22", "138.136.96.0/21", "138.136.104.0/23", "138.136.106.0/24", "138.136.107.0/24", "138.136.108.0/24", "138.136.109.0/24", "138.136.110.0/23", "138.136.112.0/21", "138.136.120.0/21", "138.136.128.0/24", "138.136.129.0/24", "138.136.130.0/24", "138.136.131.0/24", "138.136.132.0/24", "138.136.133.0/24", "138.136.134.0/24", "138.136.135.0/24", "138.136.136.0/24", "138.136.137.0/24", "138.136.138.0/24", "138.136.139.0/24", "138.136.140.0/23", "138.136.142.0/24", "138.136.143.0/24", "138.136.144.0/22", "138.136.148.0/22", "138.136.152.0/21", "138.136.160.0/20", "138.136.176.0/22", "138.136.180.0/23", "138.136.182.0/24", "138.136.183.0/24", "138.136.184.0/22", "138.136.188.0/22", "138.136.192.0/23", "138.136.194.0/23", "138.136.196.0/22", "138.136.200.0/21", "138.136.208.0/23", "138.136.210.0/23", "138.136.212.0/23", "138.136.214.0/24", "138.136.215.0/24", "138.136.216.0/22", "138.136.220.0/23", "138.136.222.0/24", "138.136.223.0/24", "138.136.224.0/21", "138.136.233.0/24", "138.136.234.0/23", "138.136.236.0/23", "138.136.238.0/24", "138.136.239.0/24", "138.136.240.0/21", "138.136.248.0/21", "138.137.0.0/23", "138.137.2.0/23", "138.137.4.0/22", "138.137.8.0/22", "138.137.12.0/24", "138.137.13.0/24", "138.137.14.0/23", "138.137.16.0/21", "138.137.24.0/22", "138.137.28.0/22", "138.137.32.0/22", "138.137.36.0/22", "138.137.40.0/22", "138.137.44.0/22", "138.137.48.0/22", "138.137.52.0/22", "138.137.56.0/22", "138.137.60.0/23", "138.137.62.0/24", "138.137.63.0/24", "138.137.64.0/21", "138.137.72.0/21", "138.137.80.0/23", "138.137.82.0/23", "138.137.84.0/22", "138.137.88.0/24", "138.137.89.0/24", "138.137.90.0/23", "138.137.92.0/22", "138.137.96.0/24", "138.137.97.0/24", "138.137.98.0/23", "138.137.100.0/23", "138.137.102.0/24", "138.137.103.0/24", "138.137.104.0/21", "138.137.112.0/22", "138.137.116.0/22", "138.137.120.0/21", "138.137.128.0/22", "138.137.132.0/23", "138.137.134.0/24", "138.137.135.0/24", "138.137.136.0/21", "138.137.144.0/22", "138.137.148.0/23", "138.137.150.0/23", "138.137.152.0/22", "138.137.156.0/22", "138.137.160.0/23", "138.137.162.0/23", "138.137.164.0/22", "138.137.168.0/21", "138.137.176.0/23", "138.137.178.0/23", "138.137.180.0/23", "138.137.182.0/23", "138.137.184.0/23", "138.137.186.0/23", "138.138.0.0/19", "138.138.32.0/20", "138.138.48.0/21", "138.138.56.0/22", "138.138.60.0/24", "138.138.61.0/24", "138.138.62.0/23", "138.138.64.0/19", "138.138.96.0/20", "138.138.112.0/22", "138.138.116.0/22", "138.138.120.0/21", "138.138.128.0/23", "138.138.130.0/23", "138.138.132.0/22", "138.138.136.0/21", "138.138.144.0/20", "138.138.160.0/20", "138.138.176.0/22", "138.138.180.0/23", "138.138.182.0/23", "138.138.184.0/23", "138.138.186.0/24", "138.138.187.0/24", "138.138.188.0/23", "138.138.190.0/23", "138.138.192.0/19", "138.138.224.0/20", "138.138.240.0/23", "138.138.242.0/23", "138.138.253.0/24", "138.138.254.0/23", "139.38.0.0/24", "139.38.1.0/24", "139.38.2.0/24", "139.38.3.0/24", "139.38.4.0/24", "139.38.5.0/24", "139.38.6.0/24", "139.38.7.0/24", "139.38.8.0/24", "139.38.9.0/24", "139.38.10.0/23", "139.38.12.0/24", "139.38.13.0/24", "139.38.14.0/23", "139.38.16.0/23", "139.38.18.0/24", "139.38.19.0/24", "139.38.20.0/22", "139.38.24.0/22", "139.38.28.0/24", "139.38.29.0/24", "139.38.30.0/23", "139.38.32.0/23", "139.38.34.0/23", "139.38.36.0/22", "139.38.40.0/22", "139.38.44.0/23", "139.38.46.0/24", "139.38.47.0/24", "139.38.48.0/24", "139.38.49.0/24", "139.38.50.0/23", "139.38.52.0/23", "139.38.54.0/24", "139.38.55.0/24", "139.38.56.0/24", "139.38.58.0/23", "139.38.60.0/23", "139.38.62.0/24", "139.38.63.0/24", "139.38.64.0/24", "139.38.65.0/24", "139.38.66.0/24", "139.38.67.0/24", "139.38.68.0/24", "139.38.69.0/24", "139.38.70.0/23", "139.38.72.0/21", "139.38.80.0/23", "139.38.82.0/24", "139.38.83.0/24", "139.38.84.0/23", "139.38.86.0/24", "139.38.87.0/24", "139.38.88.0/21", "139.38.96.0/20", "139.38.112.0/21", "139.38.120.0/22", "139.38.124.0/24", "139.38.125.0/24", "139.38.126.0/24", "139.38.127.0/24", "139.38.128.0/24", "139.38.129.0/24", "139.38.130.0/23", "139.38.132.0/23", "139.38.134.0/24", "139.38.135.0/24", "139.38.136.0/24", "139.38.137.0/24", "139.38.138.0/24", "139.38.139.0/24", "139.38.140.0/22", "139.38.144.0/23", "139.38.146.0/23", "139.38.148.0/22", "139.38.152.0/22", "139.38.156.0/22", "139.38.160.0/23", "139.38.162.0/23", "139.38.164.0/23", "139.38.166.0/24", "139.38.167.0/24", "139.38.168.0/24", "139.38.169.0/24", "139.38.170.0/24", "139.38.171.0/24", "139.38.172.0/24", "139.38.173.0/24", "139.38.174.0/24", "139.38.175.0/24", "139.38.176.0/22", "139.38.180.0/24", "139.38.181.0/24", "139.38.182.0/23", "139.38.184.0/23", "139.38.186.0/24", "139.38.187.0/24", "139.38.188.0/23", "139.38.190.0/23", "139.38.192.0/24", "139.38.193.0/24", "139.38.194.0/23", "139.38.196.0/23", "139.38.198.0/24", "139.38.199.0/24", "139.38.200.0/24", "139.38.201.0/24", "139.38.202.0/24", "139.38.203.0/24", "139.38.204.0/23", "139.38.206.0/23", "139.38.209.0/24", "139.38.210.0/24", "139.38.211.0/24", "139.38.212.0/22", "139.38.216.0/24", "139.38.217.0/24", "139.38.218.0/23", "139.38.220.0/22", "139.38.224.0/21", "139.38.232.0/23", "139.38.234.0/24", "139.38.235.0/24", "139.38.236.0/22", "139.38.240.0/23", "139.38.242.0/24", "139.38.243.0/24", "139.38.244.0/23", "139.38.246.0/24", "139.38.247.0/24", "139.38.248.0/22", "139.38.252.0/22", "139.39.0.0/21", "139.39.8.0/22", "139.39.12.0/22", "139.39.16.0/23", "139.39.18.0/24", "139.39.19.0/24", "139.39.20.0/22", "139.39.24.0/24", "139.39.25.0/24", "139.39.26.0/24", "139.39.27.0/24", "139.39.28.0/24", "139.39.29.0/24", "139.39.30.0/23", "139.39.32.0/23", "139.39.34.0/24", "139.39.36.0/24", "139.39.37.0/24", "139.39.38.0/23", "139.39.40.0/23", "139.39.42.0/24", "139.39.43.0/24", "139.39.44.0/24", "139.39.45.0/24", "139.39.46.0/23", "139.39.48.0/24", "139.39.49.0/24", "139.39.50.0/24", "139.39.51.0/24", "139.39.52.0/24", "139.39.53.0/24", "139.39.54.0/24", "139.39.55.0/24", "139.39.56.0/21", "139.39.64.0/23", "139.39.66.0/24", "139.39.67.0/24", "139.39.68.0/24", "139.39.69.0/24", "139.39.70.0/24", "139.39.71.0/24", "139.39.72.0/22", "139.39.76.0/24", "139.39.77.0/24", "139.39.78.0/24", "139.39.79.0/24", "139.39.80.0/24", "139.39.81.0/24", "139.39.82.0/23", "139.39.84.0/23", "139.39.86.0/24", "139.39.87.0/24", "139.39.88.0/24", "139.39.89.0/24", "139.39.90.0/24", "139.39.91.0/24", "139.39.92.0/24", "139.39.93.0/24", "139.39.94.0/23", "139.39.96.0/23", "139.39.98.0/24", "139.39.99.0/24", "139.39.100.0/23", "139.39.102.0/23", "139.39.104.0/21", "139.39.112.0/24", "139.39.113.0/24", "139.39.114.0/24", "139.39.115.0/24", "139.39.116.0/22", "139.39.116.0/23", "139.39.120.0/22", "139.39.124.0/22", "139.39.124.0/24", "139.39.128.0/22", "139.39.132.0/22", "139.39.136.0/24", "139.39.137.0/24", "139.39.138.0/23", "139.39.140.0/23", "139.39.142.0/24", "139.39.143.0/24", "139.39.144.0/24", "139.39.145.0/24", "139.39.146.0/24", "139.39.147.0/24", "139.39.148.0/22", "139.39.148.0/24", "139.39.149.0/24", "139.39.150.0/24", "139.39.151.0/24", "139.39.152.0/21", "139.39.160.0/24", "139.39.161.0/24", "139.39.162.0/24", "139.39.163.0/24", "139.39.164.0/24", "139.39.165.0/24", "139.39.166.0/24", "139.39.167.0/24", "139.39.168.0/24", "139.39.169.0/24", "139.39.170.0/24", "139.39.171.0/24", "139.39.172.0/23", "139.39.174.0/24", "139.39.175.0/24", "139.39.176.0/22", "139.39.180.0/24", "139.39.181.0/24", "139.39.182.0/23", "139.39.184.0/24", "139.39.186.0/24", "139.39.187.0/24", "139.39.188.0/24", "139.39.189.0/24", "139.39.190.0/24", "139.39.191.0/24", "139.39.192.0/24", "139.39.193.0/24", "139.39.194.0/23", "139.39.196.0/23", "139.39.198.0/24", "139.39.199.0/24", "139.39.200.0/22", "139.39.204.0/23", "139.39.206.0/24", "139.39.207.0/24", "139.39.208.0/23", "139.39.212.0/23", "139.39.214.0/24", "139.39.215.0/24", "139.39.216.0/24", "139.39.217.0/24", "139.39.218.0/24", "139.39.219.0/24", "139.39.220.0/22", "139.39.224.0/21", "139.39.232.0/24", "139.39.233.0/24", "139.39.234.0/24", "139.39.235.0/24", "139.39.236.0/23", "139.39.238.0/24", "139.39.239.0/24", "139.39.240.0/23", "139.39.242.0/24", "139.39.243.0/24", "139.39.244.0/24", "139.39.245.0/24", "139.39.246.0/23", "139.39.248.0/24", "139.39.249.0/24", "139.39.250.0/23", "139.39.252.0/22", "140.18.72.0/23", "140.18.74.0/23", "140.18.88.0/24", "140.18.92.0/22", "140.18.252.0/22", "141.236.27.0/24", "141.236.168.0/23", "141.236.172.0/22", "141.236.176.0/23", "141.236.216.0/21", "141.236.217.0/24", "141.236.218.0/24", "141.236.220.0/24", "141.236.230.0/24", "141.236.240.0/22", "143.69.160.0/19", "143.69.191.0/24", "143.69.192.0/21", "143.83.0.0/19", "143.83.6.0/24", "143.83.32.0/21", "143.83.35.0/24", "143.83.40.0/21", "143.83.48.0/21", "143.83.49.0/24", "143.83.56.0/21", "143.83.58.0/24", "143.83.64.0/20", "143.83.80.0/20", "143.83.88.0/24", "143.83.96.0/21", "143.83.104.0/21", "143.83.104.0/24", "143.83.112.0/20", "143.83.114.0/24", "143.83.115.0/24", "143.83.116.0/23", "143.83.118.0/23", "143.83.122.0/23", "143.83.128.0/17", "144.146.32.0/21", "144.146.112.0/21", "144.146.156.0/23", "144.146.158.0/24", "144.146.176.0/21", "144.146.248.0/21", "155.220.4.0/23", "155.220.6.0/23", "155.220.8.0/21", "155.220.16.0/23", "155.220.18.0/23", "155.220.20.0/22", "155.220.24.0/23", "155.220.26.0/23", "155.220.32.0/23", "155.220.34.0/24", "155.220.35.0/24", "155.220.36.0/24", "155.220.38.0/23", "155.220.40.0/24", "155.220.49.0/24", "155.220.50.0/24", "155.220.51.0/24", "155.220.56.0/23", "155.220.58.0/24", "155.220.59.0/24", "155.220.104.0/21", "155.220.112.0/21", "155.220.132.0/23", "155.220.136.0/23", "155.220.144.0/22", "155.220.180.0/24", "155.220.181.0/24", "155.220.224.0/22", "155.220.251.0/24", "159.71.0.0/16", "159.71.1.0/24", "159.71.2.0/24", "159.71.15.0/24", "159.71.16.0/24", "159.71.17.0/24", "159.71.18.0/24", "159.71.19.0/24", "159.71.34.0/24", "159.71.37.0/24", "159.71.50.0/24", "159.71.53.0/24", "159.71.57.0/24", "159.71.58.0/24", "159.71.59.0/24", "159.71.71.0/24", "159.71.72.0/24", "159.71.78.0/24", "159.71.79.0/24", "159.71.81.0/24", "159.71.83.0/24", "159.71.90.0/24", "159.71.101.0/24", "159.71.107.0/24", "159.71.111.0/24", "159.71.121.0/24", "159.71.123.0/24", "159.71.126.0/23", "159.71.129.0/24", "159.71.138.0/24", "159.71.139.0/24", "159.71.143.0/24", "159.71.146.0/24", "159.71.149.0/24", "159.71.156.0/24", "159.71.159.0/24", "159.71.162.0/24", "159.71.163.0/24", "159.71.164.0/24", "159.71.165.0/24", "159.71.167.0/24", "159.71.168.0/24", "159.71.169.0/24", "159.71.171.0/24", "159.71.172.0/24", "159.71.182.0/24", "159.71.183.0/24", "159.71.188.0/24", "159.71.189.0/24", "159.71.190.0/23", "159.71.194.0/24", "159.71.195.0/24", "159.71.196.0/23", "159.71.214.0/24", "159.71.220.0/24", "159.71.225.0/24", "159.71.228.0/24", "159.71.230.0/24", "159.71.232.0/24", "159.71.233.0/24", "159.71.234.0/24", "159.71.239.0/24", "159.71.242.0/24", "159.71.246.0/24", "159.71.252.0/24", "159.71.255.0/24", "159.133.0.0/16", "159.133.112.0/21", "159.133.120.0/23", "159.133.127.0/24", "160.141.0.0/19", "160.141.8.0/24", "160.141.32.0/20", "160.141.48.0/20", "160.141.64.0/20", "160.141.80.0/20", "160.141.96.0/24", "160.141.97.0/24", "160.141.98.0/24", "160.141.99.0/24", "160.141.100.0/24", "160.141.101.0/24", "160.141.102.0/24", "160.141.103.0/24", "160.141.104.0/23", "160.141.106.0/24", "160.141.107.0/24", "160.141.108.0/24", "160.141.109.0/24", "160.141.110.0/24", "160.141.111.0/24", "160.141.120.0/24", "160.141.121.0/24", "160.141.122.0/24", "160.141.123.0/24", "160.141.124.0/22", "160.141.124.0/24", "160.141.128.0/20", "160.141.144.0/20", "160.141.154.0/24", "160.141.182.0/23", "160.141.184.0/21", "160.141.192.0/21", "160.141.210.0/23", "160.141.217.0/24", "160.141.218.0/24", "160.141.220.0/22", "160.151.32.0/19", "160.151.64.0/21", "160.151.72.0/22", "160.151.80.0/24", "160.151.81.0/24", "160.151.82.0/23", "160.151.84.0/22", "160.151.96.0/20", "160.151.112.0/23", "160.151.116.0/22", "160.151.122.0/23", "160.151.151.0/24", "160.151.192.0/19", "160.151.196.0/23", "160.151.207.0/24", "160.151.224.0/19", "160.151.226.0/23", "160.151.229.0/24", "164.167.0.0/16", "164.167.51.0/24", "164.167.86.0/23", "164.167.150.0/24", "164.248.0.0/20", "164.248.16.0/22", "164.248.20.0/24", "164.248.21.0/24", "164.248.22.0/23", "164.248.24.0/21", "164.248.32.0/21", "164.248.40.0/22", "164.248.44.0/23", "164.248.46.0/24", "164.248.48.0/24", "164.248.49.0/24", "164.248.50.0/23", "164.248.52.0/23", "164.248.54.0/24", "164.248.55.0/24", "164.248.56.0/21", "164.248.64.0/23", "164.248.66.0/24", "164.248.67.0/24", "164.248.68.0/24", "164.248.69.0/24", "164.248.70.0/24", "164.248.71.0/24", "164.248.72.0/22", "164.248.76.0/24", "164.248.77.0/24", "164.248.78.0/24", "164.248.79.0/24", "164.248.80.0/24", "164.248.96.0/24", "164.248.97.0/24", "164.248.98.0/24", "164.248.99.0/24", "164.248.100.0/24", "164.248.101.0/24", "164.248.102.0/23", "164.248.104.0/21", "164.248.112.0/20", "164.248.127.0/24", "164.248.128.0/21", "164.248.136.0/23", "164.248.138.0/23", "164.248.140.0/22", "164.248.143.0/24", "164.248.144.0/21", "164.248.152.0/21", "164.248.160.0/19", "164.248.192.0/21", "164.248.200.0/21", "164.248.216.0/22", "164.248.222.0/23", "164.248.224.0/21", "164.248.236.0/23", "164.248.238.0/23", "164.249.0.0/22", "164.249.1.0/24", "164.249.8.0/22", "164.249.15.0/24", "164.249.33.0/24", "164.249.53.0/24", "164.249.54.0/24", "164.249.61.0/24", "164.249.65.0/24", "164.249.128.0/18", "164.249.192.0/19", "164.249.196.0/23", "164.249.224.0/20", "164.249.240.0/22", "164.249.244.0/24", "164.249.246.0/23", "164.249.248.0/22", "164.249.252.0/23", "164.249.254.0/24", "164.249.255.0/24", "164.250.0.0/20", "164.250.16.0/23", "164.250.18.0/23", "164.250.20.0/22", "164.250.24.0/22", "164.250.28.0/24", "164.250.29.0/24", "164.250.30.0/24", "164.250.31.0/24", "164.250.32.0/22", "164.250.36.0/23", "164.250.38.0/23", "164.250.40.0/21", "164.250.48.0/22", "164.250.52.0/23", "164.250.54.0/24", "164.250.55.0/24", "164.250.56.0/23", "164.250.58.0/24", "164.250.59.0/24", "164.250.60.0/24", "164.250.61.0/24", "164.250.62.0/23", "164.250.64.0/20", "164.250.80.0/20", "164.250.97.0/24", "164.250.98.0/23", "164.250.100.0/22", "164.250.104.0/21", "164.250.112.0/21", "164.250.120.0/24", "164.250.121.0/24", "164.250.122.0/24", "164.250.123.0/24", "164.250.124.0/22", "164.250.128.0/19", "164.250.160.0/21", "164.250.168.0/22", "164.250.172.0/24", "164.250.174.0/23", "164.250.176.0/20", "164.250.192.0/21", "164.250.200.0/22", "164.250.204.0/23", "164.250.206.0/24", "164.250.207.0/24", "164.250.208.0/21", "164.250.216.0/22", "164.250.220.0/24", "164.250.221.0/24", "164.250.222.0/23", "164.250.224.0/20", "164.250.240.0/21", "164.250.248.0/21", "164.251.0.0/19", "164.251.32.0/19", "164.251.64.0/20", "164.251.80.0/20", "164.251.96.0/21", "164.251.104.0/22", "164.251.108.0/24", "164.251.109.0/24", "164.251.110.0/24", "164.251.111.0/24", "164.251.112.0/20", "164.251.125.0/24", "164.251.128.0/20", "164.251.144.0/20", "164.251.160.0/21", "164.251.168.0/21", "164.251.176.0/20", "164.251.192.0/20", "164.251.208.0/20", "164.251.224.0/21", "164.251.232.0/21", "164.251.240.0/22", "164.251.244.0/22", "164.251.248.0/22", "164.251.252.0/22", "192.101.121.0/24", "192.101.123.0/24", "192.101.126.0/24", "192.101.127.0/24", "192.101.129.0/24", "192.101.132.0/24", "192.108.4.0/24", "192.108.9.0/24", "192.108.12.0/24", "192.108.14.0/24", "192.111.227.0/24", "192.132.16.0/23", "192.138.24.0/24", "192.138.30.0/24", "192.138.33.0/24", "192.138.34.0/23", "192.138.42.0/23", "192.138.48.0/24", "192.138.51.0/24", "192.138.52.0/24", "192.138.53.0/24", "192.138.56.0/24", "192.138.57.0/24", "192.138.61.0/24", "192.138.62.0/24", "192.138.64.0/24", "192.138.65.0/24", "192.138.68.0/24", "192.138.69.0/24", "192.138.71.0/24", "192.138.72.0/24", "192.138.73.0/24", "192.138.74.0/24", "192.138.75.0/24", "192.138.78.0/24", "192.138.79.0/24", "192.138.80.0/24", "192.138.82.0/24", "192.138.83.0/24", "192.207.179.0/24", "192.207.223.0/24", "192.207.228.0/24", "198.49.228.0/24", "198.49.236.0/24", "198.49.237.0/24", "198.49.239.0/24", "198.97.132.0/23", "198.97.167.0/24", "198.201.6.0/24", "198.250.128.0/24", "198.250.131.0/24", "198.250.176.0/22", "198.250.181.0/24", "198.250.182.0/23", "198.250.185.0/24", "198.250.186.0/23", "198.250.187.0/24", "198.250.190.0/23", "198.250.192.0/22", "198.250.194.0/24", "198.250.196.0/23", "198.250.200.0/21", "198.250.206.0/24", "198.250.212.0/23", "198.250.219.0/24", "198.250.222.0/24", "198.250.232.0/21", "198.250.238.0/24", "198.250.240.0/23", "199.10.160.0/23", "199.10.162.0/23", "199.10.192.0/24", "199.10.194.0/24", "199.10.239.0/24", "199.10.245.0/24", "199.10.246.0/23", "199.122.5.0/24", "199.122.6.0/24", "199.123.16.0/22", "199.123.16.0/24", "199.123.24.0/22", "199.208.0.0/24", "199.208.64.0/21", "199.208.72.0/22", "199.208.76.0/23", "199.208.78.0/24", "199.208.81.0/24", "199.208.82.0/24", "199.208.87.0/24", "199.208.88.0/23", "199.208.89.0/24", "199.208.90.0/24", "199.208.91.0/24", "199.208.92.0/24", "199.208.93.0/24", "199.208.94.0/23", "199.208.96.0/24", "199.208.99.0/24", "199.208.100.0/24", "199.208.103.0/24", "199.208.104.0/23", "199.208.106.0/24", "199.208.108.0/24", "199.208.111.0/24", "199.208.112.0/23", "199.208.112.0/24", "199.208.116.0/24", "199.211.22.0/24", "199.211.72.0/23", "199.211.177.0/24", "199.211.188.0/22", "199.211.194.0/24", "199.211.195.0/24", "199.211.245.0/24", "199.211.247.0/24", "199.225.10.0/23", "199.225.14.0/24", "199.226.64.0/18", "199.252.16.0/21", "199.252.24.0/24", "204.34.200.0/24", "204.208.0.0/22", "204.208.4.0/23", "204.208.6.0/23", "204.208.8.0/23", "204.208.10.0/23", "204.208.12.0/22", "204.208.16.0/20", "204.208.32.0/19", "204.208.57.0/24", "204.208.64.0/24", "204.208.66.0/24", "204.208.67.0/24", "204.208.69.0/24", "204.208.70.0/23", "204.208.72.0/21", "204.208.76.0/24", "204.208.100.0/24", "204.208.104.0/22", "204.208.109.0/24", "204.208.110.0/23", "204.208.112.0/22", "204.208.116.0/23", "204.208.118.0/24", "204.208.121.0/24", "204.208.122.0/23", "204.208.124.0/22", "204.208.128.0/19", "204.208.160.0/20", "204.208.177.0/24", "204.208.178.0/23", "204.208.180.0/22", "204.208.184.0/21", "204.208.192.0/18", "204.222.16.0/22", "204.222.32.0/21", "204.222.40.0/24", "205.66.104.0/23", "205.66.106.0/24", "205.68.70.0/24", "205.68.105.0/24", "205.68.106.0/23", "205.69.233.0/24", "205.69.234.0/24", "205.73.205.0/24", "205.73.207.0/24", "205.73.212.0/24", "205.73.213.0/24", "205.73.215.0/24", "205.73.218.0/24", "205.73.227.0/24", "205.73.228.0/24", "205.74.191.0/24", "205.113.0.0/22", "205.113.4.0/23", "205.113.6.0/24", "205.115.4.0/24", "205.115.5.0/24", "205.115.12.0/24", "205.115.14.0/24", "205.115.15.0/24", "205.115.17.0/24", "205.115.21.0/24", "205.115.28.0/23", "205.115.32.0/21", "205.115.52.0/24", "205.115.53.0/24", "205.115.86.0/23", "205.115.137.0/24", "205.115.138.0/23", "205.115.184.0/22", "205.116.0.0/22", "205.116.4.0/24", "205.116.64.0/22", "206.37.35.0/24", "207.132.103.0/24", "207.132.104.0/24", "207.132.105.0/24", "207.132.114.0/24", "207.133.83.0/24", "209.22.48.0/24", "209.22.49.0/24", "214.1.2.0/24", "214.1.3.0/24", "214.1.4.0/24", "214.1.5.0/24", "214.1.9.0/24", "214.1.10.0/24", "214.1.11.0/24", "214.1.13.0/24", "214.1.17.0/24", "214.1.18.0/24", "214.1.19.0/24", "214.1.20.0/24", "214.1.21.0/24", "214.1.22.0/24", "214.1.23.0/24", "214.1.25.0/24", "214.1.26.0/24", "214.1.28.0/24", "214.1.29.0/24", "214.1.30.0/24", "214.1.31.0/24", "214.1.32.0/24", "214.1.34.0/24", "214.1.36.0/24", "214.1.37.0/24", "214.1.38.0/24", "214.1.39.0/24", "214.1.41.0/24", "214.1.42.0/24", "214.1.43.0/24", "214.1.44.0/24", "214.1.45.0/24", "214.1.47.0/24", "214.1.48.0/24", "214.1.49.0/24", "214.1.51.0/24", "214.1.52.0/24", "214.1.53.0/24", "214.1.54.0/23", "214.1.56.0/22", "214.1.60.0/23", "214.1.62.0/24", "214.1.64.0/24", "214.1.66.0/24", "214.1.67.0/24", "214.1.68.0/24", "214.1.69.0/24", "214.1.70.0/24", "214.1.71.0/24", "214.1.72.0/23", "214.1.74.0/23", "214.1.76.0/23", "214.1.79.0/24", "214.1.80.0/24", "214.1.81.0/24", "214.1.82.0/24", "214.1.84.0/22", "214.1.89.0/24", "214.1.90.0/24", "214.1.92.0/24", "214.1.93.0/24", "214.1.94.0/24", "214.1.95.0/24", "214.1.97.0/24", "214.1.98.0/24", "214.1.99.0/24", "214.1.101.0/24", "214.1.102.0/24", "214.1.103.0/24", "214.1.104.0/24", "214.1.105.0/24", "214.1.106.0/24", "214.1.107.0/24", "214.1.108.0/24", "214.1.109.0/24", "214.1.110.0/24", "214.1.111.0/24", "214.1.112.0/24", "214.1.118.0/24", "214.1.121.0/24", "214.1.122.0/24", "214.1.123.0/24", "214.1.125.0/24", "214.1.126.0/24", "214.1.130.0/24", "214.1.131.0/24", "214.1.132.0/24", "214.1.133.0/24", "214.1.134.0/24", "214.1.135.0/24", "214.1.136.0/24", "214.1.138.0/24", "214.1.139.0/24", "214.1.140.0/24", "214.1.141.0/24", "214.1.142.0/24", "214.1.143.0/24", "214.1.144.0/24", "214.1.145.0/24", "214.1.146.0/24", "214.1.147.0/24", "214.1.148.0/24", "214.1.149.0/24", "214.1.151.0/24", "214.1.152.0/24", "214.1.153.0/24", "214.1.154.0/24", "214.1.156.0/24", "214.1.158.0/24", "214.1.161.0/24", "214.1.162.0/24", "214.1.163.0/24", "214.1.164.0/23", "214.1.166.0/24", "214.1.167.0/24", "214.1.168.0/24", "214.1.169.0/24", "214.1.170.0/24", "214.1.171.0/24", "214.1.172.0/24", "214.1.173.0/24", "214.1.174.0/24", "214.1.175.0/24", "214.1.176.0/24", "214.1.177.0/24", "214.1.178.0/24", "214.1.179.0/24", "214.1.180.0/24", "214.1.181.0/24", "214.1.182.0/24", "214.1.183.0/24", "214.1.184.0/24", "214.1.186.0/24", "214.1.187.0/24", "214.1.188.0/24", "214.1.189.0/24", "214.1.191.0/24", "214.1.192.0/24", "214.1.194.0/24", "214.1.195.0/24", "214.1.196.0/24", "214.1.198.0/24", "214.1.200.0/24", "214.1.201.0/24", "214.1.202.0/23", "214.1.204.0/24", "214.1.205.0/24", "214.1.206.0/24", "214.1.208.0/24", "214.1.209.0/24", "214.1.210.0/24", "214.1.211.0/24", "214.1.212.0/24", "214.1.213.0/24", "214.1.214.0/24", "214.1.215.0/24", "214.1.216.0/24", "214.1.218.0/23", "214.1.220.0/24", "214.1.224.0/24", "214.1.225.0/24", "214.1.226.0/24", "214.1.228.0/24", "214.1.232.0/24", "214.1.233.0/24", "214.1.234.0/24", "214.1.235.0/24", "214.1.236.0/24", "214.1.237.0/24", "214.1.240.0/24", "214.1.241.0/24", "214.1.244.0/24", "214.1.245.0/24", "214.1.246.0/24", "214.1.247.0/24", "214.1.248.0/24", "214.1.249.0/24", "214.1.250.0/23", "214.1.252.0/24", "214.1.255.0/24", "214.2.1.0/24", "214.2.2.0/24", "214.2.4.0/24", "214.2.5.0/24", "214.2.6.0/24", "214.2.7.0/24", "214.2.8.0/24", "214.2.9.0/24", "214.2.10.0/24", "214.2.13.0/24", "214.2.14.0/24", "214.2.15.0/24", "214.2.16.0/24", "214.2.17.0/24", "214.2.18.0/24", "214.2.19.0/24", "214.2.20.0/24", "214.2.22.0/24", "214.2.23.0/24", "214.2.24.0/24", "214.2.25.0/24", "214.2.26.0/24", "214.2.28.0/24", "214.2.30.0/24", "214.2.31.0/24", "214.2.32.0/24", "214.2.33.0/24", "214.2.34.0/24", "214.2.36.0/24", "214.2.37.0/24", "214.2.38.0/24", "214.2.40.0/24", "214.2.41.0/24", "214.2.43.0/24", "214.2.44.0/24", "214.2.45.0/24", "214.2.46.0/24", "214.2.47.0/24", "214.2.48.0/24", "214.2.49.0/24", "214.2.51.0/24", "214.2.52.0/24", "214.2.54.0/24", "214.2.58.0/24", "214.2.60.0/23", "214.2.62.0/24", "214.2.63.0/24", "214.2.64.0/24", "214.2.65.0/24", "214.2.67.0/24", "214.2.71.0/24", "214.2.74.0/24", "214.2.75.0/24", "214.2.76.0/24", "214.2.77.0/24", "214.2.79.0/24", "214.2.80.0/24", "214.2.85.0/24", "214.2.86.0/24", "214.2.88.0/24", "214.2.89.0/24", "214.2.90.0/24", "214.2.92.0/24", "214.2.93.0/24", "214.2.94.0/24", "214.2.96.0/24", "214.2.97.0/24", "214.2.98.0/24", "214.2.99.0/24", "214.2.100.0/24", "214.2.102.0/24", "214.2.106.0/24", "214.2.107.0/24", "214.2.108.0/24", "214.2.109.0/24", "214.2.110.0/24", "214.2.111.0/24", "214.2.112.0/24", "214.2.114.0/24", "214.2.115.0/24", "214.2.119.0/24", "214.2.121.0/24", "214.2.122.0/24", "214.2.123.0/24", "214.2.124.0/24", "214.2.125.0/24", "214.2.126.0/24", "214.2.128.0/22", "214.2.132.0/24", "214.2.133.0/24", "214.2.134.0/24", "214.2.135.0/24", "214.2.136.0/24", "214.2.137.0/24", "214.2.138.0/24", "214.2.139.0/24", "214.2.144.0/24", "214.2.148.0/24", "214.2.149.0/24", "214.2.152.0/24", "214.2.153.0/24", "214.2.154.0/24", "214.2.155.0/24", "214.2.157.0/24", "214.2.158.0/24", "214.2.160.0/24", "214.2.161.0/24", "214.2.162.0/23", "214.2.164.0/22", "214.2.168.0/21", "214.2.176.0/21", "214.2.184.0/24", "214.2.185.0/24", "214.2.186.0/24", "214.2.190.0/24", "214.2.191.0/24", "214.2.192.0/23", "214.2.194.0/24", "214.2.195.0/24", "214.2.196.0/22", "214.2.209.0/24", "214.2.211.0/24", "214.2.212.0/24", "214.2.213.0/24", "214.2.214.0/24", "214.2.215.0/24", "214.2.216.0/24", "214.2.224.0/20", "214.2.240.0/21", "214.2.248.0/24", "214.2.250.0/24", "214.2.252.0/24", "214.2.253.0/24", "214.2.254.0/24", "214.2.255.0/24", "214.3.3.0/24", "214.3.4.0/24", "214.3.5.0/24", "214.3.6.0/23", "214.4.102.0/24", "214.10.32.0/23", "214.10.34.0/24", "214.10.36.0/24", "214.10.40.0/22", "214.10.44.0/22", "214.10.48.0/22", "214.10.52.0/22", "214.10.56.0/24", "214.10.63.0/24", "214.17.0.0/17", "214.17.128.0/17", "214.47.0.0/18", "214.47.24.0/22", "214.47.28.0/22", "214.47.52.0/22", "214.47.64.0/20", "214.47.80.0/22", "214.47.84.0/22", "214.47.88.0/21", "214.47.96.0/19", "214.47.128.0/22", "214.47.132.0/22", "214.47.136.0/21", "214.47.142.0/23", "214.47.144.0/21", "214.47.152.0/21", "214.47.160.0/21", "214.47.168.0/22", "214.47.172.0/23", "214.47.174.0/24", "214.47.175.0/24", "214.47.176.0/21", "214.47.184.0/22", "214.47.188.0/22", "214.47.192.0/23", "214.47.194.0/24", "214.47.196.0/23", "214.47.228.0/24", "214.47.229.0/24", "214.51.161.0/24", "214.51.162.0/24", "214.59.0.0/20", "214.59.16.0/20", "214.59.36.0/22", "214.59.40.0/22", "214.59.48.0/22", "214.59.52.0/24", "214.59.53.0/24", "214.59.54.0/24", "214.59.55.0/24", "214.59.56.0/24", "214.59.57.0/24", "214.59.58.0/24", "214.59.59.0/24", "214.59.60.0/24", "214.59.64.0/22", "214.59.86.0/24", "214.59.87.0/24", "214.59.254.0/24", "214.59.255.0/24", "214.75.0.0/20", "214.75.16.0/23", "214.75.18.0/24", "214.75.20.0/24", "214.75.21.0/24", "214.75.22.0/23", "214.75.24.0/22", "214.75.28.0/22", "214.75.32.0/21", "214.75.40.0/21", "214.75.48.0/22", "214.75.52.0/24", "214.75.53.0/24", "214.75.54.0/23", "214.75.56.0/21", "214.75.64.0/20", "214.75.80.0/20", "214.75.96.0/19", "214.75.128.0/20", "214.75.144.0/22", "214.75.148.0/24", "214.75.149.0/24", "214.75.150.0/24", "214.75.151.0/24", "214.75.152.0/24", "214.75.153.0/24", "214.75.154.0/23", "214.75.156.0/23", "214.75.158.0/24", "214.75.159.0/24", "214.75.160.0/24", "214.75.161.0/24", "214.75.162.0/24", "214.75.163.0/24", "214.75.164.0/24", "214.75.165.0/24", "214.75.166.0/23", "214.75.168.0/21", "214.75.176.0/20", "214.75.192.0/24", "214.75.193.0/24", "214.75.194.0/24", "214.75.196.0/22", "214.75.200.0/22", "214.75.204.0/23", "214.75.206.0/23", "214.75.208.0/20", "214.75.224.0/21", "214.75.232.0/22", "214.75.236.0/22", "214.75.240.0/22", "214.75.244.0/22", "214.75.248.0/22", "214.75.252.0/22", "214.76.0.0/19", "214.76.32.0/21", "214.76.40.0/22", "214.76.44.0/23", "214.76.46.0/24", "214.76.47.0/24", "214.76.48.0/20", "214.76.64.0/19", "214.76.96.0/23", "214.76.98.0/23", "214.76.100.0/23", "214.76.102.0/23", "214.76.104.0/23", "214.76.107.0/24", "214.76.108.0/24", "214.76.109.0/24", "214.76.110.0/23", "214.76.116.0/23", "214.76.119.0/24", "214.76.120.0/23", "214.76.122.0/23", "214.76.124.0/23", "214.76.126.0/23", "214.76.128.0/23", "214.76.130.0/23", "214.76.132.0/22", "214.76.136.0/22", "214.76.141.0/24", "214.76.142.0/23", "214.76.144.0/20", "214.76.160.0/21", "214.76.168.0/23", "214.76.170.0/23", "214.76.172.0/24", "214.76.173.0/24", "214.76.174.0/24", "214.76.175.0/24", "214.76.176.0/21", "214.76.184.0/23", "214.76.186.0/23", "214.76.188.0/24", "214.76.189.0/24", "214.76.190.0/24", "214.76.191.0/24", "214.76.192.0/24", "214.76.193.0/24", "214.76.194.0/23", "214.76.196.0/22", "214.76.200.0/21", "214.76.209.0/24", "214.76.210.0/23", "214.76.212.0/22", "214.76.216.0/21", "214.76.224.0/20", "214.76.240.0/22", "214.76.244.0/22", "214.76.248.0/22", "214.76.252.0/24", "214.76.253.0/24", "214.76.254.0/24", "214.76.255.0/24", "214.77.2.0/23", "214.77.4.0/24", "214.77.6.0/23", "214.77.8.0/21", "214.77.17.0/24", "214.77.18.0/24", "214.77.19.0/24", "214.77.20.0/22", "214.77.24.0/23", "214.77.26.0/23", "214.77.28.0/23", "214.77.30.0/24", "214.77.31.0/24", "214.77.32.0/20", "214.77.48.0/21", "214.77.56.0/24", "214.77.57.0/24", "214.77.58.0/23", "214.77.60.0/22", "214.77.64.0/23", "214.77.66.0/24", "214.77.67.0/24", "214.77.68.0/22", "214.77.72.0/22", "214.77.76.0/23", "214.77.78.0/23", "214.77.81.0/24", "214.77.82.0/23", "214.77.84.0/22", "214.77.88.0/21", "214.77.96.0/20", "214.77.112.0/22", "214.77.116.0/23", "214.77.118.0/24", "214.77.119.0/24", "214.77.120.0/21", "214.77.128.0/23", "214.77.130.0/24", "214.77.131.0/24", "214.77.132.0/23", "214.77.134.0/24", "214.77.135.0/24", "214.77.136.0/22", "214.77.140.0/24", "214.77.141.0/24", "214.77.142.0/24", "214.77.143.0/24", "214.77.144.0/21", "214.77.152.0/22", "214.77.156.0/22", "214.77.160.0/19", "214.77.192.0/21", "214.77.200.0/21", "214.77.208.0/24", "214.77.210.0/24", "214.77.211.0/24", "214.77.212.0/24", "214.77.213.0/24", "214.77.214.0/24", "214.77.215.0/24", "214.77.216.0/24", "214.77.217.0/24", "214.77.218.0/23", "214.77.220.0/22", "214.77.224.0/21", "214.77.232.0/21", "214.77.240.0/22", "214.77.244.0/22", "214.77.248.0/23", "214.77.250.0/24", "214.77.251.0/24", "214.77.252.0/22", "214.78.0.0/17", "214.78.128.0/22", "214.78.132.0/23", "214.78.134.0/24", "214.78.135.0/24", "214.78.136.0/22", "214.78.140.0/22", "214.78.144.0/21", "214.78.152.0/23", "214.78.154.0/24", "214.78.155.0/24", "214.78.156.0/22", "214.78.160.0/21", "214.78.168.0/22", "214.78.172.0/23", "214.78.174.0/24", "214.78.175.0/24", "214.78.176.0/22", "214.78.184.0/24", "214.78.185.0/24", "214.78.187.0/24", "214.78.188.0/23", "214.78.190.0/24", "214.78.191.0/24", "214.78.192.0/20", "214.78.208.0/23", "214.78.210.0/23", "214.78.212.0/22", "214.78.216.0/22", "214.78.220.0/24", "214.78.221.0/24", "214.78.224.0/20", "214.78.240.0/23", "214.78.242.0/24", "214.78.243.0/24", "214.78.244.0/23", "214.78.246.0/23", "214.78.248.0/21", "214.79.0.0/18", "214.79.64.0/20", "214.79.80.0/22", "214.79.84.0/23", "214.79.86.0/23", "214.79.88.0/21", "214.79.96.0/20", "214.79.112.0/23", "214.79.114.0/24", "214.79.115.0/24", "214.79.116.0/22", "214.79.120.0/21", "214.79.128.0/20", "214.79.144.0/20", "214.79.160.0/19", "214.79.192.0/19", "214.79.224.0/20", "214.79.240.0/22", "214.79.244.0/22", "214.79.248.0/22", "214.79.252.0/22", "214.81.0.0/24", "214.81.1.0/24", "214.81.3.0/24", "214.81.5.0/24", "214.81.6.0/24", "214.81.7.0/24", "214.81.8.0/24", "214.81.9.0/24", "214.81.10.0/24", "214.81.12.0/24", "214.81.13.0/24", "214.81.14.0/24", "214.81.15.0/24", "214.81.16.0/24", "214.81.17.0/24", "214.81.19.0/24", "214.81.21.0/24", "214.81.22.0/24", "214.81.25.0/24", "214.81.27.0/24", "214.81.28.0/24", "214.81.30.0/23", "214.81.32.0/23", "214.81.34.0/23", "214.81.36.0/24", "214.81.37.0/24", "214.81.38.0/23", "214.81.40.0/21", "214.81.48.0/23", "214.81.50.0/24", "214.81.51.0/24", "214.81.52.0/23", "214.81.54.0/24", "214.81.55.0/24", "214.81.56.0/21", "214.81.64.0/22", "214.81.68.0/23", "214.81.70.0/24", "214.81.71.0/24", "214.81.72.0/24", "214.81.73.0/24", "214.81.74.0/23", "214.81.76.0/23", "214.81.78.0/23", "214.81.84.0/23", "214.81.86.0/24", "214.81.87.0/24", "214.81.88.0/21", "214.81.96.0/21", "214.81.104.0/21", "214.81.112.0/24", "214.81.113.0/24", "214.81.114.0/23", "214.81.116.0/23", "214.81.118.0/23", "214.81.120.0/24", "214.81.121.0/24", "214.81.122.0/24", "214.81.123.0/24", "214.81.124.0/22", "214.81.128.0/23", "214.81.130.0/23", "214.81.132.0/22", "214.81.136.0/21", "214.81.144.0/22", "214.81.148.0/22", "214.81.164.0/22", "214.81.168.0/24", "214.81.169.0/24", "214.81.170.0/24", "214.81.171.0/24", "214.81.174.0/24", "214.81.176.0/22", "214.81.180.0/22", "214.81.184.0/23", "214.81.185.0/24", "214.81.186.0/24", "214.81.187.0/24", "214.81.188.0/23", "214.81.190.0/23", "214.81.192.0/24", "214.81.194.0/23", "214.81.196.0/23", "214.81.200.0/21", "214.81.208.0/24", "214.81.209.0/24", "214.81.210.0/24", "214.81.211.0/24", "214.81.212.0/22", "214.81.216.0/24", "214.81.218.0/23", "214.81.220.0/22", "214.81.224.0/24", "214.81.225.0/24", "214.81.226.0/23", "214.81.229.0/24", "214.81.230.0/24", "214.81.232.0/21", "214.81.240.0/24", "214.81.241.0/24", "214.81.242.0/23", "214.81.244.0/24", "214.81.245.0/24", "214.81.246.0/23", "214.81.248.0/23", "214.81.250.0/23", "214.81.252.0/23", "214.81.254.0/23", "215.1.1.0/24", "215.1.2.0/23"]}}, "5974": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["131.77.0.0/16", "156.112.88.0/24", "156.112.89.0/24", "156.112.90.0/24", "156.112.91.0/24", "156.112.92.0/24", "156.112.94.0/24", "156.112.95.0/24", "209.22.236.0/24", "214.23.232.0/24", "214.24.243.0/24", "214.38.232.0/24", "214.38.236.0/24", "214.49.128.0/18", "214.66.160.0/19"], "6": ["2608:101:8::/48", "2608:102::/48"]}}, "5978": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["199.211.157.0/24", "199.211.162.0/24", "204.222.228.0/23"], "6": ["2001:480:161::/48"]}}, "5979": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["160.137.18.0/24", "199.10.235.0/24", "209.22.38.0/24"]}}, "5980": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2001:480:90::/48"]}}, "5982": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["199.112.128.0/20", "199.112.136.0/21"]}}, "6002": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["214.3.80.0/24", "214.3.81.0/24", "214.3.84.0/24"]}}, "6006": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["144.106.243.0/24"]}}, "6009": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.164.0.0/16"], "6": ["2001:480:51::/48"]}}, "6022": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["140.27.68.0/24"]}}, "6025": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2608:141:c::/48", "2608:4123:2::/48", "2608:c185:1::/48"]}}, "6026": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["156.112.98.0/24", "156.112.99.0/24", "156.112.100.0/24", "156.112.101.0/24", "156.112.102.0/23", "207.133.0.0/24", "207.133.1.0/24", "207.133.4.0/23", "207.133.6.0/24", "209.22.74.0/24", "214.3.125.0/24", "214.3.154.0/24", "214.3.224.0/21", "214.4.255.0/24", "214.6.104.0/23", "214.16.2.0/24", "214.16.3.0/24", "214.21.0.0/16", "214.23.240.0/23", "214.49.64.0/18", "214.66.192.0/19"]}}, "6034": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["6.16.64.0/23", "6.16.205.0/24", "6.133.65.0/24", "143.81.0.0/24", "143.81.4.0/22", "143.81.8.0/21", "143.81.16.0/24", "143.81.18.0/24", "143.81.22.0/24", "143.81.23.0/24", "143.81.25.0/24", "143.81.29.0/24", "143.81.31.0/24", "143.81.32.0/24", "143.81.36.0/24", "143.81.37.0/24", "143.81.48.0/24", "143.81.49.0/24", "143.81.50.0/24", "143.81.51.0/24", "143.81.52.0/24", "143.81.53.0/24", "143.81.54.0/23", "143.81.56.0/24", "143.81.58.0/24", "143.81.59.0/24", "143.81.61.0/24", "143.81.62.0/24", "143.81.72.0/22", "143.81.90.0/24", "143.81.105.0/24", "143.81.106.0/24", "143.81.112.0/24", "143.81.156.0/24", "143.81.157.0/24", "143.81.192.0/24", "143.81.200.0/24", "143.81.201.0/24", "143.81.220.0/24", "143.81.222.0/24", "143.81.223.0/24", "143.81.224.0/19", "144.105.200.0/24", "144.105.244.0/23", "155.152.147.0/24", "155.152.158.0/23", "155.152.207.0/24", "155.213.215.0/24", "192.153.143.0/24", "192.153.145.0/24", "199.112.24.0/24", "205.70.122.0/23", "205.70.124.0/22", "206.37.3.0/24", "206.37.4.0/22", "206.37.7.0/24", "206.37.8.0/24", "206.37.233.0/24", "214.3.85.0/24", "214.3.86.0/24", "214.3.156.0/24", "214.4.235.0/24", "214.26.249.0/24", "215.65.48.0/24"]}}, "6035": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["153.23.0.0/20", "153.23.34.0/23", "153.23.40.0/23", "153.23.42.0/23", "153.23.44.0/23", "153.23.46.0/23", "153.23.48.0/23", "153.23.52.0/23", "153.23.54.0/23", "153.23.58.0/23", "153.23.60.0/23", "153.23.64.0/19", "153.23.96.0/20", "153.23.112.0/21", "153.23.120.0/22", "153.23.128.0/23", "153.23.130.0/23", "153.23.132.0/23", "153.23.134.0/23", "153.23.136.0/23", "153.23.138.0/23", "153.23.140.0/23", "153.23.142.0/23", "153.23.148.0/23", "153.23.150.0/23", "153.23.152.0/23", "153.23.154.0/23", "153.23.156.0/23", "153.23.176.0/20", "153.23.236.0/22", "153.23.252.0/22", "153.24.0.0/20", "153.24.16.0/20", "153.24.32.0/20", "153.24.48.0/20", "153.24.64.0/20", "153.24.80.0/20", "153.24.96.0/20", "153.24.112.0/20", "153.24.128.0/20", "153.24.160.0/20", "153.24.192.0/23", "153.24.194.0/23", "153.24.196.0/23", "153.24.198.0/23", "153.24.200.0/23", "153.24.208.0/23", "153.24.210.0/23", "153.24.224.0/23", "153.24.228.0/23", "153.24.232.0/23", "153.24.234.0/23", "153.25.48.0/20", "153.25.64.0/20", "153.25.80.0/20", "153.25.96.0/20", "153.25.144.0/24", "153.25.145.0/24", "153.25.147.0/24", "153.25.149.0/24", "153.25.150.0/24", "153.25.151.0/24", "153.25.153.0/24", "153.25.176.0/20", "153.25.192.0/20", "153.25.240.0/20", "153.26.0.0/21", "153.26.12.0/22", "153.26.16.0/20", "153.26.32.0/20", "153.26.64.0/20", "153.26.96.0/20", "153.26.112.0/24", "153.26.114.0/24", "153.26.118.0/23", "153.26.120.0/24", "153.26.121.0/24", "153.26.123.0/24", "153.26.124.0/23", "153.26.126.0/24", "153.26.127.0/24", "153.26.129.0/24", "153.26.130.0/24", "153.26.132.0/24", "153.26.136.0/23", "153.26.138.0/24", "153.26.176.0/20", "153.26.192.0/20", "153.26.208.0/20", "153.26.224.0/20", "153.26.240.0/20", "153.29.32.0/20", "153.29.52.0/24", "153.29.64.0/20", "153.29.112.0/20", "153.29.240.0/22", "153.29.248.0/24", "153.29.252.0/24", "207.133.180.0/24"]}}, "6039": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.152.0.0/16", "134.152.25.0/24", "134.152.110.0/24", "134.152.120.0/23", "134.152.122.0/23", "134.152.147.0/24", "134.152.190.0/23", "134.152.252.0/23", "134.152.255.0/24", "140.16.8.0/23", "160.136.128.0/22", "160.136.132.0/22", "160.136.136.0/22", "160.136.144.0/23", "160.136.148.0/24", "160.136.149.0/24", "160.136.150.0/24", "160.136.152.0/22", "160.136.157.0/24", "160.136.158.0/24", "160.136.159.0/24", "160.136.168.0/22", "160.136.176.0/23", "160.136.178.0/23", "160.136.180.0/23", "160.136.186.0/23", "160.136.188.0/22", "160.136.200.0/23", "160.136.204.0/23", "160.136.214.0/23", "214.3.214.0/24", "214.18.0.0/16", "214.18.21.0/24", "214.18.23.0/24", "214.18.39.0/24", "214.18.45.0/24", "214.18.87.0/24", "214.18.88.0/24", "214.18.91.0/24", "214.18.106.0/24", "214.18.112.0/24", "214.18.113.0/24", "214.18.115.0/24", "214.18.133.0/24", "214.18.134.0/24", "214.18.170.0/24", "214.18.171.0/24", "214.18.207.0/24", "214.18.223.0/24", "214.18.243.0/24", "214.18.245.0/24", "214.18.254.0/24", "214.55.0.0/16", "214.60.0.0/19", "214.60.0.0/20", "214.60.25.0/24", "214.60.27.0/24", "214.60.29.0/24", "214.60.32.0/19", "214.60.32.0/20", "214.60.52.0/22", "214.60.57.0/24", "214.60.59.0/24", "214.60.61.0/24", "214.60.64.0/19", "214.60.64.0/21", "214.60.72.0/21", "214.60.80.0/22", "214.60.84.0/22", "214.60.89.0/24", "214.60.91.0/24", "214.60.93.0/24"]}}, "6040": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["132.24.100.0/24", "199.10.32.0/24", "199.114.46.0/24", "214.18.251.0/24"]}}, "6041": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.11.0.0/16", "134.11.14.0/24", "134.11.25.0/24", "134.11.53.0/24", "134.11.54.0/23", "134.11.56.0/24", "134.11.57.0/24", "134.11.58.0/24", "134.11.67.0/24", "134.11.81.0/24", "134.11.88.0/23", "134.11.91.0/24", "134.11.94.0/23", "134.11.102.0/24", "134.11.128.0/24", "134.11.130.0/23", "134.11.132.0/24", "134.11.161.0/24", "134.11.162.0/24", "134.11.163.0/24", "134.11.168.0/24", "134.11.190.0/24", "134.11.197.0/24", "134.11.232.0/24", "134.11.233.0/24", "134.11.246.0/23", "134.11.248.0/24", "134.11.250.0/24", "134.11.251.0/24", "141.116.0.0/16", "141.116.8.0/23", "141.116.10.0/24", "141.116.11.0/24", "141.116.30.0/24", "141.116.42.0/24", "141.116.43.0/24", "141.116.108.0/23", "141.116.110.0/24", "141.116.125.0/24", "141.116.168.0/23", "141.116.210.0/23", "141.116.212.0/24", "141.116.213.0/24", "141.116.215.0/24", "160.136.224.0/20", "160.136.240.0/20", "199.10.34.0/24", "199.10.36.0/22", "199.10.36.0/24", "204.37.162.0/24", "214.55.48.0/23", "214.55.50.0/24", "214.55.56.0/22", "214.55.62.0/23", "214.60.120.0/24", "214.60.124.0/23"]}}, "6042": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"4": ["134.205.0.0/16", "134.205.230.0/24", "134.205.252.0/23", "134.205.255.0/24", "207.133.185.0/24", "214.60.96.0/20"]}}, "6043": {"name": "DNIC-ASBLK-05800-06055, US / DoD Network Information Center", "ranges": {"6": ["2001:480:50::/48"]}}, "6245": {"name": "NETWORK-SOLUTIONS, US / InterNIC Registration Services", "ranges": {"4": ["64.69.215.0/24"]}}, "6450": {"name": "PIXNET-AS, US / Providers Internet Exchange", "ranges": {"4": ["198.186.190.0/23", "198.186.190.0/24", "198.186.192.0/23", "198.186.194.0/24", "208.76.12.0/22"]}}, "6966": {"name": "USDOS, US / U.S. Department of State", "ranges": {"4": ["169.252.0.0/16", "169.252.0.0/17", "169.252.128.0/17", "169.253.0.0/16", "169.253.4.0/24", "169.253.160.0/19", "169.253.162.0/24", "169.253.172.0/22"]}}, "7473": {"name": "SINGTEL-AS-AP Singapore Telecommunications Ltd, SG / Singapore Telecommunications (SINGTEL Internet Exchange)", "ranges": {"4": ["101.234.31.0/24", "101.234.32.0/24", "101.234.33.0/24", "101.234.34.0/24", "101.234.40.0/24", "117.18.32.0/19", "117.18.47.0/24", "117.18.48.0/24", "183.81.231.0/24", "185.84.218.0/24", "193.103.148.0/24", "194.180.112.0/23", "202.83.218.0/24", "202.160.224.0/19", "202.165.148.0/24", "202.189.128.0/22", "202.189.132.0/22", "202.189.136.0/21", "203.127.108.0/24", "203.208.128.0/17", "203.208.141.0/24", "203.208.143.0/24", "203.208.155.0/24", "203.208.156.0/24", "203.208.161.0/24", "203.208.163.0/24", "203.208.164.0/24", "203.208.165.0/24", "203.208.175.0/24", "203.208.179.0/24", "203.208.191.0/24", "203.208.197.0/24", "203.208.199.0/24", "203.208.204.0/24", "203.208.207.0/24", "203.208.223.0/24", "220.232.56.0/24", "220.232.57.0/24", "220.232.58.0/24", "220.232.59.0/24"], "6": ["2001:c10::/32", "2001:c10:ff06::/48", "2001:c10:ff08::/48", "2001:c10:ff12::/48", "2001:c10:ff14::/48", "2001:c10:ff18::/48", "2001:c10:ff1b::/48", "2001:c10:ff1c::/48", "2a05:a884:de10::/48", "2a05:a884:de20::/48"]}}, "7527": {"name": "JPIX Japan Internet Xing Co., Ltd., JP / Japan Internet Exchange Co., Ltd.", "ranges": {"4": ["210.171.226.0/23", "210.171.228.0/22"], "6": ["2400:3000::/32"]}}, "7540": {"name": "HKCIX-AS-AP HongKong Commercial Internet Exchange, HK / IXTech Limited", "ranges": {"4": ["103.79.92.0/24", "103.79.93.0/24", "103.79.94.0/24", "103.79.95.0/24", "117.18.96.0/24", "117.18.98.0/24", "117.18.105.0/24", "117.18.106.0/24", "117.18.107.0/24", "117.18.108.0/24", "117.18.112.0/24", "117.18.113.0/24", "117.18.114.0/24", "117.18.115.0/24", "117.18.116.0/24", "117.18.119.0/24", "117.18.120.0/24", "117.18.121.0/24", "117.18.122.0/24", "202.53.128.0/24", "202.53.130.0/24", "202.181.137.0/24", "202.181.138.0/24", "202.181.140.0/24", "202.181.141.0/24", "202.181.142.0/24", "202.181.146.0/24", "202.181.147.0/24", "202.181.150.0/24", "202.181.152.0/24", "202.181.154.0/24", "202.181.160.0/24", "202.181.161.0/24", "202.181.162.0/24", "202.181.163.0/24", "202.181.164.0/24", "202.181.165.0/24", "202.181.166.0/24", "202.181.167.0/24", "202.181.168.0/24", "202.181.169.0/24", "202.181.170.0/24", "202.181.171.0/24", "202.181.172.0/24", "202.181.173.0/24", "202.181.174.0/24", "202.181.176.0/24", "202.181.178.0/24", "202.181.179.0/24", "202.181.180.0/24", "202.181.181.0/24", "202.181.182.0/24", "202.181.183.0/24", "202.181.184.0/24", "202.181.185.0/24", "202.181.186.0/24", "202.181.187.0/24", "202.181.189.0/24", "202.181.190.0/24", "202.181.191.0/24", "202.181.192.0/24", "202.181.193.0/24", "202.181.194.0/24", "202.181.195.0/24", "202.181.196.0/24", "202.181.197.0/24", "202.181.198.0/24", "202.181.199.0/24", "202.181.200.0/24", "202.181.201.0/24", "202.181.202.0/24", "202.181.203.0/24", "202.181.205.0/24", "202.181.206.0/24", "202.181.207.0/24", "202.181.208.0/24", "202.181.209.0/24", "202.181.210.0/24", "202.181.211.0/24", "202.181.212.0/24", "202.181.213.0/24", "202.181.214.0/24", "202.181.215.0/24", "202.181.216.0/24", "202.181.217.0/24", "202.181.220.0/24", "202.181.221.0/24", "202.181.222.0/24", "202.181.223.0/24", "202.181.224.0/24", "202.181.225.0/24", "202.181.226.0/24", "202.181.227.0/24", "202.181.228.0/24", "202.181.229.0/24", "202.181.230.0/24", "202.181.231.0/24", "202.181.232.0/24", "202.181.233.0/24", "202.181.234.0/24", "202.181.235.0/24", "202.181.236.0/24", "202.181.237.0/24", "202.181.238.0/24", "202.181.239.0/24", "202.181.240.0/24", "202.181.241.0/24", "202.181.242.0/24", "202.181.243.0/24", "202.181.244.0/24", "202.181.245.0/24", "202.181.246.0/24", "202.181.247.0/24", "202.181.248.0/23", "202.181.248.0/24", "202.181.249.0/24"]}}, "7597": {"name": "IIX-AS-AP Indonesia Internet Exchange, ID", "ranges": {}}, "7615": {"name": "BTIX-AS-AP Bhutan Internet Exchange, BT / Bhutan Internet Exchange", "ranges": {"4": ["103.129.63.0/24"], "6": ["2001:dea:4001::/48"]}}, "7646": {"name": "BANKOFAMERICA-ATG-HK Bank of America N.A., HK", "ranges": {}}, "7700": {"name": "SINGTEL-DVBIP-AS-AP SINGAPORE TELECOMMUNICATIONS LTD, SG / Singapore Telecommunications (SINGTEL Internet Exchange)", "ranges": {"4": ["103.30.32.0/22", "118.201.16.0/21", "118.201.24.0/21", "202.63.224.0/20", "202.63.226.0/24", "202.63.227.0/24", "202.63.228.0/24", "202.63.229.0/24", "202.63.230.0/24", "202.63.232.0/24", "202.63.233.0/24", "202.63.234.0/24", "202.63.235.0/24", "202.63.236.0/24", "202.63.237.0/24", "202.63.239.0/24", "203.208.185.0/24", "203.208.193.0/24", "221.120.112.0/21", "221.120.120.0/21"], "6": ["2402:ce00::/32", "2402:ce01::/32"]}}, "7743": {"name": "JPMORGAN-AS7743, US / JPMorgan Chase & Co.", "ranges": {"4": ["159.53.0.0/16", "159.53.16.0/20", "159.53.32.0/19", "159.53.64.0/19", "159.53.96.0/19", "159.53.128.0/19", "159.53.160.0/19", "159.53.179.0/24", "159.53.192.0/18", "198.27.1.0/24", "199.253.243.0/24", "199.253.244.0/23", "199.253.244.0/24", "199.253.245.0/24", "209.211.208.0/22"], "6": ["2620:11::/45", "2620:11::/47", "2620:11:2::/47", "2620:11:4::/47", "2620:11:6::/47", "2620:11:8::/47"]}}, "7764": {"name": "CENSUSBUREAU, US / U. S. Bureau of the Census", "ranges": {"4": ["148.129.0.0/16", "148.129.64.0/19", "148.129.128.0/19", "148.129.160.0/24", "148.129.161.0/24"], "6": ["2610:20:2000::/38", "2610:20:2000::/44", "2610:20:2010::/44"]}}, "7847": {"name": "NASA-HPCC-ESS, US / NASA Goddard Space Flight Center", "ranges": {"4": ["169.154.0.0/16", "169.154.128.0/17"]}}, "7872": {"name": "USAP-ASN, US / United States Antarctic Program", "ranges": {"4": ["157.132.0.0/16", "192.150.224.0/24", "198.102.91.0/24", "199.4.250.0/23", "199.184.189.0/24", "199.201.248.0/23", "204.89.132.0/23", "204.238.237.0/24"], "6": ["2620:11d:3000::/44"]}}, "8235": {"name": "TIX-ZH Formerly IXEurope Telehouse Zurich Internet Exchange,", "ranges": {}}, "8959": {"name": "Emirates Internet Exchange GTE Peer router, AE", "ranges": {}}, "8985": {"name": "MSK-IX_SERVICES, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["62.76.209.0/24", "193.232.64.0/24", "193.232.76.0/24", "193.232.226.0/23", "194.85.16.0/24", "194.190.146.0/24", "194.226.16.0/24", "194.226.38.0/23", "194.226.41.0/24", "194.226.56.0/23", "194.226.58.0/23", "195.19.8.0/24", "195.208.24.0/21", "195.208.29.0/24", "195.208.222.0/24", "195.209.140.0/24", "195.209.147.0/24", "195.209.148.0/24"], "6": ["2001:6d0:6d06::/48", "2001:6d0:8000::/48", "2001:6d0:ffc7::/48", "2001:6d0:ffd8::/48", "2a09:bd00:ffca::/48"]}}, "9139": {"name": "CYPIX Cyprus Internet Exchange, CY", "ranges": {}}, "9241": {"name": "FINTEL-FJ Fiji International Telecomunications Ltd, FJ / Fiji International Telecommunications Ltd", "ranges": {"4": ["113.20.64.0/19", "202.170.32.0/20"]}}, "9281": {"name": "PNIX-NZ-AP Palmerston North Internet Exchange, NZ", "ranges": {}}, "9333": {"name": "MMIX-AS-AP MYANMAR INTERNET EXCHANGE ASSOCIATION INC., MM", "ranges": {}}, "9420": {"name": "MHK-IX-AS-AP Maharlika Internet Exchange, PH", "ranges": {}}, "9439": {"name": "WIX-VITAL-NZ-AP Wellington Internet Exchange Vital, NZ", "ranges": {}}, "9446": {"name": "MIE-AS-AP Maldives internet exchange, MV", "ranges": {}}, "9590": {"name": "SEHK-AP The STock Exchange of HK Ltd., HK / Hong Kong Exchanges and Clearing Limited", "ranges": {"4": ["202.162.185.0/24", "202.162.187.0/24", "203.78.5.0/24", "203.78.6.0/24"]}}, "9654": {"name": "MMIX-AS-AP Myanmar Internet Exchange - MMIX, MM", "ranges": {}}, "9670": {"name": "MANILA-IX Manila Internet Exchange, PH", "ranges": {}}, "9959": {"name": "KOREASTOCKEXCHANGE-AS KOREA STOCK EXCHANGE, KR / KOREA STOCK EXCHANGE", "ranges": {"4": ["106.249.45.0/24", "115.22.32.0/24", "115.22.33.0/24", "203.235.0.0/24", "203.235.1.0/24", "203.235.2.0/24", "203.235.4.0/24", "203.235.5.0/24", "203.235.6.0/24", "203.235.7.0/24", "203.235.9.0/24", "203.235.10.0/24", "203.235.11.0/24", "210.113.148.0/24", "210.126.140.0/24", "210.206.131.0/24", "210.206.132.0/24"]}}, "10343": {"name": "AS10343, US / National Aeronautics and Space Administration", "ranges": {"4": ["129.99.0.0/16", "192.92.164.0/22", "198.9.0.0/17", "198.9.128.0/18", "198.9.192.0/19"]}}, "10754": {"name": "GOV-FRB-BOG, US / Federal Reserve Board", "ranges": {"4": ["132.200.0.0/16", "132.200.148.0/24", "132.200.158.0/24", "192.26.194.0/23", "192.26.196.0/22", "192.26.200.0/23", "198.3.221.0/24"]}}, "10794": {"name": "BANKAMERICA, US / Bank of America, National Association", "ranges": {"4": ["171.158.24.0/23", "171.158.28.0/23", "171.158.128.0/20", "171.158.160.0/20", "171.158.192.0/20", "171.158.224.0/20", "171.159.16.0/22", "171.159.18.0/24", "171.159.19.0/24", "171.159.20.0/22", "171.159.22.0/24", "171.159.23.0/24", "171.159.46.0/23", "171.159.48.0/20", "171.159.52.0/24", "171.159.59.0/24", "171.159.60.0/24", "171.159.64.0/20", "171.159.78.0/24", "171.159.80.0/20", "171.159.83.0/24", "171.159.95.0/24", "171.159.96.0/21", "171.159.104.0/22", "171.159.108.0/22", "171.159.112.0/21", "171.159.113.0/24", "171.159.114.0/24", "171.159.115.0/24", "171.159.116.0/24", "171.159.117.0/24", "171.159.118.0/24", "171.159.119.0/24", "171.159.120.0/21", "171.159.120.0/24", "171.159.121.0/24", "171.159.122.0/24", "171.159.123.0/24", "171.159.124.0/24", "171.159.125.0/24", "171.159.126.0/24", "171.159.127.0/24", "171.159.192.0/20", "171.159.206.0/24", "171.159.208.0/20", "171.159.216.0/24", "171.159.217.0/24", "171.159.218.0/24", "171.159.219.0/24", "171.159.223.0/24", "171.159.224.0/21", "171.159.224.0/24", "171.159.225.0/24", "171.159.226.0/24", "171.159.227.0/24", "171.159.228.0/24", "171.159.232.0/22", "171.159.236.0/22", "171.159.236.0/24", "171.159.237.0/24", "171.159.240.0/20", "171.161.8.0/24", "171.161.9.0/24", "171.161.10.0/24", "171.161.12.0/23", "171.161.14.0/23", "171.161.16.0/22", "171.161.18.0/24", "171.161.19.0/24", "171.161.20.0/22", "171.161.22.0/24", "171.161.23.0/24", "171.161.26.0/23", "171.161.28.0/23", "171.161.31.0/24", "171.161.32.0/20", "171.161.34.0/24", "171.161.40.0/24", "171.161.41.0/24", "171.161.42.0/24", "171.161.43.0/24", "171.161.46.0/23", "171.161.48.0/24", "171.161.49.0/24", "171.161.50.0/23", "171.161.52.0/24", "171.161.53.0/24", "171.161.54.0/24", "171.161.55.0/24", "171.161.56.0/24", "171.161.57.0/24", "171.161.58.0/24", "171.161.59.0/24", "171.161.60.0/23", "171.161.80.0/24", "171.161.82.0/24", "171.161.83.0/24", "171.161.84.0/24", "171.161.96.0/21", "171.161.97.0/24", "171.161.100.0/24", "171.161.101.0/24", "171.161.102.0/24", "171.161.103.0/24", "171.161.104.0/21", "171.161.104.0/24", "171.161.105.0/24", "171.161.106.0/24", "171.161.107.0/24", "171.161.108.0/24", "171.161.109.0/24", "171.161.110.0/24", "171.161.111.0/24", "171.161.112.0/21", "171.161.113.0/24", "171.161.114.0/24", "171.161.115.0/24", "171.161.116.0/24", "171.161.117.0/24", "171.161.118.0/24", "171.161.119.0/24", "171.161.120.0/21", "171.161.120.0/24", "171.161.121.0/24", "171.161.122.0/24", "171.161.123.0/24", "171.161.124.0/24", "171.161.125.0/24", "171.161.126.0/24", "171.161.127.0/24", "171.161.128.0/20", "171.161.144.0/21", "171.161.144.0/22", "171.161.148.0/24", "171.161.152.0/22", "171.161.156.0/22", "171.161.156.0/24", "171.161.157.0/24", "171.161.160.0/19", "171.161.174.0/23", "171.161.174.0/24", "171.161.190.0/23", "171.161.191.0/24", "171.161.192.0/24", "171.161.196.0/22", "171.161.196.0/24", "171.161.197.0/24", "171.161.198.0/24", "171.161.199.0/24", "171.161.208.0/20", "171.161.224.0/20", "171.161.240.0/20", "171.162.0.0/24", "171.162.2.0/24", "171.162.5.0/24", "171.162.6.0/24", "171.162.7.0/24", "171.162.8.0/24", "171.162.16.0/24", "171.162.19.0/24", "171.162.21.0/24", "171.162.22.0/24", "171.162.23.0/24", "171.162.24.0/24", "171.162.25.0/24", "171.162.26.0/24", "171.162.31.0/24", "171.162.32.0/22", "171.162.44.0/22", "171.162.86.0/24", "171.162.87.0/24", "171.162.88.0/24", "171.162.89.0/24", "171.162.90.0/23", "171.162.90.0/24", "171.162.91.0/24", "171.162.96.0/22", "171.162.100.0/24", "171.162.101.0/24", "171.162.102.0/23", "171.162.102.0/24", "171.162.103.0/24", "171.162.108.0/24", "171.162.109.0/24", "171.162.110.0/24", "171.162.111.0/24", "171.162.168.0/24", "171.162.170.0/23", "171.162.170.0/24", "171.162.171.0/24", "171.162.172.0/23", "171.162.174.0/23", "171.162.188.0/23", "171.162.188.0/24", "171.162.189.0/24", "171.192.0.0/20", "171.192.2.0/24", "171.192.3.0/24", "171.192.10.0/24", "171.192.16.0/23", "199.43.12.0/23", "199.43.48.0/23", "199.43.54.0/23", "199.43.56.0/23", "199.43.60.0/23", "199.43.64.0/21", "199.43.72.0/21", "199.201.43.0/24", "199.201.47.0/24", "199.201.56.0/24", "199.201.57.0/24", "199.201.63.0/24", "203.11.128.0/24", "203.11.130.0/24", "203.11.131.0/24", "203.11.134.0/24", "206.143.44.0/23"]}}, "10934": {"name": "JPMORGAN-AS10934, US / JPMorgan Chase & Co.", "ranges": {"4": ["159.53.224.0/21", "159.53.232.0/24", "159.53.233.0/24", "159.53.236.0/24", "199.253.248.0/24"], "6": ["2620:11:a::/47"]}}, "10959": {"name": "BAC-NPC, US / Bank of America, National Association", "ranges": {"4": ["192.104.169.0/24", "192.136.66.0/24"]}}, "10998": {"name": "BAC-MLAMRS, US / Bank of America, National Association", "ranges": {"4": ["12.3.80.0/22", "199.43.32.0/20", "199.43.44.0/24", "199.43.72.0/24", "209.65.16.0/22"]}}, "11496": {"name": "JPMORGAN-CPS-TAMPA-FL, US / JPMorgan Chase & Co.", "ranges": {"4": ["12.96.58.0/24", "206.253.186.0/24", "206.253.187.0/24", "206.253.188.0/24", "206.253.189.0/24"]}}, "11678": {"name": "DOE-NTS-AS, US / U.S. Department of Energy", "ranges": {"4": ["192.100.51.0/24"], "6": ["2607:2080::/32"]}}, "12037": {"name": "FDIC-GOV, US / Federal Deposit Insurance Corporation", "ranges": {"4": ["167.176.1.0/24", "167.176.6.0/24", "167.176.8.0/24", "167.176.36.0/24", "167.176.38.0/24", "192.147.69.0/24"]}}, "12276": {"name": "SFMIX-MGMT, US / San Francisco Metropolitan Internet Exchange (SFMIX)", "ranges": {"4": ["192.33.255.0/24"], "6": ["2620:11a:b000::/44"]}}, "12833": {"name": "GIGAPIX GigaPix - Portuguese Internet eXchange, PT / Fundacao para a Ciencia e a Tecnologia, I.P.", "ranges": {"4": ["193.236.100.0/23"]}}, "13275": {"name": "INXS INXS Internet Exchange Service, DE", "ranges": {}}, "13414": {"name": "TWITTER, US / Twitter Inc.", "ranges": {"4": ["64.63.0.0/18", "64.63.32.0/24", "64.63.33.0/24", "69.12.56.0/21", "69.195.160.0/19", "69.195.160.0/24", "69.195.162.0/24", "69.195.166.0/24", "69.195.169.0/24", "69.195.171.0/24", "69.195.174.0/24", "69.195.175.0/24", "69.195.176.0/24", "69.195.177.0/24", "69.195.178.0/24", "69.195.179.0/24", "69.195.180.0/24", "69.195.181.0/24", "69.195.182.0/24", "69.195.183.0/24", "69.195.184.0/24", "69.195.185.0/24", "69.195.186.0/24", "69.195.187.0/24", "103.252.112.0/23", "103.252.114.0/23", "104.244.40.0/24", "104.244.41.0/24", "104.244.42.0/24", "104.244.44.0/24", "104.244.45.0/24", "104.244.46.0/24", "104.244.47.0/24", "188.64.224.0/21", "192.133.76.0/22", "199.16.156.0/22", "199.16.156.0/23", "199.59.148.0/22", "199.96.56.0/23", "202.160.128.0/24", "202.160.129.0/24", "202.160.130.0/24", "202.160.131.0/24", "209.237.192.0/19", "209.237.192.0/24", "209.237.193.0/24", "209.237.194.0/24", "209.237.195.0/24", "209.237.196.0/24", "209.237.198.0/24", "209.237.199.0/24", "209.237.200.0/24"], "6": ["2400:6680:f000::/36", "2606:1f80:f000::/36", "2a04:9d40:f000::/36"]}}, "13611": {"name": "CDC, US / U.S. Center For Disease Control and Prevention", "ranges": {"4": ["158.111.0.0/16", "198.246.96.0/24", "198.246.97.0/24", "198.246.98.0/24", "198.246.99.0/24", "198.246.100.0/24", "198.246.101.0/24", "198.246.102.0/24", "198.246.103.0/24", "198.246.106.0/24", "198.246.108.0/24", "198.246.109.0/24", "198.246.110.0/24", "198.246.112.0/24", "198.246.115.0/24", "198.246.116.0/24", "198.246.117.0/24", "198.246.118.0/24", "198.246.119.0/24", "198.246.120.0/24", "198.246.121.0/24", "198.246.122.0/24", "198.246.123.0/24", "198.246.124.0/24", "198.246.125.0/24", "198.246.126.0/24", "198.246.127.0/24", "216.58.189.0/24"]}}, "13854": {"name": "JSE, ZA / The Johannesburg Stock Exchange (JSE Limited)", "ranges": {"4": ["196.216.154.0/24", "196.216.155.0/24"]}}, "14086": {"name": "QIX, CA / Montreal Internet Exchange Inc.", "ranges": {"4": ["206.126.112.0/24"], "6": ["2620:1f:4000::/48"]}}, "14222": {"name": "NFCU-AS, US / Navy Federal Credit Union", "ranges": {"4": ["198.51.240.0/24", "199.204.164.0/24", "199.204.165.0/24", "199.204.166.0/24", "199.204.167.0/24", "207.189.154.0/24", "207.189.155.0/24", "207.189.156.0/24", "208.82.36.0/24", "208.82.37.0/24"]}}, "14827": {"name": "WSDOT-ASN, US / Washington State Department of Transportation", "ranges": {"4": ["164.110.0.0/16", "198.238.212.0/23"]}}, "15130": {"name": "USDOJ-GOV, US / United States Department of Justice", "ranges": {"4": ["149.101.1.0/24", "149.101.17.0/24", "149.101.21.0/24", "149.101.22.0/24", "149.101.25.0/24", "149.101.26.0/24", "149.101.29.0/24", "149.101.30.0/24", "149.101.32.0/24", "149.101.40.0/24", "149.101.45.0/24", "149.101.47.0/24", "149.101.50.0/23", "149.101.52.0/24", "149.101.57.0/24", "149.101.68.0/22", "149.101.72.0/21", "149.101.80.0/22", "149.101.83.0/24", "149.101.84.0/23", "149.101.92.0/22", "149.101.107.0/24", "149.101.111.0/24", "149.101.127.0/24", "149.101.128.0/24", "149.101.150.0/23", "149.101.160.0/22", "149.101.180.0/22", "149.101.183.0/24", "149.101.184.0/23", "149.101.192.0/22", "149.101.207.0/24", "149.101.218.0/24", "149.101.222.0/24", "149.101.226.0/24", "149.101.228.0/24", "149.101.255.0/24"], "6": ["2607:f330:5000::/48", "2607:f330:5fa1::/48", "2607:f330:6000::/36", "2607:f330:6000::/48", "2607:f330:6aaa::/48", "2607:f330:a001::/48", "2607:f330:a002::/48"]}}, "15147": {"name": "DHSINETNOC, US / DEPARTMENT OF HOMELAND SECURITY", "ranges": {"4": ["64.69.48.0/21", "64.69.56.0/24", "64.69.58.0/23", "64.69.60.0/22", "161.214.182.0/24", "161.214.183.0/24", "173.255.48.0/21", "173.255.56.0/21", "216.81.80.0/21", "216.81.88.0/21"], "6": ["2600:400::/32", "2600:400:1800::/44", "2600:400:1c00::/44", "2600:400:3a00::/44", "2600:400:5a00::/40", "2600:400:8400::/40", "2600:400:8800::/40", "2600:400:8e00::/40"]}}, "15196": {"name": "MDDOT, US / Maryland Department of Transportation", "ranges": {"4": ["170.93.0.0/16", "170.93.140.0/23", "170.93.142.0/23", "170.93.144.0/24", "170.93.145.0/24", "170.93.226.0/24", "170.93.227.0/24"]}}, "15645": {"name": "AS15645 DE Ukrainian Internet Exchange UA-IX, UA / DE Ukrainian Internet Exchange (UA-IX)", "ranges": {"4": ["185.119.76.0/22"]}}, "15669": {"name": "BIX-BG Bulgarian Internet eXchange BIX.BG ltd., BG / BIX.BG Ltd.", "ranges": {"4": ["91.237.102.0/23"], "6": ["2a03:4ba0::/48"]}}, "16004": {"name": "MIXITA-AS Milan Italy interconnection point, IT / MIX S.r.L. - Milan Internet eXchange", "ranges": {"4": ["217.29.72.0/21", "217.29.77.0/24"], "6": ["2001:1ac0::/32"]}}, "16876": {"name": "ICANN-DC, US / ICANN", "ranges": {"4": ["192.0.44.0/22", "192.0.47.0/24", "199.4.29.0/24", "208.77.191.0/24"], "6": ["2602:800:900f::/48", "2620:0:2830::/48"]}}, "17107": {"name": "GADOT-NET1, US / Georgia Department of Transportation", "ranges": {"4": ["143.100.32.0/19", "143.100.207.0/24", "143.100.230.0/23"]}}, "17412": {"name": "NPIX-AS-AP Internet Exchange Nepal, NP / Internet Exchange Nepal", "ranges": {"4": ["103.102.36.0/24"], "6": ["2001:def:8001::/48"]}}, "17482": {"name": "BTIX-AS-AP Bhutan Internet Exchange, BT", "ranges": {}}, "17800": {"name": "IIX-AS-AP Indonesia Internet Exchange IIX, ID", "ranges": {}}, "17972": {"name": "BANKOFAMERICA-ATG-HK Bank of America N.A., HK", "ranges": {}}, "18361": {"name": "AUSTOCKEXCHANGE-AU AUSTRALIAN STOCK EXCHANGE LIMITED, AU / Australian Stock Exchange Limited", "ranges": {"4": ["43.255.128.0/24", "43.255.129.0/24", "43.255.130.0/24", "43.255.131.0/24", "203.0.116.0/22", "203.15.144.0/22", "203.15.144.0/23", "203.15.145.0/24", "203.15.146.0/23", "203.15.146.0/24", "203.15.147.0/24"]}}, "18404": {"name": "HYDIX-AS-AP HyderabadIX is an non-profit Internet Exchange P", "ranges": {}}, "19886": {"name": "BOFABROKERDEALERSVCS, US / Bank of America, National Association", "ranges": {"4": ["171.162.10.0/24", "171.162.14.0/24", "171.162.20.0/24", "171.162.48.0/20", "171.162.60.0/22", "171.162.80.0/22", "171.162.84.0/23", "171.162.84.0/24", "171.162.85.0/24", "171.162.107.0/24", "171.162.112.0/20", "171.162.112.0/24", "171.162.176.0/23", "171.162.176.0/24", "171.162.177.0/24", "171.162.178.0/23", "171.162.178.0/24", "171.162.186.0/23", "171.162.186.0/24", "171.162.187.0/24", "171.162.208.0/23", "171.162.224.0/21", "171.162.234.0/23", "171.162.234.0/24", "171.162.235.0/24", "171.162.236.0/23", "171.162.236.0/24", "171.162.237.0/24"]}}, "20144": {"name": "IMRS, US / ICANN", "ranges": {"4": ["192.0.37.0/24", "192.0.40.0/24", "192.0.41.0/24", "199.7.82.0/23", "199.7.83.0/24", "199.7.94.0/24", "199.7.95.0/24", "199.43.132.0/24"], "6": ["2001:500:3::/48", "2001:500:8c::/48", "2001:500:9c::/48", "2001:500:9d::/48", "2001:500:9e::/47", "2001:500:9f::/48", "2602:800:9004::/48", "2620:0:22b0::/48", "2620:0:2ee0::/48"]}}, "20612": {"name": "SWISSIX, CH / SwissIX Internet Exchange", "ranges": {"4": ["185.222.12.0/22", "194.242.34.0/24"], "6": ["2001:67c:20ac::/48", "2a0c:d000::/29"]}}, "20759": {"name": "SA-IX Saudi Arabian Internet Exchange - Riyadh, SA", "ranges": {}}, "21556": {"name": "NARC-EROOT, US / NASA Ames Research Center", "ranges": {"4": ["192.12.28.0/24", "192.203.230.0/24"], "6": ["2001:500:a8::/48", "2620:126:e000::/48"]}}, "22238": {"name": "DARPA, US / Defense Advanced Research Projects Agency(DARPA)", "ranges": {"4": ["158.63.0.0/16", "158.63.250.0/24", "192.5.18.0/24", "192.187.8.0/24"]}}, "22767": {"name": "AS22767, US / National Aeronautics and Space Administration", "ranges": {"4": ["169.154.197.0/24"]}}, "23372": {"name": "FDIX-PUBLIC, US / Midwest Internet Exchange LLC", "ranges": {"4": ["45.45.192.0/24"]}}, "23518": {"name": "ICANN, US", "ranges": {}}, "23676": {"name": "MARIIX-GU Mariana Islands Internet Exchange, GU / University of Guam", "ranges": {"4": ["103.115.192.0/24"], "6": ["2001:df7:df80::/48"]}}, "24190": {"name": "SET-AS-TH The Stock Exchange of Thailand, TH / The Stock Exchange of Thailand", "ranges": {"4": ["103.136.252.0/23", "103.136.252.0/24", "103.136.253.0/24", "119.63.74.0/24", "203.99.252.0/23", "203.99.252.0/24", "203.99.253.0/24"]}}, "24257": {"name": "JPIX-64ES Japan Internet Xing Co., Ltd., JP / Japan Internet Exchange Co., Ltd.", "ranges": {"4": ["103.2.8.0/23", "202.90.12.0/24", "202.90.14.0/24"], "6": ["2400:3000:70::/48"]}}, "24387": {"name": "SIX-AS-AP SDN Internet Exchange, NZ", "ranges": {}}, "24388": {"name": "CHIX-AS-AP Christchurch Internet Exchange, NZ", "ranges": {}}, "24399": {"name": "ABN-PEERING-AS-AP Asia Broadcast Networks Peering AS, HK / ASIX Asia Satellite Internet eXchange Ltd", "ranges": {"4": ["202.133.8.0/21", "202.133.10.0/24", "203.80.176.0/24", "203.80.177.0/24", "203.80.178.0/24", "203.80.179.0/24", "203.80.180.0/24", "203.80.181.0/24", "203.80.182.0/24", "203.80.183.0/24", "203.80.184.0/22"]}}, "24439": {"name": "NTAMAR-AS-AP MARSHALL ISLANDS NTA ISP AS, MH / National Telecommunications Authority", "ranges": {"4": ["64.86.23.0/24", "64.86.76.0/24", "103.202.148.0/24", "103.202.149.0/24", "103.202.150.0/24", "103.202.151.0/24", "117.103.88.0/21", "117.103.89.0/24", "117.103.90.0/23", "117.103.92.0/24", "117.103.93.0/24", "117.103.94.0/24", "203.78.152.0/24", "203.78.153.0/24", "203.78.154.0/24", "203.78.155.0/24"], "6": ["2405:400::/32", "2405:400:8000::/33"]}}, "24457": {"name": "DE-CIX-AS-AP DE-CIX Delhi Internet Exchange, IN", "ranges": {}}, "24470": {"name": "DE-CIX-AS-AP DE-CIX Chennai Internet Exchange, IN", "ranges": {}}, "24474": {"name": "ASNPANYCAST Nepal Internet Exchange NP Anycast, NP / Nepal R&E Network", "ranges": {"4": ["198.32.126.0/24"]}}, "24508": {"name": "DE-CIX-AS-AP DE-CIX Kolkata Internet Exchange, IN", "ranges": {}}, "24513": {"name": "DOJ-TRANSIT-AS-AP Department of Justice, AU", "ranges": {}}, "24748": {"name": "THINX_POLAND THINX Internet exchange, PL", "ranges": {}}, "24796": {"name": "NAMEX-IXP-SERVICES Rome Internet eXchange point, IT / NAMEX CONSORZIO", "ranges": {"4": ["185.33.108.0/23", "185.33.110.0/24", "185.33.111.0/24", "193.24.29.0/24", "193.201.40.0/24"], "6": ["2a0f:80:1::/48", "2a0f:80:2::/48", "2a0f:80:3::/48", "2a0f:80:a::/48", "2a0f:80:b::/48", "2a0f:80:c::/48", "2a0f:80:d::/48", "2a0f:80:e::/48"]}}, "25996": {"name": "FBICJIS, US / FBI Criminal Justice Information Systems", "ranges": {"4": ["149.101.100.0/24", "149.101.101.0/24", "149.101.102.0/24", "149.101.103.0/24", "149.101.118.0/24", "149.101.164.0/23", "149.101.216.0/24", "149.101.229.0/24", "149.101.242.0/24", "153.31.0.0/16", "153.31.0.0/17", "153.31.111.0/24", "153.31.128.0/18", "153.31.192.0/18"], "6": ["2607:f330:2002::/48", "2607:f330:2003::/48", "2607:f330:9400::/40", "2607:f330:9401::/48", "2607:f330:9402::/47", "2607:f330:9404::/46", "2607:f330:9408::/45", "2607:f330:9410::/44", "2607:f330:9420::/43", "2607:f330:9440::/42", "2607:f330:9480::/41"]}}, "26229": {"name": "US-SEC, US / U.S. Securities & Exchange Commission", "ranges": {"4": ["162.138.16.0/24", "162.138.32.0/24", "162.138.182.0/24", "162.138.192.0/24", "162.138.194.0/24", "162.138.195.0/24", "162.138.196.0/24", "162.138.197.0/24", "162.138.198.0/24", "162.138.200.0/24", "162.138.201.0/24", "162.138.202.0/24", "162.138.203.0/24", "162.138.204.0/24", "162.138.205.0/24", "162.138.206.0/24", "162.138.207.0/24", "162.138.208.0/24", "162.138.209.0/24", "162.138.210.0/24", "162.138.211.0/24", "162.138.212.0/24", "162.138.213.0/24", "162.138.214.0/24", "162.138.215.0/24", "162.138.216.0/24", "162.138.222.0/24"], "6": ["2602:80b:8011::/48", "2602:80b:8021::/48"]}}, "26299": {"name": "ICANN, US", "ranges": {}}, "26710": {"name": "ICANN-ANYCASTED-SERVICES, US / ICANN", "ranges": {"4": ["192.0.42.0/24", "199.4.31.0/24", "199.4.138.0/24", "199.43.133.0/24", "199.43.135.0/24", "199.253.182.0/24", "199.253.183.0/24"], "6": ["2001:500:86::/48", "2001:500:87::/48", "2001:500:89::/48", "2001:500:8d::/48", "2001:500:8f::/48", "2602:800:9007::/48"]}}, "26711": {"name": "ICANN-MDR, US / ICANN", "ranges": {"4": ["192.0.36.0/22"], "6": ["2620:0:2ed0::/48"]}}, "27016": {"name": "NRC-NET, US / United States Nuclear Regulatory Commission", "ranges": {"4": ["148.184.180.0/23"], "6": ["2620:129:2000::/42", "2620:129:2010::/48", "2620:129:2040::/42", "2620:129:2080::/42", "2620:129:20c0::/42"]}}, "27030": {"name": "USCG-AS, US / United States Coast Guard", "ranges": {"6": ["2600:803:613::/48"]}}, "27046": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["131.70.4.0/24", "131.70.16.0/21", "131.70.24.0/22", "131.70.28.0/23", "131.70.32.0/24", "131.70.60.0/24", "131.70.67.0/24", "131.70.80.0/21", "131.70.93.0/24", "131.70.112.0/23", "131.70.156.0/22", "131.70.164.0/24", "131.70.199.0/24", "131.70.200.0/23", "131.70.203.0/24", "131.70.204.0/24", "131.70.206.0/24", "131.70.209.0/24", "131.70.210.0/24", "131.70.211.0/24", "131.70.212.0/24", "131.70.216.0/24", "131.70.232.0/24", "131.70.240.0/24", "131.70.254.0/23", "131.74.12.0/24", "131.74.16.0/22", "131.74.20.0/22", "131.74.24.0/23", "131.74.32.0/22", "131.74.36.0/22", "131.74.48.0/22", "131.74.52.0/24", "131.74.58.0/24", "131.74.62.0/24", "131.74.64.0/22", "131.74.68.0/22", "131.74.72.0/22", "131.74.76.0/22", "131.74.80.0/22", "131.74.84.0/22", "131.74.88.0/22", "131.74.92.0/22", "131.74.96.0/22", "131.74.110.0/24", "131.74.111.0/24", "131.74.118.0/24", "131.74.121.0/24", "131.74.124.0/24", "131.74.160.0/21", "131.74.168.0/22", "131.74.172.0/22", "131.74.176.0/21", "131.74.184.0/22", "131.74.188.0/22", "131.74.208.0/22", "131.74.224.0/22", "131.74.228.0/22", "131.74.240.0/22", "131.74.248.0/23", "131.74.252.0/24", "131.75.6.0/24", "131.75.7.0/24", "131.75.11.0/24", "131.75.13.0/24", "131.75.14.0/24", "131.75.19.0/24", "131.75.20.0/24", "131.75.21.0/24", "131.75.23.0/24", "131.75.24.0/23", "131.75.26.0/23", "131.75.28.0/22", "131.75.34.0/24", "131.75.45.0/24", "131.75.47.0/24", "131.75.50.0/24", "131.75.52.0/23", "131.75.54.0/24", "131.75.56.0/24", "131.75.62.0/24", "131.75.66.0/24", "131.75.67.0/24", "131.75.72.0/24", "131.75.73.0/24", "131.75.74.0/23", "131.75.81.0/24", "131.75.82.0/23", "131.75.86.0/24", "131.75.88.0/23", "131.75.94.0/23", "131.75.96.0/24", "131.75.97.0/24", "131.75.99.0/24", "131.75.100.0/23", "131.75.102.0/24", "131.75.103.0/24", "131.75.105.0/24", "131.75.107.0/24", "131.75.108.0/24", "131.75.109.0/24", "131.75.111.0/24", "131.75.120.0/24", "131.75.122.0/24", "131.75.125.0/24", "131.75.126.0/24", "131.75.140.0/24", "131.75.142.0/23", "131.75.144.0/24", "131.75.146.0/24", "131.75.148.0/22", "131.75.154.0/23", "131.75.156.0/24", "131.75.158.0/24", "131.75.159.0/24", "131.75.165.0/24", "131.75.167.0/24", "131.75.170.0/24", "131.75.171.0/24", "131.75.172.0/22", "131.75.178.0/24", "131.75.180.0/24", "131.75.182.0/23", "131.75.193.0/24", "131.75.197.0/24", "131.75.198.0/23", "131.75.203.0/24", "131.75.205.0/24", "131.75.206.0/24", "131.75.207.0/24", "131.75.208.0/24", "131.75.211.0/24", "131.75.212.0/24", "131.75.214.0/23", "131.75.216.0/23", "131.75.218.0/23", "131.75.226.0/23", "131.75.228.0/23", "131.75.235.0/24", "131.75.238.0/24", "131.75.239.0/24", "131.75.243.0/24", "131.75.245.0/24", "131.75.246.0/24", "131.75.252.0/24", "131.76.2.0/24", "131.76.7.0/24", "131.76.22.0/24", "131.76.30.0/24", "131.76.39.0/24", "131.76.41.0/24", "131.76.43.0/24", "131.76.51.0/24", "131.76.52.0/24", "131.76.55.0/24", "131.76.56.0/24", "131.76.65.0/24", "131.76.68.0/23", "131.76.71.0/24", "131.76.80.0/23", "131.76.94.0/23", "131.76.96.0/23", "131.76.129.0/24", "131.76.135.0/24", "131.76.171.0/24", "131.76.172.0/24", "131.76.173.0/24", "131.76.174.0/23", "131.76.176.0/21", "131.76.184.0/21", "131.76.192.0/23", "131.76.194.0/23", "131.78.0.0/24", "131.78.132.0/24", "131.78.158.0/24", "131.78.159.0/24", "131.78.167.0/24", "131.78.174.0/23", "131.78.184.0/22", "131.78.184.0/23", "131.78.186.0/24", "131.78.187.0/24", "131.78.200.0/23", "131.78.202.0/23", "131.78.212.0/23", "131.78.214.0/23", "131.78.216.0/23", "131.78.220.0/23", "131.78.240.0/24", "131.78.243.0/24", "131.79.3.0/24", "131.79.7.0/24", "131.79.11.0/24", "131.79.13.0/24", "131.79.14.0/24", "131.79.16.0/24", "131.79.19.0/24", "131.79.22.0/23", "131.79.24.0/23", "131.79.32.0/22", "131.79.48.0/23", "131.79.50.0/23", "131.79.52.0/23", "131.79.54.0/23", "131.79.56.0/23", "131.79.58.0/23", "131.79.60.0/23", "131.79.62.0/23", "131.79.66.0/24", "131.79.67.0/24", "131.79.69.0/24", "131.79.105.0/24", "131.79.110.0/23", "131.79.112.0/23", "131.79.116.0/23", "131.79.118.0/23", "131.79.122.0/23", "131.79.124.0/24", "131.79.128.0/24", "131.79.130.0/23", "131.79.134.0/23", "131.79.136.0/23", "131.79.140.0/24", "131.79.141.0/24", "131.79.142.0/23", "131.79.144.0/22", "131.79.148.0/22", "131.79.152.0/22", "131.79.158.0/24", "131.79.160.0/23", "131.79.162.0/23", "131.79.164.0/23", "131.79.168.0/22", "131.79.172.0/22", "131.79.178.0/24", "131.79.192.0/23", "131.79.205.0/24", "131.79.206.0/24", "131.79.207.0/24", "131.79.224.0/24", "131.79.229.0/24", "131.79.230.0/23", "131.79.233.0/24", "131.79.240.0/23", "131.81.2.0/23", "131.81.5.0/24", "131.81.9.0/24", "131.81.10.0/24", "131.81.17.0/24", "131.81.89.0/24", "131.81.90.0/23", "131.81.92.0/22", "131.81.99.0/24", "131.81.101.0/24", "131.81.103.0/24", "131.81.162.0/23", "131.81.164.0/23", "131.81.170.0/24", "131.81.191.0/24", "131.81.199.0/24", "131.81.206.0/23", "131.82.0.0/24", "131.82.19.0/24", "131.82.20.0/23", "131.82.22.0/23", "131.82.24.0/23", "131.82.26.0/23", "131.82.28.0/23", "131.82.30.0/23", "131.82.32.0/23", "131.82.34.0/23", "131.82.36.0/23", "131.82.40.0/23", "131.82.42.0/23", "131.82.44.0/23", "131.82.46.0/23", "131.82.50.0/23", "131.82.54.0/23", "131.82.56.0/23", "131.82.58.0/23", "131.82.60.0/23", "131.82.62.0/23", "131.82.64.0/23", "131.82.66.0/23", "131.82.70.0/23", "131.82.72.0/23", "131.82.74.0/23", "131.82.76.0/23", "131.82.78.0/24", "131.82.90.0/23", "131.82.92.0/23", "131.82.94.0/23", "131.82.98.0/23", "131.82.105.0/24", "131.82.125.0/24", "131.82.126.0/24", "131.82.127.0/24", "131.82.128.0/23", "131.82.130.0/23", "131.82.132.0/23", "131.82.134.0/24", "131.82.136.0/23", "131.82.170.0/24", "131.82.181.0/24", "131.82.186.0/24", "131.82.189.0/24", "131.86.0.0/23", "131.86.3.0/24", "131.86.9.0/24", "131.86.10.0/24", "131.86.23.0/24", "131.86.32.0/23", "131.86.34.0/23", "131.86.42.0/24", "131.86.43.0/24", "131.86.45.0/24", "131.86.51.0/24", "131.86.55.0/24", "131.86.63.0/24", "131.86.160.0/24", "131.86.165.0/24", "131.86.168.0/24", "131.86.200.0/23", "131.86.202.0/23", "131.86.248.0/23", "131.86.250.0/23", "131.86.255.0/24", "131.87.6.0/24", "131.87.7.0/24", "131.87.10.0/24", "131.87.12.0/24", "131.87.13.0/24", "131.87.40.0/22", "131.87.53.0/24", "131.87.68.0/24", "131.87.93.0/24", "131.87.98.0/24", "131.87.99.0/24", "131.87.100.0/22", "131.87.104.0/22", "131.87.108.0/22", "131.87.112.0/23", "131.87.204.0/23", "131.87.235.0/24", "131.87.237.0/24", "131.87.243.0/24", "131.87.245.0/24", "138.140.192.0/21", "138.141.16.0/20", "140.12.192.0/21", "140.12.200.0/21", "140.12.208.0/21", "140.18.32.0/20", "140.18.44.0/23", "140.19.40.0/22", "140.19.80.0/22", "140.19.88.0/22", "140.19.114.0/24", "140.19.115.0/24", "140.19.120.0/24", "140.19.121.0/24", "140.19.123.0/24", "140.19.124.0/23", "140.19.192.0/22", "140.20.214.0/24", "164.87.3.0/24", "164.87.20.0/23", "164.87.22.0/23", "164.87.24.0/21", "164.87.26.0/24", "164.87.30.0/23", "164.87.32.0/21", "164.87.34.0/24", "164.87.40.0/21", "164.87.40.0/22", "164.87.44.0/22", "164.87.48.0/21", "164.87.55.0/24", "164.87.100.0/22", "164.87.146.0/24", "164.87.147.0/24", "164.87.152.0/22", "164.87.156.0/22", "164.87.160.0/19", "164.87.160.0/20", "164.87.181.0/24", "164.87.184.0/23", "164.87.192.0/18", "164.87.213.0/24", "164.87.224.0/20", "164.87.240.0/20", "164.87.248.0/23", "192.67.251.0/24", "198.97.73.0/24", "199.10.68.0/24", "199.10.69.0/24", "214.3.14.0/24", "214.7.0.0/22", "214.7.4.0/22", "214.7.8.0/22", "214.7.12.0/22", "214.7.16.0/22", "214.7.20.0/22", "214.7.24.0/22", "214.7.28.0/22", "214.7.32.0/22", "214.7.36.0/22", "214.7.40.0/22", "214.7.44.0/22", "214.7.48.0/22", "214.7.52.0/22", "214.7.64.0/22", "214.7.68.0/22", "214.7.72.0/22", "214.7.76.0/22", "214.7.80.0/22", "214.7.84.0/22", "214.7.88.0/23", "214.7.90.0/23", "214.7.96.0/24", "214.7.216.0/22", "214.7.220.0/22", "214.7.224.0/22", "214.7.228.0/23", "214.7.230.0/23", "214.7.232.0/22", "214.7.236.0/22", "214.7.240.0/22", "214.7.244.0/22", "214.7.248.0/23", "214.7.250.0/24", "214.7.251.0/24", "214.7.252.0/23", "214.7.254.0/23", "214.17.194.0/24", "214.73.64.0/20", "214.73.80.0/20", "215.1.11.0/24", "215.1.12.0/23"], "6": ["2608:106::/48", "2608:146:4::/48", "2608:169:2::/48"]}}, "27047": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["164.236.5.0/24", "164.236.7.0/24", "164.236.10.0/24", "164.236.12.0/24", "164.236.13.0/24", "164.236.14.0/24", "164.236.16.0/24", "164.236.19.0/24", "164.236.28.0/22", "164.236.38.0/24", "164.236.39.0/24", "164.236.40.0/24", "164.236.42.0/24", "164.236.44.0/24", "164.236.49.0/24", "164.236.50.0/24", "164.236.51.0/24", "164.236.52.0/24", "164.236.53.0/24", "164.236.54.0/24", "164.236.55.0/24", "164.236.56.0/24", "164.236.57.0/24", "164.236.58.0/24", "164.236.59.0/24", "164.236.60.0/24", "164.236.61.0/24", "164.236.62.0/24", "164.236.63.0/24", "164.236.64.0/24", "164.236.65.0/24", "164.236.66.0/24", "164.236.67.0/24", "164.236.68.0/24", "164.236.69.0/24", "164.236.70.0/24", "164.236.71.0/24", "164.236.72.0/24", "164.236.73.0/24", "164.236.74.0/24", "164.236.75.0/24", "164.236.76.0/24", "164.236.78.0/24", "164.236.84.0/22", "164.236.89.0/24", "164.236.90.0/24", "164.236.91.0/24", "164.236.95.0/24", "164.236.97.0/24", "164.236.111.0/24", "164.236.112.0/24", "164.236.123.0/24", "164.236.125.0/24", "164.236.132.0/24", "164.236.133.0/24", "164.236.172.0/24", "164.236.220.0/22", "164.236.224.0/22", "164.236.250.0/24"]}}, "27064": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["6.16.136.0/24", "6.16.169.0/24", "6.64.143.0/24", "128.19.0.0/16", "128.37.0.0/16", "129.251.1.0/24", "129.251.3.0/24", "129.251.17.0/24", "129.251.26.0/24", "129.251.30.0/24", "129.251.41.0/24", "129.251.44.0/24", "129.251.55.0/24", "129.251.66.0/24", "129.251.80.0/24", "129.251.91.0/24", "129.251.113.0/24", "131.14.228.0/22", "131.14.232.0/22", "131.14.236.0/22", "131.64.0.0/16", "131.158.4.0/24", "131.158.5.0/24", "131.158.7.0/24", "131.158.15.0/24", "131.158.18.0/24", "131.158.20.0/24", "131.158.21.0/24", "131.158.22.0/24", "131.158.23.0/24", "131.158.24.0/24", "131.158.28.0/24", "131.158.29.0/24", "131.158.33.0/24", "131.158.34.0/24", "131.158.35.0/24", "131.158.40.0/24", "131.158.41.0/24", "131.158.42.0/24", "131.158.79.0/24", "131.158.178.0/24", "131.158.179.0/24", "131.158.180.0/24", "131.158.181.0/24", "131.158.182.0/24", "131.158.183.0/24", "131.158.184.0/24", "131.158.185.0/24", "131.158.186.0/24", "131.158.187.0/24", "131.158.188.0/24", "131.158.189.0/24", "131.158.197.0/24", "131.158.199.0/24", "131.250.250.0/24", "134.135.16.0/20", "134.135.80.0/20", "134.135.96.0/20", "134.135.112.0/20", "134.135.208.0/20", "134.229.9.0/24", "134.229.10.0/24", "134.229.11.0/24", "134.229.19.0/24", "134.229.25.0/24", "134.229.35.0/24", "134.229.40.0/24", "134.229.48.0/24", "134.229.58.0/24", "138.147.74.0/24", "138.147.76.0/24", "138.161.12.0/24", "138.161.94.0/24", "138.169.4.0/22", "138.169.8.0/21", "138.169.16.0/20", "138.169.64.0/24", "138.169.65.0/24", "138.169.66.0/24", "138.169.67.0/24", "138.169.68.0/22", "138.169.72.0/21", "138.169.80.0/20", "138.169.96.0/22", "138.169.100.0/23", "138.169.102.0/23", "139.234.0.0/16", "139.241.2.0/24", "139.241.5.0/24", "139.241.9.0/24", "139.241.18.0/24", "139.241.20.0/22", "139.241.24.0/22", "139.241.28.0/22", "139.241.36.0/22", "139.241.44.0/23", "139.241.49.0/24", "139.241.212.0/24", "139.241.220.0/23", "139.241.221.0/24", "139.241.229.0/24", "139.241.231.0/24", "139.241.242.0/24", "139.241.243.0/24", "139.242.1.0/24", "139.242.3.0/24", "139.242.8.0/23", "139.242.16.0/23", "139.242.38.0/23", "139.242.40.0/23", "139.242.42.0/24", "139.242.44.0/24", "139.242.73.0/24", "139.242.74.0/24", "139.242.75.0/24", "139.242.112.0/22", "139.242.116.0/22", "139.252.0.0/17", "139.253.0.0/16", "139.254.0.0/16", "140.1.0.0/18", "140.1.64.0/18", "140.1.128.0/18", "140.1.192.0/18", "140.2.0.0/18", "140.2.64.0/18", "143.69.38.0/23", "143.84.20.0/24", "143.84.21.0/24", "143.84.70.0/24", "143.84.90.0/24", "143.84.166.0/24", "143.140.0.0/17", "143.140.11.0/24", "144.100.79.0/24", "144.100.80.0/21", "144.100.88.0/22", "144.100.92.0/23", "144.100.94.0/24", "144.100.100.0/23", "144.100.160.0/20", "144.100.174.0/24", "144.100.175.0/24", "144.100.180.0/24", "144.100.183.0/24", "144.100.184.0/22", "144.106.79.0/24", "144.247.212.0/22", "144.247.216.0/23", "150.177.169.0/24", "150.190.0.0/16", "153.102.0.0/16", "155.7.144.0/20", "155.19.14.0/23", "155.19.36.0/22", "155.27.62.0/23", "155.29.32.0/22", "155.29.142.0/24", "155.152.222.0/24", "155.152.255.0/24", "155.213.1.0/24", "155.213.22.0/23", "155.213.50.0/23", "155.213.56.0/22", "155.213.60.0/24", "155.213.224.0/20", "156.112.16.0/21", "156.112.81.0/24", "156.112.82.0/24", "156.112.83.0/24", "156.112.84.0/24", "156.112.86.0/24", "157.141.0.0/16", "158.9.52.0/22", "158.9.99.0/24", "158.9.142.0/24", "158.9.149.0/24", "158.9.153.0/24", "158.9.232.0/24", "159.77.17.0/24", "159.77.64.0/22", "159.77.68.0/22", "159.77.72.0/22", "159.77.76.0/22", "159.77.89.0/24", "159.77.92.0/24", "159.77.93.0/24", "160.137.6.0/23", "160.137.8.0/23", "160.137.10.0/24", "160.137.12.0/24", "160.137.13.0/24", "160.137.22.0/24", "160.137.24.0/23", "160.137.29.0/24", "160.137.30.0/24", "160.137.31.0/24", "160.137.32.0/24", "160.137.112.0/24", "160.137.113.0/24", "160.137.167.0/24", "160.137.186.0/24", "160.137.187.0/24", "160.137.189.0/24", "160.137.190.0/24", "160.137.191.0/24", "160.137.212.0/24", "160.137.213.0/24", "160.137.230.0/24", "164.87.10.0/24", "164.117.9.0/24", "164.190.0.0/17", "164.190.128.0/17", "164.214.2.0/24", "164.214.3.0/24", "164.214.9.0/24", "164.214.10.0/24", "164.214.11.0/24", "164.214.14.0/24", "164.214.15.0/24", "164.214.26.0/24", "164.214.29.0/24", "164.214.30.0/24", "164.214.72.0/24", "164.214.118.0/23", "164.214.136.0/24", "164.214.138.0/24", "164.214.156.0/24", "164.214.158.0/23", "164.214.186.0/24", "164.214.251.0/24", "164.214.255.0/24", "164.231.67.0/24", "164.234.4.0/24", "164.234.5.0/24", "164.235.3.0/24", "164.235.4.0/22", "164.235.40.0/21", "164.235.224.0/21", "192.5.41.0/24", "192.5.132.0/24", "192.12.66.0/24", "192.12.210.0/24", "192.26.248.0/24", "192.31.158.0/24", "192.33.186.0/24", "192.77.103.0/24", "192.108.183.0/24", "192.108.184.0/24", "192.108.244.0/24", "192.129.64.0/24", "192.129.65.0/24", "192.135.122.0/24", "192.153.133.0/24", "192.153.142.0/24", "192.172.3.0/24", "192.175.64.0/24", "192.175.68.0/24", "192.175.69.0/24", "192.175.71.0/24", "192.175.78.0/24", "192.175.80.0/24", "192.175.81.0/24", "192.175.82.0/24", "192.175.84.0/24", "192.175.85.0/24", "192.175.86.0/24", "192.188.203.0/24", "192.188.207.0/24", "192.203.150.0/24", "192.211.65.0/24", "192.211.69.0/24", "192.211.70.0/24", "192.211.99.0/24", "198.25.222.0/24", "198.97.99.0/24", "199.9.64.0/24", "199.9.65.0/24", "199.10.120.0/24", "199.10.121.0/24", "199.10.122.0/24", "199.10.136.0/24", "199.10.137.0/24", "199.10.140.0/24", "199.10.231.0/24", "199.31.106.0/24", "199.121.71.0/24", "199.121.116.0/24", "199.121.130.0/24", "199.121.165.0/24", "199.121.166.0/24", "199.123.112.0/24", "199.208.172.0/24", "199.208.213.0/24", "199.211.101.0/24", "199.211.133.0/24", "204.34.153.0/24", "204.34.175.0/24", "204.34.198.0/24", "204.34.203.0/24", "204.34.233.0/24", "204.34.247.0/24", "204.34.251.0/24", "204.36.32.0/24", "204.36.33.0/24", "204.36.45.0/24", "204.36.46.0/24", "204.36.47.0/24", "204.37.8.0/24", "204.37.9.0/24", "204.37.10.0/24", "205.56.106.0/24", "205.57.48.0/24", "205.57.50.0/24", "205.58.77.0/24", "205.58.90.0/24", "205.58.235.0/24", "205.58.236.0/24", "205.58.237.0/24", "205.58.238.0/24", "205.59.214.0/24", "205.67.35.0/24", "205.67.36.0/24", "205.67.81.0/24", "205.67.90.0/24", "205.67.91.0/24", "205.67.219.0/24", "205.68.86.0/24", "205.68.97.0/24", "205.68.121.0/24", "205.70.112.0/24", "205.70.113.0/24", "205.70.114.0/24", "205.73.160.0/24", "205.73.161.0/24", "205.73.234.0/24", "205.73.236.0/24", "205.77.64.0/19", "205.77.76.0/24", "205.77.77.0/24", "205.77.78.0/24", "205.77.79.0/24", "205.77.83.0/24", "205.77.88.0/24", "205.77.96.0/24", "205.77.97.0/24", "205.100.80.0/24", "205.100.81.0/24", "205.100.82.0/24", "205.100.84.0/24", "205.101.51.0/24", "205.101.54.0/24", "205.103.120.0/24", "205.103.165.0/24", "205.105.221.0/24", "205.105.223.0/24", "205.108.76.0/24", "205.108.77.0/24", "205.108.78.0/24", "205.108.100.0/22", "205.108.104.0/21", "205.108.112.0/20", "205.108.128.0/19", "205.108.160.0/22", "205.108.180.0/24", "205.108.182.0/24", "205.108.183.0/24", "205.111.40.0/24", "205.111.41.0/24", "205.111.43.0/24", "205.111.44.0/24", "205.111.227.0/24", "205.111.228.0/24", "205.111.229.0/24", "205.111.230.0/24", "205.111.231.0/24", "205.111.232.0/24", "205.112.25.0/24", "205.112.26.0/24", "205.112.28.0/24", "205.112.29.0/24", "205.113.61.0/24", "205.113.62.0/24", "205.113.64.0/24", "205.113.75.0/24", "205.113.79.0/24", "205.113.116.0/24", "205.113.118.0/24", "206.37.20.0/24", "206.37.21.0/24", "206.37.198.0/24", "206.37.207.0/24", "206.37.225.0/24", "206.37.226.0/24", "206.37.227.0/24", "206.37.228.0/24", "206.37.229.0/24", "206.37.230.0/24", "206.37.231.0/24", "206.37.247.0/24", "206.39.250.0/24", "207.132.76.0/24", "207.132.241.0/24", "207.132.242.0/24", "207.132.243.0/24", "207.133.113.0/24", "209.22.30.0/24", "209.22.47.0/24", "209.22.50.0/24", "209.22.81.0/24", "209.22.120.0/24", "209.22.137.0/24", "209.22.220.0/22", "209.22.221.0/24", "209.22.222.0/24", "209.22.223.0/24", "209.22.224.0/21", "209.22.225.0/24", "209.22.226.0/24", "209.22.227.0/24", "209.22.228.0/24", "209.22.230.0/24", "209.22.232.0/24", "209.22.233.0/24", "209.22.234.0/24", "209.22.247.0/24", "214.3.16.0/20", "214.3.57.0/24", "214.3.60.0/24", "214.3.115.0/24", "214.3.116.0/24", "214.3.117.0/24", "214.3.118.0/24", "214.3.119.0/24", "214.3.133.0/24", "214.3.140.0/24", "214.3.173.0/24", "214.3.215.0/24", "214.4.11.0/24", "214.4.136.0/24", "214.4.145.0/24", "214.4.156.0/24", "214.4.157.0/24", "214.4.158.0/24", "214.4.245.0/24", "214.4.247.0/24", "214.4.250.0/24", "214.6.103.0/24", "214.9.118.0/24", "214.9.128.0/20", "214.9.144.0/20", "214.10.13.0/24", "214.10.22.0/24", "214.10.24.0/24", "214.16.45.0/24", "214.16.46.0/24", "214.16.47.0/24", "214.16.192.0/24", "214.16.193.0/24", "214.16.194.0/24", "214.16.195.0/24", "214.16.248.0/24", "214.16.255.0/24", "214.24.208.0/24", "214.24.252.0/24", "214.25.28.0/23", "214.27.194.0/23", "214.27.196.0/24", "214.27.198.0/24", "214.27.199.0/24", "214.28.0.0/24", "214.28.1.0/24", "214.28.2.0/24", "214.28.3.0/24", "214.28.4.0/24", "214.28.5.0/24", "214.28.6.0/24", "214.28.7.0/24", "214.28.8.0/24", "214.28.9.0/24", "214.28.10.0/24", "214.28.11.0/24", "214.28.12.0/24", "214.28.13.0/24", "214.28.14.0/24", "214.28.16.0/24", "214.28.17.0/24", "214.28.18.0/24", "214.28.19.0/24", "214.28.20.0/24", "214.28.21.0/24", "214.28.22.0/24", "214.28.23.0/24", "214.28.24.0/24", "214.28.25.0/24", "214.28.26.0/24", "214.28.28.0/24", "214.28.29.0/24", "214.28.30.0/24", "214.28.31.0/24", "214.28.32.0/24", "214.28.33.0/24", "214.28.34.0/24", "214.28.35.0/24", "214.28.36.0/24", "214.28.37.0/24", "214.28.38.0/24", "214.28.39.0/24", "214.28.40.0/24", "214.28.41.0/24", "214.28.42.0/24", "214.28.43.0/24", "214.28.44.0/24", "214.28.45.0/24", "214.28.46.0/24", "214.28.47.0/24", "214.28.48.0/24", "214.28.49.0/24", "214.28.50.0/24", "214.28.52.0/24", "214.28.53.0/24", "214.28.54.0/24", "214.28.58.0/24", "214.28.59.0/24", "214.28.60.0/24", "214.28.61.0/24", "214.28.62.0/24", "214.28.63.0/24", "214.28.64.0/23", "214.28.68.0/24", "214.28.69.0/24", "214.28.77.0/24", "214.28.95.0/24", "214.28.96.0/24", "214.28.99.0/24", "214.28.165.0/24", "214.28.166.0/24", "214.28.167.0/24", "214.28.173.0/24", "214.28.174.0/24", "214.28.176.0/24", "214.28.180.0/24", "214.28.182.0/24", "214.28.183.0/24", "214.28.184.0/24", "214.28.185.0/24", "214.28.186.0/24", "214.28.193.0/24", "214.28.194.0/24", "214.28.200.0/24", "214.28.202.0/24", "214.28.203.0/24", "214.28.204.0/24", "214.28.205.0/24", "214.28.206.0/24", "214.28.207.0/24", "214.28.208.0/24", "214.28.209.0/24", "214.28.214.0/24", "214.28.217.0/24", "214.28.223.0/24", "214.28.232.0/24", "214.28.234.0/24", "214.28.235.0/24", "214.28.236.0/24", "214.28.237.0/24", "214.28.238.0/24", "214.28.240.0/24", "214.28.243.0/24", "214.28.246.0/24", "214.28.248.0/24", "214.28.249.0/24", "214.28.250.0/24", "214.28.253.0/24", "214.29.56.0/22", "214.29.72.0/24", "214.37.44.0/23", "214.37.128.0/21", "214.38.221.0/24", "214.40.0.0/16", "214.40.0.0/17", "214.40.2.0/24", "214.40.6.0/24", "214.40.12.0/24", "214.40.16.0/24", "214.40.41.0/24", "214.40.67.0/24", "214.42.0.0/16", "214.48.0.0/24", "214.48.1.0/24", "214.48.2.0/24", "214.48.3.0/24", "214.48.5.0/24", "214.48.10.0/24", "214.48.11.0/24", "214.48.20.0/22", "214.48.24.0/22", "214.48.28.0/22", "214.48.32.0/22", "214.48.36.0/22", "214.48.40.0/22", "214.48.68.0/22", "214.48.80.0/22", "214.48.84.0/22", "214.48.88.0/22", "214.48.92.0/22", "214.48.96.0/22", "214.48.100.0/22", "214.48.104.0/22", "214.48.112.0/22", "214.48.124.0/22", "214.48.136.0/22", "214.48.184.0/22", "214.48.196.0/24", "214.48.197.0/24", "214.48.198.0/24", "214.48.199.0/24", "214.48.200.0/24", "214.48.220.0/22", "214.48.224.0/22", "214.48.228.0/22", "214.48.244.0/22", "214.48.248.0/22", "214.48.252.0/22", "214.51.32.0/24", "214.51.34.0/23", "214.51.165.0/24", "214.54.112.0/20", "214.54.144.0/24", "214.54.160.0/20", "214.54.176.0/24", "214.54.178.0/24", "214.54.179.0/24", "214.54.180.0/24", "214.54.181.0/24", "214.54.182.0/24", "214.54.183.0/24", "214.54.184.0/24", "214.54.185.0/24", "214.54.186.0/24", "214.54.187.0/24", "214.54.188.0/24", "214.54.189.0/24", "214.54.190.0/24", "214.54.191.0/24", "214.56.209.0/24", "214.56.210.0/23", "214.62.0.0/18", "214.62.64.0/18", "214.62.128.0/18", "214.62.192.0/18", "214.63.0.0/18", "214.63.64.0/18", "214.63.128.0/20", "214.63.144.0/20", "214.63.160.0/20", "214.63.176.0/20", "214.63.192.0/20", "214.63.208.0/20", "214.63.224.0/20", "214.63.240.0/20", "214.64.0.0/20", "214.64.16.0/20", "214.64.32.0/20", "214.64.48.0/20", "214.66.32.0/19", "214.69.0.0/16", "214.72.0.0/24", "214.72.1.0/24", "214.72.2.0/24", "214.72.3.0/24", "214.72.10.0/24", "214.72.11.0/24", "214.72.12.0/24", "214.72.13.0/24"], "6": ["2608:100:8::/48", "2608:129:b::/48", "2608:148:b::/48", "2608:149:b::/48", "2608:300:310::/48"]}}, "27065": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["131.250.242.0/24", "134.229.208.0/24", "134.229.220.0/24", "139.241.15.0/24", "139.241.219.0/24", "139.241.224.0/24", "139.241.237.0/24", "139.242.4.0/24", "139.242.7.0/24", "139.242.34.0/23", "139.242.49.0/24", "139.242.50.0/24", "140.35.0.0/16", "140.35.94.0/24", "141.236.170.0/24", "155.7.186.0/24", "156.112.121.0/24", "156.112.138.0/24", "156.112.139.0/24", "156.112.142.0/24", "156.112.148.0/24", "214.24.177.0/24", "214.42.240.0/20", "214.48.4.0/24", "214.48.16.0/22", "214.48.64.0/22", "214.48.128.0/22", "214.69.232.0/21", "214.69.240.0/21", "214.72.8.0/24", "214.72.9.0/24", "214.72.18.0/24", "214.72.19.0/24", "215.65.11.0/24", "215.65.42.0/24", "215.65.59.0/24", "215.65.115.0/24", "215.65.116.0/24", "215.65.127.0/24"], "6": ["2608:4121:2::/48", "2608:4122::/48", "2608:4162:1::/48"]}}, "27066": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["131.250.240.0/23", "131.250.246.0/24", "134.229.134.0/24", "134.229.176.0/24", "139.241.8.0/24", "139.241.10.0/24", "139.241.207.0/24", "139.241.234.0/23", "139.241.235.0/24", "139.242.12.0/24", "139.242.51.0/24", "155.7.180.0/24", "156.112.113.0/24", "156.112.135.0/24", "156.112.166.0/24", "156.112.167.0/24", "159.77.80.0/23", "159.77.80.0/24", "159.77.81.0/24", "159.77.84.0/24", "159.77.85.0/24", "163.251.0.0/24", "163.251.96.0/22", "163.251.101.0/24", "163.251.104.0/21", "163.251.112.0/21", "163.251.128.0/24", "163.251.129.0/24", "163.251.136.0/24", "163.251.160.0/24", "163.251.161.0/24", "163.251.176.0/24", "163.251.184.0/24", "163.251.185.0/24", "163.251.190.0/24", "163.251.208.0/20", "163.251.239.0/24", "163.251.244.0/22", "163.251.248.0/24", "163.251.254.0/24", "192.58.181.0/24", "192.108.98.0/24", "192.153.245.0/24", "192.231.128.0/24", "198.22.28.0/24", "198.26.148.0/24", "198.26.171.0/24", "198.97.95.0/24", "198.97.97.0/24", "199.211.134.0/24", "204.34.155.0/24", "205.68.64.0/24", "206.37.138.0/23", "206.37.191.0/24", "207.132.98.0/24", "207.132.102.0/24", "209.22.103.0/24", "209.46.141.0/24", "214.3.130.0/24", "214.3.162.0/24", "214.4.95.0/24", "214.4.241.0/24", "214.16.244.0/24", "214.16.245.0/24", "214.16.246.0/24", "214.23.244.0/24", "214.23.245.0/24", "214.23.246.0/24", "214.24.182.0/24", "214.24.215.0/24", "214.25.103.0/24", "214.29.156.0/22", "214.38.198.0/23", "214.48.8.0/24", "214.48.12.0/22", "214.48.72.0/22", "214.48.76.0/22", "214.48.108.0/22", "214.48.116.0/22", "214.51.109.0/24", "214.51.110.0/24", "214.54.128.0/22", "214.54.133.0/24", "214.54.135.0/24", "214.54.136.0/24", "214.54.140.0/24", "214.72.4.0/24", "214.72.5.0/24", "214.72.6.0/24", "214.72.14.0/24", "214.72.15.0/24", "214.72.16.0/24", "215.1.32.0/24", "215.1.33.0/24", "215.1.44.0/24", "215.1.48.0/24", "215.1.51.0/24", "215.1.66.0/24", "215.1.68.0/22", "215.1.81.0/24", "215.65.72.0/24"], "6": ["2608:c101:1::/48", "2608:c143:1::/48", "2608:c182::/48", "2608:c183:1::/48"]}}, "27069": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["164.236.6.0/24", "164.236.79.0/24", "164.236.161.0/24", "164.236.165.0/24", "164.236.166.0/24", "164.236.167.0/24", "164.236.168.0/24", "164.236.170.0/24", "164.236.173.0/24", "164.236.175.0/24", "164.236.176.0/24", "164.236.184.0/24", "164.236.196.0/22", "214.4.160.0/24"]}}, "27079": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["214.3.184.0/24", "214.3.185.0/24", "214.6.122.0/24", "214.16.64.0/19"]}}, "27086": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["198.250.0.0/24", "198.250.1.0/24", "198.250.64.0/19", "198.250.64.0/24", "198.250.66.0/24", "199.208.239.0/24"]}}, "27137": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["128.26.38.0/24", "128.26.39.0/24", "128.26.42.0/24", "128.26.54.0/24", "128.26.56.0/24", "128.26.97.0/24", "128.26.99.0/24", "128.26.128.0/24", "198.218.137.0/24", "198.219.138.0/24", "205.58.105.0/24", "205.58.106.0/24", "205.60.229.0/24", "205.109.77.0/24", "214.4.181.0/24", "214.4.195.0/24", "214.6.98.0/24", "214.6.99.0/24", "214.29.123.0/24", "214.51.16.0/21", "214.64.74.0/24"]}}, "27138": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["128.26.15.0/24", "128.26.16.0/24", "128.26.17.0/24", "128.26.19.0/24", "128.26.20.0/24", "128.26.21.0/24", "128.26.22.0/24", "128.26.24.0/24", "128.26.44.0/24", "128.26.45.0/24", "128.26.46.0/24", "128.26.48.0/24", "128.26.51.0/24", "128.26.52.0/24", "128.26.57.0/24", "128.26.58.0/24", "128.26.78.0/24", "128.26.86.0/24", "128.26.87.0/24", "128.26.90.0/24", "128.26.108.0/24", "128.26.116.0/24", "128.26.126.0/24", "128.26.129.0/24", "128.26.137.0/24", "128.26.138.0/24", "128.26.144.0/24", "128.26.145.0/24", "128.26.231.0/24", "128.26.232.0/24", "128.26.233.0/24", "128.26.234.0/24", "128.26.235.0/24", "128.26.236.0/24", "128.26.237.0/24", "128.26.238.0/24", "128.26.239.0/24", "128.26.240.0/24", "128.26.241.0/24", "128.26.242.0/24", "128.26.243.0/24", "128.26.244.0/24", "128.26.245.0/24", "128.26.248.0/24", "128.26.249.0/24", "128.26.250.0/24", "128.26.252.0/24", "128.26.253.0/24", "198.218.3.0/24", "198.218.8.0/24", "198.218.15.0/24", "198.218.38.0/24", "198.218.39.0/24", "198.218.40.0/24", "198.218.41.0/24", "198.218.50.0/24", "198.218.55.0/24", "198.218.56.0/24", "198.218.57.0/24", "198.218.60.0/24", "198.218.65.0/24", "198.218.70.0/24", "198.218.84.0/24", "198.218.85.0/24", "198.218.92.0/24", "198.218.100.0/24", "198.218.112.0/24", "198.218.118.0/24", "198.218.119.0/24", "198.218.157.0/24", "198.218.158.0/24", "198.218.159.0/24", "198.218.175.0/24", "198.218.200.0/24", "198.218.237.0/24", "198.219.10.0/24", "198.219.147.0/24", "198.219.148.0/24", "198.219.151.0/24", "198.219.170.0/24", "198.219.175.0/24", "198.219.176.0/24", "198.219.177.0/24", "198.220.71.0/24", "198.220.76.0/24", "198.220.77.0/24", "198.220.80.0/24", "198.220.157.0/24", "198.220.158.0/24", "198.220.159.0/24", "198.220.163.0/24", "198.220.186.0/24", "198.220.187.0/24", "198.220.189.0/24", "198.220.190.0/24", "205.60.238.0/24", "205.61.125.0/24", "205.61.126.0/24", "205.61.129.0/24", "205.61.130.0/24", "205.61.132.0/24", "205.61.254.0/23", "205.64.123.0/24", "205.67.249.0/24", "214.4.163.0/24", "214.4.192.0/24", "214.6.249.0/24", "214.6.253.0/24", "214.25.16.0/24", "214.25.17.0/24", "214.29.96.0/24", "214.29.99.0/24", "214.29.100.0/24", "214.29.102.0/24", "214.29.106.0/24", "214.29.107.0/24", "214.29.108.0/24", "214.29.109.0/24", "214.29.110.0/24", "214.29.111.0/24", "214.29.112.0/24", "214.29.113.0/24", "214.29.114.0/24", "214.29.115.0/24", "214.29.120.0/24", "214.29.121.0/24", "214.29.122.0/24", "214.29.124.0/24", "214.29.125.0/24", "214.29.127.0/24", "214.29.160.0/24", "214.29.161.0/24", "214.29.234.0/24", "214.29.236.0/24", "214.29.238.0/24", "214.29.240.0/24", "214.29.242.0/24", "214.29.243.0/24", "214.29.245.0/24", "214.51.41.0/24", "214.51.52.0/24", "214.51.57.0/24", "214.64.71.0/24", "214.64.72.0/24", "214.64.73.0/24", "214.64.76.0/24", "214.64.77.0/24", "214.94.78.0/24"]}}, "27139": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["128.26.62.0/24", "128.26.118.0/24", "128.26.119.0/24", "128.26.120.0/24", "128.26.121.0/24", "128.26.123.0/24", "198.218.250.0/24", "205.58.100.0/23", "205.58.103.0/24", "205.58.104.0/24", "205.60.234.0/24", "214.29.241.0/24", "214.64.70.0/24", "214.64.78.0/24"]}}, "27142": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["144.251.0.0/16", "156.112.7.0/24", "156.112.65.0/24", "156.112.66.0/24", "156.112.67.0/24", "156.112.68.0/24", "156.112.70.0/24", "164.235.14.0/23", "164.235.72.0/21", "164.235.232.0/21", "192.207.13.0/24", "198.49.120.0/24", "198.49.121.0/24", "198.49.123.0/24", "199.10.86.0/24", "207.133.116.0/24", "214.3.141.0/24", "214.3.175.0/24", "214.16.13.0/24", "214.16.14.0/24", "214.16.32.0/24", "214.16.33.0/24", "214.16.34.0/24", "214.16.35.0/24", "214.22.0.0/16", "214.38.240.0/24", "214.38.244.0/24", "214.49.244.0/24", "214.49.245.0/24", "214.49.246.0/24", "214.49.247.0/24", "214.49.248.0/24", "214.49.249.0/24", "214.49.251.0/24", "214.49.252.0/24", "214.49.253.0/24", "214.49.254.0/24", "214.60.194.0/23", "214.60.196.0/23", "214.60.198.0/23", "214.60.200.0/23", "214.60.202.0/23", "214.60.204.0/23", "214.60.206.0/23", "214.60.208.0/23", "214.60.210.0/23", "214.60.212.0/23", "214.60.214.0/23", "214.60.216.0/23", "214.60.218.0/23", "214.60.220.0/23", "214.60.222.0/23", "214.60.224.0/23", "214.60.226.0/23", "214.60.228.0/23", "214.60.230.0/23", "214.66.96.0/19"], "6": ["2608:121:c::/48", "2608:126::/48"]}}, "27149": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["214.42.199.0/24", "215.1.59.0/24"]}}, "27154": {"name": "DNIC-ASBLK-27032-27159, US / DoD Network Information Center", "ranges": {"4": ["214.24.22.0/24"]}}, "27228": {"name": "PHILLYIX-INFRA, US / Philadelphia Internet Exchange", "ranges": {"4": ["66.248.254.0/24"], "6": ["2602:fda4::/36"]}}, "27500": {"name": "ICANN-MEETINGS, US / ICANN", "ranges": {"4": ["199.91.192.0/21"], "6": ["2620:f:8000::/48"]}}, "27974": {"name": "Association OCIX Open Caribbean Internet Exchange, SX", "ranges": {}}, "28441": {"name": "INTERNET EXCHANGE SERVICES YUCATAN, MX", "ranges": {}}, "28681": {"name": "UA-KM Internet Exchange point KM-IX, UA", "ranges": {}}, "29575": {"name": "LONDSTOCK-AS, GB / London Stock Exchange PLC", "ranges": {"4": ["81.201.163.0/24", "81.201.164.0/24", "194.169.0.0/22", "194.169.0.0/23", "194.169.0.0/24", "194.169.2.0/23", "194.169.3.0/24"]}}, "29616": {"name": "KIVIX kivix Chisinau Internet Exchange, MD", "ranges": {}}, "30777": {"name": "ZPIX-AS Zaporozhye Internet Exchange, UA", "ranges": {}}, "30997": {"name": "GIXA-AS, GH / Ghana Internet Exchange Association", "ranges": {"4": ["196.49.14.0/24"]}}, "31140": {"name": "BSE-AS, BG / Bulgarian Stock Exchange AD", "ranges": {"4": ["193.22.248.0/24"]}}, "31142": {"name": "KLEYREXFFM-AS KleyReX Kleyer Rebstoecker Internet Exchange,", "ranges": {}}, "31580": {"name": "MD-IX-AS Internet eXchange Moldova, MD", "ranges": {}}, "31649": {"name": "RIPN-FDNS-RU-NYC, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["193.232.141.0/24"], "6": ["2001:67c:1443::/48"]}}, "31951": {"name": "NASADSN-AS, US / NASA Deep Space Network (DSN)", "ranges": {"4": ["192.243.16.0/22"]}}, "32066": {"name": "JPMORGAN-DALLAS-JIP, US / JPMorgan Chase & Co.", "ranges": {"4": ["170.148.62.0/23", "170.148.192.0/19", "170.148.200.0/22", "170.148.208.0/20", "170.148.240.0/21", "199.253.241.0/24", "199.253.246.0/24"], "6": ["2a04:ec10::/47"]}}, "32982": {"name": "DOE-HQ, US / U.S. Department of Energy", "ranges": {"4": ["65.199.24.0/24", "132.172.0.0/16", "146.138.0.0/16", "159.64.0.0/16", "192.12.95.0/24", "192.48.238.0/24", "192.74.216.0/24", "192.83.111.0/24", "192.84.216.0/23", "192.147.242.0/23", "192.206.135.0/24", "192.208.18.0/23", "192.208.19.0/24", "192.208.24.0/23", "192.208.26.0/23", "192.245.237.0/24", "198.76.0.0/21", "198.76.8.0/23", "198.99.247.0/24", "198.207.237.0/24", "198.207.240.0/24", "199.75.128.0/19", "199.201.156.0/24", "199.249.243.0/24", "204.140.32.0/19", "204.154.136.0/24", "204.154.137.0/24", "204.154.139.0/24", "204.154.140.0/24", "205.254.128.0/19"], "6": ["2600:803:638::/48", "2602:2be::/36", "2607:f368::/32", "2620:0:b30::/48", "2620:7c:a000::/48"]}}, "33343": {"name": "HCHBNET, US / U.S. Dept. of Commerce - ITA", "ranges": {"4": ["170.110.0.0/16"], "6": ["2610:20::/37"]}}, "33730": {"name": "BAC-AS-LIB-EXTERNAL, US / Bank of America, National Association", "ranges": {"4": ["171.162.160.0/22", "171.162.160.0/24", "171.162.161.0/24"]}}, "34297": {"name": "SKH-IX-AS Yuzhno-Sakhalinsk Internet eXchange, RU", "ranges": {}}, "34388": {"name": "TR-IX TURKISH Internet eXchange, TR", "ranges": {}}, "35019": {"name": "BIX-AS, BH / Bahrain Internet Exchange", "ranges": {"4": ["85.158.128.0/21", "85.158.130.0/24", "85.158.131.0/24", "85.158.132.0/24", "85.158.133.0/24", "85.158.134.0/24", "85.158.135.0/24", "185.156.236.0/22", "185.156.236.0/24", "185.156.237.0/24", "185.156.238.0/24", "185.156.239.0/24"]}}, "35708": {"name": "ASN-4IXP 4b42 Internet Exchange Point, DE", "ranges": {}}, "35995": {"name": "TWITTER, US / Twitter Inc.", "ranges": {"4": ["8.25.194.0/23", "8.25.196.0/23", "185.45.4.0/23", "185.45.4.0/24", "185.45.6.0/23", "192.133.78.0/23"]}}, "36459": {"name": "GITHUB, US / GitHub, Inc.", "ranges": {"4": ["140.82.112.0/20", "140.82.112.0/24", "140.82.113.0/24", "140.82.114.0/24", "140.82.115.0/24", "140.82.116.0/24", "140.82.117.0/24", "140.82.120.0/23", "140.82.120.0/24", "140.82.121.0/24", "140.82.122.0/24", "140.82.123.0/24", "140.82.124.0/24", "140.82.125.0/24", "140.82.126.0/24", "143.55.64.0/20", "143.55.64.0/24", "143.55.65.0/24", "192.30.252.0/22", "192.30.252.0/23", "192.30.252.0/24", "192.30.253.0/24", "192.30.254.0/23", "192.30.254.0/24", "192.30.255.0/24"], "6": ["2620:112:3000::/44", "2a0a:a440::/29"]}}, "36940": {"name": "IXPN-AS-MGMT, NG / Internet Exchange Point of Nigeria", "ranges": {"4": ["196.49.28.0/24", "196.49.30.0/24", "196.49.32.0/24", "196.216.149.0/24"], "6": ["2001:43f8:bb0::/48"]}}, "36946": {"name": "CIVIX, CI / Cote d'Ivoire Internet Exchange Point", "ranges": {"4": ["196.49.0.0/24"]}}, "37565": {"name": "NSE-AS, NG / NIGERIAN STOCK EXCHANGE", "ranges": {"4": ["196.29.44.0/24", "196.29.45.0/24", "196.29.46.0/24", "196.29.47.0/24"]}}, "37715": {"name": "Liberia-IXP-Peering, LR / Liberia Internet Exchange Point Association", "ranges": {"4": ["196.49.16.0/24"]}}, "37930": {"name": "LOCAL-PEERING-TOT-AP Local ISP National Internet eXchange Po", "ranges": {}}, "37968": {"name": "CNIXP ShenZhen QianHai New-Type Internet Exchange Point Co.,", "ranges": {}}, "37971": {"name": "MIX-AS-AP Mekong Internet eXchange, IXP, KH", "ranges": {}}, "37994": {"name": "BIE-AS-BD Bangladesh Internet Exchange Ltd, BD", "ranges": {}}, "38035": {"name": "CNGI-SHIX-AS-AP CNGI Shanghai IPv6 Internet Exchange Center,", "ranges": {}}, "38060": {"name": "BIZNET-IXP-INA-AP Biznet NAP - Internet Exchange Provider, I / BIZNET", "ranges": {"4": ["182.253.36.0/24", "182.253.87.0/24"]}}, "38222": {"name": "SDCCIX-EAST Shimane-Japan Internet Exchange, JP", "ranges": {}}, "39126": {"name": "LNK-IX LNK-IX Internet Exchange Route Servers, RO", "ranges": {}}, "40010": {"name": "JPMORGAN-CPS-SALEM-NH, US / JPMorgan Chase & Co.", "ranges": {"4": ["65.124.118.0/24", "206.253.176.0/24", "206.253.177.0/24", "206.253.178.0/24", "206.253.179.0/24"]}}, "40528": {"name": "ICANN-LAX, US / ICANN", "ranges": {"4": ["192.0.32.0/22", "192.0.32.0/24", "192.0.43.0/24", "199.4.28.0/24", "208.77.188.0/22"], "6": ["2001:500:88::/48", "2602:800:900e::/48", "2620:0:2d0::/48"]}}, "40633": {"name": "LAIX, US / LOS ANGELES INTERNET EXCHANGE", "ranges": {"4": ["199.36.28.0/22", "199.233.28.0/22"]}}, "41740": {"name": "NDNS, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.147.0/24", "193.232.253.0/24", "195.208.4.0/24", "195.208.5.0/24", "195.208.6.0/24", "195.208.7.0/24"], "6": ["2a0c:a9c7:8::/48", "2a0c:a9c7:9::/48", "2a0c:a9c7:a::/48", "2a0c:a9c7:b::/48", "2a0c:a9c7:147::/48", "2a0c:a9c7:253::/48"]}}, "42139": {"name": "RIPN-RU-NSK, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.230.0/24", "193.232.240.0/24"], "6": ["2001:67c:1211::/48", "2a0c:a9c7:240::/48"]}}, "42385": {"name": "RIPN-, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["86.62.48.0/24", "193.232.66.0/23", "193.232.74.0/24", "193.232.80.0/24", "193.232.81.0/24", "193.232.84.0/24", "193.232.126.0/24", "193.232.127.0/24", "193.232.142.0/23", "193.232.142.0/24", "193.232.156.0/23", "193.232.237.0/24", "193.232.243.0/24", "194.85.84.0/23", "194.85.109.0/24", "194.85.252.0/23", "194.85.252.0/24", "194.190.124.0/23", "194.190.127.0/24", "195.209.17.0/24"], "6": ["2001:678:14::/48", "2001:678:15::/48", "2001:678:16::/48", "2001:678:18::/48", "2001:67c:1008::/48", "2001:67c:1445::/48", "2001:67c:1447::/48", "2001:6d0:6d01::/48", "2001:6d0:6d02::/48", "2001:6d0:6d03::/48", "2001:6d0:6d04::/48", "2001:6d0:6d05::/48", "2001:6d0:6d07::/48", "2001:6d0:ffb9::/48", "2001:6d0:ffd4::/48", "2001:6d0:ffd5::/48", "2001:6d0:ffd6::/48", "2001:6d0:fffc::/48", "2a09:bd00::/48", "2a09:bd00:1fe::/48", "2a09:bd00:1ff::/48", "2a09:bd00:ffbc::/48"]}}, "42728": {"name": "RIPN-RU-EKT, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.231.0/24", "193.232.241.0/24"], "6": ["2001:67c:1212::/48", "2a0c:a9c7:241::/48"]}}, "43213": {"name": "EKT-IX-RS Routing Arbiter for Ekaterinburg Internet Exchange / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["195.209.6.0/24"]}}, "43222": {"name": "CRIMEA-IX-AS Crimean internet exchange network, RU", "ranges": {}}, "43245": {"name": "DATAKIX DATAK Internet Exchange, IR", "ranges": {}}, "43431": {"name": "IX-AS, RO / INTERNET EXCHANGE SRL", "ranges": {"4": ["46.233.38.0/24", "185.1.150.0/24", "188.244.123.0/24", "198.102.9.0/24", "199.255.213.0/24"], "6": ["2001:7f8:e4::/48", "2a0e:eb00::/48", "2a0e:eb00:1::/48"]}}, "43832": {"name": "RIPN-NS5-RU-MSK, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["62.76.62.0/23", "62.76.62.0/24", "62.76.76.0/24", "193.232.93.0/24", "193.232.124.0/24", "193.232.128.0/23", "193.232.160.0/24", "193.232.177.0/24", "194.85.104.0/24", "194.85.108.0/24", "194.190.168.0/24", "194.226.75.0/24"], "6": ["2001:678:17::/48", "2001:67c:1442::/48", "2001:67c:1444::/48", "2001:6d0:d6::/48", "2001:6d0:6d0::/48", "2a0c:a9c7:160::/48", "2a0c:a9c7:177::/48"]}}, "44522": {"name": "RIPN-RU-PRG, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["193.232.133.0/24"], "6": ["2001:67c:1009::/48"]}}, "44597": {"name": "RIPN-RU-SMR for Samara Project, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.134.0/24", "193.232.225.0/24", "195.209.9.0/24"], "6": ["2001:67c:1440::/48", "2a0c:a9c7:225::/48"]}}, "45018": {"name": "RIPN-RU-VLV, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.137.0/24", "193.232.247.0/24", "195.209.11.0/24"], "6": ["2001:67c:1441::/48", "2a0c:a9c7:247::/48"]}}, "45029": {"name": "RIPN-SU-NET, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["193.232.132.0/24", "193.232.166.0/24", "193.232.175.0/24", "193.232.188.0/24", "195.209.18.0/24"], "6": ["2001:67c:1210::/48", "2001:6d0:6d0b::/48", "2a0c:a9c7:166::/48"]}}, "45093": {"name": "WEEK5 Cnean Internet Exchange, CN", "ranges": {}}, "45128": {"name": "ANSTO-AS-AP Australian Nuclear Science and Technology Organi / Australian Nuclear Science and Technology Organisation", "ranges": {"4": ["137.157.0.0/16"], "6": ["2001:df0:93::/48"]}}, "45250": {"name": "VOCOM-AP-AS Vocom International Telecommunications AP Area, / Vocom International Telecommunication Inc.", "ranges": {"4": ["38.150.64.0/24", "45.135.46.0/24", "103.40.76.0/24", "103.183.2.0/24", "103.183.3.0/24", "103.185.158.0/24", "103.185.159.0/24", "103.215.78.0/24", "103.215.79.0/24", "114.199.64.0/24", "114.199.65.0/24", "114.199.66.0/24", "114.199.67.0/24", "114.199.68.0/24", "114.199.69.0/24", "114.199.70.0/24", "114.199.71.0/24", "114.199.72.0/24", "114.199.73.0/24", "114.199.74.0/24", "114.199.75.0/24", "114.199.76.0/24", "114.199.77.0/24", "114.199.78.0/24", "114.199.79.0/24", "116.204.184.0/24", "116.204.185.0/24", "149.127.213.0/24", "193.5.25.0/24", "203.81.177.0/24", "203.81.179.0/24", "203.91.93.0/24", "203.91.95.0/24", "208.90.120.0/24", "208.90.121.0/24", "220.232.180.0/24", "220.232.181.0/24", "220.232.183.0/24"], "6": ["2406:e300::/32", "2406:e300::/48", "2406:e300:1::/48", "2406:e300:2::/48", "2406:e300:3::/48", "2602:fd55::/48", "2602:fd55:1::/48"]}}, "45279": {"name": "HIX-CITYLINK-NZ-AP Hamilton Internet Exchange Vital, NZ", "ranges": {}}, "45338": {"name": "SLIX Sri Lanka Internet Exchange point, LK", "ranges": {}}, "45585": {"name": "NIX-AS-AP Nelson Internet Exchange, NZ", "ranges": {}}, "46064": {"name": "C2IX-IXP-AS-ID CYBER2 Internet Exchange, ID", "ranges": {}}, "46520": {"name": "CA-DOJ, US / California Department of Justice", "ranges": {"4": ["167.10.0.0/16", "167.10.5.0/24", "167.10.239.0/24", "167.10.242.0/24"]}}, "46846": {"name": "DOE-HQ-COOP, US / U.S. Department of Energy", "ranges": {"4": ["192.147.243.0/24", "192.208.20.0/23", "192.208.28.0/24", "198.51.238.0/23", "198.99.249.0/24", "198.147.246.0/24", "198.179.181.0/24", "205.167.106.0/23", "206.197.198.0/24"], "6": ["2607:f368:f00::/40", "2607:f368:1003::/48", "2607:f368:2000::/40", "2607:f368:2c00::/40", "2607:f368:320f::/48", "2607:f368:3220::/48", "2607:f368:3224::/48"]}}, "46943": {"name": "GLBIX-STLSMO-WPDC, US / Global Internet eXchange", "ranges": {"4": ["192.189.249.0/24", "198.163.228.0/23", "199.181.246.0/24", "204.27.185.0/24", "204.107.192.0/24", "204.238.5.0/24"]}}, "47352": {"name": "Government of Latvia Internet Exchange, LV", "ranges": {}}, "47445": {"name": "RIPN-RU-RND RND RU services AS, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["193.232.139.0/24", "193.232.236.0/24", "195.209.12.0/24"], "6": ["2001:67c:1213::/48", "2001:6d0:ffb7::/48", "2a0c:a9c7:236::/48"]}}, "47720": {"name": "CIX-AS, IE / CORK INTERNET EXCHANGE LIMITED", "ranges": {"4": ["45.140.144.0/24", "84.39.232.0/21", "89.31.168.0/21", "91.103.0.0/21", "91.223.9.0/24", "185.49.60.0/22", "185.57.116.0/22", "185.137.20.0/22", "185.175.168.0/22", "185.176.0.0/22", "217.74.48.0/20"], "6": ["2607:6b80:3d::/48", "2a02:2078::/32", "2a02:5b20::/32"]}}, "48063": {"name": "MILLENIUM, MU / Millenium Internet Exchange Ltd", "ranges": {"4": ["41.191.212.0/22", "41.242.144.0/21", "196.50.2.0/24"]}}, "48355": {"name": "VARNA-IX Internet Exchange Point, BG", "ranges": {}}, "49090": {"name": "BUX-HU-AS Budapesti Ertektozsde Zrt., HU / Budapest Stock Exchange Ltd.", "ranges": {"4": ["82.144.184.0/24"]}}, "49104": {"name": "BOURSA-KUWAIT-AS, KW / Boursa Kuwait Stock Exchange", "ranges": {"4": ["195.137.174.0/24"]}}, "49245": {"name": "SIIX Southern Italy Internet Exchange - AS50839, IT", "ranges": {}}, "49374": {"name": "BFD-IX BFD-IX Neutral Internet Exchange Point, GB", "ranges": {}}, "49414": {"name": "AS Tomsk Internet Exchange, RU", "ranges": {}}, "49831": {"name": "CIX Cracow Internet eXchange, PL", "ranges": {}}, "50263": {"name": "IXP-1-IX-EU 1-IX Internet Exchange, PL", "ranges": {}}, "50674": {"name": "SPBEX-AS, RU / JSC Stock Exchange Saint Petersburg", "ranges": {"4": ["193.105.107.0/24"]}}, "51825": {"name": "TELZAR-ASN, IL / Telzar 019 International Telecommunications Services LTD", "ranges": {"4": ["46.31.96.0/21", "46.31.96.0/23", "46.31.96.0/24", "46.31.97.0/24", "46.31.98.0/23", "46.31.99.0/24", "46.31.100.0/23", "46.31.102.0/23", "141.226.82.0/23", "141.226.82.0/24", "141.226.83.0/24", "147.234.64.0/21", "147.234.64.0/24", "147.234.72.0/23", "147.234.72.0/24", "147.234.73.0/24", "147.234.92.0/22", "147.234.96.0/21", "185.24.204.0/22", "185.24.204.0/23", "185.24.206.0/23", "213.137.64.0/20", "213.137.64.0/24", "213.137.65.0/24", "213.137.66.0/24", "213.137.67.0/24", "213.137.70.0/24", "213.137.71.0/24", "213.137.72.0/23"], "6": ["2a02:5080::/32"]}}, "52462": {"name": "AMS-IX Amsterdam Internet Exchange, CW", "ranges": {}}, "52877": {"name": "TUPIX INTERNET EXCHANGE, BR / VOE INTERNET", "ranges": {"4": ["186.232.72.0/24", "186.232.73.0/24", "186.232.74.0/24", "186.232.75.0/24"], "6": ["2804:91c::/32"]}}, "53500": {"name": "WIDOJ, US / Wisconsin Department of Justice", "ranges": {"4": ["69.161.200.0/24", "69.161.201.0/24"]}}, "54115": {"name": "FACEBOOK-CORP, US / Facebook Inc", "ranges": {"4": ["163.114.128.0/20", "163.114.128.0/24", "163.114.130.0/24", "163.114.131.0/24", "163.114.132.0/24", "163.114.133.0/24", "163.114.134.0/24", "199.201.64.0/22", "199.201.67.0/24"], "6": ["2620:10d:c090::/44", "2620:10d:c090::/48", "2620:10d:c091::/48", "2620:10d:c092::/48", "2620:10d:c093::/48", "2620:10d:c094::/48", "2620:10d:c095::/48", "2620:10d:c096::/48", "2620:10d:c098::/48", "2620:10d:c09b::/48"]}}, "55518": {"name": "SGIX-SG Singapore Internet Exchange Limited, SG", "ranges": {}}, "55659": {"name": "OD-IX-AS-ID PT Omadata Indonesia OMADATA Internet Exchange,", "ranges": {}}, "55804": {"name": "NEWSWIRE-IN Army & Navy Building, IN / Cogencis Information Services Ltd", "ranges": {"4": ["202.61.102.0/24"]}}, "55818": {"name": "MCIX-AS-AP MC-IX Matrix Internet Exchange RS-1, ID / MC-IX Matrix Internet Exchange RS-1", "ranges": {"4": ["23.11.128.0/20", "23.38.110.0/23", "104.88.224.0/19", "115.146.116.0/22", "119.110.115.0/24", "119.110.116.0/23", "119.110.116.0/24", "119.110.118.0/24"], "6": ["2404:c000:4004::/47", "2404:c000:4004::/48"]}}, "55903": {"name": "ARROWNET Tokyo Stock Exchange, Inc., JP", "ranges": {}}, "56052": {"name": "ZPIX-PK Zero Point Internet eXchange, PK", "ranges": {}}, "56266": {"name": "NETNOD-AP Netnod anycast AS for APNIC, NP / Netnod Internet Exchange", "ranges": {"4": ["203.119.90.0/23", "203.119.90.0/24"], "6": ["2001:dd8:10::/47", "2001:dd8:10::/48"]}}, "56738": {"name": "SBG-IX Strasbourg Internet Exchange, FR", "ranges": {}}, "56755": {"name": "SBIX Securebit Internet Exchange Autonomous System Number, C", "ranges": {}}, "57151": {"name": "STHIX-AS Stockholm Internet eXchange AB, SE", "ranges": {}}, "57555": {"name": "COMMUNITY-IX Non-Commercial Community Internet Exchange, DE", "ranges": {}}, "58500": {"name": "CITRANET-AS-ID Citra Internet Exchange, ID", "ranges": {}}, "58516": {"name": "AMS-IX-AP Amsterdam Internet Exchange, HK / Amsterdam Internet Exchange", "ranges": {"4": ["103.247.138.0/24"], "6": ["2001:df0:295::/48"]}}, "58560": {"name": "AMS-IX-HK-RS Amsterdam Internet Exchange, HK", "ranges": {}}, "58899": {"name": "NIXI-AS-IN National Internet Exchange of India, IN", "ranges": {}}, "58974": {"name": "KSKEL-PK IT. Division, Admin Block, PK / KARACHI STOCK EXCHANGE LIMITED", "ranges": {"4": ["103.250.222.0/24", "103.250.223.0/24"]}}, "59181": {"name": "NIXI-IN-AS National Internet Exchange of India, IN", "ranges": {}}, "59182": {"name": "NIXI-IN-AS National Internet Exchange of India, IN", "ranges": {}}, "59613": {"name": "UBNIX Giganet.UA Internet Exchange Network, UA / Ukrainian Backbone Networks LLC", "ranges": {"4": ["185.158.208.0/24", "185.158.209.0/24", "185.158.210.0/24", "185.158.211.0/24", "195.234.112.0/24", "195.234.113.0/24"], "6": ["2a02:2278:fffb::/48", "2a02:2278:fffc::/48", "2a02:2278:fffd::/48", "2a02:2278:fffe::/48", "2a02:2278:ffff::/48"]}}, "59783": {"name": "SBIX-DUS Securebit Internet Exchange Dusseldorf, CH", "ranges": {}}, "60113": {"name": "ROPN-IX-ASN Romanian Open Internet Exchange - Route Servers,", "ranges": {}}, "60276": {"name": "ASN-DCIX DCIX - DCENTER Internet eXchange, PL", "ranges": {}}, "60898": {"name": "AQUIS-EXCHANGE Stock Exchange, GB / Aquis Exchange PLC", "ranges": {"4": ["185.23.233.0/24", "185.23.235.0/24"]}}, "61158": {"name": "SNIX-AS SNIX POLISH INTERNET EXCHANGE, PL", "ranges": {}}, "61195": {"name": "PEERINGCZ-AS Central European Internet exchange point - join", "ranges": {}}, "61268": {"name": "TADAWUL, SA / SAUDI STOCK EXCHANGE (TADAWUL)", "ranges": {"4": ["91.199.187.0/24", "185.12.172.0/24"]}}, "61417": {"name": "PIX-, PS / Palestine Internet Exchange Point", "ranges": {"4": ["185.90.124.0/22"]}}, "62135": {"name": "RESOLVER_PROJECT, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["194.85.254.0/24", "194.85.255.0/24"], "6": ["2a0c:a9c7:2::/48", "2a0c:a9c7:3::/48"]}}, "62261": {"name": "MSK-IX-AS, RU / Join-stock company Internet ExchangeMSK-IX", "ranges": {"4": ["212.192.230.0/23", "212.192.232.0/24", "212.192.233.0/24", "212.192.234.0/23", "212.192.236.0/23"]}}, "62376": {"name": "TOROIX A Spanish Internet eXchange Point, ES", "ranges": {}}, "62399": {"name": "TSKIX Tomsk Internet Exchange, RU", "ranges": {}}, "63179": {"name": "TWITTER, US / Twitter Inc.", "ranges": {"4": ["69.12.56.0/24", "69.12.57.0/24", "69.12.58.0/24", "69.12.59.0/24", "69.12.60.0/24", "69.12.61.0/24", "69.12.62.0/24", "69.12.63.0/24", "192.48.236.0/23", "192.48.236.0/24", "192.48.237.0/24"]}}, "63528": {"name": "BKNIX-AS-AP Bangkok Neutral Internet Exchange, TH / BKNIX Co.,Ltd.", "ranges": {"4": ["203.159.66.0/23", "203.159.66.0/24", "203.159.70.0/23"], "6": ["2001:deb::/48", "2001:df5:b880::/48"]}}, "63529": {"name": "BKNIX-RS-AP Bangkok Neutral Internet Exchange Route Servers,", "ranges": {}}, "63602": {"name": "CNIX China Internet Exchange, CN", "ranges": {}}, "63987": {"name": "DSEL-BD Dhaka Stock Exchange Limited, BD / Dhaka Stock Exchange Limited", "ranges": {"4": ["103.58.108.0/24", "103.58.109.0/24"]}}, "131113": {"name": "C2IX-IXP-AS-ID CYBER2 Internet Exchange, ID", "ranges": {}}, "131129": {"name": "HSX-AS-VN Hochiminh Stock Exchange, VN / Hochiminh Stock Exchange", "ranges": {"4": ["103.147.36.0/24", "103.147.37.0/24"]}}, "131173": {"name": "SLT-IX-AS SLT-IX Sri Lanka Telecom Internet Exchange, LK", "ranges": {}}, "131362": {"name": "HNX-AS-VN HaNoi Stock Exchange, VN / HaNoi Stock Exchange", "ranges": {"4": ["103.9.212.0/24", "103.9.213.0/24"]}}, "131489": {"name": "NNIX-HZ ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT C", "ranges": {}}, "131702": {"name": "IDNIC-MORA-IX-AS-ID Moratelindo Internet Exchange Point, ID / Moratelindo Internet Exchange Point", "ranges": {"4": ["23.192.114.0/23", "23.192.192.0/20", "23.195.156.0/22", "23.200.176.0/20", "45.121.217.0/24", "45.121.219.0/24", "103.111.147.0/24", "103.129.251.0/24", "103.154.227.0/24"], "6": ["2400:dc00:4003::/48", "2400:dc00:4008::/48", "2400:dc00:fc01::/48"]}}, "132696": {"name": "SGIX-SG-AS SGIX Services, SG / Singapore Internet Exchange Limited", "ranges": {"4": ["202.3.78.0/24"], "6": ["2001:df0:214::/48"]}}, "132797": {"name": "VANUATU-AS-AP Vanuatu Internet Exchange VIX, VU / Vanuatu Internet Exchange (VIX)", "ranges": {"4": ["103.25.229.0/24"], "6": ["2001:dec::/48"]}}, "133258": {"name": "MCXSX-AS-IN MCX STOCK EXCHANGE LIMITED, IN / MCX STOCK EXCHANGE LIMITED", "ranges": {"4": ["103.66.87.0/24", "103.214.177.0/24", "103.237.170.0/24", "103.238.61.0/24"]}}, "134828": {"name": "OPENPACKET-AS-AP OpenPacket Internet Exchange, NL", "ranges": {}}, "135610": {"name": "OCEANIX-AS-AP OceanIX Internet Exchange, AU", "ranges": {}}, "136465": {"name": "INFORMATIONTECHNOLOGYCYBERSECURITY-AS-AP Dept. of Informatio / Dept. of Information Technology & Cyber Security", "ranges": {"4": ["103.89.48.0/22", "103.103.173.0/24"]}}, "137804": {"name": "CNIX China Internet Exchange, CN / China Internet Exchange", "ranges": {"4": ["157.119.172.0/22"]}}, "137851": {"name": "AMR-IX-AS Amaravati Internet Exchange, IN", "ranges": {}}, "137933": {"name": "EVIX-AS-AP Experimental Virtual Internet Exchange, CA", "ranges": {}}, "137955": {"name": "MMIX-AS-AP Myanmar Internet Exchange, MM / MYANMAR INTERNET EXCHANGE ASSOCIATION INC.", "ranges": {"4": ["103.103.194.0/24", "103.116.192.0/24"], "6": ["2405:1340::/32"]}}, "139073": {"name": "FSIX-AS-AP Fantasy Sky Internet eXchange, CN / Fantasy Sky Internet eXchange", "ranges": {"6": ["2402:e380:100::/40", "2402:e380:110::/44", "2402:e380:112::/48", "2402:e380:114::/48", "2402:e380:117::/48", "2402:e380:118::/48", "2402:e380:11e::/48", "2402:e380:126::/48", "2402:e380:12c::/48", "2402:e380:133::/48", "2402:e380:137::/48", "2402:e380:138::/48", "2402:e380:13c::/48", "2402:e380:13e::/48", "2402:e380:141::/48", "2402:e380:142::/48"]}}, "139136": {"name": "NNIX-HZ ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT C / ZHEJIANG PROVINCE NEW-TYPE INTERNET EXCHANGE POINT CO.,LTD.", "ranges": {"4": ["103.154.41.0/24"], "6": ["2406:5340:6666::/48", "2406:5340:8888::/48"]}}, "139782": {"name": "IXPMOE-AS-AP IXPMOE Internet Exchange, HK", "ranges": {}}, "139875": {"name": "NIE-AS-AP Noakhali Internet Exchange, BD", "ranges": {}}, "139970": {"name": "KEJORA-ID Batam Internet Exchange, ID", "ranges": {}}, "140684": {"name": "BDIX-AS-AP Bangladesh Internet Exchange Trust, BD", "ranges": {}}, "140961": {"name": "ZXIX-AS-AP ZX Internet Exchange, CN", "ranges": {}}, "141702": {"name": "PYRAMIX-AS-AP Pyramix Internet Exchange, NL", "ranges": {}}, "142500": {"name": "NIXI-IN-AS National Internet Exchange of India, IN", "ranges": {}}, "142501": {"name": "NIXI-IN-AS National Internet Exchange of India, IN / National Internet Exchange of India", "ranges": {"4": ["43.246.105.0/24", "103.66.145.0/24", "103.218.116.0/24", "121.46.96.0/24", "121.46.97.0/24", "121.46.98.0/24"], "6": ["2409:e:e2::/48", "2409:e:e4::/48", "2409:e:e6::/48", "2409:e:e8::/48", "2409:f:f1::/48", "2409:f:f3::/48"]}}, "142502": {"name": "NIXI-IN-AS National Internet Exchange of India, IN / National Internet Exchange of India", "ranges": {"4": ["43.246.104.0/24", "45.249.124.0/24", "45.249.236.0/24", "45.249.237.0/24", "103.66.144.0/24", "103.68.50.0/24", "103.68.51.0/24"], "6": ["2409:e:e1::/48", "2409:e:e3::/48", "2409:e:e5::/48", "2409:e:e7::/48", "2409:f:f2::/48", "2409:f:f4::/48", "240a:eabc:abce::/48", "240a:eabc:abcf::/48", "240a:eabc:dabc::/48", "240a:eabc:dabd::/48"]}}, "146757": {"name": "NXIXP Ningxia Zhongwei New Internet Exchange Center Co., Ltd", "ranges": {}}, "146761": {"name": "SHIXP NATIONALSHANGHAI NEW-TYPE INTERNET EXCHANGE POINT, CN", "ranges": {}}, "146762": {"name": "SHIXP NATIONALSHANGHAI NEW-TYPE INTERNET EXCHANGE POINT, CN", "ranges": {}}, "150125": {"name": "MIE-AS-AP Maldives internet exchange, MV / Maldives internet exchange", "ranges": {"4": ["103.191.77.0/24"], "6": ["2001:df1:5540::/48"]}}, "150190": {"name": "IDNIC-SUMIX-AS-ID PT Sumatra Internet Exchange, ID", "ranges": {}}, "150786": {"name": "MHK-IX-AS-AP Maharlika Internet Exchange, PH", "ranges": {}}, "150789": {"name": "NPIX2-AS-AP Internet Exchange Nepal, NP", "ranges": {}}, "196612": {"name": "KLEYREX-32 KleyReX Internet Exchange, 32Bit AS, DE", "ranges": {}}, "199311": {"name": "AZRT-LX Local Internet Exchange, AZ / AZERTELECOM LLC", "ranges": {"4": ["134.19.220.0/24"]}}, "199863": {"name": "FR-IX Friese Internet Exchange, NL", "ranges": {}}, "200566": {"name": "RIPE-ATHARVA-AS-ID Garuda Internet Exchange, ID", "ranges": {}}, "201052": {"name": "GOVCERT-RU-AS Cyber Security and Incident Response Team for / Autonomous nonprofit organisation Computer Incident Response Center", "ranges": {"4": ["144.206.64.0/20", "144.206.80.0/21", "144.206.88.0/22", "144.206.92.0/24", "144.206.93.0/24", "144.206.94.0/24", "144.206.95.0/24", "194.85.25.0/24"]}}, "201785": {"name": "ECIX-SERVICE-AS European Commercial Internet Exchange ECIX, / Megaport (Deutschland) GmbH", "ranges": {"4": ["62.69.151.0/24", "91.223.211.0/24", "193.200.230.0/24", "195.43.89.0/24"], "6": ["2a01:9ec0::/32"]}}, "202409": {"name": "LOCIX-INTERNET-EXCHANGE LOCIX INTERNET EXCHANGE, DE", "ranges": {}}, "204979": {"name": "LINX-SCO1, GB / London Internet Exchange Ltd.", "ranges": {"4": ["185.234.0.0/24"], "6": ["2a01:40:4949::/48"]}}, "205022": {"name": "ESCROW, RU / Joint-stock company Internet Exchange MSK-IX", "ranges": {"4": ["193.232.72.0/24", "193.232.73.0/24"], "6": ["2001:6d0:6d08::/48"]}}, "205995": {"name": "GIX-AS Gliwice Internet eXchange, PL", "ranges": {}}, "206001": {"name": "LNK-IX LNK-IX Internet Exchange Route Collectors, RO", "ranges": {}}, "206221": {"name": "ERA-IX Era Internet Exchange, NL", "ranges": {}}, "207524": {"name": "LONDSTOCK-US, GB / London Stock Exchange PLC", "ranges": {"4": ["94.46.108.0/23", "94.46.108.0/24", "94.46.109.0/24"]}}, "210461": {"name": "RUDAKI-IX RUDAKI Internet Exchange RUDAKI-IX, UA / Rudakov Ihor", "ranges": {"6": ["2a06:a005:16::/48"]}}, "210580": {"name": "GEORGIAIXP, GE / Internet Exchange Association of Georgia", "ranges": {"4": ["194.31.8.0/24"]}}, "211081": {"name": "TSE, IR / Tehran Stock Exchange Company (Public Joint Stock)", "ranges": {"4": ["185.193.47.0/24"]}}, "213104": {"name": "WIREIX WireIX.net internet exchange point - peering, CZ", "ranges": {}}, "266691": {"name": "BELIZE INTERNET EXCHANGE POINT, BZ", "ranges": {}}, "270112": {"name": "Mexico Internet Exchange, S. de R. L. de C.V., MX / Mexico Internet Exchange, S. de R. L. de C.V.", "ranges": {"4": ["177.11.216.0/22"]}}, "270173": {"name": "INTERNET EXCHANGE SERVICES YUCATAN, MX / INTERNET EXCHANGE SERVICES YUCATAN", "ranges": {"4": ["45.164.108.0/24"]}}, "272136": {"name": "SURINAME INTERNET EXCHANGE SUR-IX, SR / SURINAME INTERNET EXCHANGE (SUR-IX)", "ranges": {"4": ["45.68.21.0/24", "45.68.22.0/24"], "6": ["2801:109:4::/46", "2801:109:8::/46", "2801:109:c::/46"]}}, "272852": {"name": "SURINAME INTERNET EXCHANGE SUR-IX, SR", "ranges": {}}, "327719": {"name": "sixp, GM / Serekunda Internet Exchange Point", "ranges": {"4": ["196.49.1.0/24", "196.223.34.0/24"]}}, "327796": {"name": "GABON-IX, GA / Gabon Internet eXchange (Gab-IX)", "ranges": {"4": ["196.49.17.0/24"], "6": ["2001:43f8:1161::/48"]}}, "327821": {"name": "MIXP-mgmnt, MU / Mauritius Internet Exchange Point", "ranges": {"4": ["196.49.9.0/24"]}}, "328010": {"name": "Burkina-IX-MNGNT, BF / Burkina Faso Internet EXchange Point ( BFIX)", "ranges": {"4": ["196.49.19.0/24", "196.49.74.0/24"], "6": ["2001:43f8:b61::/48"]}}, "328014": {"name": "RINEX, RW / Rwanda Internet Exchange Point (RINEX) c/o RICTA", "ranges": {"4": ["196.49.7.0/24"]}}, "328235": {"name": "ZINX-MGMT, ZW / Zimbabwe Internet Exchange", "ranges": {"4": ["196.49.46.0/24"]}}, "328645": {"name": "egyptian-stock-exchange, EG / The Egyptian Stock Exchange", "ranges": {"4": ["102.223.144.0/24", "102.223.145.0/24", "102.223.146.0/24", "102.223.147.0/24"]}}, "328998": {"name": "UgandaIXP-Mgt, UG / Uganda Internet eXchange Point", "ranges": {"4": ["196.49.15.0/24", "196.49.82.0/24"]}}, "329105": {"name": "Lusaka-IXP-MGT, ZM / Lusaka Internet Exchange point", "ranges": {"4": ["196.49.88.0/24"]}}, "329173": {"name": "CV-IX-MGT, CV / Associa\u00e7\u00e3o Cabo Verde Internet Exchange Point", "ranges": {"4": ["196.49.96.0/24"]}}, "393424": {"name": "AS-TORIX-SVC, CA / Toronto Internet Exchange Community", "ranges": {"4": ["206.108.0.0/24"], "6": ["2602:fde5::/36", "2602:fde5:2a::/48"]}}, "393523": {"name": "AS-WPGIX-GATEWAY-SERVICES, CA / Winnipeg Internet Exchange", "ranges": {"6": ["2620:4b::/48"]}}, "395166": {"name": "AMERICANNATIONALBANK, US / American National Bank", "ranges": {"4": ["204.238.232.0/24"]}}, "395565": {"name": "MIEMX, US / Mexico Internet Exchange", "ranges": {"4": ["192.159.170.0/24", "192.159.171.0/24", "192.159.172.0/24", "192.159.173.0/24", "199.48.225.0/24"]}}, "395611": {"name": "MBIX-SERVICES, CA / Manitoba Internet Exchange Inc", "ranges": {"4": ["198.181.199.0/24"], "6": ["2602:fd53:100::/40"]}}, "395651": {"name": "TAHOEIX, US / Tahoe Internet Exchange (TahoeIX)", "ranges": {"4": ["185.38.241.0/24"], "6": ["2620:13:a000::/48"]}}, "396098": {"name": "DOE-HANFORD, US / U.S. Department of Energy - Hanford", "ranges": {"4": ["64.146.165.0/24", "198.232.211.0/24"], "6": ["2604:2180::/32"]}}, "396972": {"name": "DHS-39N, US / Department of Homeland Security", "ranges": {"4": ["63.64.152.0/24", "63.64.153.0/24", "63.64.154.0/24", "63.64.155.0/24", "64.69.57.0/24", "208.73.184.0/24", "208.73.186.0/24", "208.73.187.0/24", "208.73.188.0/24", "208.73.191.0/24"]}}, "397908": {"name": "ALDOT-ROUTE, US / Alabama Department of Transportation", "ranges": {"4": ["205.172.52.0/24", "205.172.53.0/24", "205.172.54.0/24", "205.174.143.0/24"]}}, "398192": {"name": "ARDOT-NET-01, US / Arkansas Department of Transportation", "ranges": {"4": ["199.48.0.0/22", "199.48.2.0/24", "199.48.3.0/24"]}}, "400598": {"name": "OGIX-SVC, CA / National Capital Internet Exchange", "ranges": {"4": ["192.40.40.0/23"]}}, "400798": {"name": "PITIX-INFRA, US / Pittsburgh Internet Exchange", "ranges": {"4": ["23.143.152.0/24"], "6": ["2602:faaa::/36"]}}} \ No newline at end of file