Basic Course on Onion Routing

Total Page:16

File Type:pdf, Size:1020Kb

Basic Course on Onion Routing Basic Course on Onion Routing Paul Syverson a U.S. Naval Research Laboratory f [email protected] p SAC Summer School Mount Allison University Aug 10, 2015 Course Outline ● Lecture 1: Basics and Formalization • Usage examples, basic notions of traffic-secure communications, mixes and onion routers • Onion routing design basics: circuit construction protocols, network discovery • Formalization and analysis, possibilistic and probabilistic definitions of anonymity ● Lecture 2: Security for the real world • Simple demo of obtaining/using Tor • Security of obtain/using Tor • Adding network link awareness • Importance of modeling users • Importance of realistic and practical • Adversary models Security definitions 2 3 4 5 6 7 How do we know I’m installing Tor? ● Known cases of bogus sites offering not-Tor ● HTTPS isn’t enough here – Browser-recognized authorities have issued bogus certificates for torproject.org 8 9 10 11 How do we know I’m installing Tor? ● Known cases of bogus sites offering not-Tor ● HTTPS isn’t enough here – Browser-recognized authorities have issued bogus certificates for torproject.org 12 How do we know the Tor from the Tor Project Inc. is OK? ● It’s baked into our approach to offering onion routing to the public R1 Alice R5 Bob R3 R4 R2 13 How do we know the Tor from the Tor Project Inc. is OK? ● It’s baked into our approach to offering onion routing to the public Alice Bob 14 How do we know the Tor from the Tor Project Inc. is OK? ● It’s baked into our approach to offering onion routing to the public • Carry traffic for a diverse user population - not just Navy or U.S. govt. - cannot have single point of failure/trust for any type of user • Diversely managed infrastructure • Open source 15 How do we know the Tor from the Tor Project Inc. is OK? ● Design, Specifications, and Software amongst most scrutinized on the planet ● Can download (signed) source code and build the binaries yourself. 16 How do we know the Tor from the Tor Project Inc. is OK? ● Design, Specifications, and Software amongst most scrutinized on the planet ● Can download (signed) source code and build the binaries yourself. But we’re not done yet! 17 How do we know the Tor from the Tor Project Inc. is OK? ● “Reflections on Trusting Trust” Thompson, Turing award lecture, 1984 ● Problem: Creation of signed Tor binaries might have been attacked: compiler, libraries, etc. 18 How do we know the Tor from the Tor Project Inc. is OK? ● “Reflections on Trusting Trust” Thompson, Turing award lecture, 1984 ● Problem: Creation of signed Tor binaries might have been attacked: compiler, libraries, etc. ● Why should you care if you verify source and compile yourself on a trusted system? 19 How do we know the Tor from the Tor Project Inc. is OK? ● Most users will be running TPI compiled binaries ● It would be good to protect them. ● What if you’re purely self-interested? 20 How do we know the Tor from the Tor Project Inc. is OK? ● Most users will be running TPI compiled binaries ● It would be good to protect them ● What if you’re purely self-interested? ● Relatively small handful of users with self- compiled Tor will stick out significantly ● Many relay operators may also run TPI compiled code 21 How do we know the Tor from the Tor Project Inc. is OK? ● “Reflections on Trusting Trust” Thompson, Turing award lecture, 1984 ● Problem: Creation of signed Tor binaries might have been attacked: compiler, libraries, etc. ● Solution: Deterministic builds – Packages identical across software, hardware platforms – Distributes the trust in Tor binaries – Available for Tor Browser Bundle since 2013 22 23 24 25 26 27 28 29 End: obtaining/using Tor ● Lecture 2: Security for the real world • Simple demo of obtaining/using Tor • Security of obtain/using Tor • Adding network link awareness • Importance of modeling users • Importance of realistic and practical • Adversary models Security definitions 30 Adversary observing all traffic entering and leaving network breaks onion routing ● “Towards an Analysis of Onion Routing Security” Syverson et al. PETS 2000 ● Presented and analyzed adversary model assumed in prior onion routing work – Network of n onion routers, c compromised onion routers – Security approx. c2 / n2 Alice Bob R3 R4 31 R2 Adversary observing all traffic entering and leaving network? ● “Location diversity in anonymity networks” Feamster-Dingledine. WPES 2004 ● Adversaries live on network links as well as onion routers R1 Alice R5 Bob R3 R4 32 R2 Onion Routers (Tor Relays) overlay underlying Internet R1 R5 R3 R4 R2 33 Adversaries can live on network links to/from onion routers too R1 R5 R3 R4 R2 34 Adversaries can live on network links to/from onion routers too R1 Alice R5 R3 R4 R2 35 Link Adversary AS8 AS6 AS6 AS7 AS1 AS2 AS3 AS4 AS5 1. Autonomous Systems (ASes) 36 Adversary observing all traffic entering and leaving network breaks onion routing • Recall Onion Routing security approach: Large, Diverse Network so adversary has to expend much resources in many places R1 Alice R5 Bob R3 R4 37 R2 Adversaries can live on network links to/ from onion routers too ● “Location diversity in anonymity networks” Feamster-Dingledine. WPES 2004 ● Model adversaries at Autonomous Systems (ASes) – Path Independence: No AS on both client and destination end of circuit R1 Alice R5 Bob R3 R4 38 R2 Adversaries can live on network links to/ from onion routers too ● “Location diversity in anonymity networks” Feamster-Dingledine. WPES 2004 ● Model adversaries at Autonomous Systems (ASes) – Path Independence: No AS is on both client and destination end of circuit ● How bad is it? ● What can we do? 39 First pass look at link attacks ● “AS-awareness in Tor Path Selection” Edman-Syverson. CCS 2009 ● Background ● AS Path Inference ● Analysis of Tor network growth ● Tor AS statistics ● Proposed path selection heuristics 40 AS Path Inference ● Tries to predict route packets will take on the Internet ● We do not have access to routing tables for the entire Internet ● We cannot traceroute from arbitrary hosts ● AS relationships are not often publicized for contractual reasons 41 AS Path Inference Deriving AS Paths from Known Paths (Qiu & Gao 2006) AS 2 1 1 1 AS 4 2 AS 5 AS 1 1 AS 3 {1,2,3}, {2,4,5} and {3,4,5} are known paths {1,2,4,5} is a derived path (must satisfy valley-free property) 42 AS Path Inference ● Used input routing tables from multiple Internet vantage points – OIX, Equinix, PAIX, KIXP, LINX, DIXIE – 1.47 GB, 15.7 million paths, 29,000 ASes, 132,000 edges ● Implementation – Implemented in C – Used Gao’s (2000) algorithm for relationship inference – Modified slightly for better parallelization – All experiments done on a commodity Dell workstation 43 First pass look at link attacks ● Background ● AS Path Inference ● Analysis of Tor network growth ● Tor AS statistics ● Proposed path selection heuristics ● Conclusions & future work 44 Tor Grows Up June 2004 (33 relays) September 2008 (1239–1303 relays) Sender 2914 11643 12182 15130 15169 26101 2914 11643 12182 15130 15169 26101 209 0.49 0.45 0.40 0.39 0.19 0.30 0.17 0.26 0.19 0.51 0.23 0.25 1668 0.39 0.24 0.30 0.30 0.19 0.32 0.18 0.23 0.20 0.25 0.13 0.16 4355 0.38 0.27 0.28 0.27 0.43 0.51 0.13 0.29 0.12 0.20 0.19 0.14 6079 0.62 0.45 0.48 0.24 0.43 0.71 0.12 0.30 0.15 0.22 0.20 0.17 18566 0.39 0.42 0.41 0.32 0.56 0.73 0.18 0.36 0.20 0.31 0.20 0.16 22773 0.56 0.35 0.37 0.21 0.34 0.54 0.21 0.14 0.20 0.20 0.17 0.19 22909 0.21 0.24 0.26 0.22 0.22 0.37 0.19 0.30 0.24 0.25 0.21 0.19 23504 0.39 0.29 0.37 0.33 0.42 0.54 0.49 0.22 0.23 0.19 0.16 0.12 Table 2: Location independence comparison between the Tor network in June 2004 versus an average of three days in● September Used 2008. 3 separate Despite over 1,000 Tor new consensus relays being added snapshots to the network, the from mean probability of asingleASobservingbothendsofacircuitineithertheforward or reverse direction only decreased from 37.74% toSeptember 21.86%. 2008 ● that serversMean operated at Tieroverall 1 ISPs have probability greater bandwidth offer an the forwardAS-level and reverse observer paths between senders and entry available todecreased them than nodes operated from by users37.74% on, say, a tonodes, 21.86% and exit nodes and destinations, resulting in a total of consumer broadband connection. Thus, it is not unreason- 60,000 AS paths to infer. The following are the aggregated able to expect nodes in Tier 1 ISPs to be used more fre- results over all three snapshots: quently● than ≈ if12.5% all nodes were AS chosen pairs uniformly were at random, worse off than before which may in turn actually help increase Tor’s location di- Forward Reverse Total versity. Uniform 12.79% 13.23% 20.49% 45 Distinct /16 Subnets. An easy attack on the Tor net- Weighted (Tor) 10.92% 11.14% 17.81% work would be for an adversary to simply run two relays on the same machine or network. Eventually a client will pick The first row of the above table gives the probability of the attacker’s nodes for their entry and exit nodes, poten- an AS observing both ends of a connection for a uniformly tially allowing the adversary to correlate the sender with her random node selection.
Recommended publications
  • Pairing-Based Onion Routing with Improved Forward Secrecy ∗
    Pairing-Based Onion Routing with Improved Forward Secrecy ∗ Aniket Kate Greg M. Zaverucha Ian Goldberg David R. Cheriton School of Computer Science University of Waterloo Waterloo, ON, Canada N2L 3G1 {akate,gzaveruc,iang}@cs.uwaterloo.ca Abstract This paper presents new protocols for onion routing anonymity networks. We define a provably secure privacy-preserving key agreement scheme in an identity-based infrastructure setting, and use it to forge new onion routing circuit constructions. These constructions, based on a user’s selection, offer immediate or eventual forward secrecy at each node in a circuit and require significantly less computation and communication than the telescoping mechanism used by Tor. Further, the use of the identity-based infrastructure also leads to a reduction in the required amount of authenticated directory information. Therefore, our constructions provide practical ways to allow onion routing anonymity networks to scale gracefully. Keywords: onion routing, Tor, pairing-based cryptography, anonymous key agreement, forward secrecy 1 Introduction Over the years, a large number of anonymity networks have been proposed and some have been implemented. Common to many of them is onion routing [RSG98], a technique whereby a message is wrapped in multiple layers of encryption, forming an onion. As the message is delivered via a number of intermediate onion routers (ORs), or nodes, each node decrypts one of the layers, and forwards the message to the next node. This idea goes back to Chaum [Cha81] and has been used to build both low- and high-latency communication networks. A common realization of an onion routing system is to arrange a collection of nodes that will relay traffic for users of the system.
    [Show full text]
  • Into the Reverie: Exploration of the Dream Market
    Into the Reverie: Exploration of the Dream Market Theo Carr1, Jun Zhuang2, Dwight Sablan3, Emma LaRue4, Yubao Wu5, Mohammad Al Hasan2, and George Mohler2 1Department of Mathematics, Northeastern University, Boston, MA 2Department of Computer & Information Science, Indiana University - Purdue University, Indianapolis, IN 3Department of Mathematics and Computer Science, University of Guam, Guam 4Department of Mathematics and Statistics, University of Arkansas at Little Rock, AK 5Department of Computer Science, Georgia State University, Atlanta, GA [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Abstract—Since the emergence of the Silk Road market in Onymous" in 2014, a worldwide action taken by law enforce- the early 2010s, dark web ‘cryptomarkets’ have proliferated and ment and judicial agencies aimed to put a kibosh on these offered people an online platform to buy and sell illicit drugs, illicit behaviors [5]. Law enforcement interventions such as relying on cryptocurrencies such as Bitcoin for anonymous trans- actions. However, recent studies have highlighted the potential for Onymous, along with exit scams and hacks, have successfully de-anonymization of bitcoin transactions, bringing into question shut down numerous cryptomarkets, including AlphaBay, Silk the level of anonymity afforded by cryptomarkets. We examine a Road, Dream, and more recently, Wall Street [6]. Despite these set of over 100,000 product reviews from several cryptomarkets interruptions, new markets have continued to proliferate. The collected in 2018 and 2019 and conduct a comprehensive analysis authors of [7] note that there appears to be a consistent daily of the markets, including an examination of the distribution of drug sales and revenue among vendors, and a comparison demand of about $500,000 for illicit products on the dark web, of incidences of opioid sales to overdose deaths in a US city.
    [Show full text]
  • A Framework for Identifying Host-Based Artifacts in Dark Web Investigations
    Dakota State University Beadle Scholar Masters Theses & Doctoral Dissertations Fall 11-2020 A Framework for Identifying Host-based Artifacts in Dark Web Investigations Arica Kulm Dakota State University Follow this and additional works at: https://scholar.dsu.edu/theses Part of the Databases and Information Systems Commons, Information Security Commons, and the Systems Architecture Commons Recommended Citation Kulm, Arica, "A Framework for Identifying Host-based Artifacts in Dark Web Investigations" (2020). Masters Theses & Doctoral Dissertations. 357. https://scholar.dsu.edu/theses/357 This Dissertation is brought to you for free and open access by Beadle Scholar. It has been accepted for inclusion in Masters Theses & Doctoral Dissertations by an authorized administrator of Beadle Scholar. For more information, please contact [email protected]. A FRAMEWORK FOR IDENTIFYING HOST-BASED ARTIFACTS IN DARK WEB INVESTIGATIONS A dissertation submitted to Dakota State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Cyber Defense November 2020 By Arica Kulm Dissertation Committee: Dr. Ashley Podhradsky Dr. Kevin Streff Dr. Omar El-Gayar Cynthia Hetherington Trevor Jones ii DISSERTATION APPROVAL FORM This dissertation is approved as a credible and independent investigation by a candidate for the Doctor of Philosophy in Cyber Defense degree and is acceptable for meeting the dissertation requirements for this degree. Acceptance of this dissertation does not imply that the conclusions reached by the candidate are necessarily the conclusions of the major department or university. Student Name: Arica Kulm Dissertation Title: A Framework for Identifying Host-based Artifacts in Dark Web Investigations Dissertation Chair: Date: 11/12/20 Committee member: Date: 11/12/2020 Committee member: Date: Committee member: Date: Committee member: Date: iii ACKNOWLEDGMENT First, I would like to thank Dr.
    [Show full text]
  • Optical Onion Routing
    Optical Onion Routing Anna Engelmann and Admela Jukan Technische Universitat¨ Carolo-Wilhelmina zu Braunschweig, Germany Email: fa.engelmann, [email protected] Abstract—As more and more data is transmitted in the depend on number and dependability of volunteer systems, configurable optical layer, – whereby all optical switches forward the privacy features in optical network need to be approached packets without electronic layers involved, we envision privacy as differently: for instance, it is a telecom operator that should the intrinsic property of future optical networks. In this paper, we be able offer a private optical communication service as a propose Optical Onion Routing (OOR) routing and forwarding value added feature. For instance, for some client networks techniques, inspired by the onion routing in the Internet layer, - an optical network can grant anonymous access to third-party the best known realization of anonymous communication today, – but designed with specific features innate to optical networks. servers in the cloud, whereby the traffic contents and the origin We propose to design the optical anonymization network system of requests can remain secret for both the attacker as well as with a new optical anonymization node architecture, including the cloud provider. In designing an anonymous optical network the optical components and their electronic counterparts to akin to Tor, however, several obstacles need to be overcome, realize layered encryption. We propose modification to the secret since the main features need to be primarily implemented in key generation using Linear Feedback Shift Register (LFSR), – photonics, i.e., without intervention of electronics, such as able to utilize different primitive irreducible polynomials, and encryption, traffic routing, and session key distribution.
    [Show full text]
  • Walking Onions: Scaling Anonymity Networks While Protecting Users
    Walking Onions: Scaling Anonymity Networks while Protecting Users Chelsea H. Komlo Nick Mathewson Ian Goldberg University of Waterloo The Tor Project University of Waterloo Abstract Anonymity networks in practice [13] have prevented these Scaling anonymity networks offers unique security chal- attacks by requiring all participants to share a globally consis- lenges, as attackers can exploit differing views of the net- tent view of the entire state of the network, and giving clients work’s topology to perform epistemic and route capture at- complete control over selecting relays for their paths. While tacks. Anonymity networks in practice, such as Tor, have this approach prevents the described attacks, requiring a glob- opted for security over scalability by requiring participants ally consistent view results in quadratic bandwidth growth as to share a globally consistent view of all relays to prevent the number of clients increases [26], because the number of these kinds of attacks. Such an approach requires each user relays must also increase to provide more capacity, and all to maintain up-to-date information about every relay, causing parties must download information about all relays. While the total amount of data each user must download every epoch today’s Tor network requires only approximately half a per- to scale linearly with the number of relays. As the number cent of its total bandwidth to serve network state [39, 41], of clients increases, more relays must be added to provide increasing the number of clients and relays by one order of bandwidth, further exacerbating the total load on the network. magnitude would result in the consumption of roughly five In this work, we present Walking Onions, a set of proto- percent of the network’s (ten times larger) total bandwidth cols improving scalability for anonymity networks.
    [Show full text]
  • Technical and Legal Overview of the Tor Anonymity Network
    Emin Çalışkan, Tomáš Minárik, Anna-Maria Osula Technical and Legal Overview of the Tor Anonymity Network Tallinn 2015 This publication is a product of the NATO Cooperative Cyber Defence Centre of Excellence (the Centre). It does not necessarily reflect the policy or the opinion of the Centre or NATO. The Centre may not be held responsible for any loss or harm arising from the use of information contained in this publication and is not responsible for the content of the external sources, including external websites referenced in this publication. Digital or hard copies of this publication may be produced for internal use within NATO and for personal or educational use when for non- profit and non-commercial purpose, provided that copies bear a full citation. www.ccdcoe.org [email protected] 1 Technical and Legal Overview of the Tor Anonymity Network 1. Introduction .................................................................................................................................... 3 2. Tor and Internet Filtering Circumvention ....................................................................................... 4 2.1. Technical Methods .................................................................................................................. 4 2.1.1. Proxy ................................................................................................................................ 4 2.1.2. Tunnelling/Virtual Private Networks ............................................................................... 5
    [Show full text]
  • Defending Against Malicious Cyber Activity Originating From
    TLP:WHITE Product ID: A20-183A July 1, 2020 Defending Against Malicious Cyber Activity Originating from Tor This advisory—written by the Cybersecurity Security and Infrastructure Security Agency (CISA) with contributions from the Federal Bureau of Investigation (FBI)—highlights risks associated with Tor, along with technical details and recommendations for mitigation. Cyber threat actors can use Tor software and network infrastructure for anonymity and obfuscation purposes to clandestinely conduct malicious cyber operations.1,2,3 Tor (aka The Onion Router) is software that allows users to browse the web anonymously by encrypting and routing requests through multiple relay layers or nodes. This software is maintained by the Tor Project, a nonprofit organization that provides internet anonymity and anti-censorship tools. While Tor can be used to promote democracy and free, anonymous use of the internet, it also provides an avenue for malicious actors to conceal their activity because identity and point of origin cannot be determined for a Tor software user. Using the Onion Routing Protocol, Tor software obfuscates a user’s identity from anyone seeking to monitor online activity (e.g., nation states, surveillance organizations, information security tools). This is possible because the online activity of someone using Tor software appears to originate from the Internet Protocol (IP) address of a Tor exit node, as opposed to the IP address of the user’s computer. CISA and the FBI recommend that organizations assess their individual risk of compromise via Tor and take appropriate mitigations to block or closely monitor inbound and outbound traffic from known Tor nodes. 1 CISA Alert published April 2020: Continued Threat Actor Exploitation Post Pulse Secure VPN Patching.
    [Show full text]
  • Provably Secure and Practical Onion Routing
    Provably Secure and Practical Onion Routing Michael Backes Ian Goldberg Saarland University and MPI-SWS, Germany University of Waterloo, Canada [email protected] [email protected] Aniket Kate Esfandiar Mohammadi MPI-SWS, Germany Saarland University, Germany [email protected] [email protected] Abstract The onion routing network Tor is undoubtedly the most widely employed technology for anony- mous web access. Although the underlying onion routing (OR) protocol appears satisfactory, a comprehensive analysis of its security guarantees is still lacking. This has also resulted in a sig- nificant gap between research work on OR protocols and existing OR anonymity analyses. In this work, we address both issues with onion routing by defining a provably secure OR protocol, which is practical for deployment in the next generation Tor network. We start off by presenting a security definition (an ideal functionality) for the OR methodology in the universal composability (UC) framework. We then determine the exact security properties required for OR cryptographic primitives (onion construction and processing algorithms, and a key exchange protocol) to achieve a provably secure OR protocol. We show that the currently deployed onion algorithms with slightly strengthened integrity properties can be used in a provably secure OR construction. In the process, we identify the concept of predictably malleable symmetric encryptions, which might be of independent interest. On the other hand, we find the currently deployed key exchange protocol to be inefficient and difficult to analyze and instead show that a recent, significantly more efficient, key exchange protocol can be used in a provably secure OR construction.
    [Show full text]
  • How Do Tor Users Interact with Onion Services?
    How Do Tor Users Interact With Onion Services? Philipp Winter Anne Edmundson Laura M. Roberts Princeton University Princeton University Princeton University Agnieszka Dutkowska-Zuk˙ Marshini Chetty Nick Feamster Independent Princeton University Princeton University Abstract messaging [4] and file sharing [15]. The Tor Project currently does not have data on the number of onion Onion services are anonymous network services that are service users, but Facebook reported in 2016 that more exposed over the Tor network. In contrast to conventional than one million users logged into its onion service in one Internet services, onion services are private, generally not month [20]. indexed by search engines, and use self-certifying domain Onion services differ from conventional web services names that are long and difficult for humans to read. In in four ways; First, they can only be accessed over the Tor this paper, we study how people perceive, understand, and network. Second, onion domains are hashes over their use onion services based on data from 17 semi-structured public key, which make them difficult to remember. Third, interviews and an online survey of 517 users. We find that the network path between client and the onion service is users have an incomplete mental model of onion services, typically longer, increasing latency and thus reducing the use these services for anonymity and have varying trust in performance of the service. Finally, onion services are onion services in general. Users also have difficulty dis- private by default, meaning that users must discover these covering and tracking onion sites and authenticating them. sites organically, rather than with a search engine.
    [Show full text]
  • Battle Against Anonymous Browsing
    The Battle Against Anonymous Browsing: The Security Challenges Presented by Tor Brief Introduction • David A. Vargas – Work • President, VATG, Inc. – Teaching • Professor of Networking and Network Security – Education • BA, The George Washington University • MS, The Johns Hopkins University – Training: • Navy Cryptography • Army Counterintelligence • Security Audit, Malware Analysis, Digital Forensics, etc. – Primary certs: • CISSP, CISM, and CEHv7 Presentation Outline • Introduction to the Dark Web - Hiding in Darkness • What is Tor? • Detecting Tor • Chinks in the Armor - The Exit Node Problem • Tor Attacks and Takedowns • Does Tor Have a Future? Introduction to the Dark Web - Hiding in Darkness Introduction to the Dark Web - Hiding in Darkness • Surface Web: – The visible web that we are most familiar with Introduction to the Dark Web - Hiding in Darkness • What you find when you look deeper: Introduction to the Dark Web - Hiding in Darkness • Dark Web: – Consists of sites that are private or at least accessible only by those who know what they are looking for – Because of its anonymity, frequently used by deviant subcultures (criminals, pedophiles, etc.) Aside: A comment on the terms Introduction to the Dark Web - Hiding in Darkness Surface Web (where most of you surf) Dark Web (where only some of you surf – in some cases the FBI would like to meet with you) Estimates have suggested that the deep web is 4,000 to 5,000 times larger than the surface web. Searching the Dark • Although the dark web exists on the very same Grams Darknet
    [Show full text]
  • Walking Onions: Scaling Anonymity Networks While Protecting Users Chelsea H
    Walking Onions: Scaling Anonymity Networks while Protecting Users Chelsea H. Komlo, University of Waterloo; Nick Mathewson, The Tor Project; Ian Goldberg, University of Waterloo https://www.usenix.org/conference/usenixsecurity20/presentation/komlo This paper is included in the Proceedings of the 29th USENIX Security Symposium. August 12–14, 2020 978-1-939133-17-5 Open access to the Proceedings of the 29th USENIX Security Symposium is sponsored by USENIX. Walking Onions: Scaling Anonymity Networks while Protecting Users Chelsea H. Komlo Nick Mathewson Ian Goldberg University of Waterloo The Tor Project University of Waterloo Abstract Anonymity networks in practice [13] have prevented these Scaling anonymity networks offers unique security chal- attacks by requiring all participants to share a globally consis- lenges, as attackers can exploit differing views of the net- tent view of the entire state of the network, and giving clients work’s topology to perform epistemic and route capture at- complete control over selecting relays for their paths. While tacks. Anonymity networks in practice, such as Tor, have this approach prevents the described attacks, requiring a glob- opted for security over scalability by requiring participants ally consistent view results in quadratic bandwidth growth as to share a globally consistent view of all relays to prevent the number of clients increases [26], because the number of these kinds of attacks. Such an approach requires each user relays must also increase to provide more capacity, and all to maintain up-to-date information about every relay, causing parties must download information about all relays. While the total amount of data each user must download every epoch today’s Tor network requires only approximately half a per- to scale linearly with the number of relays.
    [Show full text]
  • Kriminalitätsbekämpfung Im Dark Net: Neue Ermittlungsansätze Statt Verbote Schulze, Matthias
    www.ssoar.info Kriminalitätsbekämpfung im Dark Net: neue Ermittlungsansätze statt Verbote Schulze, Matthias Veröffentlichungsversion / Published Version Arbeitspapier / working paper Zur Verfügung gestellt in Kooperation mit / provided in cooperation with: Stiftung Wissenschaft und Politik (SWP) Empfohlene Zitierung / Suggested Citation: Schulze, M. (2019). Kriminalitätsbekämpfung im Dark Net: neue Ermittlungsansätze statt Verbote. (SWP-Aktuell, 28/2019). Berlin: Stiftung Wissenschaft und Politik -SWP- Deutsches Institut für Internationale Politik und Sicherheit. https://doi.org/10.18449/2019A28 Nutzungsbedingungen: Terms of use: Dieser Text wird unter einer Deposit-Lizenz (Keine This document is made available under Deposit Licence (No Weiterverbreitung - keine Bearbeitung) zur Verfügung gestellt. Redistribution - no modifications). We grant a non-exclusive, non- Gewährt wird ein nicht exklusives, nicht übertragbares, transferable, individual and limited right to using this document. persönliches und beschränktes Recht auf Nutzung dieses This document is solely intended for your personal, non- Dokuments. Dieses Dokument ist ausschließlich für commercial use. All of the copies of this documents must retain den persönlichen, nicht-kommerziellen Gebrauch bestimmt. all copyright information and other information regarding legal Auf sämtlichen Kopien dieses Dokuments müssen alle protection. You are not allowed to alter this document in any Urheberrechtshinweise und sonstigen Hinweise auf gesetzlichen way, to copy it for public or commercial purposes, to exhibit the Schutz beibehalten werden. Sie dürfen dieses Dokument document in public, to perform, distribute or otherwise use the nicht in irgendeiner Weise abändern, noch dürfen Sie document in public. dieses Dokument für öffentliche oder kommerzielle Zwecke By using this particular document, you accept the above-stated vervielfältigen, öffentlich ausstellen, aufführen, vertreiben oder conditions of use.
    [Show full text]