-
Notifications
You must be signed in to change notification settings - Fork 0
/
tormap.html
79 lines (62 loc) · 3.39 KB
/
tormap.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>Evil 32: Tor's Map of the Internet</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,400,400italic" type="text/css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" type='text/css'>
<link rel="stylesheet" href="/evil32.css" type='text/css'>
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="col-lg-12 col-md-12 col-sm-12 ">
<h1 style="margin:5px;" class="text-center">Tor's Map of the Internet</h1>
<h4 style="margin:5px;" class="text-center">The area of each website corresponds to the amout of traffic received from the Tor network.</h4>
</div>
<div class = "row">
</div>
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-9">
<a href="/tormap_med.gif" target="_blank"><img width="100%" src="/tormap_small.jpg" /></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<h2 style="margin-top:50px;" class="text-center">"Who uses Tor? Just Criminals?"</h2>
<h4 class="text-center">I have supported the Tor project for years and recently a friend challenged if I should.<br>This map is the result of my friend's challenge.</h4>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<h3>Q&A</h3>
<h4>How was this data collected?</h4>
<p>Domain lookups were recorded from several exit relays for a couple months.</p>
<h4>Isn't it against the spirit of Tor to record connection data?</h4>
<p>Kinda, but only domain lookups were recorded which my ISP probably already does :(</p>
<h4>How accurate is the data you collected?</h4>
<p>It's sampled from only a few exit relays, and DNS data isn't exactly clean. It's a rough estimate.</p>
<h4>Wait! What about hidden services? That area of the map is all foggy!</h4>
<p>Yea, I don't know of a way to collect usage info on hidden services :)</p>
<h4>Where can I get the full size image and/or a print?</h4>
<p>
You can download the full size image and/or get a print <a href="http://freethenation.deviantart.com/art/Tor-s-Map-of-the-Internet-507335955" target="_blank">here</a>. The map is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution 3.0 License</a>.
</p>
<h4>Who authored this page?</h4>
<p>
<u>Richard Klafter</u><br>
Email: <img src="/richard_email.png"><br>
GPG fingerprint: <code>CB7C8A7B567FB2C2ACC2873B04FAC2E9CC21424A</code><br>
GPG key: <a href="/RichardKlafter.gpg" download>download here</a><br>
</p>
<p class="timestamp">Page posted 2015-01-20 12:49 UTC.</p>
</div>
</div>
</div>
</body>
</html>