nicinfo 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/bin/nicinfo +22 -0
- data/lib/autnum.rb +90 -0
- data/lib/bootstrap.rb +198 -0
- data/lib/bsfiles/asn.json +2326 -0
- data/lib/bsfiles/dns.json +25 -0
- data/lib/bsfiles/entity.json +52 -0
- data/lib/bsfiles/ipv4.json +244 -0
- data/lib/bsfiles/ipv6.json +97 -0
- data/lib/cache.rb +141 -0
- data/lib/common_json.rb +263 -0
- data/lib/common_names.rb +49 -0
- data/lib/config.rb +260 -0
- data/lib/constants.rb +113 -0
- data/lib/data_tree.rb +205 -0
- data/lib/demo/autnum.json +228 -0
- data/lib/demo/domain-dnr.json +695 -0
- data/lib/demo/domain-rir.json +569 -0
- data/lib/demo/domains.json +625 -0
- data/lib/demo/entities.json +545 -0
- data/lib/demo/entity-dnr.json +143 -0
- data/lib/demo/entity-rir.json +394 -0
- data/lib/demo/error-code.json +31 -0
- data/lib/demo/help.json +58 -0
- data/lib/demo/ip.json +306 -0
- data/lib/demo/nameservers.json +434 -0
- data/lib/demo/ns-simple.json +210 -0
- data/lib/demo/ns-very-simple.json +41 -0
- data/lib/demo/ns.json +63 -0
- data/lib/demo/simple-ip.json +41 -0
- data/lib/demo/simple.json +13 -0
- data/lib/domain.rb +203 -0
- data/lib/ds_data.rb +70 -0
- data/lib/entity.rb +372 -0
- data/lib/enum.rb +47 -0
- data/lib/error_code.rb +56 -0
- data/lib/female-first-names.txt +4275 -0
- data/lib/ip.rb +86 -0
- data/lib/key_data.rb +70 -0
- data/lib/last-names.txt +88799 -0
- data/lib/male-first-names.txt +1219 -0
- data/lib/nicinfo_logger.rb +370 -0
- data/lib/nicinfo_main.rb +1013 -0
- data/lib/notices.rb +110 -0
- data/lib/ns.rb +108 -0
- data/lib/utils.rb +189 -0
- metadata +90 -0
@@ -0,0 +1,695 @@
|
|
1
|
+
{
|
2
|
+
"nicInfo_demoUrl":"http://rdappilot.arin.net/restfulwhois/rdap/domain/xn--fo-5ja.example",
|
3
|
+
"nicInfo_demoHint":"nicinfo xn--fo-5ja.example",
|
4
|
+
"rdapConformance":[
|
5
|
+
"rdap_level_0"
|
6
|
+
],
|
7
|
+
"notices":[
|
8
|
+
{
|
9
|
+
"title":"Terms of Use",
|
10
|
+
"description":[
|
11
|
+
"ARIN WHOIS data and services are subject to the Terms of Use available at: https://www.arin.net/whois_tou.html"
|
12
|
+
],
|
13
|
+
"links":[
|
14
|
+
{
|
15
|
+
"value":"http://whois.apnic.net/ip/2001:db8::0",
|
16
|
+
"rel":"terms-of-service",
|
17
|
+
"type":"text/html",
|
18
|
+
"href":"https://www.arin.net/whois_tou.html"
|
19
|
+
}
|
20
|
+
]
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"handle":"xn--fo-5ja.example-001",
|
24
|
+
"objectClassName":"domain",
|
25
|
+
"ldhName":"xn--fo-5ja.example",
|
26
|
+
"unicodeName":"foo.example",
|
27
|
+
"variants":[
|
28
|
+
{
|
29
|
+
"relation":[ "registered", "conjoined" ],
|
30
|
+
"idnTable" : ".EXAMPLE Swedish",
|
31
|
+
"variantNames":[
|
32
|
+
{
|
33
|
+
"ldhName":"xn--fo-cka.example",
|
34
|
+
"unicodeName":"foo.example"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"ldhName":"xn--fo-fka.example",
|
38
|
+
"unicodeName":"foeo.example"
|
39
|
+
}
|
40
|
+
]
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"relation":[ "unregistered", "restricted registration" ],
|
44
|
+
"variantNames":[
|
45
|
+
{
|
46
|
+
"ldhName":"xn--fo-8ja.example",
|
47
|
+
"unicodeName":"foo.example"
|
48
|
+
}
|
49
|
+
]
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"status":[ "locked", "transfer prohibited" ],
|
53
|
+
"publicIds" :
|
54
|
+
[
|
55
|
+
{
|
56
|
+
"type": "ENS_AUTH",
|
57
|
+
"identifier" : "1"
|
58
|
+
}
|
59
|
+
],
|
60
|
+
"nameServers":[
|
61
|
+
{
|
62
|
+
"handle":"ns1.example.com-001",
|
63
|
+
"objectClassName":"nameserver",
|
64
|
+
"ldhName":"ns1.example.com",
|
65
|
+
"status":[ "active" ],
|
66
|
+
"ipAddresses":{
|
67
|
+
"v6":[ "2001:db8::123", "2001:db8::124" ],
|
68
|
+
"v4":[ "192.0.2.1", "192.0.2.2" ]
|
69
|
+
},
|
70
|
+
"remarks":[
|
71
|
+
{
|
72
|
+
"description":[
|
73
|
+
"She sells sea shells down by the sea shore.",
|
74
|
+
"Originally written by Terry Sullivan."
|
75
|
+
]
|
76
|
+
}
|
77
|
+
],
|
78
|
+
"links":[
|
79
|
+
{
|
80
|
+
"value":"http://example.net/nameserver/XXXX",
|
81
|
+
"rel":"self",
|
82
|
+
"href":"http://example.net/nameserver/XXXX"
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"events":[
|
86
|
+
{
|
87
|
+
"eventAction":"registration",
|
88
|
+
"eventDate":"1990-12-31T23:59:60Z"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"entities":[
|
92
|
+
{
|
93
|
+
"handle":"MATTR-ARIN",
|
94
|
+
"objectClassName":"entity",
|
95
|
+
"vcardArray":[
|
96
|
+
"vcard",
|
97
|
+
[
|
98
|
+
["version", {}, "text", "4.0"],
|
99
|
+
["fn", {}, "text", "Matt Rowley"],
|
100
|
+
["kind", {}, "text", "individual"],
|
101
|
+
["org", {
|
102
|
+
"type":"work"
|
103
|
+
}, "text", "American Registry for Internet Numbers"],
|
104
|
+
["title", {}, "text", "Operations Manager"],
|
105
|
+
["role", {}, "text", "Project Lead"],
|
106
|
+
["adr",
|
107
|
+
{
|
108
|
+
"type":"work"
|
109
|
+
},
|
110
|
+
"text",
|
111
|
+
[
|
112
|
+
"",
|
113
|
+
"Suite 200",
|
114
|
+
"3635 Concorde Parkway",
|
115
|
+
"Chantilly",
|
116
|
+
"VA",
|
117
|
+
"20151",
|
118
|
+
"United States"
|
119
|
+
]
|
120
|
+
],
|
121
|
+
["tel",
|
122
|
+
{
|
123
|
+
"type":["work", "voice"],
|
124
|
+
"pref":"1"
|
125
|
+
},
|
126
|
+
"uri",
|
127
|
+
"tel:+1-703-227-9840"
|
128
|
+
],
|
129
|
+
["email",
|
130
|
+
{
|
131
|
+
"type":"work"
|
132
|
+
},
|
133
|
+
"text",
|
134
|
+
"info@arin.net"
|
135
|
+
]
|
136
|
+
]
|
137
|
+
],
|
138
|
+
"roles":[ "administrative" ],
|
139
|
+
"remarks":[
|
140
|
+
{
|
141
|
+
"title": "No Solicitations",
|
142
|
+
"description":[
|
143
|
+
"Absolutely no solicitations are accepted at by this contact. If you wish to offer services or products to the American Registry for Internet Numbers, contact Pete Toscano at +1-703-227-9840."
|
144
|
+
]
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"links":[
|
148
|
+
{
|
149
|
+
"value":"http://example.net/entity/MATTR-ARIN",
|
150
|
+
"rel":"self",
|
151
|
+
"href":"http://example.net/entity/MATTR-ARIN"
|
152
|
+
}
|
153
|
+
],
|
154
|
+
"events":[
|
155
|
+
{
|
156
|
+
"eventAction":"registration",
|
157
|
+
"eventDate":"2012-12-31T23:59:60Z",
|
158
|
+
"eventActor": "mattr@arin.net"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"eventAction":"last changed",
|
162
|
+
"eventDate":"2013-12-31T23:59:60Z",
|
163
|
+
"eventActor": "mattr@arin.net"
|
164
|
+
}
|
165
|
+
],
|
166
|
+
"asEventActor":[
|
167
|
+
{
|
168
|
+
"eventAction":"last changed",
|
169
|
+
"eventDate":"2013-12-31T23:59:60Z"
|
170
|
+
}
|
171
|
+
]
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"handle":"MAK21-ARIN",
|
175
|
+
"objectClassName":"entity",
|
176
|
+
"vcardArray":[
|
177
|
+
"vcard",
|
178
|
+
[
|
179
|
+
["version", {}, "text", "4.0"],
|
180
|
+
["fn", {}, "text", "Mark Kosters"],
|
181
|
+
["kind", {}, "text", "individual"],
|
182
|
+
["org", {
|
183
|
+
"type":"work"
|
184
|
+
}, "text", "American Registry for Internet Numbers"],
|
185
|
+
["title", {}, "text", "Chief Technical Officer"],
|
186
|
+
["role", {}, "text", "Pointy Haired Boss"],
|
187
|
+
["adr",
|
188
|
+
{
|
189
|
+
"type":"work",
|
190
|
+
"label" : "3635 Concorde Parkway\nSuite200\nChantilly\nVA\n20151"
|
191
|
+
},
|
192
|
+
"text",
|
193
|
+
[
|
194
|
+
"",
|
195
|
+
"",
|
196
|
+
"",
|
197
|
+
"",
|
198
|
+
"",
|
199
|
+
"",
|
200
|
+
""
|
201
|
+
]
|
202
|
+
],
|
203
|
+
["tel",
|
204
|
+
{
|
205
|
+
"type":["work", "voice"],
|
206
|
+
"pref":"1"
|
207
|
+
},
|
208
|
+
"uri",
|
209
|
+
"tel:+1-703-227-9840"
|
210
|
+
],
|
211
|
+
["email",
|
212
|
+
{
|
213
|
+
"type":"work"
|
214
|
+
},
|
215
|
+
"text",
|
216
|
+
"info@arin.net"
|
217
|
+
]
|
218
|
+
]
|
219
|
+
],
|
220
|
+
"roles":[ "technical" ],
|
221
|
+
"remarks":[
|
222
|
+
{
|
223
|
+
"title": "No Solicitations",
|
224
|
+
"description":[
|
225
|
+
"Absolutely no solicitations are accepted at by this contact. If you wish to offer services or products to the American Registry for Internet Numbers, contact Pete Toscano at +1-703-227-9840."
|
226
|
+
]
|
227
|
+
}
|
228
|
+
],
|
229
|
+
"links":[
|
230
|
+
{
|
231
|
+
"value":"http://example.net/entity/MAK21-ARIN",
|
232
|
+
"rel":"self",
|
233
|
+
"href":"http://example.net/entity/MAK21-ARIN"
|
234
|
+
}
|
235
|
+
],
|
236
|
+
"events":[
|
237
|
+
{
|
238
|
+
"eventAction":"registration",
|
239
|
+
"eventDate":"2012-12-31T23:59:60Z",
|
240
|
+
"eventActor": "markk@arin.net"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"eventAction":"last changed",
|
244
|
+
"eventDate":"2013-12-31T23:59:60Z",
|
245
|
+
"eventActor": "markkb@arin.net"
|
246
|
+
}
|
247
|
+
],
|
248
|
+
"asEventActor":[
|
249
|
+
{
|
250
|
+
"eventAction":"reregistration",
|
251
|
+
"eventDate":"2012-12-31T23:59:60Z"
|
252
|
+
}
|
253
|
+
]
|
254
|
+
}
|
255
|
+
]
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"handle":"ns2.example.com-001",
|
259
|
+
"objectClassName":"nameserver",
|
260
|
+
"ldhName":"ns2.example.com",
|
261
|
+
"status":[ "active" ],
|
262
|
+
"ipAddresses":{
|
263
|
+
"v6":[ "2001:db8::125", "2001:db8::126" ],
|
264
|
+
"v4":[ "192.0.2.3", "192.0.2.4" ]
|
265
|
+
},
|
266
|
+
"remarks":[
|
267
|
+
{
|
268
|
+
"description":[
|
269
|
+
"She sells sea shells down by the sea shore.",
|
270
|
+
"Originally written by Terry Sullivan."
|
271
|
+
]
|
272
|
+
}
|
273
|
+
],
|
274
|
+
"links":[
|
275
|
+
{
|
276
|
+
"value":"http://example.net/nameserver/XXXX",
|
277
|
+
"rel":"self",
|
278
|
+
"href":"http://example.net/nameserver/XXXX"
|
279
|
+
}
|
280
|
+
],
|
281
|
+
"entities":[
|
282
|
+
{
|
283
|
+
"handle":"MATTR-ARIN",
|
284
|
+
"objectClassName":"entity",
|
285
|
+
"vcardArray":[
|
286
|
+
"vcard",
|
287
|
+
[
|
288
|
+
["version", {}, "text", "4.0"],
|
289
|
+
["fn", {}, "text", "Matt Rowley"],
|
290
|
+
["kind", {}, "text", "individual"],
|
291
|
+
["org", {
|
292
|
+
"type":"work"
|
293
|
+
}, "text", "American Registry for Internet Numbers"],
|
294
|
+
["title", {}, "text", "Operations Manager"],
|
295
|
+
["role", {}, "text", "Project Lead"],
|
296
|
+
["adr",
|
297
|
+
{
|
298
|
+
"type":"work"
|
299
|
+
},
|
300
|
+
"text",
|
301
|
+
[
|
302
|
+
"",
|
303
|
+
"Suite 200",
|
304
|
+
"3635 Concorde Parkway",
|
305
|
+
"Chantilly",
|
306
|
+
"VA",
|
307
|
+
"20151",
|
308
|
+
"United States"
|
309
|
+
]
|
310
|
+
],
|
311
|
+
["tel",
|
312
|
+
{
|
313
|
+
"type":["work", "voice"],
|
314
|
+
"pref":"1"
|
315
|
+
},
|
316
|
+
"uri",
|
317
|
+
"tel:+1-703-227-9840"
|
318
|
+
],
|
319
|
+
["email",
|
320
|
+
{
|
321
|
+
"type":"work"
|
322
|
+
},
|
323
|
+
"text",
|
324
|
+
"info@arin.net"
|
325
|
+
]
|
326
|
+
]
|
327
|
+
],
|
328
|
+
"roles":[ "administrative" ],
|
329
|
+
"remarks":[
|
330
|
+
{
|
331
|
+
"title": "No Solicitations",
|
332
|
+
"description":[
|
333
|
+
"Absolutely no solicitations are accepted at by this contact. If you wish to offer services or products to the American Registry for Internet Numbers, contact Pete Toscano at +1-703-227-9840."
|
334
|
+
]
|
335
|
+
}
|
336
|
+
],
|
337
|
+
"links":[
|
338
|
+
{
|
339
|
+
"value":"http://example.net/entity/MATTR-ARIN",
|
340
|
+
"rel":"self",
|
341
|
+
"href":"http://example.net/entity/MATTR-ARIN"
|
342
|
+
}
|
343
|
+
],
|
344
|
+
"events":[
|
345
|
+
{
|
346
|
+
"eventAction":"registration",
|
347
|
+
"eventDate":"2012-12-31T23:59:60Z",
|
348
|
+
"eventActor": "mattr@arin.net"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"eventAction":"last changed",
|
352
|
+
"eventDate":"2013-12-31T23:59:60Z",
|
353
|
+
"eventActor": "mattr@arin.net"
|
354
|
+
}
|
355
|
+
],
|
356
|
+
"asEventActor":[
|
357
|
+
{
|
358
|
+
"eventAction":"last changed",
|
359
|
+
"eventDate":"2013-12-31T23:59:60Z"
|
360
|
+
}
|
361
|
+
]
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"handle":"MAK21-ARIN",
|
365
|
+
"objectClassName":"entity",
|
366
|
+
"vcardArray":[
|
367
|
+
"vcard",
|
368
|
+
[
|
369
|
+
["version", {}, "text", "4.0"],
|
370
|
+
["fn", {}, "text", "Mark Kosters"],
|
371
|
+
["kind", {}, "text", "individual"],
|
372
|
+
["org", {
|
373
|
+
"type":"work"
|
374
|
+
}, "text", "American Registry for Internet Numbers"],
|
375
|
+
["title", {}, "text", "Chief Technical Officer"],
|
376
|
+
["role", {}, "text", "Pointy Haired Boss"],
|
377
|
+
["adr",
|
378
|
+
{
|
379
|
+
"type":"work",
|
380
|
+
"label" : "3635 Concorde Parkway\nSuite200\nChantilly\nVA\n20151"
|
381
|
+
},
|
382
|
+
"text",
|
383
|
+
[
|
384
|
+
"",
|
385
|
+
"",
|
386
|
+
"",
|
387
|
+
"",
|
388
|
+
"",
|
389
|
+
"",
|
390
|
+
""
|
391
|
+
]
|
392
|
+
],
|
393
|
+
["tel",
|
394
|
+
{
|
395
|
+
"type":["work", "voice"],
|
396
|
+
"pref":"1"
|
397
|
+
},
|
398
|
+
"uri",
|
399
|
+
"tel:+1-703-227-9840"
|
400
|
+
],
|
401
|
+
["email",
|
402
|
+
{
|
403
|
+
"type":"work"
|
404
|
+
},
|
405
|
+
"text",
|
406
|
+
"info@arin.net"
|
407
|
+
]
|
408
|
+
]
|
409
|
+
],
|
410
|
+
"roles":[ "technical" ],
|
411
|
+
"remarks":[
|
412
|
+
{
|
413
|
+
"title": "No Solicitations",
|
414
|
+
"description":[
|
415
|
+
"Absolutely no solicitations are accepted at by this contact. If you wish to offer services or products to the American Registry for Internet Numbers, contact Pete Toscano at +1-703-227-9840."
|
416
|
+
]
|
417
|
+
}
|
418
|
+
],
|
419
|
+
"links":[
|
420
|
+
{
|
421
|
+
"value":"http://example.net/entity/MAK21-ARIN",
|
422
|
+
"rel":"self",
|
423
|
+
"href":"http://example.net/entity/MAK21-ARIN"
|
424
|
+
}
|
425
|
+
],
|
426
|
+
"events":[
|
427
|
+
{
|
428
|
+
"eventAction":"registration",
|
429
|
+
"eventDate":"2012-12-31T23:59:60Z",
|
430
|
+
"eventActor": "markk@arin.net"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"eventAction":"last changed",
|
434
|
+
"eventDate":"2013-12-31T23:59:60Z",
|
435
|
+
"eventActor": "markkb@arin.net"
|
436
|
+
}
|
437
|
+
],
|
438
|
+
"asEventActor":[
|
439
|
+
{
|
440
|
+
"eventAction":"reregistration",
|
441
|
+
"eventDate":"2012-12-31T23:59:60Z"
|
442
|
+
}
|
443
|
+
]
|
444
|
+
}
|
445
|
+
],
|
446
|
+
"events":[
|
447
|
+
{
|
448
|
+
"eventAction":"registration",
|
449
|
+
"eventDate":"1990-12-31T23:59:60Z"
|
450
|
+
}
|
451
|
+
]
|
452
|
+
}
|
453
|
+
],
|
454
|
+
"secureDNS":{
|
455
|
+
"zoneSigned":true,
|
456
|
+
"delegationSigned":true,
|
457
|
+
"maxSigLife":604800,
|
458
|
+
"keyData":[
|
459
|
+
{
|
460
|
+
"links":[
|
461
|
+
{
|
462
|
+
"value":"http://whois.arin.net/domain/xn--fo-5ja.example",
|
463
|
+
"rel":"self",
|
464
|
+
"href":"http://whois.arin.net/domain/xn--fo-5ja.example/keydata_1"
|
465
|
+
}
|
466
|
+
],
|
467
|
+
"flags":257,
|
468
|
+
"protocol":3,
|
469
|
+
"algorithm":1,
|
470
|
+
"publicKey":"AQPJ////4Q==",
|
471
|
+
"events":[
|
472
|
+
{
|
473
|
+
"eventAction":"last changed",
|
474
|
+
"eventDate":"2012-07-23T05:15:47Z"
|
475
|
+
}
|
476
|
+
]
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"links":[
|
480
|
+
{
|
481
|
+
"value":"http://whois.arin.net/domain/xn--fo-5ja.example",
|
482
|
+
"rel":"self",
|
483
|
+
"href":"http://whois.arin.net/domain/xn--fo-5ja.example/keydata_2"
|
484
|
+
}
|
485
|
+
],
|
486
|
+
"flags":257,
|
487
|
+
"protocol":3,
|
488
|
+
"algorithm":3,
|
489
|
+
"publicKey":"AQPJ////4Q==",
|
490
|
+
"events":[
|
491
|
+
{
|
492
|
+
"eventAction":"last changed",
|
493
|
+
"eventDate":"2012-07-23T05:15:47Z"
|
494
|
+
}
|
495
|
+
]
|
496
|
+
}
|
497
|
+
]
|
498
|
+
},
|
499
|
+
"remarks":[
|
500
|
+
{
|
501
|
+
"description":[
|
502
|
+
"She sells sea shells down by the sea shore.",
|
503
|
+
"Originally written by Terry Sullivan."
|
504
|
+
]
|
505
|
+
}
|
506
|
+
],
|
507
|
+
"links":[
|
508
|
+
{
|
509
|
+
"value":"http://rdappilot.arin.net/rdapbootstrap/domain/xn--fo-5ja.example",
|
510
|
+
"rel":"self",
|
511
|
+
"href":"http://rdappilot.arin.net/rdapbootstrap/domain/xn--fo-5ja.example"
|
512
|
+
}
|
513
|
+
],
|
514
|
+
"port43":"whois.example.net",
|
515
|
+
"events":[
|
516
|
+
{
|
517
|
+
"eventAction":"registration",
|
518
|
+
"eventDate":"1990-12-31T23:59:60Z"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"eventAction":"transfer",
|
522
|
+
"eventDate":"1991-12-31T23:59:60Z",
|
523
|
+
"eventActor":"joe@bob.com"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"eventAction":"expiration",
|
527
|
+
"eventDate":"2016-12-31T23:59:60Z"
|
528
|
+
}
|
529
|
+
],
|
530
|
+
"entities":[
|
531
|
+
{
|
532
|
+
"handle":"MATTR-ARIN",
|
533
|
+
"objectClassName":"entity",
|
534
|
+
"vcardArray":[
|
535
|
+
"vcard",
|
536
|
+
[
|
537
|
+
["version", {}, "text", "4.0"],
|
538
|
+
["fn", {}, "text", "Matt Rowley"],
|
539
|
+
["kind", {}, "text", "individual"],
|
540
|
+
["org", {
|
541
|
+
"type":"work"
|
542
|
+
}, "text", "American Registry for Internet Numbers"],
|
543
|
+
["title", {}, "text", "Operations Manager"],
|
544
|
+
["role", {}, "text", "Project Lead"],
|
545
|
+
["adr",
|
546
|
+
{
|
547
|
+
"type":"work"
|
548
|
+
},
|
549
|
+
"text",
|
550
|
+
[
|
551
|
+
"",
|
552
|
+
"Suite 200",
|
553
|
+
"3635 Concorde Parkway",
|
554
|
+
"Chantilly",
|
555
|
+
"VA",
|
556
|
+
"20151",
|
557
|
+
"United States"
|
558
|
+
]
|
559
|
+
],
|
560
|
+
["tel",
|
561
|
+
{
|
562
|
+
"type":["work", "voice"],
|
563
|
+
"pref":"1"
|
564
|
+
},
|
565
|
+
"uri",
|
566
|
+
"tel:+1-703-227-9840"
|
567
|
+
],
|
568
|
+
["email",
|
569
|
+
{
|
570
|
+
"type":"work"
|
571
|
+
},
|
572
|
+
"text",
|
573
|
+
"info@arin.net"
|
574
|
+
]
|
575
|
+
]
|
576
|
+
],
|
577
|
+
"roles":[ "administrative" ],
|
578
|
+
"remarks":[
|
579
|
+
{
|
580
|
+
"title": "No Solicitations",
|
581
|
+
"description":[
|
582
|
+
"Absolutely no solicitations are accepted at by this contact. If you wish to offer services or products to the American Registry for Internet Numbers, contact Pete Toscano at +1-703-227-9840."
|
583
|
+
]
|
584
|
+
}
|
585
|
+
],
|
586
|
+
"links":[
|
587
|
+
{
|
588
|
+
"value":"http://example.net/entity/MATTR-ARIN",
|
589
|
+
"rel":"self",
|
590
|
+
"href":"http://example.net/entity/MATTR-ARIN"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"events":[
|
594
|
+
{
|
595
|
+
"eventAction":"registration",
|
596
|
+
"eventDate":"2012-12-31T23:59:60Z",
|
597
|
+
"eventActor": "mattr@arin.net"
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"eventAction":"last changed",
|
601
|
+
"eventDate":"2013-12-31T23:59:60Z",
|
602
|
+
"eventActor": "mattr@arin.net"
|
603
|
+
}
|
604
|
+
],
|
605
|
+
"asEventActor":[
|
606
|
+
{
|
607
|
+
"eventAction":"last changed",
|
608
|
+
"eventDate":"2013-12-31T23:59:60Z"
|
609
|
+
}
|
610
|
+
]
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"handle":"MAK21-ARIN",
|
614
|
+
"objectClassName":"entity",
|
615
|
+
"vcardArray":[
|
616
|
+
"vcard",
|
617
|
+
[
|
618
|
+
["version", {}, "text", "4.0"],
|
619
|
+
["fn", {}, "text", "Mark Kosters"],
|
620
|
+
["kind", {}, "text", "individual"],
|
621
|
+
["org", {
|
622
|
+
"type":"work"
|
623
|
+
}, "text", "American Registry for Internet Numbers"],
|
624
|
+
["title", {}, "text", "Chief Technical Officer"],
|
625
|
+
["role", {}, "text", "Pointy Haired Boss"],
|
626
|
+
["adr",
|
627
|
+
{
|
628
|
+
"type":"work",
|
629
|
+
"label" : "3635 Concorde Parkway\nSuite200\nChantilly\nVA\n20151"
|
630
|
+
},
|
631
|
+
"text",
|
632
|
+
[
|
633
|
+
"",
|
634
|
+
"",
|
635
|
+
"",
|
636
|
+
"",
|
637
|
+
"",
|
638
|
+
"",
|
639
|
+
""
|
640
|
+
]
|
641
|
+
],
|
642
|
+
["tel",
|
643
|
+
{
|
644
|
+
"type":["work", "voice"],
|
645
|
+
"pref":"1"
|
646
|
+
},
|
647
|
+
"uri",
|
648
|
+
"tel:+1-703-227-9840"
|
649
|
+
],
|
650
|
+
["email",
|
651
|
+
{
|
652
|
+
"type":"work"
|
653
|
+
},
|
654
|
+
"text",
|
655
|
+
"info@arin.net"
|
656
|
+
]
|
657
|
+
]
|
658
|
+
],
|
659
|
+
"roles":[ "technical" ],
|
660
|
+
"remarks":[
|
661
|
+
{
|
662
|
+
"title": "No Solicitations",
|
663
|
+
"description":[
|
664
|
+
"Absolutely no solicitations are accepted at by this contact. If you wish to offer services or products to the American Registry for Internet Numbers, contact Pete Toscano at +1-703-227-9840."
|
665
|
+
]
|
666
|
+
}
|
667
|
+
],
|
668
|
+
"links":[
|
669
|
+
{
|
670
|
+
"value":"http://example.net/entity/MAK21-ARIN",
|
671
|
+
"rel":"self",
|
672
|
+
"href":"http://example.net/entity/MAK21-ARIN"
|
673
|
+
}
|
674
|
+
],
|
675
|
+
"events":[
|
676
|
+
{
|
677
|
+
"eventAction":"registration",
|
678
|
+
"eventDate":"2012-12-31T23:59:60Z",
|
679
|
+
"eventActor": "markk@arin.net"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"eventAction":"last changed",
|
683
|
+
"eventDate":"2013-12-31T23:59:60Z",
|
684
|
+
"eventActor": "markkb@arin.net"
|
685
|
+
}
|
686
|
+
],
|
687
|
+
"asEventActor":[
|
688
|
+
{
|
689
|
+
"eventAction":"reregistration",
|
690
|
+
"eventDate":"2012-12-31T23:59:60Z"
|
691
|
+
}
|
692
|
+
]
|
693
|
+
}
|
694
|
+
]
|
695
|
+
}
|