Context. Protocols for anonymity. Routing information can reveal who you are! Routing information can reveal who you are!

Size: px
Start display at page:

Download "Context. Protocols for anonymity. Routing information can reveal who you are! Routing information can reveal who you are!"

Transcription

1 Context Protocols for anonymity The nternet is a public network: Myrto Arapinis School of nformatics University of Edinburgh Routing information is public: P packet headers contain source and destination of packets Encryption does not hide identities: March 17, 2014 network routers see all traffic that passes through them encryption hides payload, but not routing information 1 / 21 Routing information can reveal who you are! NTERNET 2 / 21 Routing information can reveal who you are! X1.X2.X3.X / 21 4 / 21

2 Your P address is your D Anonymity Definition (SO/EC standard 15408) A user may use a service or resource without disclosing the users identity. this can be achieved by hiding one s activities among others similar activities Your P address leaves behind digital tracks that can be used to identify you and invade your privacy Dinning cryptographers Crowds Chaum s mix Onion routing 5 / 21 6 / 21 Three-party dinning cryptographers (3DC) protocol Three cryptographers are having dinner. Either NSA paid for the dinner, or one of the cryptographers. They want to know if it is the NSA that paid, but without revealing the identity of the cryptographer that paid in the case the NSA did not pay. 3DC protocol: 1. Each cryptographer flips a coin and shows it to his left neighbor: each cryptographer will see his own coin and his right neighbor s 2. Each cryptographer announces whether the two coins he saw are the same. f he is the payer, he lies 3. odd number of same the NSA paid even number of same one of the cryptographers paid only the payer knows he is the one who paid Superposed sending 3DC protocol generalises to any group size n (ndc) Sender wants to anonymously broadcast a message m: 1. for each bit of the m, every user generates a random bit and sends it to his left neighbor every user learns two bits: his own, and his right neighbor s 2. each user (except the sender) announces (own bit XOR neighbor s bit) 3. the sender announces (own bit XOR neighbor s bit XOR message bit) 4. XOR of all announcements = message bit every randomly generated bit occurs in this sum twice (and is canceled by XOR) message bit occurs only once 7 / 21 8 / 21

3 Limitations of the DC protocol The DC protocol is impractical: Requires pair-wise shared secret keys (secure channels) between the participants (to share random bits) Requires large amounts of randomness Chaum s mix [D. Chaum, Untraceable electronic mail, return addresses, and digital pseudonyms, Communications of the ACM, February 1981.] user 1 user 2 user 3 user 4 {{M1} r1 pk, S1} r 1 S1 pkmix {{ } } {{M2} r2 pk, S2} r 2 S2 pkmix {{M3} r3 pk, S1} r 3 S1 pkmix {{M4} r4 pk, S2} r 4 S2 pkmix Mix {M1} r1 pk S1, S1 { } {M3} r3 pk S1, S1 { } {M2} r2 pk S2, S2 {M4} r4 pk S2, S2 server 1 server 2 message padding and buffering to avoid time correlation attacks dummy messages are generated by the mixes themselves to prevent an attacker sending n 1 messages to a mix with capacity n, allowing him to then link the sender of the n th message with its recipient 9 / / 21 Crowds [M. K. Reiter and A. D. Rubin, Crowds: anonymity for Web transactions. ACM Transactions on nformation and System Security.] dea: randomly route the request through a crowd of users a crowd is a group of m users; c out of m users may be corrupted an initiator that wants to request a webpage creates a path between him and the server: 1. the initiator selects a forwarder from the crowd and sends him his request Anonymity pro 2. a forwarder delivers the request directly to the server with probability 1 p f ; he forwards the request to a Figure 3.2: The Crowds protocol randomly selected new forwarder from Crowd S NOT resistant the crowd with probability forwarding p f ; theit for somebody against else. an attacker that sees new forwarder repeats the More procedure specifically a crowd is a group of m users who participate i the whole network traffic! protocol. Some of the users may be corrupted which means they can collab 3. the response from the server in order follows to reveal the identity of the originator. Let c be the number of same route in opposite direction users and p f 2 (0, 1] a parameter of the protocol. When 10 / 21 a user, calle initiator or originator, wants to request a web page he must create a between him and the server. This is achieved by the following process displayed in Figure 3.2. pastel , version 1-27 Jul 2010 Anonymous return addresses {{M, {K 1, U} r1 pk Mix, K 2} r2 pk S, S} r3 pk Mix user {{M } r5 }r6, U The initiator selects randomly a member of the crowd (possibly him and forwards the request to him. We will refer to this latter user a forwarder. A forwarder, upon receiving a request, flips a biased coin. With pro ity 1 p f he delivers the request directly to the server. With proba p f he selects randomly, with uniform probability, a new forwarder ( { } } } bly himself) and forwards the request to him. The new forwarder re the same procedure. {M, {K 1, U} r1 pk, K Mix 2} r2 pk, S S The response from the server follows the same route in the opposite direct return to the initiator. Moreover, all communication in the path is encr using a path key, mainly to defend against local eavesdroppers (see [RR9 Mix more details). Each user is considered to have access only to the tra c routed th him, so he cannot intercept messages addressed to other users. With resp the web server the protocol o ers strong anonymity. This is ensured by th that the initiator never sends the message directly to the server, there is at one step of forwarding. After this step the message server will be in possession o user with equal probability. As a consequence, the last user in the path {, U}r4 pk, {M is the one observed by the web server, } r5 Mix can be anyone with equal proba thus the web server can gain no information about the identity of the init The more interesting case, however, is the anonymity wrt a corrupted that Response participates Mix in the protocol. n this case, the initiator might try to fo the message to the attacker, so the latter can gain more information tha end server. We say that a user is detected if he sends a message to a corr user. Then it is clear that the initiator, since he always appears in a pa more likely to be detected than the rest of the users. Thus detecting a 12 / 21

4 Mix cascade Limitations of Chaum s mixnets {...{...{{M} r pk S, S} rn pk Mixn...} ri pk Mixi...} r1 pk Mix1 {{M} r pk S, S} rn pk Mixn {M} r pk S, S Mix 1 Mix i Mix n {...{{M} r pk S, S} rn pk Mixn...} ri pk Mixi messages are sent through a sequence of mixes some of the mixes may be corrupted a single honnest mix guarantees anonymity against an attacker controlling the whole network provided it applies: message padding buffering dummy messages Asymmetric encryption is not efficitent Dummy messages are innefficient Buffering is not efficient 13 / / 21 Onion routing [R. Dingledine, N. Mathewson, and P. F. Syverson: Tor: The Second-Generation Onion Router, USENX Security Symposium 2004] dea: combine advantages of mixes and proxies use public-key crypto only to establish circuit use symmetric-key crypto to exchange data distribute trust like mixes But does not defend against attackers that controle the hole network 15 / / 21

5 client establishes session key and circuit with Onion Router client tunnels through that circuit to extend to Onion Router 17 / / 21 client tunnels through that extended circuit to extend to Onion Router client applications connect and communicate of established TOR circuit 19 / / 21

6 a single honnest Onion Router on the TOR circuit guarantees anonymity against an attacker controlling some Onion Routers 21 / 21

Protocols for Anonymous Communication

Protocols for Anonymous Communication 18734: Foundations of Privacy Protocols for Anonymous Communication Anupam Datta CMU Fall 2016 Privacy on Public Networks } Internet is designed as a public network } Machines on your LAN may see your

More information

0x1A Great Papers in Computer Security

0x1A Great Papers in Computer Security CS 380S 0x1A Great Papers in Computer Security Vitaly Shmatikov http://www.cs.utexas.edu/~shmat/courses/cs380s/ Privacy on Public Networks Internet is designed as a public network Wi-Fi access points,

More information

CS 134 Winter Privacy and Anonymity

CS 134 Winter Privacy and Anonymity CS 134 Winter 2016 Privacy and Anonymity 1 Privacy Privacy and Society Basic individual right & desire Relevant to corporations & government agencies Recently increased awareness However, general public

More information

ENEE 459-C Computer Security. Security protocols

ENEE 459-C Computer Security. Security protocols ENEE 459-C Computer Security Security protocols Key Agreement: Diffie-Hellman Protocol Key agreement protocol, both A and B contribute to the key Setup: p prime and g generator of Z p *, p and g public.

More information

ENEE 459-C Computer Security. Security protocols (continued)

ENEE 459-C Computer Security. Security protocols (continued) ENEE 459-C Computer Security Security protocols (continued) Key Agreement: Diffie-Hellman Protocol Key agreement protocol, both A and B contribute to the key Setup: p prime and g generator of Z p *, p

More information

Anonymous Communication: DC-nets, Crowds, Onion Routing. Simone Fischer-Hübner PETs PhD course Spring 2012

Anonymous Communication: DC-nets, Crowds, Onion Routing. Simone Fischer-Hübner PETs PhD course Spring 2012 Anonymous Communication: DC-nets, Crowds, Onion Routing Simone Fischer-Hübner PETs PhD course Spring 2012 DC (Dining Cryptographers) nets [Chaum 1988 ] Chaum, CACM 28(10), October 1985 Who paid for the

More information

Security and Anonymity

Security and Anonymity Security and Anonymity Distributed Systems need a network to send messages. Any message you send in a network can be looked at by any router or machine it goes through. Further if your machine is on the

More information

Untraceable Electronic Mail, Return Addresses, and Digital Pseudonyms. EJ Jung

Untraceable Electronic Mail, Return Addresses, and Digital Pseudonyms. EJ Jung Untraceable Electronic Mail, Return Addresses, and Digital Pseudonyms EJ Jung Goals 1. Hide what you wrote encryption of any kind symmetric/asymmetric/stream 2. Hide to whom you sent and when pseudonym?

More information

CRYPTOGRAPHIC PROTOCOLS: PRACTICAL REVOCATION AND KEY ROTATION

CRYPTOGRAPHIC PROTOCOLS: PRACTICAL REVOCATION AND KEY ROTATION #RSAC SESSION ID: CRYP-W04 CRYPTOGRAPHIC PROTOCOLS: PRACTICAL REVOCATION AND KEY ROTATION Adam Shull Recent Ph.D. Graduate Indiana University Access revocation on the cloud #RSAC sk sk Enc Pub Sym pk k

More information

Anonymity. Assumption: If we know IP address, we know identity

Anonymity. Assumption: If we know IP address, we know identity 03--4 Anonymity Some degree of anonymity from using pseudonyms However, anonymity is always limited by address TCP will reveal your address address together with ISP cooperation Anonymity is broken We

More information

Chaum, Untraceable Electronic Mail, Return Addresses, and Digital Pseudonym, Communications of the ACM, 24:2, Feb. 1981

Chaum, Untraceable Electronic Mail, Return Addresses, and Digital Pseudonym, Communications of the ACM, 24:2, Feb. 1981 Anonymizing Networks Chaum, Untraceable Electronic Mail, Return Addresses, and Digital Pseudonym, Communications of the ACM, 24:2, Feb. 1981 Reed, Syverson, Goldschlag, Anonymous Connections and Onion

More information

CS526: Information security

CS526: Information security Cristina Nita-Rotaru CS526: Information security Anonymity systems. Based on slides by Chi Bun Chan 1: Terminology. Anonymity Anonymity (``without name ) means that a person is not identifiable within

More information

ANONYMOUS CONNECTIONS AND ONION ROUTING

ANONYMOUS CONNECTIONS AND ONION ROUTING I J C I T A E Serials Publications 6(1) 2012 : 31-37 ANONYMOUS CONNECTIONS AND ONION ROUTING NILESH MADHUKAR PATIL 1 AND CHELPA LINGAM 2 1 Lecturer, I. T. Dept., Rajiv Gandhi Institute of Technology, Mumbai

More information

Anonymity and Privacy

Anonymity and Privacy Computer Security Spring 2008 Anonymity and Privacy Aggelos Kiayias University of Connecticut Anonymity in networks Anonymous Credentials Anonymous Payments Anonymous E-mail and Routing E-voting Group,

More information

Peer-to-Peer Networks 14 Security. Christian Schindelhauer Technical Faculty Computer-Networks and Telematics University of Freiburg

Peer-to-Peer Networks 14 Security. Christian Schindelhauer Technical Faculty Computer-Networks and Telematics University of Freiburg Peer-to-Peer Networks 14 Security Christian Schindelhauer Technical Faculty Computer-Networks and Telematics University of Freiburg Cryptography in a Nutshelf Symmetric Cryptography - AES - Affine Cryptosystems

More information

CPSC 467b: Cryptography and Computer Security

CPSC 467b: Cryptography and Computer Security CPSC 467b: Cryptography and Computer Security Instructor: Michael Fischer Lecture by Ewa Syta Lecture 25 April 18, 2012 CPSC 467b, Lecture 25 1/44 Anonymous Communication DISSENT- Accountable Anonymous

More information

Anonymity. With material from: Dave Levin and Michelle Mazurek

Anonymity. With material from: Dave Levin and Michelle Mazurek http://www.sogosurvey.com/static/sogo_resp_images/tat_resp_images/designimg/guaranteed-anonymous-survey.png Anonymity With material from: Dave Levin and Michelle Mazurek What is anonymity? Dining cryptographers

More information

CS232. Lecture 21: Anonymous Communications

CS232. Lecture 21: Anonymous Communications CS232 Lecture 21: Anonymous Communications November 21, 2018 2 You Are Not Anonymous 3 Your IP address can be linked directly to you ISPs store communications records Usually for several years (Data Retention

More information

Anonymity With material from: Dave Levin

Anonymity With material from: Dave Levin Anonymity With material from: Dave Levin http://www.sogosurvey.com/static/sogo_resp_images/tat_resp_images/designimg/guaranteed-anonymous-survey.png What is anonymity? Dining cryptographers Mixnets and

More information

A SIMPLE INTRODUCTION TO TOR

A SIMPLE INTRODUCTION TO TOR A SIMPLE INTRODUCTION TO TOR The Onion Router Fabrizio d'amore May 2015 Tor 2 Privacy on Public Networks Internet is designed as a public network Wi-Fi access points, network routers see all traffic that

More information

CIS 551 / TCOM 401 Computer and Network Security. Spring 2008 Lecture 23

CIS 551 / TCOM 401 Computer and Network Security. Spring 2008 Lecture 23 CIS 551 / TCOM 401 Computer and Network Security Spring 2008 Lecture 23 Announcements Project 4 is Due Friday May 2nd at 11:59 PM Final exam: Friday, May 12th. Noon - 2:00pm DRLB A6 Today: Last details

More information

Definition. Quantifying Anonymity. Anonymous Communication. How can we calculate how anonymous we are? Who you are from the communicating party

Definition. Quantifying Anonymity. Anonymous Communication. How can we calculate how anonymous we are? Who you are from the communicating party Definition Anonymous Communication Hiding identities of parties involved in communications from each other, or from third-parties Who you are from the communicating party Who you are talking to from everyone

More information

Privacy Enhancing Technologies CSE 701 Fall 2017

Privacy Enhancing Technologies CSE 701 Fall 2017 Privacy Enhancing Technologies Lecture 2: Anonymity Applications Department of Computer Science and Engineering University at Buffalo 1 Lecture Outline Anonymous communication mixes, anonymizing proxies,

More information

ANET: An Anonymous Networking Protocol

ANET: An Anonymous Networking Protocol ANET: An Anonymous Networking Protocol Casey Marshall csm@soe.ucsc.edu May 31, 2005 Abstract This paper presents a simple, anonymizing network protocol. Its primary goal is to provide untraceability of

More information

Onion Routing. Submitted By, Harikrishnan S Ramji Nagariya Sai Sambhu J

Onion Routing. Submitted By, Harikrishnan S Ramji Nagariya Sai Sambhu J Onion Routing Submitted By, Harikrishnan S Ramji Nagariya Sai Sambhu J Motivation Public Network Encryption does not hide Routing Information Traffic Analysis Who is Talking to Whom? by analyzing the traffic

More information

Anonymity. MPRI Course on Concurrency. Lecture 14. Application of probabilistic process calculi to security. Anonymity: particular case of Privacy

Anonymity. MPRI Course on Concurrency. Lecture 14. Application of probabilistic process calculi to security. Anonymity: particular case of Privacy MPRI Course on Concurrency Lecture 14 Application of probabilistic process calculi to security Catuscia Palamidessi LIX, Ecole Polytechnique kostas@lix.polytechnique.fr www.lix.polytechnique.fr/~catuscia

More information

Onion Routing. Varun Pandey Dept. of Computer Science, Virginia Tech. CS 6204, Spring

Onion Routing. Varun Pandey Dept. of Computer Science, Virginia Tech. CS 6204, Spring Onion Routing Varun Pandey Dept. of Computer Science, Virginia Tech 1 What is Onion Routing? a distributed overlay network to anonymize TCP based routing Circuit based (clients choose the circuit) Each

More information

communication Claudia Díaz Katholieke Universiteit Leuven Dept. Electrical Engineering g ESAT/COSIC October 9, 2007 Claudia Diaz (K.U.

communication Claudia Díaz Katholieke Universiteit Leuven Dept. Electrical Engineering g ESAT/COSIC October 9, 2007 Claudia Diaz (K.U. Introduction to anonymous communication Claudia Díaz Katholieke Universiteit Leuven Dept. Electrical Engineering g ESAT/COSIC October 9, 2007 Claudia Diaz (K.U.Leuven) 1 a few words on the scope of the

More information

CE Advanced Network Security Anonymity II

CE Advanced Network Security Anonymity II CE 817 - Advanced Network Security Anonymity II Lecture 19 Mehdi Kharrazi Department of Computer Engineering Sharif University of Technology Acknowledgments: Some of the slides are fully or partially obtained

More information

Network Security: Anonymity. Tuomas Aura T Network security Aalto University, Nov-Dec 2010

Network Security: Anonymity. Tuomas Aura T Network security Aalto University, Nov-Dec 2010 Network Security: Anonymity Tuomas Aura T-110.5240 Network security Aalto University, Nov-Dec 2010 Outline 1. Anonymity and privacy 2. High-latency anonymous routing 3. Low-latency anonymous routing Tor

More information

Rendezvous Tunnel for Anonymous Publishing

Rendezvous Tunnel for Anonymous Publishing 1 Rendezvous Tunnel for Anonymous Publishing by Ofer Hermoni, Niv Gilboa, Eyal Felstaine, Yuval Elovici and Shlomi Dolev Technical Report #10-05 September 2010 2 Rendezvous Tunnel for Anonymous Publishing

More information

Low Latency Anonymity with Mix Rings

Low Latency Anonymity with Mix Rings Low Latency Anonymity with Mix Rings Matthew Burnside and Angelos D. Keromytis Department of Computer Science, Columbia University {mb,angelos}@cs.columbia.edu Abstract. We introduce mix rings, a novel

More information

Peer-to-Peer Systems and Security

Peer-to-Peer Systems and Security Peer-to-Peer Systems and Security Anonymity Christian Grothoff Technische Universität München May 16, 2013 The problem with losing your anonymity is that you can never go back. Marla Maples Motivation

More information

Payload analysis of anonymous communication system with host-based rerouting mechanism

Payload analysis of anonymous communication system with host-based rerouting mechanism Payload analysis of anonymous communication system with host-based rerouting mechanism Hongfei Sui Jianer Chen Songqiao Chen Jianxin Wang College of Information Science and Engineering Central South University

More information

Privacy defense on the Internet. Csaba Kiraly

Privacy defense on the Internet. Csaba Kiraly Advanced Networking Privacy defense on the Internet Csaba Kiraly 1 Topics Anonymity on the Internet Chaum Mix Mix network & Onion Routing Low-latency anonymous routing 2 Anonymity: Chaum mix David L. Chaum

More information

Tor: An Anonymizing Overlay Network for TCP

Tor: An Anonymizing Overlay Network for TCP Tor: An Anonymizing Overlay Network for TCP Roger Dingledine The Free Haven Project http://tor.freehaven.net/ http://tor.eff.org/ December 28, 21C3 2004 Talk Outline Motivation: Why anonymous communication?

More information

Introduction to Cybersecurity Digital Signatures

Introduction to Cybersecurity Digital Signatures Introduction to Cybersecurity Digital Signatures Lecture Summary Digital Signatures Basic Definitions RSA-based Signatures Attacks 1 Digital signatures Goal of digital signatures: Alice s private key Sign

More information

2 Application Support via Proxies Onion Routing can be used with applications that are proxy-aware, as well as several non-proxy-aware applications, w

2 Application Support via Proxies Onion Routing can be used with applications that are proxy-aware, as well as several non-proxy-aware applications, w Onion Routing for Anonymous and Private Internet Connections David Goldschlag Michael Reed y Paul Syverson y January 28, 1999 1 Introduction Preserving privacy means not only hiding the content of messages,

More information

Anonymous communications: Crowds and Tor

Anonymous communications: Crowds and Tor Anonymous communications: Crowds and Tor Basic concepts What do we want to hide? sender anonymity attacker cannot determine who the sender of a particular message is receiver anonymity attacker cannot

More information

Solution of Exercise Sheet 10

Solution of Exercise Sheet 10 Foundations of Cybersecurity (Winter 16/17) Prof. Dr. Michael Backes CISPA / Saarland University saarland university computer science Solution of Exercise Sheet 10 1 Diffie-Hellman Key Exchange Alice and

More information

MPRI Course on Concurrency. Lecture 16. The need for randomization: examples in distributed computing and in security

MPRI Course on Concurrency. Lecture 16. The need for randomization: examples in distributed computing and in security MPRI Course on Concurrency Lecture 16 The need for randomization: examples in distributed computing and in security Kostas Chatzikokolakis LIX, Ecole Polytechnique kostas@lix.polytechnique.fr www.lix.polytechnique.fr/~kostas

More information

Anonymity C S A D VA N C E D S E C U R I T Y TO P I C S P R E S E N TAT I O N BY: PA N AY I OTO U M A R KO S 4 T H O F A P R I L

Anonymity C S A D VA N C E D S E C U R I T Y TO P I C S P R E S E N TAT I O N BY: PA N AY I OTO U M A R KO S 4 T H O F A P R I L Anonymity C S 6 8 2 A D VA N C E D S E C U R I T Y TO P I C S P R E S E N TAT I O N BY: PA N AY I OTO U M A R KO S 4 T H O F A P R I L 2 0 1 9 Tor: The Second- Generation Onion Router R. DINGLEDINE N.

More information

Anonymization for web, fixed line, and mobile applications

Anonymization for web, fixed line, and mobile applications Anonymization for web, fixed line, and mobile applications Prof. Dr. University of Regensburg Information Systems Management of Information security Anonymization for web, fixed line, and mobile applications

More information

Network Security: Anonymity. Tuomas Aura T Network security Aalto University, Nov-Dec 2012

Network Security: Anonymity. Tuomas Aura T Network security Aalto University, Nov-Dec 2012 Network Security: Anonymity Tuomas Aura T-110.5241 Network security Aalto University, Nov-Dec 2012 Outline 1. Anonymity and privacy 2. High-latency anonymous routing 3. Low-latency anonymous routing Tor

More information

Anonymity Analysis of TOR in Omnet++

Anonymity Analysis of TOR in Omnet++ Anonymity Analysis of TOR in Omnet++ Carmelo Badalamenti Mini Workshop on Security Framework 2006, Catania, December 12, 2006 "Security in Mobility" Badalamenti TOR & Omnet++

More information

anonymous routing and mix nets (Tor) Yongdae Kim

anonymous routing and mix nets (Tor) Yongdae Kim anonymous routing and mix nets (Tor) Yongdae Kim Significant fraction of these slides are borrowed from CS155 at Stanford 1 q Why? Anonymous web browsing 1. Discuss health issues or financial matters anonymously

More information

Achieving Privacy in Mesh Networks

Achieving Privacy in Mesh Networks Achieving Privacy in Mesh Networks Xiaoxin Wu Intel China Research Center Ltd Beijing, China xiaoxin.wu@intel.com Ninghui Li Department of Computer Science Purdue University West Lafayette, IN 47907-2086,

More information

VAST: Versatile Anonymous System for Web Users

VAST: Versatile Anonymous System for Web Users VAST: Versatile Anonymous System for Web Users IGOR MARGASISKI, KRZYSZTOF SZCZYPIORSKI Warsaw University of Technology, Institute of Telecommunications ul. Nowowiejska 15/19, 00-665 Warsaw, Poland e-mail:

More information

Network Security: Anonymity. Tuomas Aura T Network security Aalto University, autumn 2015

Network Security: Anonymity. Tuomas Aura T Network security Aalto University, autumn 2015 Network Security: Anonymity Tuomas Aura T-110.5241 Network security Aalto University, autumn 2015 Outline 1. Anonymity and privacy 2. High-latency anonymous routing 3. Low-latency anonymous routing Tor

More information

CNT Computer and Network Security: Privacy/Anonymity

CNT Computer and Network Security: Privacy/Anonymity CNT 5410 - Computer and Network Security: Privacy/Anonymity Professor Kevin Butler Fall 2015 When Confidentiality is Insufficient 2 Privacy!= Confidentiality Confidentiality refers to the property of the

More information

Towards measuring anonymity

Towards measuring anonymity Towards measuring anonymity Claudia Díaz, Stefaan Seys, Joris Claessens, and Bart Preneel K.U.Leuven ESAT-COSIC Kasteelpark Arenberg 0, B-300 Leuven-Heverlee, Belgium claudia.diaz@esat.kuleuven.ac.be http://www.esat.kuleuven.ac.be/cosic/

More information

Anonymous Connections and Onion Routing

Anonymous Connections and Onion Routing Anonymous Connections and Onion Routing David Goldschlag, Michael Reed, and Paul Syverson Center for High Assurance Computer Systems Naval Research Laboratory Washington, D.C. 1 Who is Talking to Whom?

More information

Efficiency Optimisation Of Tor Using Diffie-Hellman Chain

Efficiency Optimisation Of Tor Using Diffie-Hellman Chain Efficiency Optimisation Of Tor Using Diffie-Hellman Chain Kun Peng Institute for Infocomm Research, Singapore dr.kun.peng@gmail.com Abstract Onion routing is the most common anonymous communication channel.

More information

Anonymity - Lecture Notes 1

Anonymity - Lecture Notes 1 - Lecture Notes 1 Tzachy Reinman I.D. 032072886 Email: reinman@cs.huji.ac.il Computer Science and Engineering School 1 These lecture notes are based on the lectures given by Dahlia Malkhi on May 9,23,30,

More information

Design and Analysis of Efficient Anonymous Communication Protocols

Design and Analysis of Efficient Anonymous Communication Protocols Design and Analysis of Efficient Anonymous Communication Protocols Thesis Defense Aaron Johnson Department of Computer Science Yale University 7/1/2009 1 Acknowledgements Joan Feigenbaum Paul Syverson

More information

Lecture 8: Privacy and Anonymity Using Anonymizing Networks. CS 336/536: Computer Network Security Fall Nitesh Saxena

Lecture 8: Privacy and Anonymity Using Anonymizing Networks. CS 336/536: Computer Network Security Fall Nitesh Saxena Lecture 8: Privacy and Anonymity Using Anonymizing Networks CS 336/536: Computer Network Security Fall 2015 Nitesh Saxena Some slides borrowed from Philippe Golle, Markus Jacobson Course Admin HW/Lab 3

More information

Design Principles for Low Latency Anonymous Network Systems Secure against Timing Attacks

Design Principles for Low Latency Anonymous Network Systems Secure against Timing Attacks Design Principles for Low Latency Anonymous Network Systems Secure against Timing Attacks Rungrat Wiangsripanawan, Willy Susilo and Rei Safavi-Naini Center for Information Security School of Information

More information

Anonymity With Tor. The Onion Router. July 21, Technische Universität München

Anonymity With Tor. The Onion Router. July 21, Technische Universität München The Onion Router Nathan S. Evans Christian Grothoff Technische Universität München July 21, 2011 Overview What is Tor? Motivation Background Material How Tor Works Hidden Services Attacks Specific Attack

More information

MIX Network for Location Privacy First Draft

MIX Network for Location Privacy First Draft 2G1319 Communication Systems Design Department of Microelectronics and Information Technology, KTH csd2002-ipv6privacy@2g1319.ssvl.kth.se MIX Network for Location Privacy First Draft O. Sirovatcenko April

More information

Anonymity on the Internet. Cunsheng Ding HKUST Hong Kong

Anonymity on the Internet. Cunsheng Ding HKUST Hong Kong Anonymity on the Internet Cunsheng Ding HKUST Hong Kong Part I: Introduc

More information

Putting the P back in VPN: An Overlay Network to Resist Traffic Analysis

Putting the P back in VPN: An Overlay Network to Resist Traffic Analysis Putting the P back in VPN: An Overlay Network to Resist Traffic Analysis Roger Dingledine The Free Haven Project http://freehaven.net/ Black Hat 2004 July 29, 2004 Talk Outline Motivation: Why anonymous

More information

How Alice and Bob meet if they don t like onions

How Alice and Bob meet if they don t like onions How Alice and Bob meet if they don t like onions Survey of Network Anonymisation Techniques Erik Sy 34th Chaos Communication Congress, Leipzig Agenda 1. Introduction to Anonymity Networks Anonymity Strategies

More information

An Optimal Strategy for Anonymous Communication Protocols

An Optimal Strategy for Anonymous Communication Protocols An Optimal Strategy for Anonymous Communication Protocols Yong Guan, Xinwen Fu, Riccardo Bettati, Wei Zhao Department of Computer Science Texas A&M University College Station, TX 77843-3112 E-mail: yguan,

More information

A Quantitative Analysis of Anonymous Communications

A Quantitative Analysis of Anonymous Communications IEEE TRANSACTIONS ON RELIABILITY, VOL. 53, NO. 1, MARCH 2004 103 A Quantitative Analysis of Anonymous Communications Yong Guan, Xinwen Fu, Riccardo Bettati, and Wei Zhao Abstract This paper quantitatively

More information

The New Cell-Counting-Based Against Anonymous Proxy

The New Cell-Counting-Based Against Anonymous Proxy The New Cell-Counting-Based Against Anonymous Proxy Yadarthugalla Raju M.Tech Student, Department of CSE, Dr.K.V.S.R.I.T, Kurnool. K. Pavan Kumar Assistant Professor, Department of IT, Dr.K.V.S.R.I.T,

More information

Persona: Network Layer Anonymity and Accountability for Next Generation Internet

Persona: Network Layer Anonymity and Accountability for Next Generation Internet Persona: Network Layer Anonymity and Accountability for Next Generation Internet Yannis Mallios 1, Sudeep Modi 1, Aditya Agarwala 2, and Christina Johns 2 1 Carnegie Mellon University, Information Networking

More information

A simple approach of Peer-to-Peer E-Cash system

A simple approach of Peer-to-Peer E-Cash system A simple approach of Peer-to-Peer E-Cash system Mr. Dharamvir, Mr. Rabinarayan Panda Asst. Professor, Dept. of MCA, The Oxford College of Engineering Bangalore, India. Abstract-With the popularization

More information

The Design of an Anonymous and a Fair Novel E-cash System

The Design of an Anonymous and a Fair Novel E-cash System International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 2, Number 2 (2012), pp. 103-109 International Research Publications House http://www. ripublication.com The Design of

More information

Anonymity. Christian Grothoff.

Anonymity. Christian Grothoff. Anonymity christian@grothoff.org http://grothoff.org/christian/ You look at this and you say this is insane. It s insane. And if it is only Hollywood that has to deal with this, OK, that s fine. Let them

More information

ANOC: Anonymous Network-Coding-Based Communication with Efficient Cooperation

ANOC: Anonymous Network-Coding-Based Communication with Efficient Cooperation : Anonymous Network-Coding-Based Communication with Efficient Cooperation Peng Zhang, Yixin Jiang, Chuang Lin, Patrick P.C. Lee, and John C.S. Lui Abstract Practical wireless network coding (e.g., ) is

More information

Analysis of an Anonymity Network for Web Browsing

Analysis of an Anonymity Network for Web Browsing Analysis of an Anonymity Network for Web Browsing Marc Rennhard Λ, Sandro Rafaeli y,laurentmathy y, Bernhard Plattner Λ and David Hutchison y Λ Swiss Federal Institute of Technology, Computer Engineering

More information

2 ND GENERATION ONION ROUTER

2 ND GENERATION ONION ROUTER 2 ND GENERATION ONION ROUTER Roger Dingledine, Nick Mathewson and Paul Syverson Presenter: Alejandro Villanueva Agenda Threat model Cells and circuits Other features Related work How does it work? Rendezvous

More information

Social Networking for Anonymous Communication Systems: A Survey

Social Networking for Anonymous Communication Systems: A Survey Social Networking for Anonymous Communication Systems: A Survey Rodolphe Marques Instituto de Telecomunicações Aveiro, Portugal rmarques@av.it.pt André Zúquete Universidade de Aveiro/IEETA Aveiro, Portugal

More information

Efficiency of large-scale DC-networks

Efficiency of large-scale DC-networks Bachelor thesis Computer Science Radboud University Efficiency of large-scale DC-networks Author: Moritz Neikes 4099095 m.neikes@student.ru.nl Supervisor: Anna Krasnova anna@mechanical-mind.org Supervisor:

More information

Addressing Privacy: Matching User Requirements with Implementation Techniques

Addressing Privacy: Matching User Requirements with Implementation Techniques Addressing Privacy: Matching User Requirements with Implementation Techniques Evangelia Kavakli 1, Christos Kalloniatis 1 and Stefanos Gritzalis 2 Abstract--The paper considers the basic privacy requirements

More information

A Privacy-Aware Service Protocol for Ubiquitous Computing Environments

A Privacy-Aware Service Protocol for Ubiquitous Computing Environments A Privacy-Aware Service Protocol for Ubiquitous Computing Environments Gunhee Lee, Song-hwa Chae, Inwhan Hwang, and Manpyo Hong Graduate School of Information Communication, Ajou University, Suwon, Korea

More information

11:1 Anonymous Internet Access Method for Wireless Systems

11:1 Anonymous Internet Access Method for Wireless Systems 11:1 Anonymous Internet Access Method for Wireless Systems Petri Jokela Juha-Petri Kärnä NomadicLab, Ericsson Research FIN-02420 Jorvas Finland {petri.jokela, juha-petri.karna}@ericsson.com 1 Introduction

More information

Onion services. Philipp Winter Nov 30, 2015

Onion services. Philipp Winter Nov 30, 2015 Onion services Philipp Winter pwinter@cs.princeton.edu Nov 30, 2015 Quick introduction to Tor An overview of Tor Tor is a low-latency anonymity network Based on Syverson's onion routing......which is based

More information

Herbivore: An Anonymous Information Sharing System

Herbivore: An Anonymous Information Sharing System Herbivore: An Anonymous Information Sharing System Emin Gün Sirer August 25, 2006 Need Anonymity Online Current networking protocols expose the identity of communication endpoints Anyone with access to

More information

THE SECOND GENERATION ONION ROUTER. Roger Dingledine Nick Mathewson Paul Syverson. -Presented by Arindam Paul

THE SECOND GENERATION ONION ROUTER. Roger Dingledine Nick Mathewson Paul Syverson. -Presented by Arindam Paul THE SECOND GENERATION ONION ROUTER Roger Dingledine Nick Mathewson Paul Syverson 1 -Presented by Arindam Paul Menu Motivation: Why do we need Onion Routing? Introduction : What is TOR? Basic TOR Design

More information

Onion Routing. 1) Introduction. 2) Operations. by Harikrishnan S (M.Tech CSE) Ramji Nagariya (M.S CSE), Sai Sambhu J (M.Tech CSE).

Onion Routing. 1) Introduction. 2) Operations. by Harikrishnan S (M.Tech CSE) Ramji Nagariya (M.S CSE), Sai Sambhu J (M.Tech CSE). Onion Routing by Harikrishnan S (M.Tech CSE) Ramji Nagariya (M.S CSE), Sai Sambhu J (M.Tech CSE). 1) Introduction Onion routing is an infrastructure for private communication over a public network. Traffic

More information

Core: A Peer-To-Peer Based Connectionless Onion Router

Core: A Peer-To-Peer Based Connectionless Onion Router Core: A Peer-To-Peer Based Connectionless Onion Router Olaf Landsiedel, Alexis Pimenidis, Klaus Wehrle Department for Computer Science RWTH Aachen, Germany firstname.lastname@cs.rwth-aachen.de Heiko Niedermayer,

More information

A Report on Modified Onion Routing and its Proof of Concept

A Report on Modified Onion Routing and its Proof of Concept A Report on Modified Onion Routing and its Proof of Concept Introduction: This document briefly describes the architecture, code layout, operation principles and testing covered in the implementation of

More information

A Scheme for Route Optimization in Mobile IP without. Compromising Location Privacy. Yang-hua Chu, Jun Gao and Sanjay Rao

A Scheme for Route Optimization in Mobile IP without. Compromising Location Privacy. Yang-hua Chu, Jun Gao and Sanjay Rao A Scheme for Route ptimization in Mobile IP without Compromising Location Privacy Yang-hua Chu, Jun Gao and Sanjay Rao fyhchu,jungao,sanjayg@cs.cmu.edu May 5, 1998 Abstract Route ptimization extensions

More information

Computer Security. 15. Tor & Anonymous Connectivity. Paul Krzyzanowski. Rutgers University. Spring 2017

Computer Security. 15. Tor & Anonymous Connectivity. Paul Krzyzanowski. Rutgers University. Spring 2017 Computer Security 15. Tor & Anonymous Connectivity Paul Krzyzanowski Rutgers University Spring 2017 April 24, 2017 CS 419 2017 Paul Krzyzanowski 1 Private Browsing Browsers offer a "private" browsing modes

More information

Private Browsing. Computer Security. Is private browsing private? Goal. Tor & The Tor Browser. History. Browsers offer a "private" browsing modes

Private Browsing. Computer Security. Is private browsing private? Goal. Tor & The Tor Browser. History. Browsers offer a private browsing modes Private Browsing Computer Security 16. Tor & Anonymous Connectivity Paul Krzyzanowski Rutgers University Spring 2017 Browsers offer a "private" browsing modes Apple Private Browsing, Mozilla Private Browsing,

More information

An Experimental Study and Analysis of Crowds based Anonymity

An Experimental Study and Analysis of Crowds based Anonymity An Experimental Study and Analysis of Crowds based Anonymity Lokesh Kumar Bhoobalan Digital Worlds Institute University of Florida Gainesville, Florida 326 5800 Email: lokesh@digitalworlds.ufl.edu Piyush

More information

Analysing Onion Routing Bachelor-Thesis

Analysing Onion Routing Bachelor-Thesis Analysing Onion Routing Bachelor-Thesis Steffen Michels June 22, 2009 Abstract Although methods for reaching security goals such as secrecy, integrity and authentication are widely used in the Internet,

More information

Anonymous communication with on-line and off-line onion encoding

Anonymous communication with on-line and off-line onion encoding Anonymous communication with on-line and off-line onion encoding Marek Klonowski, Mirosław Kutyłowski, and Filip Zagórski Institute of Mathematics, Wrocław University of Technology, Marek.Klonowski@im.pwr.wroc.pl

More information

An Experimental Study and Analysis of Crowds based Anonymity

An Experimental Study and Analysis of Crowds based Anonymity An Experimental Study and Analysis of Crowds based Anonymity Lokesh Bhoobalan, Piyush Harsh To cite this version: Lokesh Bhoobalan, Piyush Harsh. An Experimental Study and Analysis of Crowds based Anonymity.

More information

Privacy Protection over Network Communication in Manet

Privacy Protection over Network Communication in Manet Privacy Protection over Network Communication in Manet 1 Dr.K.Rajangam., Head of EEE Department, SCAD Institute of Technology 2 Ms.L.Dhanam, Assistant Professor Department of Computer Science & Engineering,

More information

A New Replay Attack Against Anonymous Communication Networks

A New Replay Attack Against Anonymous Communication Networks 1 A New Replay Attack Against Anonymous Communication Networks Ryan Pries, Wei Yu, Xinwen Fu and Wei Zhao Abstract Tor is a real-world, circuit-based low-latency anonymous communication network, supporting

More information

scribed below in section 5. 2 Application Support via Proxies Onion Routing can be used with applications that are proxy-aware, as well as several non

scribed below in section 5. 2 Application Support via Proxies Onion Routing can be used with applications that are proxy-aware, as well as several non Onion Routing Access Congurations Paul F. Syverson, Michael G. Reed, and David M. Goldschlag Naval Research Laboratory Abstract Onion Routing is an infrastructure for private communication over a public

More information

Tor: The Second-Generation Onion Router. Roger Dingledine, Nick Mathewson, Paul Syverson

Tor: The Second-Generation Onion Router. Roger Dingledine, Nick Mathewson, Paul Syverson Tor: The Second-Generation Onion Router Roger Dingledine, Nick Mathewson, Paul Syverson Introduction Second Generation of Onion Routing Focus on deployability Perfect forward secrecy Separation of protocol

More information

Provable Anonymity. Epistemic Logic for Anonymizing Protocols. Ichiro Hasuo. Radboud University Nijmegen The Netherlands

Provable Anonymity. Epistemic Logic for Anonymizing Protocols. Ichiro Hasuo. Radboud University Nijmegen The Netherlands Provable Anonymity Epistemic Logic for Anonymizing Protocols Ichiro Hasuo Radboud University Nijmegen The Netherlands Internatinal Summer School Marktoberdorf Provable Anonymity Ichiro Hasuo, Nijmegen,

More information

Introduction to Computer Security

Introduction to Computer Security Introduction to Computer Security Instructor: Mahadevan Gomathisankaran mgomathi@unt.edu CSCE 4550/5550, Fall 2009 Lecture 10 1 Announcements Project Group Due today Attendance Mandatory Ave. 85% ( 4 absentees

More information

An Optimal Strategy for Anonymous Communication Protocols

An Optimal Strategy for Anonymous Communication Protocols Appeared in: Proceedings of the 22th International Conference on Distributed Computing Systems, Vienna, Austria, July 2002. An Optimal Strategy for Anonymous Communication Protocols Yong Guan, Xinwen Fu,

More information

The Predecessor Attack: An Analysis of a Threat to Anonymous Communications Systems

The Predecessor Attack: An Analysis of a Threat to Anonymous Communications Systems University of Massachusetts Amherst ScholarWorks@UMass Amherst Computer Science Department Faculty Publication Series Computer Science 2002 The Predecessor Attack: An Analysis of a Threat to Anonymous

More information

A k-anonymous Communication Protocol for Overlay Networks

A k-anonymous Communication Protocol for Overlay Networks A k-anonymous Communication Protocol for Overlay Networks Pan Wang Dept. of Electrical and Computer Engineering NC State University Raleigh, NC 27695 pwang3@ncsu.edu Peng Ning Dept. of Computer Science

More information

Anonymous Credentials through Acid Mixing

Anonymous Credentials through Acid Mixing Anonymous Credentials through Acid Mixing Alessandro Acquisti Carnegie Mellon University June 2003 Abstract Reliability and trust are open issues in the MIX-net literature. We present a variation on the

More information