maxmind-geoip2 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/README.md +4 -6
- data/lib/maxmind/geoip2/client.rb +1 -1
- data/lib/maxmind/geoip2/errors.rb +17 -8
- data/lib/maxmind/geoip2/model/city.rb +1 -1
- data/lib/maxmind/geoip2/model/enterprise.rb +1 -1
- data/lib/maxmind/geoip2/model/insights.rb +1 -1
- data/lib/maxmind/geoip2/model/isp.rb +16 -0
- data/lib/maxmind/geoip2/reader.rb +1 -2
- data/lib/maxmind/geoip2/record/traits.rb +23 -3
- data/maxmind-geoip2.gemspec +2 -1
- data/test/data/MaxMind-DB-spec.md +15 -11
- data/test/data/source-data/GeoIP2-City-Test.json +81 -48
- data/test/data/source-data/GeoIP2-Connection-Type-Test.json +20 -0
- data/test/data/source-data/GeoIP2-Country-Test.json +46 -58
- data/test/data/source-data/GeoIP2-Enterprise-Test.json +61 -3
- data/test/data/source-data/GeoIP2-ISP-Test.json +10 -0
- data/test/data/source-data/GeoIP2-Precision-Enterprise-Test.json +61 -4
- data/test/data/source-data/GeoLite2-ASN-Test.json +4091 -8
- data/test/data/source-data/GeoLite2-City-Test.json +12804 -0
- data/test/data/source-data/GeoLite2-Country-Test.json +11280 -0
- data/test/data/test-data/GeoIP2-Anonymous-IP-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-City-Test-Broken-Double-Format.mmdb +0 -0
- data/test/data/test-data/GeoIP2-City-Test-Invalid-Node-Count.mmdb +0 -0
- data/test/data/test-data/GeoIP2-City-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-Connection-Type-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-Country-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-DensityIncome-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-Domain-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-Enterprise-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-ISP-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-Precision-Enterprise-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-Static-IP-Score-Test.mmdb +0 -0
- data/test/data/test-data/GeoIP2-User-Count-Test.mmdb +0 -0
- data/test/data/test-data/GeoLite2-ASN-Test.mmdb +0 -0
- data/test/data/test-data/GeoLite2-City-Test.mmdb +0 -0
- data/test/data/test-data/GeoLite2-Country-Test.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-no-ipv4-search-tree.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-string-value-entries.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-broken-pointers-24.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-broken-search-tree-24.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-decoder.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-ipv4-24.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-ipv4-28.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-ipv4-32.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-ipv6-24.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-ipv6-28.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-ipv6-32.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-metadata-pointers.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-mixed-24.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-mixed-28.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-mixed-32.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-nested.mmdb +0 -0
- data/test/data/test-data/MaxMind-DB-test-pointer-decoder.mmdb +0 -0
- data/test/data/test-data/README.md +3 -3
- data/test/data/test-data/write-test-data.pl +9 -5
- data/test/test_reader.rb +18 -2
- metadata +8 -4
- data/test/data/MaxMind-DB-test-metadata-pointers.mmdb +0 -0
@@ -1,35 +1,4118 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
|
-
"
|
3
|
+
"1.0.0.0/24" : {
|
4
|
+
"autonomous_system_number" : 15169,
|
5
|
+
"autonomous_system_organization" : "Google Inc."
|
6
|
+
}
|
7
|
+
},
|
8
|
+
{
|
9
|
+
"1.128.0.0/11" : {
|
4
10
|
"autonomous_system_number" : 1221,
|
5
11
|
"autonomous_system_organization" : "Telstra Pty Ltd"
|
6
12
|
}
|
7
13
|
},
|
8
14
|
{
|
9
|
-
"
|
15
|
+
"12.81.92.0/22" : {
|
10
16
|
"autonomous_system_number" : 7018,
|
11
17
|
"autonomous_system_organization" : "AT&T Services"
|
12
18
|
}
|
13
19
|
},
|
14
20
|
{
|
15
|
-
"
|
21
|
+
"12.81.96.0/19" : {
|
16
22
|
"autonomous_system_number" : 7018
|
17
23
|
}
|
18
24
|
},
|
19
25
|
{
|
20
|
-
"
|
26
|
+
"12.81.128.0/17" : {
|
27
|
+
"autonomous_system_number" : 7018
|
28
|
+
}
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"12.82.0.0/15" : {
|
32
|
+
"autonomous_system_number" : 7018
|
33
|
+
}
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"12.84.0.0/15" : {
|
37
|
+
"autonomous_system_number" : 7018
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"12.86.0.0/16" : {
|
42
|
+
"autonomous_system_number" : 7018
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"12.87.0.0/18" : {
|
47
|
+
"autonomous_system_number" : 7018
|
48
|
+
}
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"12.87.64.0/19" : {
|
52
|
+
"autonomous_system_number" : 7018
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"12.87.96.0/20" : {
|
57
|
+
"autonomous_system_number" : 7018
|
58
|
+
}
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"12.87.112.0/22" : {
|
62
|
+
"autonomous_system_number" : 7018
|
63
|
+
}
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"12.87.116.0/23" : {
|
67
|
+
"autonomous_system_number" : 7018
|
68
|
+
}
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"12.87.118.0/23" : {
|
72
|
+
"autonomous_system_number" : 7018
|
73
|
+
}
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"12.87.120.0/21" : {
|
77
|
+
"autonomous_system_number" : 7018
|
78
|
+
}
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"12.87.128.0/17" : {
|
82
|
+
"autonomous_system_number" : 7018
|
83
|
+
}
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"12.88.0.0/13" : {
|
87
|
+
"autonomous_system_number" : 7018
|
88
|
+
}
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"12.96.0.0/20" : {
|
92
|
+
"autonomous_system_number" : 7018
|
93
|
+
}
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"12.96.16.0/24" : {
|
97
|
+
"autonomous_system_number" : 7018
|
98
|
+
}
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"15.0.0.0/8" : {
|
102
|
+
"autonomous_system_number" : 71,
|
103
|
+
"autonomous_system_organization" : "Hewlett-Packard Company"
|
104
|
+
}
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"16.0.0.0/8" : {
|
108
|
+
"autonomous_system_number" : 71,
|
109
|
+
"autonomous_system_organization" : "Hewlett-Packard Company"
|
110
|
+
}
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"18.0.0.0/8" : {
|
114
|
+
"autonomous_system_number" : 3,
|
115
|
+
"autonomous_system_organization" : "Massachusetts Institute of Technology"
|
116
|
+
}
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"23.32.0.0/11" : {
|
120
|
+
"autonomous_system_number" : 35994,
|
121
|
+
"autonomous_system_organization" : "Akamai Technologies, Inc."
|
122
|
+
}
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"23.192.0.0/11" : {
|
126
|
+
"autonomous_system_number" : 35994,
|
127
|
+
"autonomous_system_organization" : "Akamai Technologies, Inc."
|
128
|
+
}
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"27.192.0.0/11" : {
|
132
|
+
"autonomous_system_number" : 4837,
|
133
|
+
"autonomous_system_organization" : "CNCGROUP China169 Backbone"
|
134
|
+
}
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"31.64.0.0/10" : {
|
138
|
+
"autonomous_system_number" : 12576,
|
139
|
+
"autonomous_system_organization" : "Orange Personal Communications Services"
|
140
|
+
}
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"31.224.0.0/11" : {
|
144
|
+
"autonomous_system_number" : 3320,
|
145
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
146
|
+
}
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"35.0.0.0/9" : {
|
21
150
|
"autonomous_system_number" : 237,
|
22
151
|
"autonomous_system_organization" : "Merit Network Inc."
|
23
152
|
}
|
24
153
|
},
|
25
154
|
{
|
26
|
-
"
|
27
|
-
"autonomous_system_number" :
|
28
|
-
"autonomous_system_organization" : "
|
155
|
+
"35.128.0.0/11" : {
|
156
|
+
"autonomous_system_number" : 237,
|
157
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
29
158
|
}
|
30
159
|
},
|
31
160
|
{
|
32
|
-
"
|
161
|
+
"36.192.0.0/11" : {
|
162
|
+
"autonomous_system_number" : 9394,
|
163
|
+
"autonomous_system_organization" : "China TieTong Telecommunications Corporation"
|
164
|
+
}
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"38.0.0.0/10" : {
|
168
|
+
"autonomous_system_number" : 174,
|
169
|
+
"autonomous_system_organization" : "Cogent Communications"
|
170
|
+
}
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"38.64.0.0/13" : {
|
174
|
+
"autonomous_system_number" : 174,
|
175
|
+
"autonomous_system_organization" : "Cogent Communications"
|
176
|
+
}
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"38.72.0.0/16" : {
|
180
|
+
"autonomous_system_number" : 174,
|
181
|
+
"autonomous_system_organization" : "Cogent Communications"
|
182
|
+
}
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"38.73.0.0/17" : {
|
186
|
+
"autonomous_system_number" : 174,
|
187
|
+
"autonomous_system_organization" : "Cogent Communications"
|
188
|
+
}
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"38.73.128.0/23" : {
|
192
|
+
"autonomous_system_number" : 174,
|
193
|
+
"autonomous_system_organization" : "Cogent Communications"
|
194
|
+
}
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"38.73.130.0/24" : {
|
198
|
+
"autonomous_system_number" : 174,
|
199
|
+
"autonomous_system_organization" : "Cogent Communications"
|
200
|
+
}
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"38.73.131.0/24" : {
|
204
|
+
"autonomous_system_number" : 174,
|
205
|
+
"autonomous_system_organization" : "Cogent Communications"
|
206
|
+
}
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"38.73.132.0/23" : {
|
210
|
+
"autonomous_system_number" : 174,
|
211
|
+
"autonomous_system_organization" : "Cogent Communications"
|
212
|
+
}
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"38.73.134.0/23" : {
|
216
|
+
"autonomous_system_number" : 174,
|
217
|
+
"autonomous_system_organization" : "Cogent Communications"
|
218
|
+
}
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"38.73.136.0/21" : {
|
222
|
+
"autonomous_system_number" : 174,
|
223
|
+
"autonomous_system_organization" : "Cogent Communications"
|
224
|
+
}
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"38.73.144.0/20" : {
|
228
|
+
"autonomous_system_number" : 174,
|
229
|
+
"autonomous_system_organization" : "Cogent Communications"
|
230
|
+
}
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"38.73.160.0/19" : {
|
234
|
+
"autonomous_system_number" : 174,
|
235
|
+
"autonomous_system_organization" : "Cogent Communications"
|
236
|
+
}
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"38.73.192.0/18" : {
|
240
|
+
"autonomous_system_number" : 174,
|
241
|
+
"autonomous_system_organization" : "Cogent Communications"
|
242
|
+
}
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"38.74.0.0/15" : {
|
246
|
+
"autonomous_system_number" : 174,
|
247
|
+
"autonomous_system_organization" : "Cogent Communications"
|
248
|
+
}
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"38.76.0.0/14" : {
|
252
|
+
"autonomous_system_number" : 174,
|
253
|
+
"autonomous_system_organization" : "Cogent Communications"
|
254
|
+
}
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"38.80.0.0/12" : {
|
258
|
+
"autonomous_system_number" : 174,
|
259
|
+
"autonomous_system_organization" : "Cogent Communications"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"38.96.0.0/13" : {
|
264
|
+
"autonomous_system_number" : 174,
|
265
|
+
"autonomous_system_organization" : "Cogent Communications"
|
266
|
+
}
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"38.104.0.0/16" : {
|
270
|
+
"autonomous_system_number" : 174,
|
271
|
+
"autonomous_system_organization" : "Cogent Communications"
|
272
|
+
}
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"38.105.0.0/26" : {
|
276
|
+
"autonomous_system_number" : 174,
|
277
|
+
"autonomous_system_organization" : "Cogent Communications"
|
278
|
+
}
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"38.105.0.64/27" : {
|
282
|
+
"autonomous_system_number" : 174,
|
283
|
+
"autonomous_system_organization" : "Cogent Communications"
|
284
|
+
}
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"38.105.0.96/27" : {
|
288
|
+
"autonomous_system_number" : 174,
|
289
|
+
"autonomous_system_organization" : "Cogent Communications"
|
290
|
+
}
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"38.105.0.128/25" : {
|
294
|
+
"autonomous_system_number" : 174,
|
295
|
+
"autonomous_system_organization" : "Cogent Communications"
|
296
|
+
}
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"38.105.1.0/24" : {
|
300
|
+
"autonomous_system_number" : 174,
|
301
|
+
"autonomous_system_organization" : "Cogent Communications"
|
302
|
+
}
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"38.105.2.0/23" : {
|
306
|
+
"autonomous_system_number" : 174,
|
307
|
+
"autonomous_system_organization" : "Cogent Communications"
|
308
|
+
}
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"38.105.4.0/22" : {
|
312
|
+
"autonomous_system_number" : 174,
|
313
|
+
"autonomous_system_organization" : "Cogent Communications"
|
314
|
+
}
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"38.105.8.0/21" : {
|
318
|
+
"autonomous_system_number" : 174,
|
319
|
+
"autonomous_system_organization" : "Cogent Communications"
|
320
|
+
}
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"38.105.16.0/20" : {
|
324
|
+
"autonomous_system_number" : 174,
|
325
|
+
"autonomous_system_organization" : "Cogent Communications"
|
326
|
+
}
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"38.105.32.0/19" : {
|
330
|
+
"autonomous_system_number" : 174,
|
331
|
+
"autonomous_system_organization" : "Cogent Communications"
|
332
|
+
}
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"38.105.64.0/18" : {
|
336
|
+
"autonomous_system_number" : 174,
|
337
|
+
"autonomous_system_organization" : "Cogent Communications"
|
338
|
+
}
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"38.105.128.0/17" : {
|
342
|
+
"autonomous_system_number" : 174,
|
343
|
+
"autonomous_system_organization" : "Cogent Communications"
|
344
|
+
}
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"38.106.0.0/15" : {
|
348
|
+
"autonomous_system_number" : 174,
|
349
|
+
"autonomous_system_organization" : "Cogent Communications"
|
350
|
+
}
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"38.108.0.0/18" : {
|
354
|
+
"autonomous_system_number" : 174,
|
355
|
+
"autonomous_system_organization" : "Cogent Communications"
|
356
|
+
}
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"38.108.64.0/20" : {
|
360
|
+
"autonomous_system_number" : 174,
|
361
|
+
"autonomous_system_organization" : "Cogent Communications"
|
362
|
+
}
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"38.108.80.0/28" : {
|
366
|
+
"autonomous_system_number" : 174,
|
367
|
+
"autonomous_system_organization" : "Cogent Communications"
|
368
|
+
}
|
369
|
+
},
|
370
|
+
{
|
371
|
+
"38.108.80.16/29" : {
|
372
|
+
"autonomous_system_number" : 174,
|
373
|
+
"autonomous_system_organization" : "Cogent Communications"
|
374
|
+
}
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"38.108.80.24/30" : {
|
378
|
+
"autonomous_system_number" : 174,
|
379
|
+
"autonomous_system_organization" : "Cogent Communications"
|
380
|
+
}
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"38.108.80.28/31" : {
|
384
|
+
"autonomous_system_number" : 174,
|
385
|
+
"autonomous_system_organization" : "Cogent Communications"
|
386
|
+
}
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"38.108.80.30/32" : {
|
390
|
+
"autonomous_system_number" : 174,
|
391
|
+
"autonomous_system_organization" : "Cogent Communications"
|
392
|
+
}
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"38.108.80.31/32" : {
|
396
|
+
"autonomous_system_number" : 174,
|
397
|
+
"autonomous_system_organization" : "Cogent Communications"
|
398
|
+
}
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"38.108.80.32/27" : {
|
402
|
+
"autonomous_system_number" : 174,
|
403
|
+
"autonomous_system_organization" : "Cogent Communications"
|
404
|
+
}
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"38.108.80.64/26" : {
|
408
|
+
"autonomous_system_number" : 174,
|
409
|
+
"autonomous_system_organization" : "Cogent Communications"
|
410
|
+
}
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"38.108.80.128/25" : {
|
414
|
+
"autonomous_system_number" : 174,
|
415
|
+
"autonomous_system_organization" : "Cogent Communications"
|
416
|
+
}
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"38.108.81.0/24" : {
|
420
|
+
"autonomous_system_number" : 174,
|
421
|
+
"autonomous_system_organization" : "Cogent Communications"
|
422
|
+
}
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"38.108.82.0/23" : {
|
426
|
+
"autonomous_system_number" : 174,
|
427
|
+
"autonomous_system_organization" : "Cogent Communications"
|
428
|
+
}
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"38.108.84.0/22" : {
|
432
|
+
"autonomous_system_number" : 174,
|
433
|
+
"autonomous_system_organization" : "Cogent Communications"
|
434
|
+
}
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"38.108.88.0/21" : {
|
438
|
+
"autonomous_system_number" : 174,
|
439
|
+
"autonomous_system_organization" : "Cogent Communications"
|
440
|
+
}
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"38.108.96.0/19" : {
|
444
|
+
"autonomous_system_number" : 174,
|
445
|
+
"autonomous_system_organization" : "Cogent Communications"
|
446
|
+
}
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"38.108.128.0/17" : {
|
450
|
+
"autonomous_system_number" : 174,
|
451
|
+
"autonomous_system_organization" : "Cogent Communications"
|
452
|
+
}
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"38.109.0.0/16" : {
|
456
|
+
"autonomous_system_number" : 174,
|
457
|
+
"autonomous_system_organization" : "Cogent Communications"
|
458
|
+
}
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"38.110.0.0/19" : {
|
462
|
+
"autonomous_system_number" : 174,
|
463
|
+
"autonomous_system_organization" : "Cogent Communications"
|
464
|
+
}
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"38.110.32.0/20" : {
|
468
|
+
"autonomous_system_number" : 174,
|
469
|
+
"autonomous_system_organization" : "Cogent Communications"
|
470
|
+
}
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"38.110.48.0/22" : {
|
474
|
+
"autonomous_system_number" : 174,
|
475
|
+
"autonomous_system_organization" : "Cogent Communications"
|
476
|
+
}
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"38.110.52.0/22" : {
|
480
|
+
"autonomous_system_number" : 174,
|
481
|
+
"autonomous_system_organization" : "Cogent Communications"
|
482
|
+
}
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"38.110.56.0/21" : {
|
486
|
+
"autonomous_system_number" : 174,
|
487
|
+
"autonomous_system_organization" : "Cogent Communications"
|
488
|
+
}
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"38.110.64.0/18" : {
|
492
|
+
"autonomous_system_number" : 174,
|
493
|
+
"autonomous_system_organization" : "Cogent Communications"
|
494
|
+
}
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"38.110.128.0/17" : {
|
498
|
+
"autonomous_system_number" : 174,
|
499
|
+
"autonomous_system_organization" : "Cogent Communications"
|
500
|
+
}
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"38.111.0.0/16" : {
|
504
|
+
"autonomous_system_number" : 174,
|
505
|
+
"autonomous_system_organization" : "Cogent Communications"
|
506
|
+
}
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"38.112.0.0/12" : {
|
510
|
+
"autonomous_system_number" : 174,
|
511
|
+
"autonomous_system_organization" : "Cogent Communications"
|
512
|
+
}
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"38.128.0.0/9" : {
|
516
|
+
"autonomous_system_number" : 174,
|
517
|
+
"autonomous_system_organization" : "Cogent Communications"
|
518
|
+
}
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"39.32.0.0/11" : {
|
522
|
+
"autonomous_system_number" : 45595,
|
523
|
+
"autonomous_system_organization" : "Pakistan Telecom Company Limited"
|
524
|
+
}
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"39.64.0.0/11" : {
|
528
|
+
"autonomous_system_number" : 4837,
|
529
|
+
"autonomous_system_organization" : "CNCGROUP China169 Backbone"
|
530
|
+
}
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"39.192.0.0/10" : {
|
534
|
+
"autonomous_system_number" : 23693,
|
535
|
+
"autonomous_system_organization" : "PT. Telekomunikasi Selular"
|
536
|
+
}
|
537
|
+
},
|
538
|
+
{
|
539
|
+
"44.0.0.0/8" : {
|
540
|
+
"autonomous_system_number" : 7377,
|
541
|
+
"autonomous_system_organization" : "University of California at San Diego"
|
542
|
+
}
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"49.64.0.0/11" : {
|
546
|
+
"autonomous_system_number" : 4134,
|
547
|
+
"autonomous_system_organization" : "Chinanet"
|
548
|
+
}
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"50.128.0.0/9" : {
|
552
|
+
"autonomous_system_number" : 7922,
|
553
|
+
"autonomous_system_organization" : "Comcast Cable Communications, Inc."
|
554
|
+
}
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"53.0.0.0/8" : {
|
558
|
+
"autonomous_system_number" : 31399,
|
559
|
+
"autonomous_system_organization" : "Daimler Autonomous System"
|
560
|
+
}
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"55.0.0.0/8" : {
|
564
|
+
"autonomous_system_number" : 721,
|
565
|
+
"autonomous_system_organization" : "DoD Network Information Center"
|
566
|
+
}
|
567
|
+
},
|
568
|
+
{
|
569
|
+
"57.0.0.0/8" : {
|
570
|
+
"autonomous_system_number" : 2647,
|
571
|
+
"autonomous_system_organization" : "SITA"
|
572
|
+
}
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"59.0.0.0/11" : {
|
576
|
+
"autonomous_system_number" : 4766,
|
577
|
+
"autonomous_system_organization" : "Korea Telecom"
|
578
|
+
}
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"60.64.0.0/10" : {
|
582
|
+
"autonomous_system_number" : 17676,
|
583
|
+
"autonomous_system_organization" : "Softbank BB Corp."
|
584
|
+
}
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"60.128.0.0/11" : {
|
588
|
+
"autonomous_system_number" : 17676,
|
589
|
+
"autonomous_system_organization" : "Softbank BB Corp."
|
590
|
+
}
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"64.17.248.0/22" : {
|
594
|
+
"autonomous_system_number" : 33224
|
595
|
+
}
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"64.17.252.0/23" : {
|
599
|
+
"autonomous_system_number" : 33224
|
600
|
+
}
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"64.17.254.0/25" : {
|
604
|
+
"autonomous_system_number" : 33224
|
605
|
+
}
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"64.17.254.128/26" : {
|
609
|
+
"autonomous_system_number" : 33224
|
610
|
+
}
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"64.17.254.192/28" : {
|
614
|
+
"autonomous_system_number" : 33224
|
615
|
+
}
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"64.17.254.208/29" : {
|
619
|
+
"autonomous_system_number" : 33224
|
620
|
+
}
|
621
|
+
},
|
622
|
+
{
|
623
|
+
"64.17.254.216/29" : {
|
624
|
+
"autonomous_system_number" : 33224
|
625
|
+
}
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"64.17.254.224/27" : {
|
629
|
+
"autonomous_system_number" : 33224
|
630
|
+
}
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"64.17.255.0/24" : {
|
634
|
+
"autonomous_system_number" : 33224
|
635
|
+
}
|
636
|
+
},
|
637
|
+
{
|
638
|
+
"65.23.96.0/20" : {
|
639
|
+
"autonomous_system_number" : 11456
|
640
|
+
}
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"65.23.112.0/21" : {
|
644
|
+
"autonomous_system_number" : 11456
|
645
|
+
}
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"65.23.120.0/24" : {
|
649
|
+
"autonomous_system_number" : 11456
|
650
|
+
}
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"65.23.121.0/25" : {
|
654
|
+
"autonomous_system_number" : 11456
|
655
|
+
}
|
656
|
+
},
|
657
|
+
{
|
658
|
+
"65.23.121.128/26" : {
|
659
|
+
"autonomous_system_number" : 11456
|
660
|
+
}
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"65.23.121.192/28" : {
|
664
|
+
"autonomous_system_number" : 11456
|
665
|
+
}
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"65.23.121.208/29" : {
|
669
|
+
"autonomous_system_number" : 11456
|
670
|
+
}
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"65.23.121.216/30" : {
|
674
|
+
"autonomous_system_number" : 11456
|
675
|
+
}
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"65.23.121.220/32" : {
|
679
|
+
"autonomous_system_number" : 11456
|
680
|
+
}
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"65.23.121.221/32" : {
|
684
|
+
"autonomous_system_number" : 11456
|
685
|
+
}
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"65.23.121.222/31" : {
|
689
|
+
"autonomous_system_number" : 11456
|
690
|
+
}
|
691
|
+
},
|
692
|
+
{
|
693
|
+
"65.23.121.224/27" : {
|
694
|
+
"autonomous_system_number" : 11456
|
695
|
+
}
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"65.23.122.0/23" : {
|
699
|
+
"autonomous_system_number" : 11456
|
700
|
+
}
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"65.23.124.0/22" : {
|
704
|
+
"autonomous_system_number" : 11456
|
705
|
+
}
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"65.115.241.0/24" : {
|
709
|
+
"autonomous_system_number" : 209
|
710
|
+
}
|
711
|
+
},
|
712
|
+
{
|
713
|
+
"65.115.242.0/23" : {
|
714
|
+
"autonomous_system_number" : 209
|
715
|
+
}
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"65.115.244.0/22" : {
|
719
|
+
"autonomous_system_number" : 209
|
720
|
+
}
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"65.115.248.0/21" : {
|
724
|
+
"autonomous_system_number" : 209
|
725
|
+
}
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"65.116.0.0/23" : {
|
729
|
+
"autonomous_system_number" : 209
|
730
|
+
}
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"65.116.2.0/24" : {
|
734
|
+
"autonomous_system_number" : 209
|
735
|
+
}
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"65.116.3.0/26" : {
|
739
|
+
"autonomous_system_number" : 209
|
740
|
+
}
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"65.116.3.64/28" : {
|
744
|
+
"autonomous_system_number" : 209
|
745
|
+
}
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"65.116.3.80/31" : {
|
749
|
+
"autonomous_system_number" : 209
|
750
|
+
}
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"65.116.3.82/32" : {
|
754
|
+
"autonomous_system_number" : 209
|
755
|
+
}
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"65.116.3.83/32" : {
|
759
|
+
"autonomous_system_number" : 209
|
760
|
+
}
|
761
|
+
},
|
762
|
+
{
|
763
|
+
"65.116.3.84/30" : {
|
764
|
+
"autonomous_system_number" : 209
|
765
|
+
}
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"65.116.3.88/29" : {
|
769
|
+
"autonomous_system_number" : 209
|
770
|
+
}
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"65.116.3.96/27" : {
|
774
|
+
"autonomous_system_number" : 209
|
775
|
+
}
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"65.116.3.128/25" : {
|
779
|
+
"autonomous_system_number" : 209
|
780
|
+
}
|
781
|
+
},
|
782
|
+
{
|
783
|
+
"65.116.4.0/22" : {
|
784
|
+
"autonomous_system_number" : 209
|
785
|
+
}
|
786
|
+
},
|
787
|
+
{
|
788
|
+
"65.116.8.0/22" : {
|
789
|
+
"autonomous_system_number" : 209
|
790
|
+
}
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"65.116.12.0/23" : {
|
794
|
+
"autonomous_system_number" : 209
|
795
|
+
}
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"65.128.0.0/11" : {
|
799
|
+
"autonomous_system_number" : 209,
|
800
|
+
"autonomous_system_organization" : "Qwest Communications Company, LLC"
|
801
|
+
}
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"65.192.0.0/11" : {
|
805
|
+
"autonomous_system_number" : 701,
|
806
|
+
"autonomous_system_organization" : "MCI Communications Services, Inc. d/b/a Verizon Business"
|
807
|
+
}
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"66.92.0.0/17" : {
|
811
|
+
"autonomous_system_number" : 23504
|
812
|
+
}
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"66.92.128.0/19" : {
|
816
|
+
"autonomous_system_number" : 23504
|
817
|
+
}
|
818
|
+
},
|
819
|
+
{
|
820
|
+
"66.92.160.0/20" : {
|
821
|
+
"autonomous_system_number" : 23504
|
822
|
+
}
|
823
|
+
},
|
824
|
+
{
|
825
|
+
"66.92.176.0/22" : {
|
826
|
+
"autonomous_system_number" : 23504
|
827
|
+
}
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"66.92.180.0/24" : {
|
831
|
+
"autonomous_system_number" : 23504
|
832
|
+
}
|
833
|
+
},
|
834
|
+
{
|
835
|
+
"66.92.181.0/25" : {
|
836
|
+
"autonomous_system_number" : 23504
|
837
|
+
}
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"66.92.181.128/26" : {
|
841
|
+
"autonomous_system_number" : 23504
|
842
|
+
}
|
843
|
+
},
|
844
|
+
{
|
845
|
+
"66.92.181.192/27" : {
|
846
|
+
"autonomous_system_number" : 23504
|
847
|
+
}
|
848
|
+
},
|
849
|
+
{
|
850
|
+
"66.92.181.224/28" : {
|
851
|
+
"autonomous_system_number" : 23504
|
852
|
+
}
|
853
|
+
},
|
854
|
+
{
|
855
|
+
"66.92.181.240/28" : {
|
856
|
+
"autonomous_system_number" : 23504
|
857
|
+
}
|
858
|
+
},
|
859
|
+
{
|
860
|
+
"66.92.182.0/23" : {
|
861
|
+
"autonomous_system_number" : 23504
|
862
|
+
}
|
863
|
+
},
|
864
|
+
{
|
865
|
+
"66.92.184.0/21" : {
|
866
|
+
"autonomous_system_number" : 23504
|
867
|
+
}
|
868
|
+
},
|
869
|
+
{
|
870
|
+
"66.92.192.0/18" : {
|
871
|
+
"autonomous_system_number" : 23504
|
872
|
+
}
|
873
|
+
},
|
874
|
+
{
|
875
|
+
"66.93.0.0/16" : {
|
876
|
+
"autonomous_system_number" : 23504
|
877
|
+
}
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"67.43.149.0/24" : {
|
881
|
+
"autonomous_system_number" : 35908
|
882
|
+
}
|
883
|
+
},
|
884
|
+
{
|
885
|
+
"67.43.150.0/23" : {
|
886
|
+
"autonomous_system_number" : 35908
|
887
|
+
}
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"67.43.152.0/22" : {
|
891
|
+
"autonomous_system_number" : 35908
|
892
|
+
}
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"67.43.156.0/26" : {
|
896
|
+
"autonomous_system_number" : 35908
|
897
|
+
}
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"67.43.156.64/26" : {
|
901
|
+
"autonomous_system_number" : 35908
|
902
|
+
}
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"67.43.156.128/26" : {
|
906
|
+
"autonomous_system_number" : 35908
|
907
|
+
}
|
908
|
+
},
|
909
|
+
{
|
910
|
+
"67.43.156.192/26" : {
|
911
|
+
"autonomous_system_number" : 35908
|
912
|
+
}
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"67.43.157.0/24" : {
|
916
|
+
"autonomous_system_number" : 35908
|
917
|
+
}
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"67.43.158.0/23" : {
|
921
|
+
"autonomous_system_number" : 35908
|
922
|
+
}
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"67.160.0.0/11" : {
|
926
|
+
"autonomous_system_number" : 7922,
|
927
|
+
"autonomous_system_organization" : "Comcast Cable Communications, Inc."
|
928
|
+
}
|
929
|
+
},
|
930
|
+
{
|
931
|
+
"69.218.35.0/24" : {
|
932
|
+
"autonomous_system_number" : 7132
|
933
|
+
}
|
934
|
+
},
|
935
|
+
{
|
936
|
+
"69.218.36.0/22" : {
|
937
|
+
"autonomous_system_number" : 7132
|
938
|
+
}
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"69.218.40.0/21" : {
|
942
|
+
"autonomous_system_number" : 7132
|
943
|
+
}
|
944
|
+
},
|
945
|
+
{
|
946
|
+
"69.218.48.0/20" : {
|
947
|
+
"autonomous_system_number" : 7132
|
948
|
+
}
|
949
|
+
},
|
950
|
+
{
|
951
|
+
"69.218.64.0/18" : {
|
952
|
+
"autonomous_system_number" : 7132
|
953
|
+
}
|
954
|
+
},
|
955
|
+
{
|
956
|
+
"69.218.128.0/18" : {
|
957
|
+
"autonomous_system_number" : 7132
|
958
|
+
}
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"69.218.192.0/19" : {
|
962
|
+
"autonomous_system_number" : 7132
|
963
|
+
}
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"69.218.224.0/20" : {
|
967
|
+
"autonomous_system_number" : 7132
|
968
|
+
}
|
969
|
+
},
|
970
|
+
{
|
971
|
+
"69.218.240.0/21" : {
|
972
|
+
"autonomous_system_number" : 7132
|
973
|
+
}
|
974
|
+
},
|
975
|
+
{
|
976
|
+
"69.218.248.0/23" : {
|
977
|
+
"autonomous_system_number" : 7132
|
978
|
+
}
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"69.218.250.0/24" : {
|
982
|
+
"autonomous_system_number" : 7132
|
983
|
+
}
|
984
|
+
},
|
985
|
+
{
|
986
|
+
"69.218.251.0/28" : {
|
987
|
+
"autonomous_system_number" : 7132
|
988
|
+
}
|
989
|
+
},
|
990
|
+
{
|
991
|
+
"69.218.251.16/28" : {
|
992
|
+
"autonomous_system_number" : 7132
|
993
|
+
}
|
994
|
+
},
|
995
|
+
{
|
996
|
+
"69.218.251.32/27" : {
|
997
|
+
"autonomous_system_number" : 7132
|
998
|
+
}
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"69.218.251.64/26" : {
|
1002
|
+
"autonomous_system_number" : 7132
|
1003
|
+
}
|
1004
|
+
},
|
1005
|
+
{
|
1006
|
+
"69.218.251.128/25" : {
|
1007
|
+
"autonomous_system_number" : 7132
|
1008
|
+
}
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"69.218.252.0/22" : {
|
1012
|
+
"autonomous_system_number" : 7132
|
1013
|
+
}
|
1014
|
+
},
|
1015
|
+
{
|
1016
|
+
"69.219.0.0/18" : {
|
1017
|
+
"autonomous_system_number" : 7132
|
1018
|
+
}
|
1019
|
+
},
|
1020
|
+
{
|
1021
|
+
"69.219.64.0/20" : {
|
1022
|
+
"autonomous_system_number" : 7132
|
1023
|
+
}
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"69.219.80.0/22" : {
|
1027
|
+
"autonomous_system_number" : 7132
|
1028
|
+
}
|
1029
|
+
},
|
1030
|
+
{
|
1031
|
+
"70.46.21.0/24" : {
|
1032
|
+
"autonomous_system_number" : 11456
|
1033
|
+
}
|
1034
|
+
},
|
1035
|
+
{
|
1036
|
+
"70.46.22.0/23" : {
|
1037
|
+
"autonomous_system_number" : 11456
|
1038
|
+
}
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"70.46.24.0/21" : {
|
1042
|
+
"autonomous_system_number" : 11456
|
1043
|
+
}
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
"70.46.32.0/19" : {
|
1047
|
+
"autonomous_system_number" : 11456
|
1048
|
+
}
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"70.46.64.0/19" : {
|
1052
|
+
"autonomous_system_number" : 11456
|
1053
|
+
}
|
1054
|
+
},
|
1055
|
+
{
|
1056
|
+
"70.46.96.0/20" : {
|
1057
|
+
"autonomous_system_number" : 11456
|
1058
|
+
}
|
1059
|
+
},
|
1060
|
+
{
|
1061
|
+
"70.46.112.0/21" : {
|
1062
|
+
"autonomous_system_number" : 11456
|
1063
|
+
}
|
1064
|
+
},
|
1065
|
+
{
|
1066
|
+
"70.46.120.0/23" : {
|
1067
|
+
"autonomous_system_number" : 11456
|
1068
|
+
}
|
1069
|
+
},
|
1070
|
+
{
|
1071
|
+
"70.46.122.0/24" : {
|
1072
|
+
"autonomous_system_number" : 11456
|
1073
|
+
}
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
"70.46.123.0/25" : {
|
1077
|
+
"autonomous_system_number" : 11456
|
1078
|
+
}
|
1079
|
+
},
|
1080
|
+
{
|
1081
|
+
"70.46.123.128/28" : {
|
1082
|
+
"autonomous_system_number" : 11456
|
1083
|
+
}
|
1084
|
+
},
|
1085
|
+
{
|
1086
|
+
"70.46.123.144/32" : {
|
1087
|
+
"autonomous_system_number" : 11456
|
1088
|
+
}
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"70.46.123.145/32" : {
|
1092
|
+
"autonomous_system_number" : 11456
|
1093
|
+
}
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
"70.46.123.146/31" : {
|
1097
|
+
"autonomous_system_number" : 11456
|
1098
|
+
}
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"70.46.123.148/30" : {
|
1102
|
+
"autonomous_system_number" : 11456
|
1103
|
+
}
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"70.46.123.152/29" : {
|
1107
|
+
"autonomous_system_number" : 11456
|
1108
|
+
}
|
1109
|
+
},
|
1110
|
+
{
|
1111
|
+
"70.46.123.160/27" : {
|
1112
|
+
"autonomous_system_number" : 11456
|
1113
|
+
}
|
1114
|
+
},
|
1115
|
+
{
|
1116
|
+
"70.46.123.192/26" : {
|
1117
|
+
"autonomous_system_number" : 11456
|
1118
|
+
}
|
1119
|
+
},
|
1120
|
+
{
|
1121
|
+
"70.46.124.0/22" : {
|
1122
|
+
"autonomous_system_number" : 11456
|
1123
|
+
}
|
1124
|
+
},
|
1125
|
+
{
|
1126
|
+
"70.46.128.0/17" : {
|
1127
|
+
"autonomous_system_number" : 11456
|
1128
|
+
}
|
1129
|
+
},
|
1130
|
+
{
|
1131
|
+
"70.160.0.0/11" : {
|
1132
|
+
"autonomous_system_number" : 22773,
|
1133
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1134
|
+
}
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"70.192.0.0/11" : {
|
1138
|
+
"autonomous_system_number" : 6167,
|
1139
|
+
"autonomous_system_organization" : "Cellco Partnership DBA Verizon Wireless"
|
1140
|
+
}
|
1141
|
+
},
|
1142
|
+
{
|
1143
|
+
"70.224.0.0/11" : {
|
1144
|
+
"autonomous_system_number" : 7018,
|
1145
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1146
|
+
}
|
1147
|
+
},
|
1148
|
+
{
|
1149
|
+
"71.96.0.0/11" : {
|
1150
|
+
"autonomous_system_number" : 701,
|
1151
|
+
"autonomous_system_organization" : "MCI Communications Services, Inc. d/b/a Verizon Business"
|
1152
|
+
}
|
1153
|
+
},
|
1154
|
+
{
|
1155
|
+
"71.128.0.0/14" : {
|
1156
|
+
"autonomous_system_number" : 7018,
|
1157
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1158
|
+
}
|
1159
|
+
},
|
1160
|
+
{
|
1161
|
+
"71.132.0.0/15" : {
|
1162
|
+
"autonomous_system_number" : 7018,
|
1163
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1164
|
+
}
|
1165
|
+
},
|
1166
|
+
{
|
1167
|
+
"71.134.0.0/18" : {
|
1168
|
+
"autonomous_system_number" : 7018,
|
1169
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1170
|
+
}
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"71.134.64.0/21" : {
|
1174
|
+
"autonomous_system_number" : 7018,
|
1175
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1176
|
+
}
|
1177
|
+
},
|
1178
|
+
{
|
1179
|
+
"71.134.72.0/22" : {
|
1180
|
+
"autonomous_system_number" : 7018,
|
1181
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1182
|
+
}
|
1183
|
+
},
|
1184
|
+
{
|
1185
|
+
"71.134.76.0/23" : {
|
1186
|
+
"autonomous_system_number" : 7018,
|
1187
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1188
|
+
}
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"71.134.78.0/23" : {
|
1192
|
+
"autonomous_system_number" : 7132,
|
1193
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1194
|
+
}
|
1195
|
+
},
|
1196
|
+
{
|
1197
|
+
"71.134.80.0/20" : {
|
1198
|
+
"autonomous_system_number" : 7132,
|
1199
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1200
|
+
}
|
1201
|
+
},
|
1202
|
+
{
|
1203
|
+
"71.134.96.0/19" : {
|
1204
|
+
"autonomous_system_number" : 7132,
|
1205
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1206
|
+
}
|
1207
|
+
},
|
1208
|
+
{
|
1209
|
+
"71.134.128.0/17" : {
|
1210
|
+
"autonomous_system_number" : 7132,
|
1211
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1212
|
+
}
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"71.135.0.0/16" : {
|
1216
|
+
"autonomous_system_number" : 7132,
|
1217
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1218
|
+
}
|
1219
|
+
},
|
1220
|
+
{
|
1221
|
+
"71.136.0.0/15" : {
|
1222
|
+
"autonomous_system_number" : 7132,
|
1223
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1224
|
+
}
|
1225
|
+
},
|
1226
|
+
{
|
1227
|
+
"71.138.0.0/18" : {
|
1228
|
+
"autonomous_system_number" : 7132,
|
1229
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1230
|
+
}
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"71.138.64.0/19" : {
|
1234
|
+
"autonomous_system_number" : 7132,
|
1235
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1236
|
+
}
|
1237
|
+
},
|
1238
|
+
{
|
1239
|
+
"71.138.96.0/21" : {
|
1240
|
+
"autonomous_system_number" : 7132,
|
1241
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1242
|
+
}
|
1243
|
+
},
|
1244
|
+
{
|
1245
|
+
"71.138.104.0/25" : {
|
1246
|
+
"autonomous_system_number" : 7132,
|
1247
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1248
|
+
}
|
1249
|
+
},
|
1250
|
+
{
|
1251
|
+
"71.138.104.128/26" : {
|
1252
|
+
"autonomous_system_number" : 7132,
|
1253
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1254
|
+
}
|
1255
|
+
},
|
1256
|
+
{
|
1257
|
+
"71.138.104.192/27" : {
|
1258
|
+
"autonomous_system_number" : 7132,
|
1259
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1260
|
+
}
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"71.138.104.224/28" : {
|
1264
|
+
"autonomous_system_number" : 7132,
|
1265
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1266
|
+
}
|
1267
|
+
},
|
1268
|
+
{
|
1269
|
+
"71.138.104.240/29" : {
|
1270
|
+
"autonomous_system_number" : 7132,
|
1271
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1272
|
+
}
|
1273
|
+
},
|
1274
|
+
{
|
1275
|
+
"71.138.104.248/29" : {
|
1276
|
+
"autonomous_system_number" : 7132,
|
1277
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1278
|
+
}
|
1279
|
+
},
|
1280
|
+
{
|
1281
|
+
"71.138.105.0/24" : {
|
1282
|
+
"autonomous_system_number" : 7132,
|
1283
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1284
|
+
}
|
1285
|
+
},
|
1286
|
+
{
|
1287
|
+
"71.138.106.0/23" : {
|
1288
|
+
"autonomous_system_number" : 7132,
|
1289
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1290
|
+
}
|
1291
|
+
},
|
1292
|
+
{
|
1293
|
+
"71.138.108.0/22" : {
|
1294
|
+
"autonomous_system_number" : 7132,
|
1295
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1296
|
+
}
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"71.138.112.0/20" : {
|
1300
|
+
"autonomous_system_number" : 7132,
|
1301
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1302
|
+
}
|
1303
|
+
},
|
1304
|
+
{
|
1305
|
+
"71.138.128.0/17" : {
|
1306
|
+
"autonomous_system_number" : 7132,
|
1307
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1308
|
+
}
|
1309
|
+
},
|
1310
|
+
{
|
1311
|
+
"71.139.0.0/16" : {
|
1312
|
+
"autonomous_system_number" : 7132,
|
1313
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1314
|
+
}
|
1315
|
+
},
|
1316
|
+
{
|
1317
|
+
"71.140.0.0/17" : {
|
1318
|
+
"autonomous_system_number" : 7132,
|
1319
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1320
|
+
}
|
1321
|
+
},
|
1322
|
+
{
|
1323
|
+
"71.140.128.0/18" : {
|
1324
|
+
"autonomous_system_number" : 7132,
|
1325
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1326
|
+
}
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
"71.140.192.0/22" : {
|
1330
|
+
"autonomous_system_number" : 7132,
|
1331
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1332
|
+
}
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"71.140.196.0/23" : {
|
1336
|
+
"autonomous_system_number" : 7132,
|
1337
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1338
|
+
}
|
1339
|
+
},
|
1340
|
+
{
|
1341
|
+
"71.140.198.0/23" : {
|
1342
|
+
"autonomous_system_number" : 7018,
|
1343
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1344
|
+
}
|
1345
|
+
},
|
1346
|
+
{
|
1347
|
+
"71.140.200.0/21" : {
|
1348
|
+
"autonomous_system_number" : 7018,
|
1349
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1350
|
+
}
|
1351
|
+
},
|
1352
|
+
{
|
1353
|
+
"71.140.208.0/20" : {
|
1354
|
+
"autonomous_system_number" : 7018,
|
1355
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1356
|
+
}
|
1357
|
+
},
|
1358
|
+
{
|
1359
|
+
"71.140.224.0/19" : {
|
1360
|
+
"autonomous_system_number" : 7018,
|
1361
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1362
|
+
}
|
1363
|
+
},
|
1364
|
+
{
|
1365
|
+
"71.141.0.0/16" : {
|
1366
|
+
"autonomous_system_number" : 7018,
|
1367
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1368
|
+
}
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
"71.142.0.0/15" : {
|
1372
|
+
"autonomous_system_number" : 7018,
|
1373
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1374
|
+
}
|
1375
|
+
},
|
1376
|
+
{
|
1377
|
+
"71.144.0.0/12" : {
|
1378
|
+
"autonomous_system_number" : 7018,
|
1379
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1380
|
+
}
|
1381
|
+
},
|
1382
|
+
{
|
1383
|
+
"72.96.0.0/11" : {
|
1384
|
+
"autonomous_system_number" : 6167,
|
1385
|
+
"autonomous_system_organization" : "Cellco Partnership DBA Verizon Wireless"
|
1386
|
+
}
|
1387
|
+
},
|
1388
|
+
{
|
1389
|
+
"72.192.0.0/12" : {
|
1390
|
+
"autonomous_system_number" : 22773,
|
1391
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1392
|
+
}
|
1393
|
+
},
|
1394
|
+
{
|
1395
|
+
"72.208.0.0/14" : {
|
1396
|
+
"autonomous_system_number" : 22773,
|
1397
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1398
|
+
}
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"72.212.0.0/15" : {
|
1402
|
+
"autonomous_system_number" : 22773,
|
1403
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1404
|
+
}
|
1405
|
+
},
|
1406
|
+
{
|
1407
|
+
"72.214.0.0/22" : {
|
1408
|
+
"autonomous_system_number" : 22773,
|
1409
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1410
|
+
}
|
1411
|
+
},
|
1412
|
+
{
|
1413
|
+
"72.214.4.0/23" : {
|
1414
|
+
"autonomous_system_number" : 22773,
|
1415
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1416
|
+
}
|
1417
|
+
},
|
1418
|
+
{
|
1419
|
+
"72.214.6.0/26" : {
|
1420
|
+
"autonomous_system_number" : 22773,
|
1421
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"72.214.6.64/29" : {
|
1426
|
+
"autonomous_system_number" : 22773,
|
1427
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1428
|
+
}
|
1429
|
+
},
|
1430
|
+
{
|
1431
|
+
"72.214.6.72/32" : {
|
1432
|
+
"autonomous_system_number" : 22773,
|
1433
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1434
|
+
}
|
1435
|
+
},
|
1436
|
+
{
|
1437
|
+
"72.214.6.73/32" : {
|
1438
|
+
"autonomous_system_number" : 22773,
|
1439
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1440
|
+
}
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
"72.214.6.74/31" : {
|
1444
|
+
"autonomous_system_number" : 22773,
|
1445
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1446
|
+
}
|
1447
|
+
},
|
1448
|
+
{
|
1449
|
+
"72.214.6.76/30" : {
|
1450
|
+
"autonomous_system_number" : 22773,
|
1451
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1452
|
+
}
|
1453
|
+
},
|
1454
|
+
{
|
1455
|
+
"72.214.6.80/28" : {
|
1456
|
+
"autonomous_system_number" : 22773,
|
1457
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1458
|
+
}
|
1459
|
+
},
|
1460
|
+
{
|
1461
|
+
"72.214.6.96/27" : {
|
1462
|
+
"autonomous_system_number" : 22773,
|
1463
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1464
|
+
}
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"72.214.6.128/25" : {
|
1468
|
+
"autonomous_system_number" : 22773,
|
1469
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1470
|
+
}
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"72.214.7.0/24" : {
|
1474
|
+
"autonomous_system_number" : 22773,
|
1475
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1476
|
+
}
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"72.214.8.0/21" : {
|
1480
|
+
"autonomous_system_number" : 22773,
|
1481
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1482
|
+
}
|
1483
|
+
},
|
1484
|
+
{
|
1485
|
+
"72.214.16.0/20" : {
|
1486
|
+
"autonomous_system_number" : 22773,
|
1487
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1488
|
+
}
|
1489
|
+
},
|
1490
|
+
{
|
1491
|
+
"72.214.32.0/19" : {
|
1492
|
+
"autonomous_system_number" : 22773,
|
1493
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1494
|
+
}
|
1495
|
+
},
|
1496
|
+
{
|
1497
|
+
"72.214.64.0/18" : {
|
1498
|
+
"autonomous_system_number" : 22773,
|
1499
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1500
|
+
}
|
1501
|
+
},
|
1502
|
+
{
|
1503
|
+
"72.214.128.0/17" : {
|
1504
|
+
"autonomous_system_number" : 22773,
|
1505
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1506
|
+
}
|
1507
|
+
},
|
1508
|
+
{
|
1509
|
+
"72.215.0.0/16" : {
|
1510
|
+
"autonomous_system_number" : 22773,
|
1511
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1512
|
+
}
|
1513
|
+
},
|
1514
|
+
{
|
1515
|
+
"72.216.0.0/13" : {
|
1516
|
+
"autonomous_system_number" : 22773,
|
1517
|
+
"autonomous_system_organization" : "Cox Communications Inc."
|
1518
|
+
}
|
1519
|
+
},
|
1520
|
+
{
|
1521
|
+
"73.0.0.0/8" : {
|
1522
|
+
"autonomous_system_number" : 7922,
|
1523
|
+
"autonomous_system_organization" : "Comcast Cable Communications, Inc."
|
1524
|
+
}
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"74.0.32.0/19" : {
|
1528
|
+
"autonomous_system_number" : 18566
|
1529
|
+
}
|
1530
|
+
},
|
1531
|
+
{
|
1532
|
+
"74.0.64.0/18" : {
|
1533
|
+
"autonomous_system_number" : 18566
|
1534
|
+
}
|
1535
|
+
},
|
1536
|
+
{
|
1537
|
+
"74.0.128.0/21" : {
|
1538
|
+
"autonomous_system_number" : 18566
|
1539
|
+
}
|
1540
|
+
},
|
1541
|
+
{
|
1542
|
+
"74.0.136.0/24" : {
|
1543
|
+
"autonomous_system_number" : 18566
|
1544
|
+
}
|
1545
|
+
},
|
1546
|
+
{
|
1547
|
+
"74.0.137.0/25" : {
|
1548
|
+
"autonomous_system_number" : 18566
|
1549
|
+
}
|
1550
|
+
},
|
1551
|
+
{
|
1552
|
+
"74.0.137.128/26" : {
|
1553
|
+
"autonomous_system_number" : 18566
|
1554
|
+
}
|
1555
|
+
},
|
1556
|
+
{
|
1557
|
+
"74.0.137.192/31" : {
|
1558
|
+
"autonomous_system_number" : 18566
|
1559
|
+
}
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
"74.0.137.194/32" : {
|
1563
|
+
"autonomous_system_number" : 18566
|
1564
|
+
}
|
1565
|
+
},
|
1566
|
+
{
|
1567
|
+
"74.0.137.195/32" : {
|
1568
|
+
"autonomous_system_number" : 18566
|
1569
|
+
}
|
1570
|
+
},
|
1571
|
+
{
|
1572
|
+
"74.0.137.196/30" : {
|
1573
|
+
"autonomous_system_number" : 18566
|
1574
|
+
}
|
1575
|
+
},
|
1576
|
+
{
|
1577
|
+
"74.0.137.200/29" : {
|
1578
|
+
"autonomous_system_number" : 18566
|
1579
|
+
}
|
1580
|
+
},
|
1581
|
+
{
|
1582
|
+
"74.0.137.208/28" : {
|
1583
|
+
"autonomous_system_number" : 18566
|
1584
|
+
}
|
1585
|
+
},
|
1586
|
+
{
|
1587
|
+
"74.0.137.224/27" : {
|
1588
|
+
"autonomous_system_number" : 18566
|
1589
|
+
}
|
1590
|
+
},
|
1591
|
+
{
|
1592
|
+
"74.0.138.0/23" : {
|
1593
|
+
"autonomous_system_number" : 18566
|
1594
|
+
}
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"74.0.140.0/22" : {
|
1598
|
+
"autonomous_system_number" : 18566
|
1599
|
+
}
|
1600
|
+
},
|
1601
|
+
{
|
1602
|
+
"74.0.144.0/20" : {
|
1603
|
+
"autonomous_system_number" : 18566
|
1604
|
+
}
|
1605
|
+
},
|
1606
|
+
{
|
1607
|
+
"74.0.160.0/21" : {
|
1608
|
+
"autonomous_system_number" : 18566
|
1609
|
+
}
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
"74.160.0.0/11" : {
|
1613
|
+
"autonomous_system_number" : 6389,
|
1614
|
+
"autonomous_system_organization" : "BellSouth.net Inc."
|
1615
|
+
}
|
1616
|
+
},
|
1617
|
+
{
|
1618
|
+
"74.224.0.0/11" : {
|
1619
|
+
"autonomous_system_number" : 6389,
|
1620
|
+
"autonomous_system_organization" : "BellSouth.net Inc."
|
1621
|
+
}
|
1622
|
+
},
|
1623
|
+
{
|
1624
|
+
"75.0.0.0/11" : {
|
1625
|
+
"autonomous_system_number" : 7018,
|
1626
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1627
|
+
}
|
1628
|
+
},
|
1629
|
+
{
|
1630
|
+
"75.77.40.0/21" : {
|
1631
|
+
"autonomous_system_number" : 11456
|
1632
|
+
}
|
1633
|
+
},
|
1634
|
+
{
|
1635
|
+
"75.77.48.0/20" : {
|
1636
|
+
"autonomous_system_number" : 11456
|
1637
|
+
}
|
1638
|
+
},
|
1639
|
+
{
|
1640
|
+
"75.77.64.0/18" : {
|
1641
|
+
"autonomous_system_number" : 11456
|
1642
|
+
}
|
1643
|
+
},
|
1644
|
+
{
|
1645
|
+
"75.77.128.0/18" : {
|
1646
|
+
"autonomous_system_number" : 11456
|
1647
|
+
}
|
1648
|
+
},
|
1649
|
+
{
|
1650
|
+
"75.77.192.0/20" : {
|
1651
|
+
"autonomous_system_number" : 11456
|
1652
|
+
}
|
1653
|
+
},
|
1654
|
+
{
|
1655
|
+
"75.77.208.0/23" : {
|
1656
|
+
"autonomous_system_number" : 11456
|
1657
|
+
}
|
1658
|
+
},
|
1659
|
+
{
|
1660
|
+
"75.77.210.0/24" : {
|
1661
|
+
"autonomous_system_number" : 11456
|
1662
|
+
}
|
1663
|
+
},
|
1664
|
+
{
|
1665
|
+
"75.77.211.0/25" : {
|
1666
|
+
"autonomous_system_number" : 11456
|
1667
|
+
}
|
1668
|
+
},
|
1669
|
+
{
|
1670
|
+
"75.77.211.128/26" : {
|
1671
|
+
"autonomous_system_number" : 11456
|
1672
|
+
}
|
1673
|
+
},
|
1674
|
+
{
|
1675
|
+
"75.77.211.192/28" : {
|
1676
|
+
"autonomous_system_number" : 11456
|
1677
|
+
}
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"75.77.211.208/30" : {
|
1681
|
+
"autonomous_system_number" : 11456
|
1682
|
+
}
|
1683
|
+
},
|
1684
|
+
{
|
1685
|
+
"75.77.211.212/30" : {
|
1686
|
+
"autonomous_system_number" : 11456
|
1687
|
+
}
|
1688
|
+
},
|
1689
|
+
{
|
1690
|
+
"75.77.211.216/29" : {
|
1691
|
+
"autonomous_system_number" : 11456
|
1692
|
+
}
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"75.77.211.224/27" : {
|
1696
|
+
"autonomous_system_number" : 11456
|
1697
|
+
}
|
1698
|
+
},
|
1699
|
+
{
|
1700
|
+
"75.77.212.0/22" : {
|
1701
|
+
"autonomous_system_number" : 11456
|
1702
|
+
}
|
1703
|
+
},
|
1704
|
+
{
|
1705
|
+
"75.77.216.0/21" : {
|
1706
|
+
"autonomous_system_number" : 11456
|
1707
|
+
}
|
1708
|
+
},
|
1709
|
+
{
|
1710
|
+
"75.77.224.0/19" : {
|
1711
|
+
"autonomous_system_number" : 11456
|
1712
|
+
}
|
1713
|
+
},
|
1714
|
+
{
|
1715
|
+
"75.192.0.0/10" : {
|
1716
|
+
"autonomous_system_number" : 6167,
|
1717
|
+
"autonomous_system_organization" : "Cellco Partnership DBA Verizon Wireless"
|
1718
|
+
}
|
1719
|
+
},
|
1720
|
+
{
|
1721
|
+
"76.96.0.0/11" : {
|
1722
|
+
"autonomous_system_number" : 7922,
|
1723
|
+
"autonomous_system_organization" : "Comcast Cable Communications, Inc."
|
1724
|
+
}
|
1725
|
+
},
|
1726
|
+
{
|
1727
|
+
"76.128.0.0/11" : {
|
1728
|
+
"autonomous_system_number" : 7922,
|
1729
|
+
"autonomous_system_organization" : "Comcast Cable Communications, Inc."
|
1730
|
+
}
|
1731
|
+
},
|
1732
|
+
{
|
1733
|
+
"76.224.0.0/11" : {
|
1734
|
+
"autonomous_system_number" : 7018,
|
1735
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
1736
|
+
}
|
1737
|
+
},
|
1738
|
+
{
|
1739
|
+
"77.128.0.0/11" : {
|
1740
|
+
"autonomous_system_number" : 15557,
|
1741
|
+
"autonomous_system_organization" : "Societe Francaise du Radiotelephone S.A"
|
1742
|
+
}
|
1743
|
+
},
|
1744
|
+
{
|
1745
|
+
"78.26.64.0/22" : {
|
1746
|
+
"autonomous_system_number" : 28929,
|
1747
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1748
|
+
}
|
1749
|
+
},
|
1750
|
+
{
|
1751
|
+
"78.26.68.0/23" : {
|
1752
|
+
"autonomous_system_number" : 28929,
|
1753
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1754
|
+
}
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"78.26.70.0/25" : {
|
1758
|
+
"autonomous_system_number" : 28929,
|
1759
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1760
|
+
}
|
1761
|
+
},
|
1762
|
+
{
|
1763
|
+
"78.26.70.128/26" : {
|
1764
|
+
"autonomous_system_number" : 28929,
|
1765
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1766
|
+
}
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"78.26.70.192/28" : {
|
1770
|
+
"autonomous_system_number" : 28929,
|
1771
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1772
|
+
}
|
1773
|
+
},
|
1774
|
+
{
|
1775
|
+
"78.26.70.208/29" : {
|
1776
|
+
"autonomous_system_number" : 28929,
|
1777
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1778
|
+
}
|
1779
|
+
},
|
1780
|
+
{
|
1781
|
+
"78.26.70.216/29" : {
|
1782
|
+
"autonomous_system_number" : 28929,
|
1783
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1784
|
+
}
|
1785
|
+
},
|
1786
|
+
{
|
1787
|
+
"78.26.70.224/27" : {
|
1788
|
+
"autonomous_system_number" : 28929,
|
1789
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1790
|
+
}
|
1791
|
+
},
|
1792
|
+
{
|
1793
|
+
"78.26.71.0/24" : {
|
1794
|
+
"autonomous_system_number" : 28929,
|
1795
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1796
|
+
}
|
1797
|
+
},
|
1798
|
+
{
|
1799
|
+
"78.26.72.0/21" : {
|
1800
|
+
"autonomous_system_number" : 28929,
|
1801
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1802
|
+
}
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"78.26.80.0/20" : {
|
1806
|
+
"autonomous_system_number" : 28929,
|
1807
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1808
|
+
}
|
1809
|
+
},
|
1810
|
+
{
|
1811
|
+
"78.26.96.0/20" : {
|
1812
|
+
"autonomous_system_number" : 28929,
|
1813
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1814
|
+
}
|
1815
|
+
},
|
1816
|
+
{
|
1817
|
+
"78.26.112.0/21" : {
|
1818
|
+
"autonomous_system_number" : 28929,
|
1819
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1820
|
+
}
|
1821
|
+
},
|
1822
|
+
{
|
1823
|
+
"78.26.120.0/22" : {
|
1824
|
+
"autonomous_system_number" : 28929,
|
1825
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1826
|
+
}
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
"78.26.124.0/23" : {
|
1830
|
+
"autonomous_system_number" : 28929,
|
1831
|
+
"autonomous_system_organization" : "ASDASD srl"
|
1832
|
+
}
|
1833
|
+
},
|
1834
|
+
{
|
1835
|
+
"78.192.0.0/10" : {
|
1836
|
+
"autonomous_system_number" : 12322,
|
1837
|
+
"autonomous_system_organization" : "Free SAS"
|
1838
|
+
}
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
"79.192.0.0/10" : {
|
1842
|
+
"autonomous_system_number" : 3320,
|
1843
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
1844
|
+
}
|
1845
|
+
},
|
1846
|
+
{
|
1847
|
+
"80.128.0.0/11" : {
|
1848
|
+
"autonomous_system_number" : 3320,
|
1849
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
1850
|
+
}
|
1851
|
+
},
|
1852
|
+
{
|
1853
|
+
"81.128.0.0/11" : {
|
1854
|
+
"autonomous_system_number" : 2856,
|
1855
|
+
"autonomous_system_organization" : "BTnet UK Regional network"
|
1856
|
+
}
|
1857
|
+
},
|
1858
|
+
{
|
1859
|
+
"82.99.0.0/20" : {
|
1860
|
+
"autonomous_system_number" : 12552,
|
1861
|
+
"autonomous_system_organization" : "IP-Only"
|
1862
|
+
}
|
1863
|
+
},
|
1864
|
+
{
|
1865
|
+
"82.99.16.0/24" : {
|
1866
|
+
"autonomous_system_number" : 12552,
|
1867
|
+
"autonomous_system_organization" : "IP-Only"
|
1868
|
+
}
|
1869
|
+
},
|
1870
|
+
{
|
1871
|
+
"82.99.17.0/26" : {
|
1872
|
+
"autonomous_system_number" : 12552,
|
1873
|
+
"autonomous_system_organization" : "IP-Only"
|
1874
|
+
}
|
1875
|
+
},
|
1876
|
+
{
|
1877
|
+
"82.99.17.64/27" : {
|
1878
|
+
"autonomous_system_number" : 12552,
|
1879
|
+
"autonomous_system_organization" : "IP-Only"
|
1880
|
+
}
|
1881
|
+
},
|
1882
|
+
{
|
1883
|
+
"82.99.17.96/27" : {
|
1884
|
+
"autonomous_system_number" : 12552,
|
1885
|
+
"autonomous_system_organization" : "IP-Only"
|
1886
|
+
}
|
1887
|
+
},
|
1888
|
+
{
|
1889
|
+
"82.99.17.128/25" : {
|
1890
|
+
"autonomous_system_number" : 12552,
|
1891
|
+
"autonomous_system_organization" : "IP-Only"
|
1892
|
+
}
|
1893
|
+
},
|
1894
|
+
{
|
1895
|
+
"82.99.18.0/23" : {
|
1896
|
+
"autonomous_system_number" : 12552,
|
1897
|
+
"autonomous_system_organization" : "IP-Only"
|
1898
|
+
}
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"82.99.20.0/22" : {
|
1902
|
+
"autonomous_system_number" : 12552,
|
1903
|
+
"autonomous_system_organization" : "IP-Only"
|
1904
|
+
}
|
1905
|
+
},
|
1906
|
+
{
|
1907
|
+
"82.99.24.0/21" : {
|
1908
|
+
"autonomous_system_number" : 12552,
|
1909
|
+
"autonomous_system_organization" : "IP-Only"
|
1910
|
+
}
|
1911
|
+
},
|
1912
|
+
{
|
1913
|
+
"82.99.32.0/19" : {
|
1914
|
+
"autonomous_system_number" : 12552,
|
1915
|
+
"autonomous_system_organization" : "IP-Only"
|
1916
|
+
}
|
1917
|
+
},
|
1918
|
+
{
|
1919
|
+
"83.206.10.0/23" : {
|
1920
|
+
"autonomous_system_number" : 3215,
|
1921
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1922
|
+
}
|
1923
|
+
},
|
1924
|
+
{
|
1925
|
+
"83.206.12.0/22" : {
|
1926
|
+
"autonomous_system_number" : 3215,
|
1927
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1928
|
+
}
|
1929
|
+
},
|
1930
|
+
{
|
1931
|
+
"83.206.16.0/20" : {
|
1932
|
+
"autonomous_system_number" : 3215,
|
1933
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1934
|
+
}
|
1935
|
+
},
|
1936
|
+
{
|
1937
|
+
"83.206.32.0/22" : {
|
1938
|
+
"autonomous_system_number" : 3215,
|
1939
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1940
|
+
}
|
1941
|
+
},
|
1942
|
+
{
|
1943
|
+
"83.206.36.0/25" : {
|
1944
|
+
"autonomous_system_number" : 3215,
|
1945
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1946
|
+
}
|
1947
|
+
},
|
1948
|
+
{
|
1949
|
+
"83.206.36.128/26" : {
|
1950
|
+
"autonomous_system_number" : 3215,
|
1951
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1952
|
+
}
|
1953
|
+
},
|
1954
|
+
{
|
1955
|
+
"83.206.36.192/27" : {
|
1956
|
+
"autonomous_system_number" : 3215,
|
1957
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1958
|
+
}
|
1959
|
+
},
|
1960
|
+
{
|
1961
|
+
"83.206.36.224/29" : {
|
1962
|
+
"autonomous_system_number" : 3215,
|
1963
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1964
|
+
}
|
1965
|
+
},
|
1966
|
+
{
|
1967
|
+
"83.206.36.232/29" : {
|
1968
|
+
"autonomous_system_number" : 3215,
|
1969
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1970
|
+
}
|
1971
|
+
},
|
1972
|
+
{
|
1973
|
+
"83.206.36.240/28" : {
|
1974
|
+
"autonomous_system_number" : 3215,
|
1975
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1976
|
+
}
|
1977
|
+
},
|
1978
|
+
{
|
1979
|
+
"83.206.37.0/24" : {
|
1980
|
+
"autonomous_system_number" : 3215,
|
1981
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1982
|
+
}
|
1983
|
+
},
|
1984
|
+
{
|
1985
|
+
"83.206.38.0/23" : {
|
1986
|
+
"autonomous_system_number" : 3215,
|
1987
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1988
|
+
}
|
1989
|
+
},
|
1990
|
+
{
|
1991
|
+
"83.206.40.0/21" : {
|
1992
|
+
"autonomous_system_number" : 3215,
|
1993
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
1994
|
+
}
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"83.206.48.0/20" : {
|
1998
|
+
"autonomous_system_number" : 3215,
|
1999
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
2000
|
+
}
|
2001
|
+
},
|
2002
|
+
{
|
2003
|
+
"83.206.64.0/23" : {
|
2004
|
+
"autonomous_system_number" : 3215,
|
2005
|
+
"autonomous_system_organization" : "France Telecom - Orange"
|
2006
|
+
}
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"84.128.0.0/10" : {
|
2010
|
+
"autonomous_system_number" : 3320,
|
2011
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
2012
|
+
}
|
2013
|
+
},
|
2014
|
+
{
|
2015
|
+
"85.88.0.0/23" : {
|
2016
|
+
"autonomous_system_number" : 33984,
|
2017
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2018
|
+
}
|
2019
|
+
},
|
2020
|
+
{
|
2021
|
+
"85.88.2.0/25" : {
|
2022
|
+
"autonomous_system_number" : 33984,
|
2023
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2024
|
+
}
|
2025
|
+
},
|
2026
|
+
{
|
2027
|
+
"85.88.2.128/26" : {
|
2028
|
+
"autonomous_system_number" : 33984,
|
2029
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2030
|
+
}
|
2031
|
+
},
|
2032
|
+
{
|
2033
|
+
"85.88.2.192/27" : {
|
2034
|
+
"autonomous_system_number" : 33984,
|
2035
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2036
|
+
}
|
2037
|
+
},
|
2038
|
+
{
|
2039
|
+
"85.88.2.224/27" : {
|
2040
|
+
"autonomous_system_number" : 33984,
|
2041
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2042
|
+
}
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"85.88.3.0/24" : {
|
2046
|
+
"autonomous_system_number" : 33984,
|
2047
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2048
|
+
}
|
2049
|
+
},
|
2050
|
+
{
|
2051
|
+
"85.88.4.0/22" : {
|
2052
|
+
"autonomous_system_number" : 33984,
|
2053
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2054
|
+
}
|
2055
|
+
},
|
2056
|
+
{
|
2057
|
+
"85.88.8.0/21" : {
|
2058
|
+
"autonomous_system_number" : 33984,
|
2059
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2060
|
+
}
|
2061
|
+
},
|
2062
|
+
{
|
2063
|
+
"85.88.16.0/20" : {
|
2064
|
+
"autonomous_system_number" : 33984,
|
2065
|
+
"autonomous_system_organization" : "Surfplanet GmbH"
|
2066
|
+
}
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
"87.128.0.0/10" : {
|
2070
|
+
"autonomous_system_number" : 3320,
|
2071
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
2072
|
+
}
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"89.80.0.0/13" : {
|
2076
|
+
"autonomous_system_number" : 5410,
|
2077
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2078
|
+
}
|
2079
|
+
},
|
2080
|
+
{
|
2081
|
+
"89.88.0.0/14" : {
|
2082
|
+
"autonomous_system_number" : 5410,
|
2083
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2084
|
+
}
|
2085
|
+
},
|
2086
|
+
{
|
2087
|
+
"89.92.0.0/17" : {
|
2088
|
+
"autonomous_system_number" : 5410,
|
2089
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2090
|
+
}
|
2091
|
+
},
|
2092
|
+
{
|
2093
|
+
"89.92.128.0/18" : {
|
2094
|
+
"autonomous_system_number" : 5410,
|
2095
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2096
|
+
}
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
"89.92.192.0/20" : {
|
2100
|
+
"autonomous_system_number" : 5410,
|
2101
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2102
|
+
}
|
2103
|
+
},
|
2104
|
+
{
|
2105
|
+
"89.92.208.0/22" : {
|
2106
|
+
"autonomous_system_number" : 5410,
|
2107
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2108
|
+
}
|
2109
|
+
},
|
2110
|
+
{
|
2111
|
+
"89.92.212.0/23" : {
|
2112
|
+
"autonomous_system_number" : 5410,
|
2113
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2114
|
+
}
|
2115
|
+
},
|
2116
|
+
{
|
2117
|
+
"89.92.214.0/23" : {
|
2118
|
+
"autonomous_system_number" : 5410,
|
2119
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2120
|
+
}
|
2121
|
+
},
|
2122
|
+
{
|
2123
|
+
"89.92.216.0/21" : {
|
2124
|
+
"autonomous_system_number" : 5410,
|
2125
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2126
|
+
}
|
2127
|
+
},
|
2128
|
+
{
|
2129
|
+
"89.92.224.0/19" : {
|
2130
|
+
"autonomous_system_number" : 5410,
|
2131
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2132
|
+
}
|
2133
|
+
},
|
2134
|
+
{
|
2135
|
+
"89.93.0.0/16" : {
|
2136
|
+
"autonomous_system_number" : 5410,
|
2137
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2138
|
+
}
|
2139
|
+
},
|
2140
|
+
{
|
2141
|
+
"89.94.0.0/15" : {
|
2142
|
+
"autonomous_system_number" : 5410,
|
2143
|
+
"autonomous_system_organization" : "Bouygues Telecom ISP"
|
2144
|
+
}
|
2145
|
+
},
|
2146
|
+
{
|
2147
|
+
"89.160.0.0/20" : {
|
2148
|
+
"autonomous_system_number" : 29518,
|
2149
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2150
|
+
}
|
2151
|
+
},
|
2152
|
+
{
|
2153
|
+
"89.160.16.0/22" : {
|
2154
|
+
"autonomous_system_number" : 29518,
|
2155
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2156
|
+
}
|
2157
|
+
},
|
2158
|
+
{
|
2159
|
+
"89.160.20.0/26" : {
|
2160
|
+
"autonomous_system_number" : 29518,
|
2161
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2162
|
+
}
|
2163
|
+
},
|
2164
|
+
{
|
2165
|
+
"89.160.20.64/27" : {
|
2166
|
+
"autonomous_system_number" : 29518,
|
2167
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2168
|
+
}
|
2169
|
+
},
|
2170
|
+
{
|
2171
|
+
"89.160.20.96/28" : {
|
2172
|
+
"autonomous_system_number" : 29518,
|
2173
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2174
|
+
}
|
2175
|
+
},
|
2176
|
+
{
|
2177
|
+
"89.160.20.112/29" : {
|
2178
|
+
"autonomous_system_number" : 29518,
|
2179
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2180
|
+
}
|
2181
|
+
},
|
2182
|
+
{
|
2183
|
+
"89.160.20.120/29" : {
|
2184
|
+
"autonomous_system_number" : 29518,
|
2185
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2186
|
+
}
|
2187
|
+
},
|
2188
|
+
{
|
2189
|
+
"89.160.20.128/25" : {
|
2190
|
+
"autonomous_system_number" : 29518,
|
2191
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2192
|
+
}
|
2193
|
+
},
|
2194
|
+
{
|
2195
|
+
"89.160.21.0/24" : {
|
2196
|
+
"autonomous_system_number" : 29518,
|
2197
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2198
|
+
}
|
2199
|
+
},
|
2200
|
+
{
|
2201
|
+
"89.160.22.0/23" : {
|
2202
|
+
"autonomous_system_number" : 29518,
|
2203
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2204
|
+
}
|
2205
|
+
},
|
2206
|
+
{
|
2207
|
+
"89.160.24.0/21" : {
|
2208
|
+
"autonomous_system_number" : 29518,
|
2209
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2210
|
+
}
|
2211
|
+
},
|
2212
|
+
{
|
2213
|
+
"89.160.32.0/19" : {
|
2214
|
+
"autonomous_system_number" : 29518,
|
2215
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2216
|
+
}
|
2217
|
+
},
|
2218
|
+
{
|
2219
|
+
"89.160.64.0/18" : {
|
2220
|
+
"autonomous_system_number" : 29518,
|
2221
|
+
"autonomous_system_organization" : "Bredband2 AB"
|
2222
|
+
}
|
2223
|
+
},
|
2224
|
+
{
|
2225
|
+
"91.0.0.0/10" : {
|
2226
|
+
"autonomous_system_number" : 3320,
|
2227
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
2228
|
+
}
|
2229
|
+
},
|
2230
|
+
{
|
2231
|
+
"93.192.0.0/10" : {
|
2232
|
+
"autonomous_system_number" : 3320,
|
2233
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
2234
|
+
}
|
2235
|
+
},
|
2236
|
+
{
|
2237
|
+
"96.128.0.0/10" : {
|
2238
|
+
"autonomous_system_number" : 7922,
|
2239
|
+
"autonomous_system_organization" : "Comcast Cable Communications, Inc."
|
2240
|
+
}
|
2241
|
+
},
|
2242
|
+
{
|
2243
|
+
"97.0.0.0/10" : {
|
2244
|
+
"autonomous_system_number" : 6167,
|
2245
|
+
"autonomous_system_organization" : "Cellco Partnership DBA Verizon Wireless"
|
2246
|
+
}
|
2247
|
+
},
|
2248
|
+
{
|
2249
|
+
"97.128.0.0/9" : {
|
2250
|
+
"autonomous_system_number" : 6167,
|
2251
|
+
"autonomous_system_organization" : "Cellco Partnership DBA Verizon Wireless"
|
2252
|
+
}
|
2253
|
+
},
|
2254
|
+
{
|
2255
|
+
"98.192.0.0/10" : {
|
2256
|
+
"autonomous_system_number" : 7922,
|
2257
|
+
"autonomous_system_organization" : "Comcast Cable Communications, Inc."
|
2258
|
+
}
|
2259
|
+
},
|
2260
|
+
{
|
2261
|
+
"104.64.0.0/10" : {
|
2262
|
+
"autonomous_system_number" : 35994,
|
2263
|
+
"autonomous_system_organization" : "Akamai Technologies, Inc."
|
2264
|
+
}
|
2265
|
+
},
|
2266
|
+
{
|
2267
|
+
"111.0.0.0/10" : {
|
2268
|
+
"autonomous_system_number" : 9808,
|
2269
|
+
"autonomous_system_organization" : "Guangdong Mobile Communication Co.Ltd."
|
2270
|
+
}
|
2271
|
+
},
|
2272
|
+
{
|
2273
|
+
"112.0.0.0/10" : {
|
2274
|
+
"autonomous_system_number" : 9808,
|
2275
|
+
"autonomous_system_organization" : "Guangdong Mobile Communication Co.Ltd."
|
2276
|
+
}
|
2277
|
+
},
|
2278
|
+
{
|
2279
|
+
"117.128.0.0/10" : {
|
2280
|
+
"autonomous_system_number" : 9808,
|
2281
|
+
"autonomous_system_organization" : "Guangdong Mobile Communication Co.Ltd."
|
2282
|
+
}
|
2283
|
+
},
|
2284
|
+
{
|
2285
|
+
"120.192.0.0/10" : {
|
2286
|
+
"autonomous_system_number" : 9808,
|
2287
|
+
"autonomous_system_organization" : "Guangdong Mobile Communication Co.Ltd."
|
2288
|
+
}
|
2289
|
+
},
|
2290
|
+
{
|
2291
|
+
"126.0.0.0/8" : {
|
2292
|
+
"autonomous_system_number" : 17676,
|
2293
|
+
"autonomous_system_organization" : "Softbank BB Corp."
|
2294
|
+
}
|
2295
|
+
},
|
2296
|
+
{
|
2297
|
+
"132.0.0.0/10" : {
|
2298
|
+
"autonomous_system_number" : 721,
|
2299
|
+
"autonomous_system_organization" : "DoD Network Information Center"
|
2300
|
+
}
|
2301
|
+
},
|
2302
|
+
{
|
2303
|
+
"142.217.208.0/22" : {
|
2304
|
+
"autonomous_system_number" : 35911
|
2305
|
+
}
|
2306
|
+
},
|
2307
|
+
{
|
2308
|
+
"142.217.212.0/23" : {
|
2309
|
+
"autonomous_system_number" : 35911
|
2310
|
+
}
|
2311
|
+
},
|
2312
|
+
{
|
2313
|
+
"142.217.214.0/24" : {
|
2314
|
+
"autonomous_system_number" : 35911
|
2315
|
+
}
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
"142.217.215.0/24" : {
|
2319
|
+
"autonomous_system_number" : 35911
|
2320
|
+
}
|
2321
|
+
},
|
2322
|
+
{
|
2323
|
+
"142.217.216.0/21" : {
|
2324
|
+
"autonomous_system_number" : 35911
|
2325
|
+
}
|
2326
|
+
},
|
2327
|
+
{
|
2328
|
+
"142.217.224.0/21" : {
|
2329
|
+
"autonomous_system_number" : 35911
|
2330
|
+
}
|
2331
|
+
},
|
2332
|
+
{
|
2333
|
+
"142.217.232.0/22" : {
|
2334
|
+
"autonomous_system_number" : 35911
|
2335
|
+
}
|
2336
|
+
},
|
2337
|
+
{
|
2338
|
+
"142.217.236.0/23" : {
|
2339
|
+
"autonomous_system_number" : 35911
|
2340
|
+
}
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
"142.217.238.0/24" : {
|
2344
|
+
"autonomous_system_number" : 35911
|
2345
|
+
}
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
"145.128.0.0/10" : {
|
2349
|
+
"autonomous_system_number" : 1103,
|
2350
|
+
"autonomous_system_organization" : "SURFnet, The Netherlands"
|
2351
|
+
}
|
2352
|
+
},
|
2353
|
+
{
|
2354
|
+
"149.101.100.0/28" : {
|
2355
|
+
"autonomous_system_number" : 6167,
|
2356
|
+
"autonomous_system_organization" : "CELLCO-PART"
|
2357
|
+
}
|
2358
|
+
},
|
2359
|
+
{
|
2360
|
+
"172.128.0.0/10" : {
|
2361
|
+
"autonomous_system_number" : 1668,
|
2362
|
+
"autonomous_system_organization" : "AOL Transit Data Network"
|
2363
|
+
}
|
2364
|
+
},
|
2365
|
+
{
|
2366
|
+
"174.192.0.0/10" : {
|
2367
|
+
"autonomous_system_number" : 6167,
|
2368
|
+
"autonomous_system_organization" : "Cellco Partnership DBA Verizon Wireless"
|
2369
|
+
}
|
2370
|
+
},
|
2371
|
+
{
|
2372
|
+
"176.128.0.0/10" : {
|
2373
|
+
"autonomous_system_number" : 12844,
|
2374
|
+
"autonomous_system_organization" : "Bouygues Telecom"
|
2375
|
+
}
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
"180.0.0.0/10" : {
|
2379
|
+
"autonomous_system_number" : 4713,
|
2380
|
+
"autonomous_system_organization" : "NTT Communications Corporation"
|
2381
|
+
}
|
2382
|
+
},
|
2383
|
+
{
|
2384
|
+
"183.0.0.0/10" : {
|
2385
|
+
"autonomous_system_number" : 4134,
|
2386
|
+
"autonomous_system_organization" : "Chinanet"
|
2387
|
+
}
|
2388
|
+
},
|
2389
|
+
{
|
2390
|
+
"183.192.0.0/10" : {
|
2391
|
+
"autonomous_system_number" : 9808,
|
2392
|
+
"autonomous_system_organization" : "Guangdong Mobile Communication Co.Ltd."
|
2393
|
+
}
|
2394
|
+
},
|
2395
|
+
{
|
2396
|
+
"208.110.194.0/23" : {
|
2397
|
+
"autonomous_system_number" : 11025
|
2398
|
+
}
|
2399
|
+
},
|
2400
|
+
{
|
2401
|
+
"208.110.196.0/22" : {
|
2402
|
+
"autonomous_system_number" : 11025
|
2403
|
+
}
|
2404
|
+
},
|
2405
|
+
{
|
2406
|
+
"208.110.200.0/21" : {
|
2407
|
+
"autonomous_system_number" : 11025
|
2408
|
+
}
|
2409
|
+
},
|
2410
|
+
{
|
2411
|
+
"208.110.208.0/21" : {
|
2412
|
+
"autonomous_system_number" : 11025
|
2413
|
+
}
|
2414
|
+
},
|
2415
|
+
{
|
2416
|
+
"208.110.216.0/24" : {
|
2417
|
+
"autonomous_system_number" : 11025
|
2418
|
+
}
|
2419
|
+
},
|
2420
|
+
{
|
2421
|
+
"208.110.217.0/26" : {
|
2422
|
+
"autonomous_system_number" : 11025
|
2423
|
+
}
|
2424
|
+
},
|
2425
|
+
{
|
2426
|
+
"208.110.217.64/27" : {
|
2427
|
+
"autonomous_system_number" : 11025
|
2428
|
+
}
|
2429
|
+
},
|
2430
|
+
{
|
2431
|
+
"208.110.217.96/29" : {
|
2432
|
+
"autonomous_system_number" : 11025
|
2433
|
+
}
|
2434
|
+
},
|
2435
|
+
{
|
2436
|
+
"208.110.217.104/31" : {
|
2437
|
+
"autonomous_system_number" : 11025
|
2438
|
+
}
|
2439
|
+
},
|
2440
|
+
{
|
2441
|
+
"208.110.217.106/32" : {
|
2442
|
+
"autonomous_system_number" : 11025
|
2443
|
+
}
|
2444
|
+
},
|
2445
|
+
{
|
2446
|
+
"208.110.217.107/32" : {
|
2447
|
+
"autonomous_system_number" : 11025
|
2448
|
+
}
|
2449
|
+
},
|
2450
|
+
{
|
2451
|
+
"208.110.217.108/30" : {
|
2452
|
+
"autonomous_system_number" : 11025
|
2453
|
+
}
|
2454
|
+
},
|
2455
|
+
{
|
2456
|
+
"208.110.217.112/31" : {
|
2457
|
+
"autonomous_system_number" : 11025
|
2458
|
+
}
|
2459
|
+
},
|
2460
|
+
{
|
2461
|
+
"208.110.217.114/31" : {
|
2462
|
+
"autonomous_system_number" : 11025
|
2463
|
+
}
|
2464
|
+
},
|
2465
|
+
{
|
2466
|
+
"208.110.217.116/30" : {
|
2467
|
+
"autonomous_system_number" : 11025
|
2468
|
+
}
|
2469
|
+
},
|
2470
|
+
{
|
2471
|
+
"208.110.217.120/29" : {
|
2472
|
+
"autonomous_system_number" : 11025
|
2473
|
+
}
|
2474
|
+
},
|
2475
|
+
{
|
2476
|
+
"208.110.217.128/25" : {
|
2477
|
+
"autonomous_system_number" : 11025
|
2478
|
+
}
|
2479
|
+
},
|
2480
|
+
{
|
2481
|
+
"208.110.218.0/23" : {
|
2482
|
+
"autonomous_system_number" : 11025
|
2483
|
+
}
|
2484
|
+
},
|
2485
|
+
{
|
2486
|
+
"208.110.220.0/22" : {
|
2487
|
+
"autonomous_system_number" : 11025
|
2488
|
+
}
|
2489
|
+
},
|
2490
|
+
{
|
2491
|
+
"208.192.0.0/10" : {
|
2492
|
+
"autonomous_system_number" : 701,
|
2493
|
+
"autonomous_system_organization" : "MCI Communications Services, Inc. d/b/a Verizon Business"
|
2494
|
+
}
|
2495
|
+
},
|
2496
|
+
{
|
2497
|
+
"214.0.0.0/8" : {
|
2498
|
+
"autonomous_system_number" : 721,
|
2499
|
+
"autonomous_system_organization" : "DoD Network Information Center"
|
2500
|
+
}
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
"215.0.0.0/9" : {
|
2504
|
+
"autonomous_system_number" : 721,
|
2505
|
+
"autonomous_system_organization" : "DoD Network Information Center"
|
2506
|
+
}
|
2507
|
+
},
|
2508
|
+
{
|
2509
|
+
"216.83.161.0/24" : {
|
2510
|
+
"autonomous_system_number" : 7381,
|
2511
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2512
|
+
}
|
2513
|
+
},
|
2514
|
+
{
|
2515
|
+
"216.83.162.0/23" : {
|
2516
|
+
"autonomous_system_number" : 7381,
|
2517
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2518
|
+
}
|
2519
|
+
},
|
2520
|
+
{
|
2521
|
+
"216.83.164.0/22" : {
|
2522
|
+
"autonomous_system_number" : 7381,
|
2523
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2524
|
+
}
|
2525
|
+
},
|
2526
|
+
{
|
2527
|
+
"216.83.168.0/23" : {
|
2528
|
+
"autonomous_system_number" : 7381,
|
2529
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2530
|
+
}
|
2531
|
+
},
|
2532
|
+
{
|
2533
|
+
"216.83.170.0/24" : {
|
2534
|
+
"autonomous_system_number" : 7381,
|
2535
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2536
|
+
}
|
2537
|
+
},
|
2538
|
+
{
|
2539
|
+
"216.83.171.0/25" : {
|
2540
|
+
"autonomous_system_number" : 7381,
|
2541
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2542
|
+
}
|
2543
|
+
},
|
2544
|
+
{
|
2545
|
+
"216.83.171.128/26" : {
|
2546
|
+
"autonomous_system_number" : 7381,
|
2547
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2548
|
+
}
|
2549
|
+
},
|
2550
|
+
{
|
2551
|
+
"216.83.171.192/27" : {
|
2552
|
+
"autonomous_system_number" : 7381,
|
2553
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2554
|
+
}
|
2555
|
+
},
|
2556
|
+
{
|
2557
|
+
"216.83.171.224/27" : {
|
2558
|
+
"autonomous_system_number" : 7381,
|
2559
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2560
|
+
}
|
2561
|
+
},
|
2562
|
+
{
|
2563
|
+
"216.83.172.0/22" : {
|
2564
|
+
"autonomous_system_number" : 7381,
|
2565
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2566
|
+
}
|
2567
|
+
},
|
2568
|
+
{
|
2569
|
+
"216.83.176.0/20" : {
|
2570
|
+
"autonomous_system_number" : 7381,
|
2571
|
+
"autonomous_system_organization" : "SunGard Availability Services USA"
|
2572
|
+
}
|
2573
|
+
},
|
2574
|
+
{
|
2575
|
+
"216.160.26.0/23" : {
|
2576
|
+
"autonomous_system_number" : 209
|
2577
|
+
}
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"216.160.28.0/22" : {
|
2581
|
+
"autonomous_system_number" : 209
|
2582
|
+
}
|
2583
|
+
},
|
2584
|
+
{
|
2585
|
+
"216.160.32.0/19" : {
|
2586
|
+
"autonomous_system_number" : 209
|
2587
|
+
}
|
2588
|
+
},
|
2589
|
+
{
|
2590
|
+
"216.160.64.0/20" : {
|
2591
|
+
"autonomous_system_number" : 209
|
2592
|
+
}
|
2593
|
+
},
|
2594
|
+
{
|
2595
|
+
"216.160.80.0/23" : {
|
2596
|
+
"autonomous_system_number" : 209
|
2597
|
+
}
|
2598
|
+
},
|
2599
|
+
{
|
2600
|
+
"216.160.82.0/24" : {
|
2601
|
+
"autonomous_system_number" : 209
|
2602
|
+
}
|
2603
|
+
},
|
2604
|
+
{
|
2605
|
+
"216.160.83.0/27" : {
|
2606
|
+
"autonomous_system_number" : 209
|
2607
|
+
}
|
2608
|
+
},
|
2609
|
+
{
|
2610
|
+
"216.160.83.32/28" : {
|
2611
|
+
"autonomous_system_number" : 209
|
2612
|
+
}
|
2613
|
+
},
|
2614
|
+
{
|
2615
|
+
"216.160.83.48/29" : {
|
2616
|
+
"autonomous_system_number" : 209
|
2617
|
+
}
|
2618
|
+
},
|
2619
|
+
{
|
2620
|
+
"216.160.83.56/29" : {
|
2621
|
+
"autonomous_system_number" : 209
|
2622
|
+
}
|
2623
|
+
},
|
2624
|
+
{
|
2625
|
+
"216.160.83.64/26" : {
|
2626
|
+
"autonomous_system_number" : 209
|
2627
|
+
}
|
2628
|
+
},
|
2629
|
+
{
|
2630
|
+
"216.160.83.128/25" : {
|
2631
|
+
"autonomous_system_number" : 209
|
2632
|
+
}
|
2633
|
+
},
|
2634
|
+
{
|
2635
|
+
"216.160.84.0/22" : {
|
2636
|
+
"autonomous_system_number" : 209
|
2637
|
+
}
|
2638
|
+
},
|
2639
|
+
{
|
2640
|
+
"216.160.88.0/21" : {
|
2641
|
+
"autonomous_system_number" : 209
|
2642
|
+
}
|
2643
|
+
},
|
2644
|
+
{
|
2645
|
+
"216.160.96.0/19" : {
|
2646
|
+
"autonomous_system_number" : 209
|
2647
|
+
}
|
2648
|
+
},
|
2649
|
+
{
|
2650
|
+
"216.160.128.0/18" : {
|
2651
|
+
"autonomous_system_number" : 209
|
2652
|
+
}
|
2653
|
+
},
|
2654
|
+
{
|
2655
|
+
"216.160.192.0/21" : {
|
2656
|
+
"autonomous_system_number" : 209
|
2657
|
+
}
|
2658
|
+
},
|
2659
|
+
{
|
2660
|
+
"216.160.200.0/22" : {
|
2661
|
+
"autonomous_system_number" : 209
|
2662
|
+
}
|
2663
|
+
},
|
2664
|
+
{
|
2665
|
+
"216.160.204.0/23" : {
|
2666
|
+
"autonomous_system_number" : 209
|
2667
|
+
}
|
2668
|
+
},
|
2669
|
+
{
|
2670
|
+
"216.160.206.0/24" : {
|
2671
|
+
"autonomous_system_number" : 209
|
2672
|
+
}
|
2673
|
+
},
|
2674
|
+
{
|
2675
|
+
"219.0.0.0/10" : {
|
2676
|
+
"autonomous_system_number" : 17676,
|
2677
|
+
"autonomous_system_organization" : "Softbank BB Corp."
|
2678
|
+
}
|
2679
|
+
},
|
2680
|
+
{
|
2681
|
+
"220.0.0.0/10" : {
|
2682
|
+
"autonomous_system_number" : 17676,
|
2683
|
+
"autonomous_system_organization" : "Softbank BB Corp."
|
2684
|
+
}
|
2685
|
+
},
|
2686
|
+
{
|
2687
|
+
"222.229.128.0/17" : {
|
2688
|
+
"autonomous_system_number" : 2519,
|
2689
|
+
"autonomous_system_organization" : "JPNIC"
|
2690
|
+
}
|
2691
|
+
},
|
2692
|
+
{
|
2693
|
+
"222.230.0.0/17" : {
|
2694
|
+
"autonomous_system_number" : 2519,
|
2695
|
+
"autonomous_system_organization" : "JPNIC"
|
2696
|
+
}
|
2697
|
+
},
|
2698
|
+
{
|
2699
|
+
"222.230.128.0/21" : {
|
2700
|
+
"autonomous_system_number" : 2519,
|
2701
|
+
"autonomous_system_organization" : "JPNIC"
|
2702
|
+
}
|
2703
|
+
},
|
2704
|
+
{
|
2705
|
+
"222.230.136.0/23" : {
|
2706
|
+
"autonomous_system_number" : 2519,
|
2707
|
+
"autonomous_system_organization" : "JPNIC"
|
2708
|
+
}
|
2709
|
+
},
|
2710
|
+
{
|
2711
|
+
"222.230.138.0/23" : {
|
2712
|
+
"autonomous_system_number" : 2519,
|
2713
|
+
"autonomous_system_organization" : "JPNIC"
|
2714
|
+
}
|
2715
|
+
},
|
2716
|
+
{
|
2717
|
+
"222.230.140.0/22" : {
|
2718
|
+
"autonomous_system_number" : 2519,
|
2719
|
+
"autonomous_system_organization" : "JPNIC"
|
2720
|
+
}
|
2721
|
+
},
|
2722
|
+
{
|
2723
|
+
"222.230.144.0/20" : {
|
2724
|
+
"autonomous_system_number" : 2519,
|
2725
|
+
"autonomous_system_organization" : "JPNIC"
|
2726
|
+
}
|
2727
|
+
},
|
2728
|
+
{
|
2729
|
+
"222.230.160.0/19" : {
|
2730
|
+
"autonomous_system_number" : 2519,
|
2731
|
+
"autonomous_system_organization" : "JPNIC"
|
2732
|
+
}
|
2733
|
+
},
|
2734
|
+
{
|
2735
|
+
"222.230.192.0/18" : {
|
2736
|
+
"autonomous_system_number" : 2519,
|
2737
|
+
"autonomous_system_organization" : "JPNIC"
|
2738
|
+
}
|
2739
|
+
},
|
2740
|
+
{
|
2741
|
+
"2001:1700::/27" : {
|
2742
|
+
"autonomous_system_number" : 6730,
|
2743
|
+
"autonomous_system_organization" : "Sunrise Communications AG"
|
2744
|
+
}
|
2745
|
+
},
|
2746
|
+
{
|
2747
|
+
"2001:1c00::/23" : {
|
2748
|
+
"autonomous_system_number" : 9143,
|
2749
|
+
"autonomous_system_organization" : "Ziggo B.V."
|
2750
|
+
}
|
2751
|
+
},
|
2752
|
+
{
|
2753
|
+
"2001:2000::/20" : {
|
2754
|
+
"autonomous_system_number" : 1299,
|
2755
|
+
"autonomous_system_organization" : "TeliaSonera International Carrier"
|
2756
|
+
}
|
2757
|
+
},
|
2758
|
+
{
|
2759
|
+
"2001:4540::/27" : {
|
2760
|
+
"autonomous_system_number" : 9924,
|
2761
|
+
"autonomous_system_organization" : "Taiwan Fixed Network, Telco and Network Service Provider."
|
2762
|
+
}
|
2763
|
+
},
|
2764
|
+
{
|
2765
|
+
"2001:4580::/26" : {
|
2766
|
+
"autonomous_system_number" : 4780,
|
2767
|
+
"autonomous_system_organization" : "Digital United Inc."
|
2768
|
+
}
|
2769
|
+
},
|
2770
|
+
{
|
2771
|
+
"2001:4600::/24" : {
|
2772
|
+
"autonomous_system_number" : 2119,
|
2773
|
+
"autonomous_system_organization" : "Telenor Norge AS"
|
2774
|
+
}
|
2775
|
+
},
|
2776
|
+
{
|
2777
|
+
"2001:5000::/24" : {
|
2778
|
+
"autonomous_system_number" : 1273,
|
2779
|
+
"autonomous_system_organization" : "Cable and Wireless Worldwide plc"
|
2780
|
+
}
|
2781
|
+
},
|
2782
|
+
{
|
2783
|
+
"2001:5100::/24" : {
|
2784
|
+
"autonomous_system_number" : 2529,
|
2785
|
+
"autonomous_system_organization" : "Now maintained by Cable & Wireless Worldwide"
|
2786
|
+
}
|
2787
|
+
},
|
2788
|
+
{
|
2789
|
+
"2001:5200::/23" : {
|
2790
|
+
"autonomous_system_number" : 1273,
|
2791
|
+
"autonomous_system_organization" : "Cable and Wireless Worldwide plc"
|
2792
|
+
}
|
2793
|
+
},
|
2794
|
+
{
|
2795
|
+
"2001:5400::/22" : {
|
2796
|
+
"autonomous_system_number" : 1273,
|
2797
|
+
"autonomous_system_organization" : "Cable and Wireless Worldwide plc"
|
2798
|
+
}
|
2799
|
+
},
|
2800
|
+
{
|
2801
|
+
"2001:8000::/20" : {
|
2802
|
+
"autonomous_system_number" : 1221,
|
2803
|
+
"autonomous_system_organization" : "Telstra Pty Ltd"
|
2804
|
+
}
|
2805
|
+
},
|
2806
|
+
{
|
2807
|
+
"2001:b000::/21" : {
|
2808
|
+
"autonomous_system_number" : 17419,
|
2809
|
+
"autonomous_system_organization" : "HiNet IPv6 Service Network.,"
|
2810
|
+
}
|
2811
|
+
},
|
2812
|
+
{
|
2813
|
+
"2003::/19" : {
|
2814
|
+
"autonomous_system_number" : 3320,
|
2815
|
+
"autonomous_system_organization" : "Deutsche Telekom AG"
|
2816
|
+
}
|
2817
|
+
},
|
2818
|
+
{
|
2819
|
+
"2400::/20" : {
|
2820
|
+
"autonomous_system_number" : 4766,
|
2821
|
+
"autonomous_system_organization" : "Korea Telecom"
|
2822
|
+
}
|
2823
|
+
},
|
2824
|
+
{
|
2825
|
+
"2400:1000::/20" : {
|
2826
|
+
"autonomous_system_number" : 237,
|
2827
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2828
|
+
}
|
2829
|
+
},
|
2830
|
+
{
|
2831
|
+
"2400:2000::/20" : {
|
2832
|
+
"autonomous_system_number" : 17676,
|
2833
|
+
"autonomous_system_organization" : "Softbank BB Corp."
|
2834
|
+
}
|
2835
|
+
},
|
2836
|
+
{
|
2837
|
+
"2400:3000::/20" : {
|
2838
|
+
"autonomous_system_number" : 237,
|
2839
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2840
|
+
}
|
2841
|
+
},
|
2842
|
+
{
|
2843
|
+
"2400:4000::/22" : {
|
2844
|
+
"autonomous_system_number" : 4713,
|
2845
|
+
"autonomous_system_organization" : "NTT Communications Corporation"
|
2846
|
+
}
|
2847
|
+
},
|
2848
|
+
{
|
2849
|
+
"2400:4400::/22" : {
|
2850
|
+
"autonomous_system_number" : 237,
|
2851
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2852
|
+
}
|
2853
|
+
},
|
2854
|
+
{
|
2855
|
+
"2400:4800::/21" : {
|
2856
|
+
"autonomous_system_number" : 237,
|
2857
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2858
|
+
}
|
2859
|
+
},
|
2860
|
+
{
|
2861
|
+
"2400:5000::/20" : {
|
2862
|
+
"autonomous_system_number" : 237,
|
2863
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2864
|
+
}
|
2865
|
+
},
|
2866
|
+
{
|
2867
|
+
"2400:6000::/19" : {
|
2868
|
+
"autonomous_system_number" : 237,
|
2869
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2870
|
+
}
|
2871
|
+
},
|
2872
|
+
{
|
2873
|
+
"2400:8000::/17" : {
|
2874
|
+
"autonomous_system_number" : 237,
|
2875
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2876
|
+
}
|
2877
|
+
},
|
2878
|
+
{
|
2879
|
+
"2401::/17" : {
|
2880
|
+
"autonomous_system_number" : 237,
|
2881
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2882
|
+
}
|
2883
|
+
},
|
2884
|
+
{
|
2885
|
+
"2401:8000::/26" : {
|
2886
|
+
"autonomous_system_number" : 9919,
|
2887
|
+
"autonomous_system_organization" : "New Century InfoComm Tech Co., Ltd."
|
2888
|
+
}
|
2889
|
+
},
|
2890
|
+
{
|
2891
|
+
"2401:8040::/26" : {
|
2892
|
+
"autonomous_system_number" : 237,
|
2893
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2894
|
+
}
|
2895
|
+
},
|
2896
|
+
{
|
2897
|
+
"2401:8080::/25" : {
|
2898
|
+
"autonomous_system_number" : 237,
|
2899
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2900
|
+
}
|
2901
|
+
},
|
2902
|
+
{
|
2903
|
+
"2401:8100::/24" : {
|
2904
|
+
"autonomous_system_number" : 237,
|
2905
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2906
|
+
}
|
2907
|
+
},
|
2908
|
+
{
|
2909
|
+
"2401:8200::/23" : {
|
2910
|
+
"autonomous_system_number" : 237,
|
2911
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2912
|
+
}
|
2913
|
+
},
|
2914
|
+
{
|
2915
|
+
"2401:8400::/22" : {
|
2916
|
+
"autonomous_system_number" : 237,
|
2917
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2918
|
+
}
|
2919
|
+
},
|
2920
|
+
{
|
2921
|
+
"2401:8800::/21" : {
|
2922
|
+
"autonomous_system_number" : 237,
|
2923
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2924
|
+
}
|
2925
|
+
},
|
2926
|
+
{
|
2927
|
+
"2401:9000::/20" : {
|
2928
|
+
"autonomous_system_number" : 237,
|
2929
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2930
|
+
}
|
2931
|
+
},
|
2932
|
+
{
|
2933
|
+
"2401:a000::/19" : {
|
2934
|
+
"autonomous_system_number" : 237,
|
2935
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2936
|
+
}
|
2937
|
+
},
|
2938
|
+
{
|
2939
|
+
"2401:c000::/18" : {
|
2940
|
+
"autonomous_system_number" : 237,
|
2941
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2942
|
+
}
|
2943
|
+
},
|
2944
|
+
{
|
2945
|
+
"2402::/16" : {
|
2946
|
+
"autonomous_system_number" : 237,
|
2947
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2948
|
+
}
|
2949
|
+
},
|
2950
|
+
{
|
2951
|
+
"2403::/17" : {
|
2952
|
+
"autonomous_system_number" : 237,
|
2953
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2954
|
+
}
|
2955
|
+
},
|
2956
|
+
{
|
2957
|
+
"2403:8000::/20" : {
|
2958
|
+
"autonomous_system_number" : 237,
|
2959
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2960
|
+
}
|
2961
|
+
},
|
2962
|
+
{
|
2963
|
+
"2403:9000::/21" : {
|
2964
|
+
"autonomous_system_number" : 237,
|
2965
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2966
|
+
}
|
2967
|
+
},
|
2968
|
+
{
|
2969
|
+
"2403:9800::/24" : {
|
2970
|
+
"autonomous_system_number" : 237,
|
2971
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2972
|
+
}
|
2973
|
+
},
|
2974
|
+
{
|
2975
|
+
"2403:9900::/24" : {
|
2976
|
+
"autonomous_system_number" : 17676,
|
2977
|
+
"autonomous_system_organization" : "Softbank BB Corp."
|
2978
|
+
}
|
2979
|
+
},
|
2980
|
+
{
|
2981
|
+
"2403:9a00::/23" : {
|
2982
|
+
"autonomous_system_number" : 237,
|
2983
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2984
|
+
}
|
2985
|
+
},
|
2986
|
+
{
|
2987
|
+
"2403:9c00::/22" : {
|
2988
|
+
"autonomous_system_number" : 237,
|
2989
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2990
|
+
}
|
2991
|
+
},
|
2992
|
+
{
|
2993
|
+
"2403:a000::/19" : {
|
2994
|
+
"autonomous_system_number" : 237,
|
2995
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
2996
|
+
}
|
2997
|
+
},
|
2998
|
+
{
|
2999
|
+
"2403:c000::/18" : {
|
3000
|
+
"autonomous_system_number" : 237,
|
3001
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3002
|
+
}
|
3003
|
+
},
|
3004
|
+
{
|
3005
|
+
"2404::/26" : {
|
3006
|
+
"autonomous_system_number" : 17709,
|
3007
|
+
"autonomous_system_organization" : "Eastern Broadband Telecom Co.,Ltd"
|
3008
|
+
}
|
3009
|
+
},
|
3010
|
+
{
|
3011
|
+
"2404:40::/26" : {
|
3012
|
+
"autonomous_system_number" : 237,
|
3013
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3014
|
+
}
|
3015
|
+
},
|
3016
|
+
{
|
3017
|
+
"2404:80::/25" : {
|
3018
|
+
"autonomous_system_number" : 237,
|
3019
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3020
|
+
}
|
3021
|
+
},
|
3022
|
+
{
|
3023
|
+
"2404:100::/24" : {
|
3024
|
+
"autonomous_system_number" : 237,
|
3025
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3026
|
+
}
|
3027
|
+
},
|
3028
|
+
{
|
3029
|
+
"2404:200::/23" : {
|
3030
|
+
"autonomous_system_number" : 237,
|
3031
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3032
|
+
}
|
3033
|
+
},
|
3034
|
+
{
|
3035
|
+
"2404:400::/22" : {
|
3036
|
+
"autonomous_system_number" : 237,
|
3037
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3038
|
+
}
|
3039
|
+
},
|
3040
|
+
{
|
3041
|
+
"2404:800::/21" : {
|
3042
|
+
"autonomous_system_number" : 237,
|
3043
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3044
|
+
}
|
3045
|
+
},
|
3046
|
+
{
|
3047
|
+
"2404:1000::/20" : {
|
3048
|
+
"autonomous_system_number" : 237,
|
3049
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3050
|
+
}
|
3051
|
+
},
|
3052
|
+
{
|
3053
|
+
"2404:2000::/19" : {
|
3054
|
+
"autonomous_system_number" : 237,
|
3055
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3056
|
+
}
|
3057
|
+
},
|
3058
|
+
{
|
3059
|
+
"2404:4000::/18" : {
|
3060
|
+
"autonomous_system_number" : 237,
|
3061
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3062
|
+
}
|
3063
|
+
},
|
3064
|
+
{
|
3065
|
+
"2404:8000::/17" : {
|
3066
|
+
"autonomous_system_number" : 237,
|
3067
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3068
|
+
}
|
3069
|
+
},
|
3070
|
+
{
|
3071
|
+
"2405::/16" : {
|
3072
|
+
"autonomous_system_number" : 237,
|
3073
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3074
|
+
}
|
3075
|
+
},
|
3076
|
+
{
|
3077
|
+
"2406::/15" : {
|
3078
|
+
"autonomous_system_number" : 237,
|
3079
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3080
|
+
}
|
3081
|
+
},
|
3082
|
+
{
|
3083
|
+
"2408::/22" : {
|
3084
|
+
"autonomous_system_number" : 55817,
|
3085
|
+
"autonomous_system_organization" : "Nippon Telegraph and Telephone Corporation PF Labs"
|
3086
|
+
}
|
3087
|
+
},
|
3088
|
+
{
|
3089
|
+
"2408:400::/22" : {
|
3090
|
+
"autonomous_system_number" : 237,
|
3091
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3092
|
+
}
|
3093
|
+
},
|
3094
|
+
{
|
3095
|
+
"2408:800::/21" : {
|
3096
|
+
"autonomous_system_number" : 237,
|
3097
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3098
|
+
}
|
3099
|
+
},
|
3100
|
+
{
|
3101
|
+
"2408:1000::/20" : {
|
3102
|
+
"autonomous_system_number" : 237,
|
3103
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3104
|
+
}
|
3105
|
+
},
|
3106
|
+
{
|
3107
|
+
"2408:2000::/19" : {
|
3108
|
+
"autonomous_system_number" : 237,
|
3109
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3110
|
+
}
|
3111
|
+
},
|
3112
|
+
{
|
3113
|
+
"2408:4000::/18" : {
|
3114
|
+
"autonomous_system_number" : 237,
|
3115
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3116
|
+
}
|
3117
|
+
},
|
3118
|
+
{
|
3119
|
+
"2408:8000::/17" : {
|
3120
|
+
"autonomous_system_number" : 237,
|
3121
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3122
|
+
}
|
3123
|
+
},
|
3124
|
+
{
|
3125
|
+
"2409::/23" : {
|
3126
|
+
"autonomous_system_number" : 55391,
|
3127
|
+
"autonomous_system_organization" : "INTERNET MULTIFEED CO."
|
3128
|
+
}
|
3129
|
+
},
|
3130
|
+
{
|
3131
|
+
"2409:200::/23" : {
|
3132
|
+
"autonomous_system_number" : 55392,
|
3133
|
+
"autonomous_system_organization" : "INTERNET MULTIFEED CO."
|
3134
|
+
}
|
3135
|
+
},
|
3136
|
+
{
|
3137
|
+
"2409:400::/22" : {
|
3138
|
+
"autonomous_system_number" : 237,
|
3139
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3140
|
+
}
|
3141
|
+
},
|
3142
|
+
{
|
3143
|
+
"2409:800::/21" : {
|
3144
|
+
"autonomous_system_number" : 237,
|
3145
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3146
|
+
}
|
3147
|
+
},
|
3148
|
+
{
|
3149
|
+
"2409:1000::/20" : {
|
3150
|
+
"autonomous_system_number" : 237,
|
3151
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3152
|
+
}
|
3153
|
+
},
|
3154
|
+
{
|
3155
|
+
"2409:2000::/19" : {
|
3156
|
+
"autonomous_system_number" : 237,
|
3157
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3158
|
+
}
|
3159
|
+
},
|
3160
|
+
{
|
3161
|
+
"2409:4000::/18" : {
|
3162
|
+
"autonomous_system_number" : 237,
|
3163
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3164
|
+
}
|
3165
|
+
},
|
3166
|
+
{
|
3167
|
+
"2409:8000::/17" : {
|
3168
|
+
"autonomous_system_number" : 237,
|
3169
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3170
|
+
}
|
3171
|
+
},
|
3172
|
+
{
|
3173
|
+
"240a::/16" : {
|
3174
|
+
"autonomous_system_number" : 237,
|
3175
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3176
|
+
}
|
3177
|
+
},
|
3178
|
+
{
|
3179
|
+
"240b::/22" : {
|
3180
|
+
"autonomous_system_number" : 2516,
|
3181
|
+
"autonomous_system_organization" : "KDDI KDDI CORPORATION"
|
3182
|
+
}
|
3183
|
+
},
|
3184
|
+
{
|
3185
|
+
"240b:400::/22" : {
|
3186
|
+
"autonomous_system_number" : 237,
|
3187
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3188
|
+
}
|
3189
|
+
},
|
3190
|
+
{
|
3191
|
+
"240b:800::/21" : {
|
3192
|
+
"autonomous_system_number" : 237,
|
3193
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3194
|
+
}
|
3195
|
+
},
|
3196
|
+
{
|
3197
|
+
"240b:1000::/20" : {
|
3198
|
+
"autonomous_system_number" : 237,
|
3199
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3200
|
+
}
|
3201
|
+
},
|
3202
|
+
{
|
3203
|
+
"240b:2000::/19" : {
|
3204
|
+
"autonomous_system_number" : 237,
|
3205
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3206
|
+
}
|
3207
|
+
},
|
3208
|
+
{
|
3209
|
+
"240b:4000::/18" : {
|
3210
|
+
"autonomous_system_number" : 237,
|
3211
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3212
|
+
}
|
3213
|
+
},
|
3214
|
+
{
|
3215
|
+
"240b:8000::/17" : {
|
3216
|
+
"autonomous_system_number" : 237,
|
3217
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3218
|
+
}
|
3219
|
+
},
|
3220
|
+
{
|
3221
|
+
"240c::/16" : {
|
3222
|
+
"autonomous_system_number" : 237,
|
3223
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3224
|
+
}
|
3225
|
+
},
|
3226
|
+
{
|
3227
|
+
"240d::/27" : {
|
3228
|
+
"autonomous_system_number" : 2527,
|
3229
|
+
"autonomous_system_organization" : "So-net Entertainment Corporation"
|
3230
|
+
}
|
3231
|
+
},
|
3232
|
+
{
|
3233
|
+
"240d:20::/27" : {
|
3234
|
+
"autonomous_system_number" : 237,
|
3235
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3236
|
+
}
|
3237
|
+
},
|
3238
|
+
{
|
3239
|
+
"240d:40::/26" : {
|
3240
|
+
"autonomous_system_number" : 237,
|
3241
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3242
|
+
}
|
3243
|
+
},
|
3244
|
+
{
|
3245
|
+
"240d:80::/25" : {
|
3246
|
+
"autonomous_system_number" : 237,
|
3247
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3248
|
+
}
|
3249
|
+
},
|
3250
|
+
{
|
3251
|
+
"240d:100::/24" : {
|
3252
|
+
"autonomous_system_number" : 237,
|
3253
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3254
|
+
}
|
3255
|
+
},
|
3256
|
+
{
|
3257
|
+
"240d:200::/23" : {
|
3258
|
+
"autonomous_system_number" : 237,
|
3259
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3260
|
+
}
|
3261
|
+
},
|
3262
|
+
{
|
3263
|
+
"240d:400::/22" : {
|
3264
|
+
"autonomous_system_number" : 237,
|
3265
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3266
|
+
}
|
3267
|
+
},
|
3268
|
+
{
|
3269
|
+
"240d:800::/21" : {
|
3270
|
+
"autonomous_system_number" : 237,
|
3271
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3272
|
+
}
|
3273
|
+
},
|
3274
|
+
{
|
3275
|
+
"240d:1000::/20" : {
|
3276
|
+
"autonomous_system_number" : 237,
|
3277
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3278
|
+
}
|
3279
|
+
},
|
3280
|
+
{
|
3281
|
+
"240d:2000::/19" : {
|
3282
|
+
"autonomous_system_number" : 237,
|
3283
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3284
|
+
}
|
3285
|
+
},
|
3286
|
+
{
|
3287
|
+
"240d:4000::/18" : {
|
3288
|
+
"autonomous_system_number" : 237,
|
3289
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3290
|
+
}
|
3291
|
+
},
|
3292
|
+
{
|
3293
|
+
"240d:8000::/17" : {
|
3294
|
+
"autonomous_system_number" : 237,
|
3295
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3296
|
+
}
|
3297
|
+
},
|
3298
|
+
{
|
3299
|
+
"240e::/24" : {
|
3300
|
+
"autonomous_system_number" : 4134,
|
3301
|
+
"autonomous_system_organization" : "Chinanet"
|
3302
|
+
}
|
3303
|
+
},
|
3304
|
+
{
|
3305
|
+
"240e:100::/24" : {
|
3306
|
+
"autonomous_system_number" : 237,
|
3307
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3308
|
+
}
|
3309
|
+
},
|
3310
|
+
{
|
3311
|
+
"240e:200::/23" : {
|
3312
|
+
"autonomous_system_number" : 237,
|
3313
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3314
|
+
}
|
3315
|
+
},
|
3316
|
+
{
|
3317
|
+
"240e:400::/22" : {
|
3318
|
+
"autonomous_system_number" : 237,
|
3319
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3320
|
+
}
|
3321
|
+
},
|
3322
|
+
{
|
3323
|
+
"240e:800::/21" : {
|
3324
|
+
"autonomous_system_number" : 237,
|
3325
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3326
|
+
}
|
3327
|
+
},
|
3328
|
+
{
|
3329
|
+
"240e:1000::/20" : {
|
3330
|
+
"autonomous_system_number" : 237,
|
3331
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3332
|
+
}
|
3333
|
+
},
|
3334
|
+
{
|
3335
|
+
"240e:2000::/19" : {
|
3336
|
+
"autonomous_system_number" : 237,
|
3337
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3338
|
+
}
|
3339
|
+
},
|
3340
|
+
{
|
3341
|
+
"240e:4000::/18" : {
|
3342
|
+
"autonomous_system_number" : 237,
|
3343
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3344
|
+
}
|
3345
|
+
},
|
3346
|
+
{
|
3347
|
+
"240e:8000::/17" : {
|
3348
|
+
"autonomous_system_number" : 237,
|
3349
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3350
|
+
}
|
3351
|
+
},
|
3352
|
+
{
|
3353
|
+
"240f::/24" : {
|
3354
|
+
"autonomous_system_number" : 2516,
|
3355
|
+
"autonomous_system_organization" : "KDDI KDDI CORPORATION"
|
3356
|
+
}
|
3357
|
+
},
|
3358
|
+
{
|
3359
|
+
"240f:100::/24" : {
|
3360
|
+
"autonomous_system_number" : 237,
|
3361
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3362
|
+
}
|
3363
|
+
},
|
3364
|
+
{
|
3365
|
+
"240f:200::/23" : {
|
3366
|
+
"autonomous_system_number" : 237,
|
3367
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3368
|
+
}
|
3369
|
+
},
|
3370
|
+
{
|
3371
|
+
"240f:400::/22" : {
|
3372
|
+
"autonomous_system_number" : 237,
|
3373
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3374
|
+
}
|
3375
|
+
},
|
3376
|
+
{
|
3377
|
+
"240f:800::/21" : {
|
3378
|
+
"autonomous_system_number" : 237,
|
3379
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3380
|
+
}
|
3381
|
+
},
|
3382
|
+
{
|
3383
|
+
"240f:1000::/20" : {
|
3384
|
+
"autonomous_system_number" : 237,
|
3385
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3386
|
+
}
|
3387
|
+
},
|
3388
|
+
{
|
3389
|
+
"240f:2000::/19" : {
|
3390
|
+
"autonomous_system_number" : 237,
|
3391
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3392
|
+
}
|
3393
|
+
},
|
3394
|
+
{
|
3395
|
+
"240f:4000::/18" : {
|
3396
|
+
"autonomous_system_number" : 237,
|
3397
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3398
|
+
}
|
3399
|
+
},
|
3400
|
+
{
|
3401
|
+
"240f:8000::/17" : {
|
3402
|
+
"autonomous_system_number" : 237,
|
3403
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3404
|
+
}
|
3405
|
+
},
|
3406
|
+
{
|
3407
|
+
"2600::/21" : {
|
3408
|
+
"autonomous_system_number" : 237,
|
3409
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3410
|
+
}
|
3411
|
+
},
|
3412
|
+
{
|
3413
|
+
"2600:800::/27" : {
|
3414
|
+
"autonomous_system_number" : 701,
|
3415
|
+
"autonomous_system_organization" : "MCI Communications Services, Inc. d/b/a Verizon Business"
|
3416
|
+
}
|
3417
|
+
},
|
3418
|
+
{
|
3419
|
+
"2600:820::/27" : {
|
3420
|
+
"autonomous_system_number" : 237,
|
3421
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3422
|
+
}
|
3423
|
+
},
|
3424
|
+
{
|
3425
|
+
"2600:840::/26" : {
|
3426
|
+
"autonomous_system_number" : 237,
|
3427
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3428
|
+
}
|
3429
|
+
},
|
3430
|
+
{
|
3431
|
+
"2600:880::/25" : {
|
3432
|
+
"autonomous_system_number" : 237,
|
3433
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3434
|
+
}
|
3435
|
+
},
|
3436
|
+
{
|
3437
|
+
"2600:900::/24" : {
|
3438
|
+
"autonomous_system_number" : 237,
|
3439
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3440
|
+
}
|
3441
|
+
},
|
3442
|
+
{
|
3443
|
+
"2600:a00::/23" : {
|
3444
|
+
"autonomous_system_number" : 237,
|
3445
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3446
|
+
}
|
3447
|
+
},
|
3448
|
+
{
|
3449
|
+
"2600:c00::/22" : {
|
3450
|
+
"autonomous_system_number" : 237,
|
3451
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3452
|
+
}
|
3453
|
+
},
|
3454
|
+
{
|
3455
|
+
"2600:1000::/22" : {
|
3456
|
+
"autonomous_system_number" : 237,
|
3457
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3458
|
+
}
|
3459
|
+
},
|
3460
|
+
{
|
3461
|
+
"2600:1400::/27" : {
|
3462
|
+
"autonomous_system_number" : 31377,
|
3463
|
+
"autonomous_system_organization" : "Akamai International B.V."
|
3464
|
+
}
|
3465
|
+
},
|
3466
|
+
{
|
3467
|
+
"2600:1420::/27" : {
|
3468
|
+
"autonomous_system_number" : 237,
|
3469
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3470
|
+
}
|
3471
|
+
},
|
3472
|
+
{
|
3473
|
+
"2600:1440::/26" : {
|
3474
|
+
"autonomous_system_number" : 237,
|
3475
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3476
|
+
}
|
3477
|
+
},
|
3478
|
+
{
|
3479
|
+
"2600:1480::/25" : {
|
3480
|
+
"autonomous_system_number" : 237,
|
3481
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3482
|
+
}
|
3483
|
+
},
|
3484
|
+
{
|
3485
|
+
"2600:1500::/24" : {
|
3486
|
+
"autonomous_system_number" : 237,
|
3487
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3488
|
+
}
|
3489
|
+
},
|
3490
|
+
{
|
3491
|
+
"2600:1600::/23" : {
|
3492
|
+
"autonomous_system_number" : 237,
|
3493
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3494
|
+
}
|
3495
|
+
},
|
3496
|
+
{
|
3497
|
+
"2600:1800::/21" : {
|
3498
|
+
"autonomous_system_number" : 237,
|
3499
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3500
|
+
}
|
3501
|
+
},
|
3502
|
+
{
|
3503
|
+
"2600:2000::/19" : {
|
3504
|
+
"autonomous_system_number" : 237,
|
3505
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3506
|
+
}
|
3507
|
+
},
|
3508
|
+
{
|
3509
|
+
"2600:4000::/20" : {
|
3510
|
+
"autonomous_system_number" : 237,
|
3511
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3512
|
+
}
|
3513
|
+
},
|
3514
|
+
{
|
3515
|
+
"2600:5000::/22" : {
|
3516
|
+
"autonomous_system_number" : 237,
|
3517
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3518
|
+
}
|
3519
|
+
},
|
3520
|
+
{
|
3521
|
+
"2600:5400::/27" : {
|
3522
|
+
"autonomous_system_number" : 19108,
|
3523
|
+
"autonomous_system_organization" : "Suddenlink Communications"
|
3524
|
+
}
|
3525
|
+
},
|
3526
|
+
{
|
3527
|
+
"2600:5420::/27" : {
|
3528
|
+
"autonomous_system_number" : 237,
|
3529
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3530
|
+
}
|
3531
|
+
},
|
3532
|
+
{
|
3533
|
+
"2600:5440::/26" : {
|
3534
|
+
"autonomous_system_number" : 237,
|
3535
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3536
|
+
}
|
3537
|
+
},
|
3538
|
+
{
|
3539
|
+
"2600:5480::/25" : {
|
3540
|
+
"autonomous_system_number" : 237,
|
3541
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3542
|
+
}
|
3543
|
+
},
|
3544
|
+
{
|
3545
|
+
"2600:5500::/24" : {
|
3546
|
+
"autonomous_system_number" : 237,
|
3547
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3548
|
+
}
|
3549
|
+
},
|
3550
|
+
{
|
3551
|
+
"2600:5600::/23" : {
|
3552
|
+
"autonomous_system_number" : 237,
|
3553
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3554
|
+
}
|
3555
|
+
},
|
3556
|
+
{
|
3557
|
+
"2600:5800::/21" : {
|
3558
|
+
"autonomous_system_number" : 237,
|
3559
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3560
|
+
}
|
3561
|
+
},
|
3562
|
+
{
|
3563
|
+
"2600:6000::/20" : {
|
3564
|
+
"autonomous_system_number" : 237,
|
3565
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3566
|
+
}
|
3567
|
+
},
|
3568
|
+
{
|
3569
|
+
"2600:7000::/24" : {
|
3570
|
+
"autonomous_system_number" : 6939,
|
3571
|
+
"autonomous_system_organization" : "Hurricane Electric, Inc."
|
3572
|
+
}
|
3573
|
+
},
|
3574
|
+
{
|
3575
|
+
"2600:7100::/24" : {
|
3576
|
+
"autonomous_system_number" : 237,
|
3577
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3578
|
+
}
|
3579
|
+
},
|
3580
|
+
{
|
3581
|
+
"2600:7200::/23" : {
|
3582
|
+
"autonomous_system_number" : 237,
|
3583
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3584
|
+
}
|
3585
|
+
},
|
3586
|
+
{
|
3587
|
+
"2600:7400::/22" : {
|
3588
|
+
"autonomous_system_number" : 237,
|
3589
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3590
|
+
}
|
3591
|
+
},
|
3592
|
+
{
|
3593
|
+
"2600:7800::/21" : {
|
3594
|
+
"autonomous_system_number" : 237,
|
3595
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3596
|
+
}
|
3597
|
+
},
|
3598
|
+
{
|
3599
|
+
"2600:8000::/17" : {
|
3600
|
+
"autonomous_system_number" : 237,
|
3601
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3602
|
+
}
|
3603
|
+
},
|
3604
|
+
{
|
3605
|
+
"2601::/16" : {
|
3606
|
+
"autonomous_system_number" : 237,
|
3607
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3608
|
+
}
|
3609
|
+
},
|
3610
|
+
{
|
3611
|
+
"2602::/24" : {
|
3612
|
+
"autonomous_system_number" : 209,
|
3613
|
+
"autonomous_system_organization" : "NOVARTIS-DMZ-US"
|
3614
|
+
}
|
3615
|
+
},
|
3616
|
+
{
|
3617
|
+
"2602:100::/24" : {
|
3618
|
+
"autonomous_system_number" : 237,
|
3619
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3620
|
+
}
|
3621
|
+
},
|
3622
|
+
{
|
3623
|
+
"2602:200::/24" : {
|
3624
|
+
"autonomous_system_number" : 237,
|
3625
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3626
|
+
}
|
3627
|
+
},
|
3628
|
+
{
|
3629
|
+
"2602:300::/24" : {
|
3630
|
+
"autonomous_system_number" : 7018,
|
3631
|
+
"autonomous_system_organization" : "AT&T Services, Inc."
|
3632
|
+
}
|
3633
|
+
},
|
3634
|
+
{
|
3635
|
+
"2602:400::/22" : {
|
3636
|
+
"autonomous_system_number" : 237,
|
3637
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3638
|
+
}
|
3639
|
+
},
|
3640
|
+
{
|
3641
|
+
"2602:800::/21" : {
|
3642
|
+
"autonomous_system_number" : 237,
|
3643
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3644
|
+
}
|
3645
|
+
},
|
3646
|
+
{
|
3647
|
+
"2602:1000::/20" : {
|
3648
|
+
"autonomous_system_number" : 237,
|
3649
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3650
|
+
}
|
3651
|
+
},
|
3652
|
+
{
|
3653
|
+
"2602:2000::/19" : {
|
3654
|
+
"autonomous_system_number" : 237,
|
3655
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3656
|
+
}
|
3657
|
+
},
|
3658
|
+
{
|
3659
|
+
"2602:4000::/18" : {
|
3660
|
+
"autonomous_system_number" : 237,
|
3661
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3662
|
+
}
|
3663
|
+
},
|
3664
|
+
{
|
3665
|
+
"2602:8000::/17" : {
|
3666
|
+
"autonomous_system_number" : 237,
|
3667
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3668
|
+
}
|
3669
|
+
},
|
3670
|
+
{
|
3671
|
+
"2603::/16" : {
|
3672
|
+
"autonomous_system_number" : 237,
|
3673
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3674
|
+
}
|
3675
|
+
},
|
3676
|
+
{
|
3677
|
+
"2604::/14" : {
|
3678
|
+
"autonomous_system_number" : 237,
|
3679
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3680
|
+
}
|
3681
|
+
},
|
3682
|
+
{
|
3683
|
+
"2608::/13" : {
|
3684
|
+
"autonomous_system_number" : 237,
|
3685
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3686
|
+
}
|
3687
|
+
},
|
3688
|
+
{
|
3689
|
+
"2800::/19" : {
|
3690
|
+
"autonomous_system_number" : 237,
|
3691
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3692
|
+
}
|
3693
|
+
},
|
3694
|
+
{
|
3695
|
+
"2800:2000::/20" : {
|
3696
|
+
"autonomous_system_number" : 10318,
|
3697
|
+
"autonomous_system_organization" : "S.A."
|
3698
|
+
}
|
3699
|
+
},
|
3700
|
+
{
|
3701
|
+
"2800:3000::/20" : {
|
3702
|
+
"autonomous_system_number" : 237,
|
3703
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3704
|
+
}
|
3705
|
+
},
|
3706
|
+
{
|
3707
|
+
"2800:4000::/18" : {
|
3708
|
+
"autonomous_system_number" : 237,
|
3709
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3710
|
+
}
|
3711
|
+
},
|
3712
|
+
{
|
3713
|
+
"2800:8000::/17" : {
|
3714
|
+
"autonomous_system_number" : 237,
|
3715
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3716
|
+
}
|
3717
|
+
},
|
3718
|
+
{
|
3719
|
+
"2801::/16" : {
|
3720
|
+
"autonomous_system_number" : 237,
|
3721
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3722
|
+
}
|
3723
|
+
},
|
3724
|
+
{
|
3725
|
+
"2802::/15" : {
|
3726
|
+
"autonomous_system_number" : 237,
|
3727
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3728
|
+
}
|
3729
|
+
},
|
3730
|
+
{
|
3731
|
+
"2804::/15" : {
|
3732
|
+
"autonomous_system_number" : 237,
|
3733
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3734
|
+
}
|
3735
|
+
},
|
3736
|
+
{
|
3737
|
+
"2806::/20" : {
|
3738
|
+
"autonomous_system_number" : 237,
|
3739
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3740
|
+
}
|
3741
|
+
},
|
3742
|
+
{
|
3743
|
+
"2806:1000::/24" : {
|
3744
|
+
"autonomous_system_number" : 8151,
|
3745
|
+
"autonomous_system_organization" : "Uninet S.A. de C.V."
|
3746
|
+
}
|
3747
|
+
},
|
3748
|
+
{
|
3749
|
+
"2806:1100::/24" : {
|
3750
|
+
"autonomous_system_number" : 237,
|
3751
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3752
|
+
}
|
3753
|
+
},
|
3754
|
+
{
|
3755
|
+
"2806:1200::/23" : {
|
3756
|
+
"autonomous_system_number" : 237,
|
3757
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3758
|
+
}
|
3759
|
+
},
|
3760
|
+
{
|
3761
|
+
"2806:1400::/22" : {
|
3762
|
+
"autonomous_system_number" : 237,
|
3763
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3764
|
+
}
|
3765
|
+
},
|
3766
|
+
{
|
3767
|
+
"2806:1800::/21" : {
|
3768
|
+
"autonomous_system_number" : 237,
|
3769
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3770
|
+
}
|
3771
|
+
},
|
3772
|
+
{
|
3773
|
+
"2806:2000::/19" : {
|
3774
|
+
"autonomous_system_number" : 237,
|
3775
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3776
|
+
}
|
3777
|
+
},
|
3778
|
+
{
|
3779
|
+
"2806:4000::/18" : {
|
3780
|
+
"autonomous_system_number" : 237,
|
3781
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3782
|
+
}
|
3783
|
+
},
|
3784
|
+
{
|
3785
|
+
"2806:8000::/17" : {
|
3786
|
+
"autonomous_system_number" : 237,
|
3787
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3788
|
+
}
|
3789
|
+
},
|
3790
|
+
{
|
3791
|
+
"2807::/16" : {
|
3792
|
+
"autonomous_system_number" : 237,
|
3793
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3794
|
+
}
|
3795
|
+
},
|
3796
|
+
{
|
3797
|
+
"2808::/13" : {
|
3798
|
+
"autonomous_system_number" : 237,
|
3799
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3800
|
+
}
|
3801
|
+
},
|
3802
|
+
{
|
3803
|
+
"2a00::/22" : {
|
3804
|
+
"autonomous_system_number" : 3209,
|
3805
|
+
"autonomous_system_organization" : "Vodafone GmbH"
|
3806
|
+
}
|
3807
|
+
},
|
3808
|
+
{
|
3809
|
+
"2a00:800::/25" : {
|
3810
|
+
"autonomous_system_number" : 1257,
|
3811
|
+
"autonomous_system_organization" : "TELE2"
|
3812
|
+
}
|
3813
|
+
},
|
3814
|
+
{
|
3815
|
+
"2a00:2000::/23" : {
|
3816
|
+
"autonomous_system_number" : 5400,
|
3817
|
+
"autonomous_system_organization" : "British Telecommunications plc"
|
3818
|
+
}
|
3819
|
+
},
|
3820
|
+
{
|
3821
|
+
"2a00:2200::/24" : {
|
3822
|
+
"autonomous_system_number" : 5400,
|
3823
|
+
"autonomous_system_organization" : "British Telecommunications plc"
|
3824
|
+
}
|
3825
|
+
},
|
3826
|
+
{
|
3827
|
+
"2a00:2300::/25" : {
|
3828
|
+
"autonomous_system_number" : 5400,
|
3829
|
+
"autonomous_system_organization" : "British Telecommunications plc"
|
3830
|
+
}
|
3831
|
+
},
|
3832
|
+
{
|
3833
|
+
"2a00:2380::/25" : {
|
3834
|
+
"autonomous_system_number" : 2856,
|
3835
|
+
"autonomous_system_organization" : "BTnet UK Regional network"
|
3836
|
+
}
|
3837
|
+
},
|
3838
|
+
{
|
3839
|
+
"2a01:2e0::/28" : {
|
3840
|
+
"autonomous_system_number" : 8374,
|
3841
|
+
"autonomous_system_organization" : "Polkomtel Sp. z o.o."
|
3842
|
+
}
|
3843
|
+
},
|
3844
|
+
{
|
3845
|
+
"2a01:800::/24" : {
|
3846
|
+
"autonomous_system_number" : 3209,
|
3847
|
+
"autonomous_system_organization" : "Vodafone GmbH"
|
3848
|
+
}
|
3849
|
+
},
|
3850
|
+
{
|
3851
|
+
"2a01:c00::/26" : {
|
3852
|
+
"autonomous_system_number" : 13184,
|
3853
|
+
"autonomous_system_organization" : "Telefonica Germany GmbH & Co.OHG"
|
3854
|
+
}
|
3855
|
+
},
|
3856
|
+
{
|
3857
|
+
"2a01:e00::/26" : {
|
3858
|
+
"autonomous_system_number" : 12322,
|
3859
|
+
"autonomous_system_organization" : "Free SAS"
|
3860
|
+
}
|
3861
|
+
},
|
3862
|
+
{
|
3863
|
+
"2a01:1000::/21" : {
|
3864
|
+
"autonomous_system_number" : 5617,
|
3865
|
+
"autonomous_system_organization" : "Telekomunikacja Polska S.A."
|
3866
|
+
}
|
3867
|
+
},
|
3868
|
+
{
|
3869
|
+
"2a01:2000::/20" : {
|
3870
|
+
"autonomous_system_number" : 3269,
|
3871
|
+
"autonomous_system_organization" : "Telecom Italia S.p.a."
|
3872
|
+
}
|
3873
|
+
},
|
3874
|
+
{
|
3875
|
+
"2a01:c000::/19" : {
|
3876
|
+
"autonomous_system_number" : 5511,
|
3877
|
+
"autonomous_system_organization" : "Orange S.A."
|
3878
|
+
}
|
3879
|
+
},
|
3880
|
+
{
|
3881
|
+
"2a02:1200::/27" : {
|
3882
|
+
"autonomous_system_number" : 3303,
|
3883
|
+
"autonomous_system_organization" : "Swisscom (Switzerland) Ltd"
|
3884
|
+
}
|
3885
|
+
},
|
3886
|
+
{
|
3887
|
+
"2a02:1400::/26" : {
|
3888
|
+
"autonomous_system_number" : 2119,
|
3889
|
+
"autonomous_system_organization" : "Telenor Norge AS"
|
3890
|
+
}
|
3891
|
+
},
|
3892
|
+
{
|
3893
|
+
"2a02:1800::/24" : {
|
3894
|
+
"autonomous_system_number" : 6848,
|
3895
|
+
"autonomous_system_organization" : "Telenet N.V."
|
3896
|
+
}
|
3897
|
+
},
|
3898
|
+
{
|
3899
|
+
"2a02:2e00::/27" : {
|
3900
|
+
"autonomous_system_number" : 12715,
|
3901
|
+
"autonomous_system_organization" : "Jazz Telecom S.A."
|
3902
|
+
}
|
3903
|
+
},
|
3904
|
+
{
|
3905
|
+
"2a02:3000::/23" : {
|
3906
|
+
"autonomous_system_number" : 6805,
|
3907
|
+
"autonomous_system_organization" : "Telefonica Germany GmbH & Co.OHG"
|
3908
|
+
}
|
3909
|
+
},
|
3910
|
+
{
|
3911
|
+
"2a02:8100::/27" : {
|
3912
|
+
"autonomous_system_number" : 31334,
|
3913
|
+
"autonomous_system_organization" : "Kabel Deutschland Vertrieb und Service GmbH"
|
3914
|
+
}
|
3915
|
+
},
|
3916
|
+
{
|
3917
|
+
"2a02:8200::/27" : {
|
3918
|
+
"autonomous_system_number" : 9145,
|
3919
|
+
"autonomous_system_organization" : "EWE TEL GmbH"
|
3920
|
+
}
|
3921
|
+
},
|
3922
|
+
{
|
3923
|
+
"2a02:8400::/25" : {
|
3924
|
+
"autonomous_system_number" : 15557,
|
3925
|
+
"autonomous_system_organization" : "Societe Francaise du Radiotelephone S.A"
|
3926
|
+
}
|
3927
|
+
},
|
3928
|
+
{
|
3929
|
+
"2a02:9000::/23" : {
|
3930
|
+
"autonomous_system_number" : 3352,
|
3931
|
+
"autonomous_system_organization" : "TELEFONICA DE ESPANA"
|
3932
|
+
}
|
3933
|
+
},
|
3934
|
+
{
|
3935
|
+
"2a02:a000::/26" : {
|
3936
|
+
"autonomous_system_number" : 5432,
|
3937
|
+
"autonomous_system_organization" : "Belgacom regional ASN"
|
3938
|
+
}
|
3939
|
+
},
|
3940
|
+
{
|
3941
|
+
"2a02:a200::/27" : {
|
3942
|
+
"autonomous_system_number" : 6830,
|
3943
|
+
"autonomous_system_organization" : "Liberty Global Operations B.V."
|
3944
|
+
}
|
3945
|
+
},
|
3946
|
+
{
|
3947
|
+
"2a02:a300::/27" : {
|
3948
|
+
"autonomous_system_number" : 6830,
|
3949
|
+
"autonomous_system_organization" : "Liberty Global Operations B.V."
|
3950
|
+
}
|
3951
|
+
},
|
3952
|
+
{
|
3953
|
+
"2a02:a400::/26" : {
|
3954
|
+
"autonomous_system_number" : 1136,
|
3955
|
+
"autonomous_system_organization" : "KPN Internet Solutions"
|
3956
|
+
}
|
3957
|
+
},
|
3958
|
+
{
|
3959
|
+
"2a02:a440::/26" : {
|
3960
|
+
"autonomous_system_number" : 8737,
|
3961
|
+
"autonomous_system_organization" : "Koninklijke KPN N.V."
|
3962
|
+
}
|
3963
|
+
},
|
3964
|
+
{
|
3965
|
+
"2a02:a800::/26" : {
|
3966
|
+
"autonomous_system_number" : 6739,
|
3967
|
+
"autonomous_system_organization" : "Cableuropa - ONO"
|
3968
|
+
}
|
3969
|
+
},
|
3970
|
+
{
|
3971
|
+
"2a02:aa00::/27" : {
|
3972
|
+
"autonomous_system_number" : 6830,
|
3973
|
+
"autonomous_system_organization" : "Liberty Global Operations B.V."
|
3974
|
+
}
|
3975
|
+
},
|
3976
|
+
{
|
3977
|
+
"2a04:2400::/27" : {
|
3978
|
+
"autonomous_system_number" : 6830,
|
3979
|
+
"autonomous_system_organization" : "Liberty Global Operations B.V."
|
3980
|
+
}
|
3981
|
+
},
|
3982
|
+
{
|
3983
|
+
"2c00::/13" : {
|
3984
|
+
"autonomous_system_number" : 237,
|
3985
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3986
|
+
}
|
3987
|
+
},
|
3988
|
+
{
|
3989
|
+
"2c08::/14" : {
|
3990
|
+
"autonomous_system_number" : 237,
|
3991
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3992
|
+
}
|
3993
|
+
},
|
3994
|
+
{
|
3995
|
+
"2c0c::/15" : {
|
3996
|
+
"autonomous_system_number" : 237,
|
3997
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
3998
|
+
}
|
3999
|
+
},
|
4000
|
+
{
|
4001
|
+
"2c0e::/20" : {
|
4002
|
+
"autonomous_system_number" : 24863,
|
4003
|
+
"autonomous_system_organization" : "LINKdotNET"
|
4004
|
+
}
|
4005
|
+
},
|
4006
|
+
{
|
4007
|
+
"2c0e:1000::/20" : {
|
4008
|
+
"autonomous_system_number" : 237,
|
4009
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4010
|
+
}
|
4011
|
+
},
|
4012
|
+
{
|
4013
|
+
"2c0e:2000::/19" : {
|
4014
|
+
"autonomous_system_number" : 237,
|
4015
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4016
|
+
}
|
4017
|
+
},
|
4018
|
+
{
|
4019
|
+
"2c0e:4000::/18" : {
|
4020
|
+
"autonomous_system_number" : 237,
|
4021
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4022
|
+
}
|
4023
|
+
},
|
4024
|
+
{
|
4025
|
+
"2c0e:8000::/17" : {
|
4026
|
+
"autonomous_system_number" : 237,
|
4027
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4028
|
+
}
|
4029
|
+
},
|
4030
|
+
{
|
4031
|
+
"2c0f::/17" : {
|
4032
|
+
"autonomous_system_number" : 237,
|
4033
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4034
|
+
}
|
4035
|
+
},
|
4036
|
+
{
|
4037
|
+
"2c0f:8000::/18" : {
|
4038
|
+
"autonomous_system_number" : 237,
|
4039
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4040
|
+
}
|
4041
|
+
},
|
4042
|
+
{
|
4043
|
+
"2c0f:c000::/19" : {
|
4044
|
+
"autonomous_system_number" : 237,
|
4045
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4046
|
+
}
|
4047
|
+
},
|
4048
|
+
{
|
4049
|
+
"2c0f:e000::/20" : {
|
4050
|
+
"autonomous_system_number" : 237,
|
4051
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4052
|
+
}
|
4053
|
+
},
|
4054
|
+
{
|
4055
|
+
"2c0f:f000::/21" : {
|
4056
|
+
"autonomous_system_number" : 237,
|
4057
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4058
|
+
}
|
4059
|
+
},
|
4060
|
+
{
|
4061
|
+
"2c0f:f800::/22" : {
|
4062
|
+
"autonomous_system_number" : 237,
|
4063
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4064
|
+
}
|
4065
|
+
},
|
4066
|
+
{
|
4067
|
+
"2c0f:fc00::/27" : {
|
4068
|
+
"autonomous_system_number" : 3741,
|
4069
|
+
"autonomous_system_organization" : "IS"
|
4070
|
+
}
|
4071
|
+
},
|
4072
|
+
{
|
4073
|
+
"2c0f:fc20::/27" : {
|
4074
|
+
"autonomous_system_number" : 237,
|
4075
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4076
|
+
}
|
4077
|
+
},
|
4078
|
+
{
|
4079
|
+
"2c0f:fc40::/26" : {
|
4080
|
+
"autonomous_system_number" : 237,
|
4081
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4082
|
+
}
|
4083
|
+
},
|
4084
|
+
{
|
4085
|
+
"2c0f:fc80::/25" : {
|
4086
|
+
"autonomous_system_number" : 237,
|
4087
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4088
|
+
}
|
4089
|
+
},
|
4090
|
+
{
|
4091
|
+
"2c0f:fd00::/24" : {
|
4092
|
+
"autonomous_system_number" : 237,
|
4093
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4094
|
+
}
|
4095
|
+
},
|
4096
|
+
{
|
4097
|
+
"2c0f:fe00::/24" : {
|
4098
|
+
"autonomous_system_number" : 237,
|
4099
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4100
|
+
}
|
4101
|
+
},
|
4102
|
+
{
|
4103
|
+
"2c0f:ff00::/26" : {
|
4104
|
+
"autonomous_system_number" : 237,
|
4105
|
+
"autonomous_system_organization" : "Merit Network Inc."
|
4106
|
+
}
|
4107
|
+
},
|
4108
|
+
{
|
4109
|
+
"2c0f:ff40::/26" : {
|
4110
|
+
"autonomous_system_number" : 10474,
|
4111
|
+
"autonomous_system_organization" : "MWEB-10474"
|
4112
|
+
}
|
4113
|
+
},
|
4114
|
+
{
|
4115
|
+
"2c0f:ff80::/25" : {
|
33
4116
|
"autonomous_system_number" : 237,
|
34
4117
|
"autonomous_system_organization" : "Merit Network Inc."
|
35
4118
|
}
|