tor-exit-notice.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <html>
  2. <head>
  3. <title>This is a Tor Exit Router</title>
  4. <!--
  5. This notice is intended to be placed on a virtual host for a domain that
  6. your Tor exit node IP reverse resolves to so that people who may be about
  7. to file an abuse complaint would check it first before bothering you or
  8. your ISP. Ex:
  9. http://tor-exit.yourdomain.org or http://tor-readme.yourdomain.org.
  10. This type of setup has proven very effective at reducing abuse complaints
  11. for exit node operators.
  12. There are a few places in this document that you may want to customize.
  13. They are marked with FIXME.
  14. -->
  15. </head>
  16. <body bgcolor=white text=black>
  17. <center><h1>This is a Tor Exit Router</h1></center>
  18. <p>Most likely you are accessing this website because you had some issue with
  19. the traffic coming from this IP. This router is part of the <a
  20. href="https://www.torproject.org/">Tor Anonymity Network</a>, which is
  21. dedicated to providing people with anonymity who need it most: average
  22. computer users. This router IP should be generating no other traffic, unless
  23. it has been compromised.
  24. <p>
  25. While Tor is not designed for malicious computer users, it is inevitable that
  26. some may use the network for malicious ends. In the mind of this operator,
  27. the social need for easily accessible censorship-resistant anonymous
  28. communication trumps the risk. Tor sees use by many important segments of the
  29. population, including whistle blowers, journalists, Chinese dissidents
  30. skirting the Great Firewall and oppressive censorship, abuse victims,
  31. stalker targets, the US military, and law enforcement, just to name a few.
  32. <p>
  33. <!-- FIXME: you should probably grab your own copy of how_tor_works_thumb.png
  34. and serve it locally -->
  35. <center><a href="https://www.torproject.org/overview.html">
  36. <img src="http://www.torproject.org/images/how_tor_works_thumb.png"></a></center>
  37. <p>
  38. In terms of applicable law, the best way to understand Tor is to consider it a
  39. network of routers operating as common carriers, much like the Internet
  40. backbone. However, unlike the Internet backbone routers, Tor routers
  41. explicitly do not contain identifiable routing information about the source of
  42. a packet.
  43. <p>
  44. As such, there is little the operator of this router can do to help you track
  45. the connection further. This router maintains no logs of any of the Tor
  46. traffic, so there is little that can be done to trace either legitimate or
  47. illegitimate traffic (or to filter one from the other). Attempts to
  48. seize this router will accomplish nothing.
  49. <p>
  50. <!--- FIXME: US-Only section. Remove if you are a non-US operator -->
  51. Furthermore, this machine also serves as a carrier of email, which means that
  52. its contents are further protected under the ECPA. <a
  53. href="http://www4.law.cornell.edu/uscode/html/uscode18/usc_sec_18_00002707----000-.html">18
  54. USC 2707</a> explicitly allows for civil remedies ($1000/account
  55. <i><b><u>plus</u></b></i> legal fees)
  56. in the event of a seizure executed without good faith or probable cause (it
  57. should be clear at this point that traffic with an originating IP address of
  58. FIXME_DNS_NAME should not constitute probable cause to seize the
  59. machine). Similar considerations exist for 1st amendment content on this
  60. machine.
  61. <p>
  62. <!-- FIXME: May or may not be US-only. Some non-US tor nodes have in
  63. fact reported DMCA harassment... -->
  64. If you are a representative of a company who feels that this router is being
  65. used to violate the DMCA, please be aware that this machine does not host or
  66. contain any illegal content. Also be aware that network infrastructure
  67. maintainers are not liable for the type of content that passes over their
  68. equipment, in accordance with <a
  69. href="http://www4.law.cornell.edu/uscode/html/uscode17/usc_sec_17_00000512----000-.html">DMCA
  70. "safe harbor" provisions</a>. In other words, you will have just as much luck
  71. sending a takedown notice to the Internet backbone providers. Please consult
  72. <a href="https://www.torproject.org/eff/tor-dmca-response.html">EFF's prepared
  73. response</a> for more information on this matter.
  74. <p>For more information, please consult the following documentation:
  75. <ol>
  76. <li><a href="https://www.torproject.org/overview.html">Tor Overview</a></li>
  77. <li><a href="https://www.torproject.org/faq-abuse.html">Tor Abuse FAQ</a></li>
  78. <li><a href="https://www.torproject.org//eff/tor-legal-faq.html">Tor Legal FAQ</a></li>
  79. </ol>
  80. <p>
  81. That being said, if you still have a complaint about the router, you may
  82. email the <a href="mailto:FIXME_YOUR_EMAIL_ADDRESS">maintainer</a>. If
  83. complaints are related to a particular service that is being abused, I will
  84. consider removing that service from my exit policy, which would prevent my
  85. router from allowing that traffic to exit through it. I can only do this on an
  86. IP+destination port basis, however. Common P2P ports are
  87. already blocked.
  88. <p>You also have the option of blocking this IP address and others on
  89. the Tor network if you so desire. The Tor project provides a <a
  90. href="https://www.torproject.org/cvs/tor/contrib/exitlist">python script</a> to
  91. extract all IP addresses of Tor exit nodes, and an official <a
  92. href="http://exitlist.torproject.org/">DNSRBL</a> is also available to
  93. determine if a given IP address is actually a Tor exit server. Please
  94. be considerate
  95. when using these options. It would be unfortunate to deny all Tor users access
  96. to your site indefinitely simply because of a few bad apples.
  97. </body>
  98. </html>