Sunday, November 10, 2013

Tor or anonymity network:Wikipedia

Tor (anonymity network)

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Tor
Tor-logo-2011-flat.svg
Developer(s) The Tor Project[1]
Initial release 20 September 2002[2]
Stable release 0.2.3.25 (19 November 2012; 11 months ago[3]) [±]
Preview release 0.2.4.17 RC[4] (6 September 2013) [±]
Written in C
Operating system Cross-platform
Type Onion routing, Anonymity
License BSD
Website www.torproject.org
Tor (previously TOR, an acronym for The Onion Router)[5][not in citation given] is free software for enabling online anonymity. Tor directs Internet traffic through a free, worldwide, volunteer network consisting of more than four thousand relays[6] to conceal a user's location or usage from anyone conducting network surveillance or traffic analysis. Using Tor makes it more difficult to trace Internet activity, including "visits to Web sites, online posts, instant messages, and other communication forms", back to the user[7] and is intended to protect the personal privacy of users, as well as their freedom and ability to conduct confidential business by keeping their internet activities from being monitored.
"Onion Routing" refers to the layers of the encryption used. The original data, including its destination, are encrypted and re-encrypted multiple times, and are sent through a virtual circuit comprising successive, randomly selected Tor relays. Each relay decrypts a "layer" of encryption to reveal only the next relay in the circuit, in order to pass the remaining encrypted data on to it. The final relay decrypts the last layer of encryption and sends the original data, without revealing or even knowing its sender, to the destination. This method reduces the chance of the original data being understood in transit and, more notably, conceals the routing of it.[8]
As the 2013 anonymity-stripping attacks EgotisticalGiraffe[9] (sic) on Freedom Hosting users demonstrated, it is possible to attack Tor users indirectly, e.g., via vulnerabilities in servers and web browsers.[10] However, an NSA appraisal released by The Guardian in October of that year characterized Tor as "[s]till the King of high secure, low latency Internet anonymity" and that "[t]here are no contenders for the throne in waiting".[11]

History


An alpha version of the free software, with the onion routing network "functional and deployed", was announced on 20 September 2002.[2] Roger Dingledine, Nick Mathewson, and Paul Syverson presented "Tor: The Second-Generation Onion Router" at the thirteenth USENIX Security Symposium on 13 August 2004.[12] Although the name Tor originated as an acronym of The Onion Routing project (TOR project), the current project no longer considers the name to be an acronym, and therefore, does not use all capital letters.[13]
Originally sponsored by the U.S. Naval Research Laboratory,[12] which had been instrumental in the early development of onion routing under the aegis of DARPA, Tor was financially supported by the Electronic Frontier Foundation from 2004 to 2005.[14] Tor software is now developed by the Tor Project, which has been a 501(c)(3) research-education nonprofit organization [15] based in the United States of America [1] since December 2006. It has a diverse base of financial support;[14] the U.S. State Department, the Broadcasting Board of Governors, and the National Science Foundation are major contributors.[16] As of 2012, 80% of the Tor Project's $2M annual budget comes from the United States government, with the Swedish government and other organizations providing the rest,[17] including NGOs and thousands of individual sponsors.[18]
In March 2011, the Tor Project was awarded the Free Software Foundation's 2010 Award for Projects of Social Benefit on the following grounds: "Using free software, Tor has enabled roughly 36 million people around the world to experience freedom of access and expression on the Internet while keeping them in control of their privacy and anonymity. Its network has proved pivotal in dissident movements in both Iran and more recently Egypt."[19]
Foreign Policy named Dingledine, Mathewson, and Syverson among its 2012 Top 100 Global Thinkers "for making the web safe for whistleblowers."[20]
In 2013, Jacob Appelbaum described Tor as a "part of an ecosystem of software that helps people regain and reclaim their autonomy. It helps to enable people to have agency of all kinds; it helps others to help each other and it helps you to help yourself. It runs, it is open and it is supported by a large community spread across all walks of life.".[21]
Edward Snowden used the Tor Network to send information about PRISM to the Washington Post and The Guardian in June 2013.[22]

Operation


Alice's Tor client picks a random path to destination server
Tor aims to conceal its users' identities and their network activity from surveillance and traffic analysis by separating identification and routing. It is an implementation of onion routing, which encrypts and then randomly bounces communications through a network of relays run by volunteers around the globe. These onion routers employ encryption in a multi-layered manner (hence the onion metaphor) to ensure perfect forward secrecy between relays, thereby providing users with anonymity in network location. That anonymity extends to the hosting of censorship-resistant content via Tor's anonymous hidden service feature.[12] Furthermore, by keeping some of the entry relays (bridge relays) secret, users can evade Internet censorship that relies upon blocking public Tor relays.[23]
Because the internet address of the sender and the recipient are not both in cleartext at any hop along the way, anyone eavesdropping at any point along the communication channel cannot directly identify both ends. Furthermore, to the recipient it appears that the last Tor node (the exit node) is the originator of the communication rather than the sender.

Originating traffic

Users of a Tor network run an onion proxy on their machine. The Tor software periodically negotiates a virtual circuit through the Tor network, using multi-layer encryption, ensuring perfect forward secrecy. At the same time, the onion proxy software presents a SOCKS interface to its clients. SOCKS-aware applications may be pointed at Tor, which then multiplexes the traffic through a Tor virtual circuit.

A Tor non-exit relay with a maximum output of 239.69 KB/s
Once inside a Tor network, the traffic is sent from router to router, ultimately reaching an exit node at which point the cleartext packet is available and is forwarded on to its original destination. Viewed from the destination, the traffic appears to originate at the Tor exit node.
Tor's application independence sets it apart from most other anonymity networks: it works at the Transmission Control Protocol (TCP) stream level. Applications whose traffic is commonly anonymised using Tor include Internet Relay Chat (IRC), instant messaging, and World Wide Web browsing. When browsing the Web, Tor often is coupled with Polipo or Privoxy proxy servers. Privoxy is a filtering proxy server that aims to add privacy at the application layer. The Polipo proxy server can speak the SOCKS 4 & SOCKS 5 protocols and does HTTP 1.1 pipelining well, so it can enhance Tor's communication latency. TorProject.org therefore recommends that Polipo be used together with the Tor anonymising network.[24]
On older versions of Tor (resolved May–July 2010),[25] as with many anonymous web surfing systems, direct Domain Name System (DNS) requests are usually still performed by many applications without using a Tor proxy. This allows someone monitoring a user's connection to determine (for example) which WWW sites they are viewing using Tor, even though they cannot see the content being viewed. Using Privoxy or the command "torify" included with a Tor distribution is a possible solution to this problem.[26]
Additionally, applications using SOCKS5 – which supports name-based proxy requests – can route DNS requests through Tor, having lookups performed at the exit node and thus, receiving the same anonymity as other Tor traffic.[27]
As of Tor release 0.2.0.1-alpha, Tor includes its own DNS resolver, which will dispatch queries over the mix network. This should close the DNS leak and can interact with Tor's address mapping facilities to provide the Tor hidden service (.onion) access to non-SOCKS-aware applications.[25]

Hidden services

Tor can also provide anonymity to websites and other servers. Servers configured to receive inbound connections only through Tor are called hidden services. Rather than revealing a server's IP address (and thus its network location), a hidden service is accessed through its onion address. The Tor network understands these addresses and can route data to and from hidden services, even to those hosted behind firewalls or network address translators (NAT), while preserving the anonymity of both parties. Tor is necessary to access hidden services.[28]
Hidden services have been deployed on the Tor network since 2004.[29] Other than the database that stores the hidden-service descriptors,[30] Tor is decentralized by design; there is no direct readable list of all hidden services, although a number of hidden services catalog publicly known onion addresses.
Because hidden services do not use exit nodes, connection to a hidden service is encrypted end-to-end and not subject to eavesdropping. There are, however, security issues involving Tor hidden services. For example, services that are reachable through Tor hidden services and the public Internet, are susceptible to correlation attacks and thus not perfectly hidden. Other pitfalls include misconfigured services (e.g. identifying information included by default in web server error responses),[28] uptime and downtime statistics, intersection attacks, and user error.

Weaknesses

Like all current low latency anonymity networks, Tor cannot and does not attempt to protect against monitoring of traffic at the boundaries of the Tor network, i.e., the traffic entering and exiting the network. While Tor does provide protection against traffic analysis, it cannot prevent traffic confirmation (also called end-to-end correlation).[31][32]
In spite of known weaknesses and attacks listed here, Tor and the alternative network system JonDonym (Java Anon Proxy, JAP) are considered more resilient than alternatives such as VPNs. Were a local observer on an ISP or WLAN to attempt to analyze the size and timing of the encrypted data stream going through the VPN, Tor, or JonDo system, the latter two would be harder to analyze, as demonstrated by a 2009 study.[33]
Researchers from the University of Michigan developed a network scanner allowing identification of 86 percent of live Tor “bridges” with a single scan.[34]

Bad Apple attack

Steven J. Murdoch and George Danezis from University of Cambridge presented an article at the 2005 IEEE Symposium on security and privacy on traffic-analysis techniques that allow adversaries with only a partial view of the network to infer which nodes are being used to relay the anonymous streams.[35] These techniques greatly reduce the anonymity provided by Tor. Murdoch and Danezis have also shown that otherwise unrelated streams can be linked back to the same initiator. This attack, however, fails to reveal the identity of the original user.[35] Murdoch has been working with—and has been funded by—Tor since 2006.
There is an attack on Tor where, if an Autonomous System (AS) exists on both path from Alice to entry relay and from exit relay to Bob, that AS is able to de-anonymize the path. In 2012, LASTor [36] proposed a method to avoid this attack. They also propose a path selection algorithm to reduce latency of communications in Tor.
In March 2011, researchers with the Rocquencourt, France based National Institute for Research in Computer Science and Control (Institut national de recherche en informatique et en automatique, INRIA) documented an attack that is capable of revealing the IP addresses of BitTorrent users on the Tor network. The "bad apple attack" exploits Tor's design and takes advantage of insecure application use to associate the simultaneous use of a secure application with the IP address of the Tor user in question. One method of attack depends on control of an exit node or hijacking tracker responses, while a secondary attack method is based in part on the statistical exploitation of distributed hash table tracking.[37] According to the study:
This attack against Tor consists of two parts: (a) exploiting an insecure application to reveal the source IP address of, or trace, a Tor user and (b) exploiting Tor to associate the use of a secure application with the IP address of a user (revealed by the insecure application). As it is not a goal of Tor to protect against application-level attacks, Tor cannot be held responsible for the first part of this attack. However, because Tor's design makes it possible to associate streams originating from secure application with traced users, the second part of this attack is indeed an attack against Tor. We call the second part of this attack the bad apple attack. (The name of this attack refers to the saying 'one bad apple spoils the bunch.' We use this wording to illustrate that one insecure application on Tor may allow to trace other applications.)[37]
The results presented in the bad apple attack research paper are based on an attack in the wild launched against the Tor network by the authors of the study. The attack targeted six exit nodes, lasted for 23 days, and revealed a total of 10,000 IP addresses of active Tor users. This study is particularly significant because it is the first documented attack designed to target P2P file sharing applications on Tor.[37] BitTorrent may generate as much as 40% of all traffic on Tor,[38] which means that potentially, a significant number of Tor users are at risk. Furthermore, the bad apple attack is effective against insecure use of any application over Tor, not just BitTorrent.[37]

Exit nodes should not be trusted

In September 2007, Dan Egerstad, a Swedish security consultant, revealed that he had intercepted usernames and passwords for a large number of e-mail accounts by operating and monitoring Tor exit nodes.[39] As Tor does not, and by design cannot, encrypt the traffic between an exit node and the target server, any exit node is in a position to capture any traffic passing through it that does not use end-to-end encryption such as TLS. While this may not inherently breach the anonymity of the source, traffic intercepted in this way by self-selected third parties can expose information about the source in either or both of payload and protocol data.[40] Furthermore, Egerstad is circumspect about the possible subversion of Tor by intelligence agencies –
"If you actually look in to where these Tor nodes are hosted and how big they are, some of these nodes cost thousands of dollars each month just to host because they're using lots of bandwidth, they're heavy-duty servers and so on. Who would pay for this and be anonymous?" [41]
In October 2011, a research team from ESIEA (a French engineering school) claimed to have discovered a way to compromise the Tor network by decrypting communication passing over it.[42][43] The technique they describe requires creating a map of Tor network nodes, controlling one third of them, and then acquiring their encryption keys and algorithm seeds. Then, using these known keys and seeds, they claim the ability to decrypt two encryption layers out of three. They claim to break the third key by a statistical-based attack. In order to redirect Tor traffic to the nodes they controlled, they used a denial-of-service attack. A response to this claim has been published on the official Tor Blog stating that these rumours of Tor's compromise are greatly exaggerated.[44]

Some protocols leak IP addresses

Researchers from INRIA showed that Tor dissimulation technique in BitTorrent can be bypassed.[45]

Site operators may block traffic from Tor exit nodes

Operators of Internet sites have the ability to prevent connections from Tor exit nodes, or to offer reduced functionality to Tor users. For example, it is not generally possible to edit Wikipedia when using Tor, or when using an IP address that also is used by a Tor exit node, due to the use of the TorBlock MediaWiki extension, unless an exemption is obtained.

Firefox / JavaScript anonymity attack on Freedom Hosting users

In August 2013, it was discovered that the Firefox browsers in many older versions of the Tor Browser Bundle were vulnerable to a JavaScript attack, which was being exploited to send user's IP address and Windows computer name to the attackers. News reports linked this to an FBI operation targeting Freedom Hosting's owner, Eric Eoin Marques. He was arrested on a provisional extradition warrant issued by a U.S. court on 29 July. The FBI is seeking to extradite Marques to Maryland on four charges: distributing, conspiring to distribute, and advertising child pornography – as well as aiding and abetting advertising of child pornography. The warrant alleges that Marques is “the largest facilitator of child porn on the planet.”[46][47] The FBI acknowledged the attack in a 12 September 2013 court filing in Dublin;[48] further technical details from a training presentation leaked by Edward Snowden showed that the codename for the exploit was EgotisticalGiraffe.[49]

Controversy over illegal activities

Tor has been described by The Economist, in relation to Bitcoin and the Silk Road, as being "a dark corner of the web."[50] It has been targeted by both the American NSA and the British GCHQ signals intelligence agencies, albeit with marginal success.[10] At times, anonymizing systems such as Tor are used for matters that are, or may be, illegal in some countries, e.g., Tor may be used to gain access to censored information, to organize political activities,[51] or to circumvent laws against criticism of heads of state. Tor can also be used for anonymous defamation, unauthorized leaks of sensitive information and copyright infringement, the distribution of illegal sexual content,[52][53][54] the selling of controlled substances,[55] money laundering,[56] credit card fraud, and identity theft; the black market which utilizes the Tor infrastructure operates, at least in part, in conjunction with Bitcoin.[57] Ironically, Tor has been used by criminal enterprises, hacktivism groups, and law enforcement agencies at cross purposes, sometimes simultaneously;[58][59] likewise, agencies within the U.S. government variously fund Tor (the U.S. State Department),[60] the National Science Foundation, and (via the Broadcasting Board of Governors, which itself partially funded Tor until October 2012), Radio Free Asia, and seek to subvert it (the NSA).[10]
Many organizations argue that Tor has legal, legitimate uses. In its complaint against Ross William Ulbricht of the Silk Road the FBI acknowledged that Tor has "known legitimate uses".[61][62] According to CNET, Tor's anonymity function is "endorsed by the Electronic Frontier Foundation and other civil liberties groups as a method for whistleblowers and human rights workers to communicate with journalists".[63] EFF's Surveillance Self-Defense guide includes a description of where Tor fits in a larger strategy for protecting privacy and anonymity.[64] The Tor Project's FAQ offers supporting reasons for EFF's endorsement:
Criminals can already do bad things. Since they're willing to break laws, they already have lots of options available that provide better privacy than Tor provides....
Tor aims to provide protection for ordinary people who want to follow the law. Only criminals have privacy right now, and we need to fix that....
So yes, criminals could in theory use Tor, but they already have better options, and it seems unlikely that taking Tor away from the world will stop them from doing their bad things. At the same time, Tor and other privacy measures can fight identity theft, physical crimes like stalking, and so on.[65]

Implementations

The main implementation of Tor is written in the C programming language and consists of roughly 146,000 lines of source code.[66]
  • Tor Browser Bundle – a web browser based on Firefox, pre-configured to protect users' privacy and anonymity on the web.[67]
    • PortableTor – a free repackaged version of the Tor Browser Bundle, allows to connect to the Tor network from a removable media without installing anything to the hard drive. This allows the application bundle to be run from a USB flash drive or other portable devices and media.
  • Vuze (formerly Azureus) – a BitTorrent client written in Java, includes built-in Tor support.[68]
  • Bitmessage – an anonymous messaging system, includes Tor support.[69]
  • Routers with built-in hardware support for Tor are currently under development through the Torouter project.[70] The code is currently in the alpha phase of development, and runs on top of the OpenWrt platform.[71]
  • The Guardian Project is actively developing a free and open-source suite of application programs and firmware for the Android operating system to help make mobile communications more secure.[72] The applications include: Gibberbot—a secure, no-logging, instant messaging client that uses OTR encryption;[73] Orbot—a Tor implementation for Android;[74] Orweb—a privacy-enhanced mobile browser;[75] ProxyMob—a Firefox add-on that helps manage the HTTP, SOCKS, and SSL proxy settings for integration with Orbot;[76] and Secure Smart Cam—a set of privacy enhancing tools that offers encryption of stored images, face detection and blurring, and secure remote sync of media over slow networks.[77]

See also

Footnotes

  1. ^ Jump up to: a b "Tor Project: Core People". The Tor Project. Retrieved 17 July 2008.
  2. ^ Jump up to: a b Dingledine, Roger (20 September 2002). "pre-alpha: run an onion proxy now!". or-dev mailing list. Retrieved 17 July 2008.
  3. Jump up ^ ChangeLog
  4. Jump up ^ ChangeLog in Tor Project Git repository
  5. Jump up ^ Li, Bingdong, et al. (14 June 2011). "An Analysis of Anonymity Usage". In Jordi Domingo-Pascual; Yuval Shavitt; Steve Uhlig. Traffic Monitoring and Analysis: Third International Workshop, TMA 2011, Vienna, Austria, April 27, 2011, Proceedings. Berlin: Springer-Verlag. pp. 113–116. ISBN 978-3-642-20304-6. Retrieved 6 August 2012.
  6. Jump up ^ "Tor Network Status". Retrieved 23 June 2013.
  7. Jump up ^ Glater, Jonathan D. (25 January 2006). "Privacy for People Who Don't Show Their Navels". The New York Times. Retrieved 13 May 2011.
  8. Jump up ^ The Tor Project. "Tor: anonymity online". Retrieved 9 January 2011.
  9. Jump up ^ "'Peeling back the layers of Tor with EgotisticalGiraffe' – read the document". The Guardian. 4 October 2013. Retrieved 5 October 2013.
  10. ^ Jump up to: a b c Ball, James; Bruce Schneier, and Glenn Greenwald (4 October 2013). "NSA and GCHQ target Tor network that protects anonymity of web users". The Guardian. Retrieved 5 October 2013.
  11. Jump up ^ "Tor: 'The king of high-secure, low-latency anonymity'". The Guardian. 4 October 2013. Retrieved 5 October 2013.
  12. ^ Jump up to: a b c Dingledine, Roger; Mathewson, Nick; Syverson, Paul (13 August 2004). "Tor: The Second-Generation Onion Router". Proc. 13th USENIX Security Symposium. San Diego, California. Retrieved 17 November 2008.
  13. Jump up ^ "Tor FAQ: Why is it called Tor?". The Tor Project. Retrieved 1 July 2011.
  14. ^ Jump up to: a b "Tor: Sponsors". The Tor Project. Retrieved 11 December 2010.
  15. Jump up ^ "Make a Donation". The Tor Project. Retrieved 31 May 2011.
  16. Jump up ^ Privacy software, criminal use – Page 2 – Boston.com. Articles.boston.com (8 March 2012). Retrieved 20 April 2012.
  17. Jump up ^ Fowler, Geoffrey A. (17 December 2012). "Tor: An Anonymous, And Controversial, Way to Web-Surf - WSJ.com". Online.wsj.com. Retrieved 19 May 2013.
  18. Jump up ^ The Tor Project, Inc. (3 April 2013). "Donate to Tor". Tor Project. Retrieved 19 May 2013.
  19. Jump up ^ "2010 Free Software Awards announced". Retrieved 23 March 2011.
  20. Jump up ^ "The FP Top 100 Global Thinkers". Foreign Policy. 26 November 2012. Archived from the original on 28 November 2012. Retrieved 28 November 2012.
  21. Jump up ^ Sirius, R. U. (11 March 2013). "Interview uncut: Jacob Appelbaum". theverge.com.
  22. Jump up ^ Darknet – Netz ohne Kontrolle. Daserste.de (30 June 2013). Retrieved on 28 August 2013.
  23. Jump up ^ "Tor: Bridges". The Tor Project. Retrieved 9 January 2011.
  24. Jump up ^ "TheOnionRouter/TorFAQ". The Tor Project. Retrieved 28 December 2010.
  25. ^ Jump up to: a b "Tor Changelog". 11 September 2007.
  26. Jump up ^ "TheOnionRouter/TorifyHOWTO – Noreply Wiki". Retrieved 19 April 2007.
  27. Jump up ^ "RFC 1928 – SOCKS Proxy Protocol, Version 5". Retrieved 4 August 2008.
  28. ^ Jump up to: a b "Configuring Hidden Services for Tor". The Tor Project. Retrieved 9 January 2011.
  29. Jump up ^ Øverlier, Lasse; Paul Syverson (21 June 2006). "Locating Hidden Servers" (PDF). Proceedings of the 2006 IEEE Symposium on Security and Privacy. IEEE Symposium on Security and Privacy. Oakland, CA: IEEE CS Press. p. 1. doi:10.1109/SP.2006.24. ISBN 0-7695-2574-1. Retrieved 9 November 2013.
  30. Jump up ^ The Tor Project, Inc. "Tor: Hidden Service Protocol, Hidden services". Torproject.org. Retrieved 9 January 2011.
  31. Jump up ^ "One cell is enough to break Tor's anonymity". Tor website. 18 February 2009. Retrieved 9 January 2011.
  32. Jump up ^ "TheOnionRouter/TorFAQ". Retrieved 18 September 2007. "Tor (like all current practical low-latency anonymity designs) fails when the attacker can see both ends of the communications channel"
  33. Jump up ^ Herrmann, Dominik; Wendolsky, Rolf; Federrath, Hannes (13 November 2009). "Website Fingerprinting: Attacking Popular Privacy Enhancing Technologies with the Multinomial Naïve-Bayes Classifier". Proceedings of the 2009 ACM Cloud Computing Security Workshop (CCSW). New York: Association for Computing Machinery (ACM). Retrieved 2 September 2010.
  34. Jump up ^ Judge, Peter (20 August 2013) Zmap’s Fast Internet Scan Tool Could Spread Zero Days In Minutes. techweekeurope.co.uk
  35. ^ Jump up to: a b "Low-Cost Traffic Analysis of Tor" (PDF). 19 January 2006. Retrieved 21 May 2007.
  36. Jump up ^ "LASTor: A Low-Latency AS-Aware Tor Client" (PDF). May 2012.
  37. ^ Jump up to: a b c d Le Blond, Stevens; Manils, Pere; Chaabane, Abdelberi; Ali Kaafar, Mohamed; Castelluccia, Claude; Legout, Arnaud; Dabbous, Walid; Inria (March 2011). "One Bad Apple Spoils the Bunch: Exploiting P2P Applications to Trace and Profile Tor Users" (PDF). National Institute for Research in Computer Science and Control. Retrieved 13 April 2011.
  38. Jump up ^ McCoy, Damon; Bauer, Kevin; Grunwald, Dirk; Kohno, Tadayoshi; Sicker, Douglas (2008). "Shining Light in Dark Places: Understanding the Tor Network" (PDF). Proceedings of the 8th International Symposium on Privacy Enhancing Technologies (Berlin: Springer-Verlag). pp. 63–76. doi:10.1007/978-3-540-70630-4_5. ISBN 978-3-540-70629-8.
  39. Jump up ^ Zetter, Kim (10 September 2007). "Rogue Nodes Turn Tor Anonymizer Into Eavesdropper's Paradise". Wired. Retrieved 16 September 2007.
  40. Jump up ^ Lemos, Robert (8 March 2007). "Tor hack proposed to catch criminals". SecurityFocus.
  41. Jump up ^ The hack of the year, Sydney Morning Herald, 13 November 2007.
  42. Jump up ^ "Tor anonymizing network Compromised by French researchers". The Hacker News. Thehackernews.com. 24 October 2011. Retrieved 10 December 2011.
  43. Jump up ^ "Announcement on 01net.com". Retrieved 17 October 2011.(French)
  44. Jump up ^ Rumors of Tor's compromise are greatly exaggerated | The Tor Blog. Blog.torproject.org. Retrieved 20 April 2012.
  45. Jump up ^ Manils, Pere et al. (April 2010). Compromising Tor Anonymity Exploiting P2P Information Leakage. arXiv:1004.1461.
  46. Jump up ^ O'Faolain, Aodhan and Managh, Ray. "Irish extradition sought in US child porn inquiry". The Irish Times. Retrieved 5 August 2013.
  47. Jump up ^ "Tor security advisory: Old Tor Browser Bundles vulnerable". Tor Project. Retrieved 5 August 2013.
  48. Jump up ^ "FBI Admits It Controlled Tor Servers Behind Mass Malware Attack."
  49. Jump up ^ http://www.theguardian.com/world/2013/oct/04/tor-attacks-nsa-users-online-anonymity
  50. Jump up ^ "Bitcoin: Monetarists Anonymous". The Economist. 29 September 2012. Retrieved 19 May 2013.
  51. Jump up ^ Cochrane, Nate (2 February 2011). "Egyptians turn to Tor to organise dissent online". Scmagazine.com.au. Retrieved 10 December 2011.
  52. Jump up ^ Cleaning up Tor on broadband.com
  53. Jump up ^ Jones, Robert (2005). Internet forensics. O'Reilly. pp. P133. ISBN 0-596-10006-X.
  54. Jump up ^ 'Dark Net' Kiddie Porn Website Stymies FBI Investigation. Gawker.com (11 June 2012). Retrieved 6 August 2012.
  55. Jump up ^ The Underground Website Where You Can Buy Any Drug Imaginable. Gawker.com (1 June 2011). Retrieved 20 April 2012.
  56. Jump up ^ Goodin, Dan. (16 April 2012) Feds shutter online narcotics store that used TOR to hide its tracks. Arstechnica.com. Retrieved 20 April 2012.
  57. Jump up ^ How online black markets work – CSO Online – Security and Risk. CSO Online (30 April 2012). Retrieved 6 August 2012.
  58. Jump up ^ How online black markets work – CSO Online – Security and Risk. CSO Online (30 April 2012). Retrieved 6 August 2012.
  59. Jump up ^ Hunting for child porn, FBI stymied by Tor undernet. Muckrock (8 June 2012). Retrieved 6 August 2012.
  60. Jump up ^ http://tech.state.gov/m/blogpost?id=6282015%3ABlogPost%3A40819
  61. Jump up ^ http://www1.icsi.berkeley.edu/~nweaver/UlbrichtCriminalComplaint.pdf
  62. Jump up ^ https://www.eff.org/deeplinks/2013/10/silk-road-case-dont-blame-technology
  63. Jump up ^ Soghoian, Chris (16 September 2007). "Tor anonymity server admin arrested". CNET News. Retrieved 17 January 2011.
  64. Jump up ^ Surveillance Self-Defense: Tor. ssd.eff.org
  65. Jump up ^ Doesn't Tor enable criminals to do bad things?. Torproject.org. Retrieved on 28 August 2013.
  66. Jump up ^ Luckey, Robin. "Tor". Ohloh. Retrieved 16 April 2010.
  67. Jump up ^ "Tor Browser". Tor Project.
  68. Jump up ^ "Tor". Vuze. Retrieved 3 March 2010.
  69. Jump up ^ "Bitmessage FAQ". Bitmessage. Retrieved 17 July 2013.
  70. Jump up ^ Simonite, Tom (22 December 2010). "Home Internet with Anonymity Built In". Technology Review. Retrieved 14 May 2011.
  71. Jump up ^ "Torouter Project". Retrieved 10 May 2011.
  72. Jump up ^ "About". The Guardian Project. Retrieved 10 May 2011.
  73. Jump up ^ "Gibberbot: Secure Instant Messaging". The Guardian Project. Retrieved 10 May 2011.
  74. Jump up ^ "Orbot: Mobile Anonymity + Circumvention". The Guardian Project. Retrieved 10 May 2011.
  75. Jump up ^ "Orweb: Privacy Browser". The Guardian Project. Retrieved 10 May 2011.
  76. Jump up ^ "ProxyMob: Firefox Mobile Add-on". The Guardian Project. Retrieved 10 May 2011.
  77. Jump up ^ "Obscura: Secure Smart Camera". The Guardian Project. Retrieved 10 May 2011.

References

Further reading

External links

No comments: