Update 20241107-0126

This commit is contained in:
trick77 2024-11-07 02:26:44 +01:00
commit 20b8b82f76
2006 changed files with 3870 additions and 3088 deletions

View file

@ -41,6 +41,7 @@
"59.148.193.0/24",
"59.148.200.0/22",
"59.149.248.0/21",
"59.153.31.0/24",
"59.188.222.0/24",
"59.188.249.0/24",
"61.93.184.0/22",
@ -76,6 +77,7 @@
"61.244.162.0/24",
"61.244.184.0/21",
"61.244.208.0/20",
"103.73.220.0/24",
"103.243.0.0/22",
"113.10.156.0/24",
"113.10.190.0/24",
@ -111,6 +113,8 @@
"166.1.232.0/24",
"166.88.196.0/24",
"166.88.244.0/24",
"180.210.222.0/24",
"182.54.238.0/24",
"183.178.0.0/23",
"183.178.24.0/21",
"183.178.32.0/20",

View file

@ -38,6 +38,7 @@
59.148.193.0/24
59.148.200.0/22
59.149.248.0/21
59.153.31.0/24
59.188.222.0/24
59.188.249.0/24
61.93.184.0/22
@ -73,6 +74,7 @@
61.244.162.0/24
61.244.184.0/21
61.244.208.0/20
103.73.220.0/24
103.243.0.0/22
113.10.156.0/24
113.10.190.0/24
@ -108,6 +110,8 @@
166.1.232.0/24
166.88.196.0/24
166.88.244.0/24
180.210.222.0/24
182.54.238.0/24
183.178.0.0/23
183.178.24.0/21
183.178.32.0/20

View file

@ -8,6 +8,7 @@
"45.249.44.0/24",
"78.138.49.0/24",
"103.139.72.0/23",
"103.166.232.0/24",
"164.90.64.0/22",
"164.90.68.0/23",
"164.90.71.0/24",

View file

@ -5,6 +5,7 @@
45.249.44.0/24
78.138.49.0/24
103.139.72.0/23
103.166.232.0/24
164.90.64.0/22
164.90.68.0/23
164.90.71.0/24

View file

@ -4,7 +4,7 @@
"description": "Internet Initiative Japan, Inc.",
"subnets": {
"ipv4": [
"147.28.8.0/23"
"147.28.8.0/24"
],
"ipv6": [
"2001:df7:5380::/47"

View file

@ -1,4 +1,4 @@
# AS10233 (IIJLAB-BACKUP-LINKS-EXP)
# Internet Initiative Japan, Inc.
#
147.28.8.0/23
147.28.8.0/24

View file

@ -139,7 +139,9 @@
"143.223.6.0/24",
"144.121.146.0/24",
"145.240.8.0/23",
"147.21.128.0/24",
"147.21.138.0/24",
"147.21.140.0/24",
"147.207.0.0/16",
"149.150.200.0/24",
"153.13.37.0/24",
@ -226,7 +228,6 @@
"192.190.99.0/24",
"192.195.70.0/24",
"192.228.1.0/24",
"192.228.3.0/24",
"192.228.18.0/23",
"192.228.20.0/24",
"192.251.17.0/24",

View file

@ -136,7 +136,9 @@
143.223.6.0/24
144.121.146.0/24
145.240.8.0/23
147.21.128.0/24
147.21.138.0/24
147.21.140.0/24
147.207.0.0/16
149.150.200.0/24
153.13.37.0/24
@ -223,7 +225,6 @@
192.190.99.0/24
192.195.70.0/24
192.228.1.0/24
192.228.3.0/24
192.228.18.0/23
192.228.20.0/24
192.251.17.0/24

View file

@ -52,6 +52,7 @@
"196.8.218.0/24",
"196.8.221.0/24",
"196.8.222.0/24",
"196.8.224.0/24",
"196.8.226.0/23",
"196.8.229.0/24",
"196.8.231.0/24",

View file

@ -49,6 +49,7 @@
196.8.218.0/24
196.8.221.0/24
196.8.222.0/24
196.8.224.0/24
196.8.226.0/23
196.8.229.0/24
196.8.231.0/24

View file

@ -231,6 +231,7 @@
"194.104.24.0/22",
"194.104.80.0/24",
"194.104.100.0/22",
"194.104.194.0/24",
"194.120.1.0/24",
"194.120.2.0/23",
"194.120.4.0/22",

View file

@ -228,6 +228,7 @@
194.104.24.0/22
194.104.80.0/24
194.104.100.0/22
194.104.194.0/24
194.120.1.0/24
194.120.2.0/23
194.120.4.0/22

View file

@ -12,9 +12,11 @@
"70.45.96.0/22",
"70.45.144.0/22",
"192.30.40.0/22",
"196.12.160.0/19"
"196.12.160.0/19",
"204.138.0.0/24"
],
"ipv6": [
"2602:fc7b:2::/48",
"2607:ac00::/32"
]
}

View file

@ -10,3 +10,4 @@
70.45.144.0/22
192.30.40.0/22
196.12.160.0/19
204.138.0.0/24

View file

@ -1,4 +1,5 @@
# AS11367 (ICENET)
# WorldNet Telecommunications, LLC
#
2602:fc7b:2::/48
2607:ac00::/32

View file

@ -102,7 +102,6 @@
"186.12.230.0/24",
"186.12.232.0/23",
"186.12.234.0/24",
"186.12.236.0/23",
"186.12.253.0/24",
"186.13.0.0/22",
"186.13.8.0/22",
@ -143,7 +142,6 @@
"186.122.116.0/24",
"186.122.130.0/23",
"186.122.136.0/22",
"186.122.140.0/23",
"186.122.174.0/23",
"186.122.184.0/22",
"186.122.212.0/23",
@ -197,7 +195,7 @@
"186.158.204.0/22",
"186.158.208.0/22",
"186.158.216.0/24",
"186.158.220.0/22",
"186.158.220.0/23",
"186.158.229.0/24",
"186.158.231.0/24",
"186.158.232.0/22",
@ -229,7 +227,7 @@
"186.182.92.0/22",
"186.182.104.0/21",
"186.182.112.0/21",
"186.182.162.0/23",
"186.182.162.0/24",
"186.182.168.0/23",
"186.182.174.0/24",
"186.182.176.0/23",
@ -361,8 +359,8 @@
"2803:9800:9039::/48",
"2803:9800:903b::/48",
"2803:9800:903c::/48",
"2803:9800:908b::/48",
"2803:9800:9095::/48",
"2803:9800:9082::/48",
"2803:9800:9084::/48",
"2803:9800:9096::/48",
"2803:9800:9098::/48",
"2803:9800:90a3::/48",
@ -375,6 +373,9 @@
"2803:9800:90b4::/48",
"2803:9800:90b7::/48",
"2803:9800:90b8::/48",
"2803:9800:90bd::/48",
"2803:9800:90be::/48",
"2803:9800:90c5::/48",
"2803:9800:90c6::/48",
"2803:9800:9101::/48",
"2803:9800:9104::/47",
@ -489,6 +490,8 @@
"2803:9800:b0f2::/48",
"2803:9800:b0f4::/47",
"2803:9800:b0f9::/48",
"2803:9800:b0fd::/48",
"2803:9800:b0fe::/48",
"2803:9800:b103::/48",
"2803:9800:b203::/48",
"2803:9800:b400::/46",

View file

@ -99,7 +99,6 @@
186.12.230.0/24
186.12.232.0/23
186.12.234.0/24
186.12.236.0/23
186.12.253.0/24
186.13.0.0/22
186.13.8.0/22
@ -140,7 +139,6 @@
186.122.116.0/24
186.122.130.0/23
186.122.136.0/22
186.122.140.0/23
186.122.174.0/23
186.122.184.0/22
186.122.212.0/23
@ -194,7 +192,7 @@
186.158.204.0/22
186.158.208.0/22
186.158.216.0/24
186.158.220.0/22
186.158.220.0/23
186.158.229.0/24
186.158.231.0/24
186.158.232.0/22
@ -226,7 +224,7 @@
186.182.92.0/22
186.182.104.0/21
186.182.112.0/21
186.182.162.0/23
186.182.162.0/24
186.182.168.0/23
186.182.174.0/24
186.182.176.0/23

View file

@ -34,8 +34,8 @@
2803:9800:9039::/48
2803:9800:903b::/48
2803:9800:903c::/48
2803:9800:908b::/48
2803:9800:9095::/48
2803:9800:9082::/48
2803:9800:9084::/48
2803:9800:9096::/48
2803:9800:9098::/48
2803:9800:90a3::/48
@ -48,6 +48,9 @@
2803:9800:90b4::/48
2803:9800:90b7::/48
2803:9800:90b8::/48
2803:9800:90bd::/48
2803:9800:90be::/48
2803:9800:90c5::/48
2803:9800:90c6::/48
2803:9800:9101::/48
2803:9800:9104::/47
@ -162,6 +165,8 @@
2803:9800:b0f2::/48
2803:9800:b0f4::/47
2803:9800:b0f9::/48
2803:9800:b0fd::/48
2803:9800:b0fe::/48
2803:9800:b103::/48
2803:9800:b203::/48
2803:9800:b400::/46

View file

@ -10,9 +10,11 @@
"136.150.80.0/24",
"136.150.100.0/24",
"136.150.102.0/23",
"136.150.104.0/24",
"136.150.150.0/24",
"136.150.200.0/24",
"136.223.116.0/22",
"136.223.120.0/21",
"136.223.128.0/19",
"136.223.160.0/20",
"136.223.192.0/18",

View file

@ -7,9 +7,11 @@
136.150.80.0/24
136.150.100.0/24
136.150.102.0/23
136.150.104.0/24
136.150.150.0/24
136.150.200.0/24
136.223.116.0/22
136.223.120.0/21
136.223.128.0/19
136.223.160.0/20
136.223.192.0/18

View file

@ -18,6 +18,7 @@
"41.120.128.0/17",
"41.121.0.0/17",
"41.122.0.0/16",
"41.123.0.0/18",
"41.124.0.0/16",
"41.127.255.0/24",
"66.8.3.0/24",
@ -35,6 +36,8 @@
"196.31.56.0/24",
"197.64.0.0/15",
"197.66.0.0/16",
"197.68.0.0/17",
"197.69.0.0/17",
"197.77.0.0/17",
"197.78.128.0/17"
],

View file

@ -15,6 +15,7 @@
41.120.128.0/17
41.121.0.0/17
41.122.0.0/16
41.123.0.0/18
41.124.0.0/16
41.127.255.0/24
66.8.3.0/24
@ -32,5 +33,7 @@
196.31.56.0/24
197.64.0.0/15
197.66.0.0/16
197.68.0.0/17
197.69.0.0/17
197.77.0.0/17
197.78.128.0/17

View file

@ -6,7 +6,7 @@
"ipv4": [
"12.16.196.0/24",
"204.94.39.0/24",
"206.80.138.0/24"
"206.80.138.0/23"
],
"ipv6": []
}

View file

@ -3,4 +3,4 @@
#
12.16.196.0/24
204.94.39.0/24
206.80.138.0/24
206.80.138.0/23

View file

@ -5,6 +5,7 @@
"subnets": {
"ipv4": [
"192.78.99.0/24",
"198.148.209.0/24",
"198.199.187.0/24",
"198.199.188.0/24",
"205.167.144.0/23"

View file

@ -2,6 +2,7 @@
# City of Aurora Colorado
#
192.78.99.0/24
198.148.209.0/24
198.199.187.0/24
198.199.188.0/24
205.167.144.0/23

View file

@ -13,6 +13,7 @@
"96.9.224.0/24",
"104.166.113.0/24",
"136.175.76.0/24",
"192.251.158.0/24",
"216.116.128.0/24",
"216.230.28.0/24"
],

View file

@ -10,5 +10,6 @@
96.9.224.0/24
104.166.113.0/24
136.175.76.0/24
192.251.158.0/24
216.116.128.0/24
216.230.28.0/24

View file

@ -11,9 +11,7 @@
"131.153.104.0/21",
"131.153.112.0/20",
"131.153.136.0/22",
"131.153.140.0/23",
"162.222.213.0/24",
"163.5.194.0/24"
"131.153.140.0/23"
],
"ipv6": [
"2401:bc40:100::/40",

View file

@ -9,5 +9,3 @@
131.153.112.0/20
131.153.136.0/22
131.153.140.0/23
162.222.213.0/24
163.5.194.0/24

View file

@ -7,7 +7,7 @@
"2.16.37.0/24",
"2.22.60.0/24",
"2.22.226.0/23",
"23.15.12.0/23",
"23.15.12.0/24",
"23.56.209.0/24",
"23.62.225.0/24",
"23.74.0.0/23",
@ -54,7 +54,6 @@
"2001:4878:228::/48",
"2001:4878:321::/48",
"2001:4878:322::/47",
"2001:4878:324::/48",
"2001:4878:347::/48",
"2001:4878:2007::/48",
"2001:4878:2027::/48",
@ -74,7 +73,6 @@
"2001:4878:2228::/48",
"2001:4878:2321::/48",
"2001:4878:2322::/47",
"2001:4878:2324::/48",
"2001:4878:2347::/48",
"2001:4878:3068::/48",
"2001:4878:4007::/48",
@ -91,7 +89,6 @@
"2001:4878:4225::/48",
"2001:4878:4321::/48",
"2001:4878:4322::/47",
"2001:4878:4324::/48",
"2001:4878:4347::/48",
"2001:4878:8007::/48",
"2001:4878:8027::/48",
@ -111,7 +108,6 @@
"2001:4878:8228::/48",
"2001:4878:8321::/48",
"2001:4878:8322::/47",
"2001:4878:8324::/48",
"2001:4878:8347::/48",
"2001:4878:a007::/48",
"2001:4878:a027::/48",
@ -129,7 +125,6 @@
"2001:4878:a228::/48",
"2001:4878:a321::/48",
"2001:4878:a322::/47",
"2001:4878:a324::/48",
"2001:4878:a347::/48",
"2001:4878:b007::/48",
"2001:4878:b027::/48",
@ -159,7 +154,6 @@
"2001:4878:c228::/48",
"2001:4878:c321::/48",
"2001:4878:c322::/47",
"2001:4878:c324::/48",
"2001:4878:c347::/48",
"2600:140f:e800::/48"
]

View file

@ -4,7 +4,7 @@
2.16.37.0/24
2.22.60.0/24
2.22.226.0/23
23.15.12.0/23
23.15.12.0/24
23.56.209.0/24
23.62.225.0/24
23.74.0.0/23

View file

@ -20,7 +20,6 @@
2001:4878:228::/48
2001:4878:321::/48
2001:4878:322::/47
2001:4878:324::/48
2001:4878:347::/48
2001:4878:2007::/48
2001:4878:2027::/48
@ -40,7 +39,6 @@
2001:4878:2228::/48
2001:4878:2321::/48
2001:4878:2322::/47
2001:4878:2324::/48
2001:4878:2347::/48
2001:4878:3068::/48
2001:4878:4007::/48
@ -57,7 +55,6 @@
2001:4878:4225::/48
2001:4878:4321::/48
2001:4878:4322::/47
2001:4878:4324::/48
2001:4878:4347::/48
2001:4878:8007::/48
2001:4878:8027::/48
@ -77,7 +74,6 @@
2001:4878:8228::/48
2001:4878:8321::/48
2001:4878:8322::/47
2001:4878:8324::/48
2001:4878:8347::/48
2001:4878:a007::/48
2001:4878:a027::/48
@ -95,7 +91,6 @@
2001:4878:a228::/48
2001:4878:a321::/48
2001:4878:a322::/47
2001:4878:a324::/48
2001:4878:a347::/48
2001:4878:b007::/48
2001:4878:b027::/48
@ -125,6 +120,5 @@
2001:4878:c228::/48
2001:4878:c321::/48
2001:4878:c322::/47
2001:4878:c324::/48
2001:4878:c347::/48
2600:140f:e800::/48

View file

@ -15,6 +15,7 @@
"62.77.200.0/21",
"62.77.208.0/20",
"62.77.224.0/20",
"62.77.242.0/23",
"62.77.244.0/22",
"77.221.32.0/20",
"77.243.208.0/20",

View file

@ -12,6 +12,7 @@
62.77.200.0/21
62.77.208.0/20
62.77.224.0/20
62.77.242.0/23
62.77.244.0/22
77.221.32.0/20
77.243.208.0/20

View file

@ -4,7 +4,6 @@
"description": "Internet Resources Management SRL",
"subnets": {
"ipv4": [
"92.42.0.0/24",
"193.26.136.0/21",
"194.8.80.0/24"
],

View file

@ -1,6 +1,5 @@
# AS12325 (IRM)
# Internet Resources Management SRL
#
92.42.0.0/24
193.26.136.0/21
194.8.80.0/24

View file

@ -59,7 +59,6 @@
"156.49.244.0/23",
"156.49.246.0/24",
"156.49.252.0/24",
"157.208.192.0/19",
"158.255.216.0/21",
"159.253.216.0/21",
"160.202.16.0/24",

View file

@ -56,7 +56,6 @@
156.49.244.0/23
156.49.246.0/24
156.49.252.0/24
157.208.192.0/19
158.255.216.0/21
159.253.216.0/21
160.202.16.0/24

View file

@ -8,10 +8,10 @@
"31.14.183.0/24",
"37.9.224.0/20",
"46.16.168.0/21",
"46.174.136.0/24",
"46.174.136.0/23",
"77.83.64.0/22",
"78.40.111.0/24",
"80.241.142.0/24",
"80.241.140.0/22",
"85.94.192.0/19",
"86.106.75.0/24",
"86.106.76.0/24",
@ -23,22 +23,35 @@
"176.56.128.0/21",
"185.24.104.0/22",
"185.47.108.0/22",
"185.77.84.0/22",
"185.142.68.0/24",
"185.146.252.0/22",
"185.205.40.0/22",
"185.220.244.0/22",
"185.222.68.0/22",
"185.228.250.0/24",
"185.255.138.0/24",
"193.17.32.0/24",
"193.200.3.0/24",
"195.182.210.0/23",
"212.25.160.0/19",
"212.35.192.0/19",
"217.168.224.0/20"
"212.66.224.0/19",
"213.171.160.0/19",
"217.64.192.0/20",
"217.168.224.0/20",
"217.194.0.0/20"
],
"ipv6": [
"2001:4b78::/29",
"2a02:e9::/32",
"2a02:ea::/32",
"2a04:2700::/29",
"2a05:b6c0::/31",
"2a05:be80::/29",
"2a07:f200::/29",
"2a09:dd81::/32",
"2a09:dd82::/32",
"2a0b:fd40::/29",
"2a0d:b000::/29"
]

View file

@ -5,10 +5,10 @@
31.14.183.0/24
37.9.224.0/20
46.16.168.0/21
46.174.136.0/24
46.174.136.0/23
77.83.64.0/22
78.40.111.0/24
80.241.142.0/24
80.241.140.0/22
85.94.192.0/19
86.106.75.0/24
86.106.76.0/24
@ -20,12 +20,21 @@
176.56.128.0/21
185.24.104.0/22
185.47.108.0/22
185.77.84.0/22
185.142.68.0/24
185.146.252.0/22
185.205.40.0/22
185.220.244.0/22
185.222.68.0/22
185.228.250.0/24
185.255.138.0/24
193.17.32.0/24
193.200.3.0/24
195.182.210.0/23
212.25.160.0/19
212.35.192.0/19
212.66.224.0/19
213.171.160.0/19
217.64.192.0/20
217.168.224.0/20
217.194.0.0/20

View file

@ -3,8 +3,12 @@
#
2001:4b78::/29
2a02:e9::/32
2a02:ea::/32
2a04:2700::/29
2a05:b6c0::/31
2a05:be80::/29
2a07:f200::/29
2a09:dd81::/32
2a09:dd82::/32
2a0b:fd40::/29
2a0d:b000::/29

View file

@ -17,7 +17,7 @@
"66.133.0.0/22",
"66.133.9.0/24",
"66.133.14.0/23",
"66.133.16.0/20",
"66.133.28.0/22",
"66.133.32.0/24",
"66.133.34.0/23",
"66.133.36.0/23",
@ -43,7 +43,6 @@
"148.253.17.0/24",
"148.253.21.0/24",
"162.249.183.0/24",
"170.78.189.0/24",
"171.22.196.0/22",
"178.73.128.0/19",
"178.73.160.0/21",
@ -51,7 +50,6 @@
"190.52.124.0/24",
"190.124.42.0/24",
"191.97.100.0/23",
"200.9.185.0/24",
"200.85.227.0/24",
"200.89.17.0/24",
"200.89.21.0/24",
@ -77,7 +75,6 @@
"216.226.224.0/19",
"216.236.192.0/19",
"216.252.128.0/20",
"216.252.152.0/23",
"216.252.154.0/24",
"216.252.156.0/23",
"216.252.159.0/24",

View file

@ -14,7 +14,7 @@
66.133.0.0/22
66.133.9.0/24
66.133.14.0/23
66.133.16.0/20
66.133.28.0/22
66.133.32.0/24
66.133.34.0/23
66.133.36.0/23
@ -40,7 +40,6 @@
148.253.17.0/24
148.253.21.0/24
162.249.183.0/24
170.78.189.0/24
171.22.196.0/22
178.73.128.0/19
178.73.160.0/21
@ -48,7 +47,6 @@
190.52.124.0/24
190.124.42.0/24
191.97.100.0/23
200.9.185.0/24
200.85.227.0/24
200.89.17.0/24
200.89.21.0/24
@ -74,7 +72,6 @@
216.226.224.0/19
216.236.192.0/19
216.252.128.0/20
216.252.152.0/23
216.252.154.0/24
216.252.156.0/23
216.252.159.0/24

View file

@ -21,7 +21,9 @@
],
"ipv6": [
"2a01:180::/29",
"2a01:abc0::/32"
"2a01:abc0::/32",
"2a03:cb00::/32",
"2a04:8700::/29"
]
}
}

View file

@ -3,3 +3,5 @@
#
2a01:180::/29
2a01:abc0::/32
2a03:cb00::/32
2a04:8700::/29

View file

@ -70,6 +70,7 @@
"193.195.192.0/18",
"193.200.166.0/24",
"194.63.0.0/24",
"194.63.2.0/23",
"194.63.4.0/24",
"194.63.11.0/24",
"194.63.16.0/24",
@ -78,6 +79,7 @@
"194.63.76.0/24",
"194.63.85.0/24",
"194.63.88.0/24",
"194.63.102.0/23",
"194.63.109.0/24",
"194.63.110.0/23",
"194.63.112.0/21",

View file

@ -67,6 +67,7 @@
193.195.192.0/18
193.200.166.0/24
194.63.0.0/24
194.63.2.0/23
194.63.4.0/24
194.63.11.0/24
194.63.16.0/24
@ -75,6 +76,7 @@
194.63.76.0/24
194.63.85.0/24
194.63.88.0/24
194.63.102.0/23
194.63.109.0/24
194.63.110.0/23
194.63.112.0/21

View file

@ -3,7 +3,9 @@
"handle": "SINP-MSU",
"description": "Federal State Budgetary Educational Institution of Higher Education Lomonosov Moscow State University",
"subnets": {
"ipv4": [],
"ipv4": [
"213.131.0.0/19"
],
"ipv6": []
}
}

View file

@ -1,3 +1,4 @@
# AS12925 (SINP-MSU)
# Federal State Budgetary Educational Institution of Higher Education Lomonosov Moscow State University
#
213.131.0.0/19

View file

@ -136,7 +136,8 @@
"2400:dc00:4006::/48",
"2400:dc00:4100::/47",
"2400:dc00:4102::/48",
"2400:dc00:c000::/46",
"2400:dc00:c000::/47",
"2400:dc00:c003::/48",
"2400:dc00:c004::/48",
"2402:fa40::/32"
]

View file

@ -9,6 +9,7 @@
2400:dc00:4006::/48
2400:dc00:4100::/47
2400:dc00:4102::/48
2400:dc00:c000::/46
2400:dc00:c000::/47
2400:dc00:c003::/48
2400:dc00:c004::/48
2402:fa40::/32

View file

@ -31,13 +31,12 @@
"209.206.0.0/19",
"216.194.96.0/21",
"216.194.104.0/22",
"216.194.108.0/24",
"216.194.108.0/23",
"216.194.111.0/24",
"216.205.112.0/23",
"216.205.115.0/24",
"216.205.116.0/22",
"216.205.120.0/23",
"216.205.122.0/24",
"216.205.120.0/22",
"216.252.177.0/24",
"216.252.178.0/23"
],

View file

@ -28,12 +28,11 @@
209.206.0.0/19
216.194.96.0/21
216.194.104.0/22
216.194.108.0/24
216.194.108.0/23
216.194.111.0/24
216.205.112.0/23
216.205.115.0/24
216.205.116.0/22
216.205.120.0/23
216.205.122.0/24
216.205.120.0/22
216.252.177.0/24
216.252.178.0/23

View file

@ -5,8 +5,7 @@
"subnets": {
"ipv4": [
"103.12.220.0/22",
"103.105.240.0/22",
"202.46.96.0/20"
"103.105.240.0/22"
],
"ipv6": []
}

View file

@ -3,4 +3,3 @@
#
103.12.220.0/22
103.105.240.0/22
202.46.96.0/20

View file

@ -6,8 +6,6 @@
"ipv4": [
"213.152.192.0/19"
],
"ipv6": [
"2a06:fac0::/29"
]
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS13182 (ADHOC-NETWORK)
# Made Network Srl
#
2a06:fac0::/29

View file

@ -3,11 +3,7 @@
"handle": "TOSSCB",
"description": "viva republica",
"subnets": {
"ipv4": [
"61.37.225.0/24",
"115.92.0.0/24",
"222.100.160.0/24"
],
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,6 +1,3 @@
# AS131855 (TOSSCB)
# viva republica
#
61.37.225.0/24
115.92.0.0/24
222.100.160.0/24

View file

@ -34,7 +34,7 @@
"103.100.4.0/24",
"103.100.6.0/23",
"103.124.120.0/23",
"103.158.90.0/23",
"103.158.91.0/24",
"103.164.141.0/24",
"103.165.88.0/23",
"103.167.154.0/23",
@ -55,7 +55,8 @@
"103.225.188.0/22",
"103.226.88.0/22",
"103.243.52.0/23",
"103.248.92.0/22",
"103.248.93.0/24",
"103.248.94.0/23",
"103.248.172.0/22",
"103.255.224.0/24",
"119.42.56.0/22",

View file

@ -31,7 +31,7 @@
103.100.4.0/24
103.100.6.0/23
103.124.120.0/23
103.158.90.0/23
103.158.91.0/24
103.164.141.0/24
103.165.88.0/23
103.167.154.0/23
@ -52,7 +52,8 @@
103.225.188.0/22
103.226.88.0/22
103.243.52.0/23
103.248.92.0/22
103.248.93.0/24
103.248.94.0/23
103.248.172.0/22
103.255.224.0/24
119.42.56.0/22

View file

@ -4,6 +4,7 @@
"description": "Usman Internet Service Provider Private Limited",
"subnets": {
"ipv4": [
"103.70.250.0/23",
"103.162.41.0/24"
],
"ipv6": []

View file

@ -1,4 +1,5 @@
# AS132386 (USMANISP-AP)
# Usman Internet Service Provider Private Limited
#
103.70.250.0/23
103.162.41.0/24

View file

@ -8,7 +8,6 @@
"27.0.61.0/24",
"27.0.63.0/24",
"45.248.168.0/23",
"45.248.170.0/24",
"103.17.101.0/24",
"103.17.103.0/24",
"103.17.107.0/24",

View file

@ -5,7 +5,6 @@
27.0.61.0/24
27.0.63.0/24
45.248.168.0/23
45.248.170.0/24
103.17.101.0/24
103.17.103.0/24
103.17.107.0/24

View file

@ -4,7 +4,8 @@
"description": "PT Bali Towerindo Sentra",
"subnets": {
"ipv4": [
"103.19.228.0/22"
"103.19.228.0/23",
"103.19.230.0/24"
],
"ipv6": []
}

View file

@ -1,4 +1,5 @@
# AS132668 (BALITOWERNET-ID)
# PT Bali Towerindo Sentra
#
103.19.228.0/22
103.19.228.0/23
103.19.230.0/24

View file

@ -93,7 +93,6 @@
"156.242.128.0/17",
"156.250.128.0/17",
"156.252.64.0/18",
"156.255.216.0/24",
"157.119.92.0/22",
"160.124.0.0/16",
"160.238.84.0/22",

View file

@ -90,7 +90,6 @@
156.242.128.0/17
156.250.128.0/17
156.252.64.0/18
156.255.216.0/24
157.119.92.0/22
160.124.0.0/16
160.238.84.0/22

View file

@ -4,7 +4,6 @@
"description": "Mobiwalkers",
"subnets": {
"ipv4": [
"103.14.196.0/24",
"103.253.169.0/24",
"103.253.171.0/24"
],

View file

@ -1,6 +1,5 @@
# AS133011 (MOBIINDIA)
# Mobiwalkers
#
103.14.196.0/24
103.253.169.0/24
103.253.171.0/24

View file

@ -6,7 +6,6 @@
"ipv4": [
"45.114.36.0/22",
"103.44.156.0/22",
"103.86.95.0/24",
"103.252.240.0/23"
],
"ipv6": [

View file

@ -3,5 +3,4 @@
#
45.114.36.0/22
103.44.156.0/22
103.86.95.0/24
103.252.240.0/23

View file

@ -113,8 +113,6 @@
"194.88.120.0/21",
"202.59.248.0/24",
"202.162.231.0/24",
"202.162.234.0/24",
"202.162.236.0/24",
"203.76.187.0/24",
"203.115.77.0/24",
"203.115.82.0/23",
@ -128,6 +126,7 @@
],
"ipv6": [
"2001:df1:1400::/48",
"2001:df2:f9c0::/48",
"2001:df5:4480::/48",
"2001:df5:f500::/48",
"2001:df7:5d00::/48",

View file

@ -110,8 +110,6 @@
194.88.120.0/21
202.59.248.0/24
202.162.231.0/24
202.162.234.0/24
202.162.236.0/24
203.76.187.0/24
203.115.77.0/24
203.115.82.0/23

View file

@ -2,6 +2,7 @@
# Web Werks India Pvt. Ltd.
#
2001:df1:1400::/48
2001:df2:f9c0::/48
2001:df5:4480::/48
2001:df5:f500::/48
2001:df7:5d00::/48

View file

@ -109,7 +109,7 @@
"8.45.108.0/24",
"8.45.111.0/24",
"8.45.145.0/24",
"8.45.147.0/24",
"8.45.146.0/23",
"8.46.113.0/24",
"8.46.114.0/23",
"8.46.117.0/24",
@ -130,7 +130,6 @@
"68.67.65.0/24",
"103.21.244.0/24",
"103.22.200.0/22",
"103.31.4.0/23",
"103.81.228.0/24",
"103.143.32.0/23",
"103.156.22.0/23",
@ -190,7 +189,11 @@
"162.158.109.0/24",
"162.158.110.0/23",
"162.158.112.0/20",
"162.158.128.0/19",
"162.158.128.0/20",
"162.158.144.0/21",
"162.158.153.0/24",
"162.158.154.0/23",
"162.158.156.0/22",
"162.158.160.0/20",
"162.158.176.0/21",
"162.158.185.0/24",
@ -262,7 +265,7 @@
"172.68.123.0/24",
"172.68.124.0/22",
"172.68.128.0/21",
"172.68.138.0/23",
"172.68.139.0/24",
"172.68.140.0/22",
"172.68.144.0/22",
"172.68.148.0/23",
@ -287,14 +290,13 @@
"172.68.212.0/22",
"172.68.216.0/21",
"172.68.224.0/23",
"172.68.230.0/23",
"172.68.228.0/22",
"172.68.232.0/22",
"172.68.236.0/23",
"172.68.238.0/24",
"172.68.240.0/21",
"172.68.248.0/23",
"172.68.251.0/24",
"172.68.252.0/23",
"172.68.248.0/22",
"172.68.252.0/24",
"172.68.255.0/24",
"172.69.0.0/21",
"172.69.8.0/24",
@ -394,8 +396,7 @@
"172.70.192.0/23",
"172.70.195.0/24",
"172.70.196.0/22",
"172.70.200.0/24",
"172.70.202.0/23",
"172.70.200.0/22",
"172.70.205.0/24",
"172.70.206.0/23",
"172.70.209.0/24",
@ -444,7 +445,9 @@
"172.71.216.0/22",
"172.71.221.0/24",
"172.71.222.0/23",
"172.71.224.0/21",
"172.71.224.0/22",
"172.71.229.0/24",
"172.71.230.0/23",
"172.71.233.0/24",
"172.71.234.0/23",
"172.71.237.0/24",
@ -525,6 +528,7 @@
"2400:cb00:102::/47",
"2400:cb00:104::/48",
"2400:cb00:106::/47",
"2400:cb00:109::/48",
"2400:cb00:110::/45",
"2400:cb00:118::/47",
"2400:cb00:120::/45",
@ -707,7 +711,7 @@
"2400:cb00:618::/47",
"2400:cb00:620::/46",
"2400:cb00:625::/48",
"2400:cb00:626::/47",
"2400:cb00:626::/48",
"2400:cb00:629::/48",
"2400:cb00:631::/48",
"2400:cb00:632::/47",
@ -733,8 +737,9 @@
"2400:cb00:686::/48",
"2400:cb00:688::/48",
"2400:cb00:691::/48",
"2400:cb00:694::/48",
"2400:cb00:694::/47",
"2400:cb00:696::/48",
"2400:cb00:700::/48",
"2400:cb00:704::/46",
"2400:cb00:708::/47",
"2400:cb00:710::/45",
@ -815,7 +820,7 @@
"2400:cb00:a118::/47",
"2400:cb00:a11a::/48",
"2400:cb00:a130::/45",
"2400:cb00:a138::/47",
"2400:cb00:a139::/48",
"2400:cb00:a140::/45",
"2400:cb00:a150::/45",
"2400:cb00:a159::/48",
@ -1043,7 +1048,7 @@
"2a06:98c0:1c40::/45",
"2a06:98c0:1c48::/47",
"2a06:98c0:1c4b::/48",
"2a06:98c0:1c4c::/48",
"2a06:98c0:1c4c::/47",
"2a06:98c0:3619::/48",
"2a06:98c0:361a::/48",
"2a06:98c1:40::/46",
@ -1091,6 +1096,7 @@
"2a09:bac0:100::/48",
"2a09:bac0:102::/47",
"2a09:bac0:106::/47",
"2a09:bac0:109::/48",
"2a09:bac0:113::/48",
"2a09:bac0:114::/47",
"2a09:bac0:116::/48",

View file

@ -106,7 +106,7 @@
8.45.108.0/24
8.45.111.0/24
8.45.145.0/24
8.45.147.0/24
8.45.146.0/23
8.46.113.0/24
8.46.114.0/23
8.46.117.0/24
@ -127,7 +127,6 @@
68.67.65.0/24
103.21.244.0/24
103.22.200.0/22
103.31.4.0/23
103.81.228.0/24
103.143.32.0/23
103.156.22.0/23
@ -187,7 +186,11 @@
162.158.109.0/24
162.158.110.0/23
162.158.112.0/20
162.158.128.0/19
162.158.128.0/20
162.158.144.0/21
162.158.153.0/24
162.158.154.0/23
162.158.156.0/22
162.158.160.0/20
162.158.176.0/21
162.158.185.0/24
@ -259,7 +262,7 @@
172.68.123.0/24
172.68.124.0/22
172.68.128.0/21
172.68.138.0/23
172.68.139.0/24
172.68.140.0/22
172.68.144.0/22
172.68.148.0/23
@ -284,14 +287,13 @@
172.68.212.0/22
172.68.216.0/21
172.68.224.0/23
172.68.230.0/23
172.68.228.0/22
172.68.232.0/22
172.68.236.0/23
172.68.238.0/24
172.68.240.0/21
172.68.248.0/23
172.68.251.0/24
172.68.252.0/23
172.68.248.0/22
172.68.252.0/24
172.68.255.0/24
172.69.0.0/21
172.69.8.0/24
@ -391,8 +393,7 @@
172.70.192.0/23
172.70.195.0/24
172.70.196.0/22
172.70.200.0/24
172.70.202.0/23
172.70.200.0/22
172.70.205.0/24
172.70.206.0/23
172.70.209.0/24
@ -441,7 +442,9 @@
172.71.216.0/22
172.71.221.0/24
172.71.222.0/23
172.71.224.0/21
172.71.224.0/22
172.71.229.0/24
172.71.230.0/23
172.71.233.0/24
172.71.234.0/23
172.71.237.0/24

View file

@ -37,6 +37,7 @@
2400:cb00:102::/47
2400:cb00:104::/48
2400:cb00:106::/47
2400:cb00:109::/48
2400:cb00:110::/45
2400:cb00:118::/47
2400:cb00:120::/45
@ -219,7 +220,7 @@
2400:cb00:618::/47
2400:cb00:620::/46
2400:cb00:625::/48
2400:cb00:626::/47
2400:cb00:626::/48
2400:cb00:629::/48
2400:cb00:631::/48
2400:cb00:632::/47
@ -245,8 +246,9 @@
2400:cb00:686::/48
2400:cb00:688::/48
2400:cb00:691::/48
2400:cb00:694::/48
2400:cb00:694::/47
2400:cb00:696::/48
2400:cb00:700::/48
2400:cb00:704::/46
2400:cb00:708::/47
2400:cb00:710::/45
@ -327,7 +329,7 @@
2400:cb00:a118::/47
2400:cb00:a11a::/48
2400:cb00:a130::/45
2400:cb00:a138::/47
2400:cb00:a139::/48
2400:cb00:a140::/45
2400:cb00:a150::/45
2400:cb00:a159::/48
@ -555,7 +557,7 @@
2a06:98c0:1c40::/45
2a06:98c0:1c48::/47
2a06:98c0:1c4b::/48
2a06:98c0:1c4c::/48
2a06:98c0:1c4c::/47
2a06:98c0:3619::/48
2a06:98c0:361a::/48
2a06:98c1:40::/46
@ -603,6 +605,7 @@
2a09:bac0:100::/48
2a09:bac0:102::/47
2a09:bac0:106::/47
2a09:bac0:109::/48
2a09:bac0:113::/48
2a09:bac0:114::/47
2a09:bac0:116::/48

View file

@ -9,7 +9,7 @@
"103.47.148.0/22",
"103.76.212.0/23",
"103.119.56.0/24",
"103.129.113.0/24",
"103.129.112.0/23",
"103.170.106.0/23",
"103.197.120.0/23",
"156.238.16.0/24",

View file

@ -6,7 +6,7 @@
103.47.148.0/22
103.76.212.0/23
103.119.56.0/24
103.129.113.0/24
103.129.112.0/23
103.170.106.0/23
103.197.120.0/23
156.238.16.0/24

View file

@ -3,7 +3,10 @@
"handle": "SWASTIK-IN",
"description": "Swastik Internet and Cables pvt. ltd.",
"subnets": {
"ipv4": [],
"ipv4": [
"103.44.116.0/22",
"160.19.220.0/22"
],
"ipv6": []
}
}

View file

@ -1,3 +1,5 @@
# AS133724 (SWASTIK-IN)
# Swastik Internet and Cables pvt. ltd.
#
103.44.116.0/22
160.19.220.0/22

View file

@ -17,8 +17,6 @@
"2402:5680:4000::/36",
"2402:5680:6000::/36",
"2402:5680:8000::/36",
"2402:5680:99c0::/43",
"2402:5680:99e0::/44",
"2402:5680:a000::/36"
]
}

View file

@ -6,6 +6,4 @@
2402:5680:4000::/36
2402:5680:6000::/36
2402:5680:8000::/36
2402:5680:99c0::/43
2402:5680:99e0::/44
2402:5680:a000::/36

View file

@ -18,6 +18,7 @@
"131.198.0.0/15",
"140.157.66.0/24",
"140.157.218.0/23",
"192.249.37.0/24",
"192.249.40.0/23",
"192.249.49.0/24",
"198.151.224.0/23",

View file

@ -15,6 +15,7 @@
131.198.0.0/15
140.157.66.0/24
140.157.218.0/23
192.249.37.0/24
192.249.40.0/23
192.249.49.0/24
198.151.224.0/23

View file

@ -4,7 +4,8 @@
"description": "Aria Sat LTD",
"subnets": {
"ipv4": [
"103.53.16.0/22"
"103.53.16.0/24",
"103.53.18.0/23"
],
"ipv6": []
}

View file

@ -1,4 +1,5 @@
# AS134112 (ARIASAT-LTD)
# Aria Sat LTD
#
103.53.16.0/22
103.53.16.0/24
103.53.18.0/23

View file

@ -4,8 +4,7 @@
"description": "Planet Wi Fi Private Limited",
"subnets": {
"ipv4": [
"103.195.24.0/24",
"103.195.26.0/23"
"103.195.24.0/22"
],
"ipv6": []
}

View file

@ -1,5 +1,4 @@
# AS134270 (PLANETWIFI-IN)
# Planet Wi Fi Private Limited
#
103.195.24.0/24
103.195.26.0/23
103.195.24.0/22

View file

@ -10,7 +10,8 @@
"103.143.138.0/24",
"103.243.238.0/24",
"160.25.8.0/23",
"202.136.88.0/22",
"202.136.88.0/23",
"202.136.90.0/24",
"203.31.169.0/24"
],
"ipv6": [

View file

@ -7,5 +7,6 @@
103.143.138.0/24
103.243.238.0/24
160.25.8.0/23
202.136.88.0/22
202.136.88.0/23
202.136.90.0/24
203.31.169.0/24

View file

@ -3,9 +3,7 @@
"handle": "IGW1ASIA-AP",
"description": "1Asia Alliance Gateway Limited",
"subnets": {
"ipv4": [
"103.35.158.0/24"
],
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS134529 (IGW1ASIA-AP)
# 1Asia Alliance Gateway Limited
#
103.35.158.0/24

View file

@ -6,8 +6,6 @@
"ipv4": [
"36.50.30.0/24"
],
"ipv6": [
"2001:df3:3240::/48"
]
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS134564 (NETFACTORY-AP)
# NETFACTORY
#
2001:df3:3240::/48

View file

@ -4,7 +4,11 @@
"description": "Devoli LTD",
"subnets": {
"ipv4": [
"103.209.224.0/22"
"103.209.224.0/22",
"202.27.212.0/24",
"202.27.247.0/24",
"202.49.183.0/24",
"203.18.59.0/24"
],
"ipv6": []
}

View file

@ -2,3 +2,7 @@
# Devoli LTD
#
103.209.224.0/22
202.27.212.0/24
202.27.247.0/24
202.49.183.0/24
203.18.59.0/24

Some files were not shown because too many files have changed in this diff Show more