tor node anonymity and censorship resistance tor nodetor is a low-latency anonymity system • based...

25
Anonymity and Censorship Resistance Tor Node Tor Node Tor Node Tor Node Tor Node Tor Node Tor Node Tor Node Tor Network Web server Tor user Encrypted tunnel Unencrypted TCP Tor Node Tor Node Tor Node Exit node Entry node Middle node Steven J. Murdoch http://www.cl.cam.ac.uk/users/sjm217/ Part II Security, 14 November 2008, Cambridge, UK

Upload: others

Post on 05-Oct-2020

13 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Anonymity and Censorship Resistance

Tor Node

Tor Node

Tor Node

Tor Node

Tor NodeTor Node

Tor Node

Tor Node

Tor Network

Web server

Tor user

Encrypted tunnel

Unencrypted TCP

Tor Node

Tor Node

Tor Node

Exit node

Entry nodeMiddle node

Steven J. Murdoch

http://www.cl.cam.ac.uk/users/sjm217/

Part II Security, 14 November 2008, Cambridge, UK

Page 2: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

What is being blocked, and why

• Out of the 40 countries studied bythe OpenNet Initiative in 2006, 26censored the Internet in some way

• The types of material censoredvaried depending on country, e.g.:

• Human Rights (blocked in China)• Religion (blocked in Saudi Arabia,

UAE, Iran, Bahrain)• Pornography (blocked in Saudi

Arabia, UAE, Iran, Bahrain,Singapore, Burma, . . . )

• Other issues censored include:military and militant websites; sexeducation, alcohol/drugs, music; gayand lesbian websites; news

Page 3: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

What is being blocked, and why

• Out of the 40 countries studied bythe OpenNet Initiative in 2006, 26censored the Internet in some way

• The types of material censoredvaried depending on country, e.g.:

• Human Rights (blocked in China)• Religion (blocked in Saudi Arabia,

UAE, Iran, Bahrain)• Pornography (blocked in Saudi

Arabia, UAE, Iran, Bahrain,Singapore, Burma, . . . )

• Other issues censored include:military and militant websites; sexeducation, alcohol/drugs, music; gayand lesbian websites; news

Page 4: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

What is being blocked, and why

• Out of the 40 countries studied bythe OpenNet Initiative in 2006, 26censored the Internet in some way

• The types of material censoredvaried depending on country, e.g.:

• Human Rights (blocked in China)• Religion (blocked in Saudi Arabia,

UAE, Iran, Bahrain)• Pornography (blocked in Saudi

Arabia, UAE, Iran, Bahrain,Singapore, Burma, . . . )

• Other issues censored include:military and militant websites; sexeducation, alcohol/drugs, music; gayand lesbian websites; news

Page 5: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Blocking with technology

• When a country’s government controls international connectivity,they can block requests for banned websites

• There are a number of different approaches (DNS blocking, IPaddress blocking, etc.)

• Software may be produced in-country, but often is an adaptedcommercial product

• These companies not only make the software, but provide acontinuously updated list of websites to be blocked

Page 6: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Normal web browsing

WEB BROWSER ISP INTERNET

User DNS Server DNS Server

Web Server

NORMAL WEB BROWSING (no proxy)

1. User requests www.example.org/page.html2. DNS lookup for www.example.org3. Lookup response: www.example.org is 192.0.2.1664. www.example.org is 192.0.2.1665. Get web page: www.example.org/page.html at 192.0.2.1666. Here is www.example.org/page.html

Router

1 23

45

6

normal_no proxy.indd 1 3/19/07 8:56:55 PM

Diagram: Jane Gowan

Page 7: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

DNS tampering

WEB BROWSER ISP INTERNET

User DNS Server DNS Server

Web Server

DNS TAMPERING

1. User requests www.example.org/page.html2. DNS response: www.example.org does not exist

Router

1

2

DNS_tampering.indd 1 3/19/07 8:56:18 PM

Diagram: Jane Gowan

Page 8: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

IP blocking

WEB BROWSER ISP INTERNET

User DNS Server DNS Server

Web Server

IP BLOCKING

1. User requests www.example.org/page.html2. DNS lookup for www.example.org3. Lookup response: www.example.org is 192.0.2.1664. www.example.org is 192.0.2.1665. Get web page: www.example.org/page.html at 192.0.2.1666. Router drops all packets to 192.0.2.1667. Browser concludes that www.example.org is inaccessible

Router

1 23

45

6

7

IP blocking.indd 1 3/19/07 8:56:32 PM

Diagram: Jane Gowan

Page 9: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Even if a site is accessible, it may beremoved from search engine results

Searching for “Tiananmen Square” on Google.com and Google.cn

Page 10: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Limitations of blocking

• Censorship systems block legitimatecontent and fail to block bannedcontent

• It is fairly easy for readers andpublishers to circumvent thetechnical measures

• Building and maintaining censorshipsystems is expensive

• Blocking one type of contentencourages other types to beblocked

• Often the process of censorship isnot transparent

Photograph: David Gaya

Page 11: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Blocking through laws, fear, andintimidation

• ISPs may be forced to block sitesthemselves, or implementself-regulation

• People can be intimidated into nottesting rules through fear ofdetection and retribution

• These may be through laws, socialpressure or extra-legal punishment

• All these approaches may be usedat the same time, and complementeach other

Page 12: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Censorship resistance systems

• Software to resist censorship should• Hide where user is visiting (to prevent blocking)• Hide who the user is (to protect them from intimidation)

• These properties should be maintained even if the censorshipresistance system is partially compromised

Page 13: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

There are many other reasons whypeople might want privacy

• Ordinary people• To avoid personal information being sold to marketers• Protect themselves when researching sensitive topics

• Militaries and law enforcement• To carry out intelligence gathering• Protect undercover field agents• Offer anonymous tip lines

• Journalists• To protect sources, such as whistle blowers

• Human rights workers• To publicise abuses and protect themselves from surveillance• Blogging about controversial subjects

• Businesses• To observe their competition and build anonymous collaborations

Page 14: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Anonymous communication• People have to hide in a crowd of other people (“anonymity loves

company”)• The goal of the system is to make all users look as similar as

possible, to give a bigger crowd• Hide who is communicating with whom• Layered encryption and random delays hide correlation between

input traffic and output traffic

Page 15: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Remailers

Page 16: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Tor is a low-latency anonymity system

• Based on technology developed in the Onion Routing project• Commonly used for web browsing (works for any TCP traffic)• Originally built as a pure anonymity system (hides who is talking

to whom)• Now designed to resist censorship too (hides whether someone

is using the system at all)• Centralised directory authorities publish a list of all servers• (First version developed as Part II project by Matej Pfajfar)

Page 17: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Tor hides communication patterns byrelaying data through volunteer servers

Tor Node

Tor Node

Tor Node

Tor Node

Tor NodeTor Node

Tor Node

Tor Node

Tor Network

Web server

Tor user

Diagram: Robert Watson

Page 18: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Tor hides communication patterns byrelaying data through volunteer servers

Tor Node

Tor Node

Tor Node

Tor Node

Tor NodeTor Node

Tor Node

Tor Node

Tor Network

Web server

Tor userTor Node

Tor Node

Tor Node

Exit node

Entry nodeMiddle node

Diagram: Robert Watson

Page 19: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Tor hides communication patterns byrelaying data through volunteer servers

Tor Node

Tor Node

Tor Node

Tor Node

Tor NodeTor Node

Tor Node

Tor Node

Tor Network

Web server

Tor user

Encrypted tunnel

Unencrypted TCP

Tor Node

Tor Node

Tor Node

Exit node

Entry nodeMiddle node

Diagram: Robert Watson

Page 20: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Tor uses two types of encryption

Circuit encryption unlinks data entering and leaving a server

Page 21: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Tor uses two types of encryption

Circuit encryption unlinks data entering and leaving a serverLink encryption (TLS) disguises individual circuits

Page 22: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Tor uses two types of encryption

Circuit encryption unlinks data entering and leaving a serverLink encryption (TLS) disguises individual circuitsBut data rate is unchanged so traffic analysis can correlate flows

Page 23: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Freenet is an anonymous contentdistribution network

• While Tor allows access to theInternet, Freenet creates a privatenetwork

• Users can create websites, sharefiles and send/receive emailsbetween other members of thenetwork

• Content is hosted by sharing itamongst users of the network

• Users cannot select what contentthey host, and it is stored in anencrypted form

Page 24: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Psiphon a is censorship resistancesystem with different tradeoffs to Tor

• There is no centralized control, so itis hard to block but also hard foruser to find a server

• Users do not have to downloadsoftware, but this limits the strengthof protection

• If the user cannot modify browsersettings or install software, Psiphonis still usable

• Users within a censored country canask someone they trust outside ofthe country to install the Psiphonserver

Page 25: Tor Node Anonymity and Censorship Resistance Tor NodeTor is a low-latency anonymity system • Based on technology developed in the Onion Routing project • Commonly used for web

Further information

“Tools and Technology of Internet Filtering”, achapter in “Access Denied”.http://opennet.net/accessdenied

“Security Engineering”, 2nd Edition (Chapter 23).http://www.cl.cam.ac.uk/∼rja14/book.html

The anonymity bibliographyhttp://www.freehaven.net/anonbib/

The Tor Project websitehttps://www.torproject.org/

A copy of these slides will be availablehttp://www.cl.cam.ac.uk/∼sjm217/