-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
408 lines (356 loc) · 17.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Internet Yellow Pages Console - Index</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Maxim
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex justify-content-between">
<div class="logo">
<h1><a href="index.html">IYP Console</a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">Get Started</a></li>
<li><a class="nav-link scrollto" href="#queries">Examples</a></li>
<li><a class="nav-link scrollto " href="#datasources">Data Sources</a></li>
<li><a class="nav-link scrollto" href="#faq">FAQ</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="container text-center text-md-left" data-aos="fade-up">
<h1>Welcome to IYP Console</h1>
<h2>You can query the Internet Yellow Pages database here</h2>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
<a href="https://iyp.iijlab.net/iyp/browser/?dbms=iyp-bolt.iijlab.net:443" class="btn-get-started scrollto">Query IYP</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Get Started Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-7" data-aos="fade-right">
<img src="assets/img/about-img.png" class="img-fluid" alt="">
</div>
<div class="col-xl-6 col-lg-5 pt-5 pt-lg-0">
<h3 data-aos="fade-up">Get Started</h3>
<p data-aos="fade-up">
The Internet Yellow Pages (IYP) is a knowledge database that gathers
information about Internet resources (for example ASNs, IP prefixes,
and domain names) and is easily queryable.
</p>
<div class="icon-box" data-aos="fade-up">
<i class="bx bx-receipt"></i>
<h4>No password required</h4>
<p>To query the IYP database, go to <a href="https://iyp.iijlab.net/iyp/browser/?dbms=iyp-bolt.iijlab.net:443">https://iyp.iijlab.net/iyp/browser/</a>,
enter 'iyp-bolt.iijlab.net:443' in the 'Connect URL' field and click on the 'Connect' button. No Username/Password is required.
</p>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-cog"></i>
<h4>Change the default settings</h4>
<p>We recommend to change the default settings.
Click on the settings icon at the bottom left then:
<ul>
<li>Uncheck the 'Connect result nodes' option. This option may display more links than you are querying for.</li>
<li>Increase the 'Initial Node Display' value when querying for many nodes.</li>
</ul>
</p>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-edit-alt"></i>
<h4>Read only</h4>
<p>This public instance of the database is in read-only mode.
This means you can only query the data and not alter it.</p>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="queries" class="features section-bg">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-7 mb-lg-0" data-aos="fade-right">
<h2 data-aos="fade-up">Example Queries</h2>
<ul class="nav nav-tabs flex-column">
<li class="nav-item">
<a class="nav-link active show" data-bs-toggle="tab" href="#tab-1">
<h4>Find the name of an AS</h4>
<div class="row">
<div class="col-10">
<p>
<code id='query-1'>MATCH p = (:AS {asn:2497})--(:Name) RETURN p</code>
</p>
</div>
<div class="col-2">
<p>
<i id="query-1-btn" class="bx bx-copy-alt" onclick="toClipboard('query-1')"></i>
</p>
</div>
</div>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-bs-toggle="tab" href="#tab-2">
<h4>All nodes related to a prefix</h4>
<div class="row">
<div class="col-10">
<p>
<code id='query-2'>MATCH p = (:Prefix {prefix:'8.8.8.0/24'})--(neighbor) RETURN p</code>
</p>
</div>
<div class="col-2">
<p>
<i id="query-2-btn" class="bx bx-copy-alt" onclick="toClipboard('query-2')"></i>
</p>
</div>
</div>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-bs-toggle="tab" href="#tab-3">
<h4>Country code of an AS in delegated files</h4>
<div class="row">
<div class="col-10">
<p>
<code id='query-3'>MATCH p = (:AS {asn:2497})-[{reference_name:'nro.delegated_stats'}]-(:Country) RETURN p</code>
</p>
</div>
<div class="col-2">
<p>
<i id="query-3-btn" class="bx bx-copy-alt" onclick="toClipboard('query-3')"></i>
</p>
</div>
</div>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-bs-toggle="tab" href="#tab-4">
<h4>Countries of IXPs where AS2497 is present</h4>
<div class="row">
<div class="col-10">
<p>
<code id='query-4'>
MATCH p = (iij:AS {asn:2497})-[:MEMBER_OF]-(ix:IXP)--(cc:Country) RETURN p
</code>
</p>
</div>
<div class="col-2">
<p>
<i id="query-4-btn" class="bx bx-copy-alt" onclick="toClipboard('query-4')"></i>
</p>
</div>
</div>
</a>
</li>
</ul>
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-left">
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<figure>
<img src="assets/img/query-1.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-2">
<figure>
<img src="assets/img/query-2.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-3">
<figure>
<img src="assets/img/query-3.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-4">
<figure>
<img src="assets/img/query-4.png" alt="" class="img-fluid">
</figure>
</div>
</div>
</div>
</div>
<div class="section-body" data-aos="fade-up">
<p>Find more examples at the following links:
<ul>
<li><a href="https://github.com/InternetHealthReport/internet-yellow-pages/blob/main/documentation/gallery.md">IYP Gallery on GitHub</a></li>
<li><a href="https://blog.apnic.net/2023/09/06/understanding-the-japanese-internet-with-the-internet-yellow-pages/">APNIC blog article on the Internet in Japan</a></li>
<li><a href="https://ripe86.ripe.net/archives/video/1073/">RIPE86 presentation</a></li>
<li>See also the guides that appear after you connect to the database in the IYP console.</li>
</ul>
</p>
<h3>Write your own queries</h3>
<p>The above queries are written in Cypher. This is the best way to
browse the IYP database, so if you want to master IYP you'll
certainly want to also check the <a href="https://neo4j.com/docs/getting-started/cypher-intro/">Cypher documentation</a>.
</p>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Portfolio Section ======= -->
<section id="datasources" class="portfolio">
<div class="container">
<div data-aos="fade-up">
<h2 class="section-title">Data Sources</h2>
<p>Many thanks to all the organizations providing data to the Internet Yellow Pages!</p>
<div class="row">
<div class="col">
<ul>
<li><a href="https://www.apnic.net/">APNIC</a></li>
<li><a href="https://bgpkit.com/">BGPKIT</a></li>
<li><a href="https://bgp.tools/">BGP.Tools</a></li>
<li><a href="https://www.caida.org/">CAIDA</a></li>
<li><a href="https://www.cisco.com/">Cisco</a></li>
<li><a href="https://www.citizenlab.co/">CitizenLab</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><a href="https://radar.cloudflare.com/">Cloudflare</a></li>
<li><a href="https://ihr.iijlab.net">IHR</a></li>
<li><a href="https://inetintel.notion.site">Georgia Tech</a></li>
<li><a href="https://www.manrs.org/">MANRS</a></li>
<li><a href="https://www.nro.net/">NRO</a></li>
<li><a href="https://openintel.nl/">OpenINTEL</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><a href="https://www.pch.net">PCH</a></li>
<li><a href="https://www.peeringdb.com/">PeeringDB</a></li>
<li><a href="https://www.ripe.net/">RIPE NCC</a></li>
<li><a href="https://www.routeviews.org/routeviews/">RouteViews</a></li>
<li><a href="https://asdb.stanford.edu/">Stanford</a></li>
<li><a href="https://tranco-list.eu/">Tranco</a></li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>F.A.Q</h2>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-1">Why do I see multiple links between two nodes?<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-bs-parent=".faq-list">
<p>
Each dataset imported in IYP adds new links and sometimes it happens that two different datasets provide
the same information. For example, APNIC and CAIDA datasets both give the name 'IIJ' to AS2497 which
creates two links between the nodes'AS2497' and 'IIJ'. To understand the differences between links that
connect the same nodes check the properties attached to the links (by clicking on them on the graphical
interface).
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-2" class="collapsed">What are all the types of nodes/links available in IYP? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-bs-parent=".faq-list">
<p>
In the IYP console click on the top-right database icon to see the list of node/relationship types and properties attached to them. An example is shown when clicking on any of these.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-3" class="collapsed">Can I run IYP locally? And add my own data? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
Yes, and we recommend you to do so if you want programmatically query IYP at a high rate. The
instructions to download the database and run the docker container are available at: <a href"https://github.com/InternetHealthReport/internet-yellow-pages/">https://github.com/InternetHealthReport/internet-yellow-pages/</a>
</p>
</div>
</li>
</ul>
</div>
</div>
</section><!-- End F.A.Q Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Contact</h2>
<p> Feel free to contact us by email or send your feedback on GitHub:</p>
</div>
<div class="row no-gutters justify-content-center" data-aos="fade-up">
<div class="col-lg-6 d-flex align-items-stretch">
<div class="info">
<div class="email mt-4">
<i class="bi bi-envelope"></i>
<p>[email protected]</p>
</div>
<div class="phone mt-4">
<i class="bi bi-github"></i>
<p><a href='http://github.com/InternetHealthReport/internet-yellow-pages'>http://github.com/InternetHealthReport/internet-yellow-pages</a></p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>IYP Console</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>