challenges.tex 82 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543
  1. \documentclass{llncs}
  2. % XXXX NM: Fold ``bandwidth and usability'' into ``Tor and file-sharing'' --
  3. % ``bandwidth and file-sharing''.
  4. \usepackage{url}
  5. \usepackage{amsmath}
  6. \usepackage{epsfig}
  7. \setlength{\textwidth}{6in}
  8. \setlength{\textheight}{8in}
  9. \setlength{\topmargin}{.5in}
  10. \setlength{\oddsidemargin}{1cm}
  11. \setlength{\evensidemargin}{1cm}
  12. \newenvironment{tightlist}{\begin{list}{$\bullet$}{
  13. \setlength{\itemsep}{0mm}
  14. \setlength{\parsep}{0mm}
  15. % \setlength{\labelsep}{0mm}
  16. % \setlength{\labelwidth}{0mm}
  17. % \setlength{\topsep}{0mm}
  18. }}{\end{list}}
  19. \begin{document}
  20. \title{Challenges in deploying low-latency anonymity}
  21. \author{Roger Dingledine\inst{1} \and
  22. Nick Mathewson\inst{1} \and
  23. Paul Syverson\inst{2}}
  24. \institute{The Free Haven Project \email{<\{arma,nickm\}@freehaven.net>} \and
  25. Naval Research Lab \email{<syverson@itd.nrl.navy.mil>}}
  26. \maketitle
  27. \pagestyle{plain}
  28. \begin{abstract}
  29. There are many unexpected or unexpectedly difficult obstacles to
  30. deploying anonymous communications. Drawing on our experiences deploying
  31. Tor (the second-generation onion routing network), we describe social
  32. challenges and technical issues that must be faced
  33. in building, deploying, and sustaining a scalable, distributed, low-latency
  34. anonymity network.
  35. \end{abstract}
  36. \section{Introduction}
  37. % Your network is not practical unless it is sustainable and distributed.
  38. Anonymous communication is full of surprises. This paper discusses some
  39. unexpected challenges arising from our experiences deploying Tor, a
  40. low-latency general-purpose anonymous communication system. We will discuss
  41. some of the difficulties we have experienced and how we have met them (or how
  42. we plan to meet them, if we know). We will also discuss some less
  43. troublesome open problems that we must nevertheless eventually address.
  44. %We will describe both those future challenges that we intend to explore and
  45. %those that we have decided not to explore and why.
  46. Tor is an overlay network for anonymizing TCP streams over the
  47. Internet~\cite{tor-design}. It addresses limitations in earlier Onion
  48. Routing designs~\cite{or-ih96,or-jsac98,or-discex00,or-pet00} by adding
  49. perfect forward secrecy, congestion control, directory servers, integrity
  50. checking, configurable exit policies, and location-hidden services using
  51. rendezvous points. Tor works on the real-world Internet, requires no special
  52. privileges or kernel modifications, requires little synchronization or
  53. coordination between nodes, and provides a reasonable tradeoff between
  54. anonymity, usability, and efficiency.
  55. We first publicly deployed a Tor network in October 2003; since then it has
  56. grown to over a hundred volunteer Tor nodes
  57. and as much as 80 megabits of
  58. average traffic per second. Tor's research strategy has focused on deploying
  59. a network to as many users as possible; thus, we have resisted designs that
  60. would compromise deployability by imposing high resource demands on node
  61. operators, and designs that would compromise usability by imposing
  62. unacceptable restrictions on which applications we support. Although this
  63. strategy has
  64. its drawbacks (including a weakened threat model, as discussed below), it has
  65. made it possible for Tor to serve many thousands of users and attract
  66. funding from diverse sources whose goals range from security on a
  67. national scale down to the liberties of each individual.
  68. While the Tor design paper~\cite{tor-design} gives an overall view of Tor's
  69. design and goals, this paper describes some policy, social, and technical
  70. issues that we face as we continue deployment.
  71. Rather than trying to provide complete solutions to every problem here, we
  72. lay out the assumptions and constraints that we have observed while
  73. deploying Tor in the wild. In doing so, we aim to create a research agenda
  74. for others to help in addressing these issues. We believe that the issues
  75. described here will be of general interest to projects attempting to build
  76. and deploy practical, useable anonymity networks in the wild.
  77. %While the Tor design paper~\cite{tor-design} gives an overall view its
  78. %design and goals,
  79. %this paper describes the policy and technical issues that Tor faces as
  80. %we continue deployment. Rather than trying to provide complete solutions
  81. %to every problem here, we lay out the assumptions and constraints
  82. %that we have observed through deploying Tor in the wild. In doing so, we
  83. %aim to create a research agenda for others to
  84. %help in addressing these issues.
  85. % Section~\ref{sec:what-is-tor} gives an
  86. %overview of the Tor
  87. %design and ours goals. Sections~\ref{sec:crossroads-policy}
  88. %and~\ref{sec:crossroads-design} go on to describe the practical challenges,
  89. %both policy and technical respectively,
  90. %that stand in the way of moving
  91. %from a practical useful network to a practical useful anonymous network.
  92. %\section{What Is Tor}
  93. \section{Background}
  94. Here we give a basic overview of the Tor design and its properties, and
  95. compare Tor to other low-latency anonymity designs.
  96. \subsection{Tor, threat models, and distributed trust}
  97. \label{sec:what-is-tor}
  98. %Here we give a basic overview of the Tor design and its properties. For
  99. %details on the design, assumptions, and security arguments, we refer
  100. %the reader to the Tor design paper~\cite{tor-design}.
  101. %\medskip
  102. \noindent
  103. {\bf How Tor works.}
  104. Tor provides \emph{forward privacy}, so that users can connect to
  105. Internet sites without revealing their logical or physical locations
  106. to those sites or to observers. It also provides \emph{location-hidden
  107. services}, so that critical servers can support authorized users without
  108. giving adversaries an effective vector for physical or online attacks.
  109. The design provides these protections even when a portion of its own
  110. infrastructure is controlled by an adversary.
  111. To create a private network pathway with Tor, the client software
  112. incrementally builds a \emph{circuit} of encrypted connections through
  113. Tor nodes on the network. The circuit is extended one hop at a time, and
  114. each node along the way knows only which node gave it data and which
  115. node it is giving data to. No individual Tor node ever knows the complete
  116. path that a data packet has taken. The client negotiates a separate set
  117. of encryption keys for each hop along the circuit.% to ensure that each
  118. %hop can't trace these connections as they pass through.
  119. Because each node sees no more than one hop in the
  120. circuit, neither an eavesdropper nor a compromised node can use traffic
  121. analysis to link the connection's source and destination.
  122. For efficiency, the Tor software uses the same circuit for all the TCP
  123. connections that happen within the same short period.
  124. Later requests use a new
  125. circuit, to prevent long-term linkability between different actions by
  126. a single user.
  127. Tor also makes it possible for users to hide their locations while
  128. offering various kinds of services, such as web publishing or an instant
  129. messaging server. Using ``rendezvous points'', other Tor users can
  130. connect to these hidden services, each without knowing the other's network
  131. identity.
  132. Tor attempts to anonymize the transport layer, not the application layer, so
  133. application protocols that include personally identifying information need
  134. additional application-level scrubbing proxies, such as
  135. Privoxy~\cite{privoxy} for HTTP. Furthermore, Tor does not permit arbitrary
  136. IP packets; it only anonymizes TCP streams and DNS request, and only supports
  137. connections via SOCKS (see Section~\ref{subsec:tcp-vs-ip}).
  138. Most node operators do not want to allow arbitary TCP connections to leave
  139. their server. To address this, Tor provides \emph{exit policies} so that
  140. each exit node can block the IP addresses and ports it is unwilling to allow.
  141. TRs advertise their exit policies to the directory servers, so that
  142. client can tell which nodes will support their connections.
  143. As of January 2005, the Tor network has grown to around a hundred nodes
  144. on four continents, with a total capacity exceeding 1Gbit/s. Appendix A
  145. shows a graph of the number of working nodes over time, as well as a
  146. vgraph of the number of bytes being handled by the network over time. At
  147. this point the network is sufficiently diverse for further development
  148. and testing; but of course we always encourage and welcome new nodes
  149. to join the network.
  150. Tor research and development has been funded by the U.S.~Navy and DARPA
  151. for use in securing government
  152. communications, and by the Electronic Frontier Foundation, for use
  153. in maintaining civil liberties for ordinary citizens online. The Tor
  154. protocol is one of the leading choices
  155. to be the anonymizing layer in the European Union's PRIME directive to
  156. help maintain privacy in Europe. The University of Dresden in Germany
  157. has integrated an independent implementation of the Tor protocol into
  158. their popular Java Anon Proxy anonymizing client.
  159. % This wide variety of
  160. %interests helps maintain both the stability and the security of the
  161. %network.
  162. \medskip
  163. \noindent
  164. {\bf Threat models and design philosophy.}
  165. The ideal Tor network would be practical, useful and and anonymous. When
  166. trade-offs arise between these properties, Tor's research strategy has been
  167. to insist on remaining useful enough to attract many users,
  168. and practical enough to support them. Only subject to these
  169. constraints do we aim to maximize
  170. anonymity.\footnote{This is not the only possible
  171. direction in anonymity research: designs exist that provide more anonymity
  172. than Tor at the expense of significantly increased resource requirements, or
  173. decreased flexibility in application support (typically because of increased
  174. latency). Such research does not typically abandon aspirations towards
  175. deployability or utility, but instead tries to maximize deployability and
  176. utility subject to a certain degree of inherent anonymity (inherent because
  177. usability and practicality affect usage which affects the actual anonymity
  178. provided by the network \cite{econymics,back01}).}
  179. %{We believe that these
  180. %approaches can be promising and useful, but that by focusing on deploying a
  181. %usable system in the wild, Tor helps us experiment with the actual parameters
  182. %of what makes a system ``practical'' for volunteer operators and ``useful''
  183. %for home users, and helps illuminate undernoticed issues which any deployed
  184. %volunteer anonymity network will need to address.}
  185. Because of this strategy, Tor has a weaker threat model than many anonymity
  186. designs in the literature. In particular, because we
  187. support interactive communications without impractically expensive padding,
  188. we fall prey to a variety
  189. of intra-network~\cite{back01,attack-tor-oak05,flow-correlation04} and
  190. end-to-end~\cite{danezis-pet2004,SS03} anonymity-breaking attacks.
  191. Tor does not attempt to defend against a global observer. In general, an
  192. attacker who can observe both ends of a connection through the Tor network
  193. can correlate the timing and volume of data on that connection as it enters
  194. and leaves the network, and so link a user to her chosen communication
  195. parties. Known solutions to this attack would seem to require introducing a
  196. prohibitive degree of traffic padding between the user and the network, or
  197. introducing an unacceptable degree of latency (but see Section
  198. \ref{subsec:mid-latency}). Also, it is not clear that these methods would
  199. work at all against even a minimally active adversary that can introduce timing
  200. patterns or additional traffic. Thus, Tor only attempts to defend against
  201. external observers who cannot observe both sides of a user's connection.
  202. The distinction between traffic correlation and traffic analysis is
  203. not as cut and dried as we might wish. In \cite{hintz-pet02} it was
  204. shown that if data volumes of various popular
  205. responder destinations are catalogued, it may not be necessary to
  206. observe both ends of a stream to learn a source-destination link.
  207. This should be fairly effective without simultaneously observing both
  208. ends of the connection. However, it is still essentially confirming
  209. suspected communicants where the responder suspects are ``stored'' rather
  210. than observed at the same time as the client.
  211. Similarly latencies of going through various routes can be
  212. catalogued~\cite{back01} to connect endpoints.
  213. This is likely to entail high variability and massive storage since
  214. % XXX hintz-pet02 just looked at data volumes of the sites. this
  215. % doesn't require much variability or storage. I think it works
  216. % quite well actually. Also, \cite{kesdogan:pet2002} takes the
  217. % attack another level further, to narrow down where you could be
  218. % based on an intersection attack on subpages in a website. -RD
  219. %
  220. % I was trying to be terse and simultaneously referring to both the
  221. % Hintz stuff and the Back et al. stuff from Info Hiding 01. I've
  222. % separated the two and added the references. -PFS
  223. routes through the network to each site will be random even if they
  224. have relatively unique latency characteristics. So this does not seem
  225. an immediate practical threat. Further along similar lines, the same
  226. paper suggested a ``clogging attack''. In \cite{attack-tor-oak05}, a
  227. version of this was demonstrated to be practical against portions of
  228. the fifty node Tor network as deployed in mid 2004. There it was shown
  229. that an outside attacker can trace a stream through the Tor network
  230. while a stream is still active simply by observing the latency of his
  231. own traffic sent through various Tor nodes. These attacks do not show
  232. the client address, only the first node within the Tor network, making
  233. helper nodes all the more worthy of exploration (cf.,
  234. Section~\ref{subsec:helper-nodes}).
  235. Against internal attackers who sign up Tor nodes, the situation is more
  236. complicated. In the simplest case, if an adversary has compromised $c$ of
  237. $n$ nodes on the Tor network, then the adversary will be able to compromise
  238. a random circuit with probability $\frac{c^2}{n^2}$ (since the circuit
  239. initiator chooses hops randomly). But there are
  240. complicating factors:
  241. (1)~If the user continues to build random circuits over time, an adversary
  242. is pretty certain to see a statistical sample of the user's traffic, and
  243. thereby can build an increasingly accurate profile of her behavior. (See
  244. Section~\ref{subsec:helper-nodes} for possible solutions.)
  245. (2)~An adversary who controls a popular service outside of the Tor network
  246. can be certain of observing all connections to that service; he
  247. therefore will trace connections to that service with probability
  248. $\frac{c}{n}$.
  249. (3)~Users do not in fact choose nodes with uniform probability; they
  250. favor nodes with high bandwidth or uptime, and exit nodes that
  251. permit connections to their favorite services.
  252. See Section~\ref{subsec:routing-zones} for discussion of larger
  253. adversaries and our dispersal goals.
  254. %\begin{tightlist}
  255. %\item If the user continues to build random circuits over time, an adversary
  256. % is pretty certain to see a statistical sample of the user's traffic, and
  257. % thereby can build an increasingly accurate profile of her behavior. (See
  258. % \ref{subsec:helper-nodes} for possible solutions.)
  259. %\item An adversary who controls a popular service outside of the Tor network
  260. % can be certain of observing all connections to that service; he
  261. % therefore will trace connections to that service with probability
  262. % $\frac{c}{n}$.
  263. %\item Users do not in fact choose nodes with uniform probability; they
  264. % favor nodes with high bandwidth or uptime, and exit nodes that
  265. % permit connections to their favorite services.
  266. %\end{tightlist}
  267. %discuss $\frac{c^2}{n^2}$, except how in practice the chance of owning
  268. %the last hop is not $c/n$ since that doesn't take the destination (website)
  269. %into account. so in cases where the adversary does not also control the
  270. %final destination we're in good shape, but if he *does* then we'd be better
  271. %off with a system that lets each hop choose a path.
  272. %
  273. %Isn't it more accurate to say ``If the adversary _always_ controls the final
  274. % dest, we would be just as well off with such as system.'' ? If not, why
  275. % not? -nm
  276. % Sure. In fact, better off, since they seem to scale more easily. -rd
  277. % XXXX the below paragraph should probably move later, and merge with
  278. % other discussions of attack-tor-oak5.
  279. %Murdoch and Danezis describe an attack
  280. %\cite{attack-tor-oak05} that lets an attacker determine the nodes used
  281. %in a circuit; yet s/he cannot identify the initiator or responder,
  282. %e.g., client or web server, through this attack. So the endpoints
  283. %remain secure, which is the goal. It is conceivable that an
  284. %adversary could attack or set up observation of all connections
  285. %to an arbitrary Tor node in only a few minutes. If such an adversary
  286. %were to exist, s/he could use this probing to remotely identify a node
  287. %for further attack. Of more likely immediate practical concern
  288. %an adversary with active access to the responder traffic
  289. %wants to keep a circuit alive long enough to attack an identified
  290. %node. Thus it is important to prevent the responding end of the circuit
  291. %from keeping it open indefinitely.
  292. %Also, someone could identify nodes in this way and if in their
  293. %jurisdiction, immediately get a subpoena (if they even need one)
  294. %telling the node operator(s) that she must retain all the active
  295. %circuit data she now has.
  296. %Further, the enclave model, which had previously looked to be the most
  297. %generally secure, seems particularly threatened by this attack, since
  298. %it identifies endpoints when they're also nodes in the Tor network:
  299. %see Section~\ref{subsec:helper-nodes} for discussion of some ways to
  300. %address this issue.
  301. \medskip
  302. \noindent
  303. {\bf Distributed trust.}
  304. In practice Tor's threat model is based entirely on the goal of
  305. dispersal and diversity.
  306. Tor's defense lies in having a diverse enough set of nodes
  307. to prevent most real-world
  308. adversaries from being in the right places to attack users.
  309. Tor aims to resist observers and insiders by distributing each transaction
  310. over several nodes in the network. This ``distributed trust'' approach
  311. means the Tor network can be safely operated and used by a wide variety
  312. of mutually distrustful users, providing more sustainability and security
  313. than some previous attempts at anonymizing networks.
  314. The Tor network has a broad range of users, including ordinary citizens
  315. concerned about their privacy, corporations
  316. who don't want to reveal information to their competitors, and law
  317. enforcement and government intelligence agencies who need
  318. to do operations on the Internet without being noticed.
  319. No organization can achieve this security on its own. If a single
  320. corporation or government agency were to build a private network to
  321. protect its operations, any connections entering or leaving that network
  322. would be obviously linkable to the controlling organization. The members
  323. and operations of that agency would be easier, not harder, to distinguish.
  324. Instead, to protect our networks from traffic analysis, we must
  325. collaboratively blend the traffic from many organizations and private
  326. citizens, so that an eavesdropper can't tell which users are which,
  327. and who is looking for what information. By bringing more users onto
  328. the network, all users become more secure~\cite{econymics}.
  329. [XXX I feel uncomfortable saying this last sentence now. -RD]
  330. Naturally, organizations will not want to depend on others for their
  331. security. If most participating providers are reliable, Tor tolerates
  332. some hostile infiltration of the network. For maximum protection,
  333. the Tor design includes an enclave approach that lets data be encrypted
  334. (and authenticated) end-to-end, so high-sensitivity users can be sure it
  335. hasn't been read or modified. This even works for Internet services that
  336. don't have built-in encryption and authentication, such as unencrypted
  337. HTTP or chat, and it requires no modification of those services.
  338. \subsection{Related work}
  339. Tor is not the only anonymity system that aims to be practical and useful.
  340. Commercial single-hop proxies~\cite{anonymizer}, as well as unsecured
  341. open proxies around the Internet, can provide good
  342. performance and some security against a weaker attacker. The Java
  343. Anon Proxy~\cite{web-mix} provides similar functionality to Tor but only
  344. handles web browsing rather than arbitrary TCP\@.
  345. %Some peer-to-peer file-sharing overlay networks such as
  346. %Freenet~\cite{freenet} and Mute~\cite{mute}
  347. Zero-Knowledge Systems' commercial Freedom
  348. network~\cite{freedom21-security} was even more flexible than Tor in
  349. that it could transport arbitrary IP packets, and it also supported
  350. pseudonymous access rather than just anonymous access; but it had
  351. a different approach to sustainability (collecting money from users
  352. and paying ISPs to run Tor nodes), and was shut down due to financial
  353. load. Finally, potentially
  354. more scalable designs like Tarzan~\cite{tarzan:ccs02} and
  355. MorphMix~\cite{morphmix:fc04} have been proposed in the literature, but
  356. have not yet been fielded. All of these systems differ somewhat
  357. in threat model and presumably practical resistance to threats.
  358. Morphmix is very close to Tor in circuit setup. And, by separating
  359. node discovery from route selection from circuit setup, Tor is
  360. flexible enough to potentially contain a Morphmix experiment within
  361. it. We direct the interested reader to Section
  362. 2 of~\cite{tor-design} for a more in-depth review of related work.
  363. Tor differs from other deployed systems for traffic analysis resistance
  364. in its security and flexibility. Mix networks such as
  365. Mixmaster~\cite{mixmaster-spec} or its successor Mixminion~\cite{minion-design}
  366. gain the highest degrees of anonymity at the expense of introducing highly
  367. variable delays, thus making them unsuitable for applications such as web
  368. browsing. Commercial single-hop
  369. proxies~\cite{anonymizer} present a single point of failure, where
  370. a single compromise can expose all users' traffic, and a single-point
  371. eavesdropper can perform traffic analysis on the entire network.
  372. Also, their proprietary implementations place any infrastucture that
  373. depends on these single-hop solutions at the mercy of their providers'
  374. financial health as well as network security.
  375. %XXXX six-four. crowds. i2p.
  376. %XXXX
  377. %have a serious discussion of morphmix's assumptions, since they would
  378. %seem to be the direct competition. in fact tor is a flexible architecture
  379. %that would encompass morphmix, and they're nearly identical except for
  380. %path selection and node discovery. and the trust system morphmix has
  381. %seems overkill (and/or insecure) based on the threat model we've picked.
  382. % this para should probably move to the scalability / directory system. -RD
  383. % Nope. Cut for space, except for small comment added above -PFS
  384. \section{Social challenges}
  385. Many of the issues the Tor project needs to address extend beyond
  386. system design and technology development. In particular, the
  387. Tor project's \emph{image} with respect to its users and the rest of
  388. the Internet impacts the security it can provide.
  389. % No image, no sustainability -NM
  390. With this image issue in mind, this section discusses the Tor user base and
  391. Tor's interaction with other services on the Internet.
  392. \subsection{Communicating security}
  393. A growing field of papers argue that usability for anonymity systems
  394. contributes directly to their security, because how usable the system
  395. is impacts the possible anonymity set~\cite{econymics,back01}. Or
  396. conversely, an unusable system attracts few users and thus can't provide
  397. much anonymity.
  398. This phenomenon has a second-order effect: knowing this, users should
  399. choose which anonymity system to use based in part on how usable
  400. \emph{others} will find it, in order to get the protection of a larger
  401. anonymity set. Thus we might replace the adage ``usability is a security
  402. parameter''~\cite{back01} with a new one: ``perceived usability is a
  403. security parameter.'' From here we can better understand the effects
  404. of publicity and advertising on security: the more convincing your
  405. advertising, the more likely people will believe you have users, and thus
  406. the more users you will attract. Perversely, over-hyped systems (if they
  407. are not too broken) may be a better choice than modestly promoted ones,
  408. if the hype attracts more users~\cite{usability-network-effect}.
  409. So it follows that we should come up with ways to accurately communicate
  410. the available security levels to the user, so she can make informed
  411. decisions. JAP aims to do this by including a
  412. comforting `anonymity meter' dial in the software's graphical interface,
  413. giving the user an impression of the level of protection for her current
  414. traffic.
  415. However, there's a catch. For users to share the same anonymity set,
  416. they need to act like each other. An attacker who can distinguish
  417. a given user's traffic from the rest of the traffic will not be
  418. distracted by anonymity set size. For high-latency systems like
  419. Mixminion, where the threat model is based on mixing messages with each
  420. other, there's an arms race between end-to-end statistical attacks and
  421. counter-strategies~\cite{statistical-disclosure,minion-design,e2e-traffic,trickle02}.
  422. But for low-latency systems like Tor, end-to-end \emph{traffic
  423. correlation} attacks~\cite{danezis-pet2004,defensive-dropping,SS03}
  424. allow an attacker who can measure both ends of a communication
  425. to match packet timing and volume, quickly linking
  426. the initiator to her destination. This is why Tor's threat model is
  427. based on preventing the adversary from observing both the initiator and
  428. the responder.
  429. Like Tor, the current JAP implementation does not pad connections
  430. (apart from using small fixed-size cells for transport). In fact,
  431. JAP's cascade-based network topology may be even more vulnerable to these
  432. attacks, because the network has fewer edges. JAP was born out of
  433. the ISDN mix design~\cite{isdn-mixes}, where padding made sense because
  434. every user had a fixed bandwidth allocation, but in its current context
  435. as a general Internet web anonymizer, adding sufficient padding to JAP
  436. would be prohibitively expensive.\footnote{Even if JAP could
  437. fund higher-capacity nodes indefinitely, our experience
  438. suggests that many users would not accept the increased per-user
  439. bandwidth requirements, leading to an overall much smaller user base. But
  440. cf.\ Section \ref{subsec:mid-latency}.} Therefore, since under this threat
  441. model the number of concurrent users does not seem to have much impact
  442. on the anonymity provided, we suggest that JAP's anonymity meter is not
  443. accurately communicating security levels to its users.
  444. % because more users don't help anonymity much, we need to rely more
  445. % on other incentive schemes, both policy-based (see sec x) and
  446. % technically enforced (see sec y)
  447. On the other hand, while the number of active concurrent users may not
  448. matter as much as we'd like, it still helps to have some other users
  449. on the network. We investigate this issue next.
  450. \subsection{Reputability and perceived social value}
  451. Another factor impacting the network's security is its reputability:
  452. the perception of its social value based on its current user base. If Alice is
  453. the only user who has ever downloaded the software, it might be socially
  454. accepted, but she's not getting much anonymity. Add a thousand animal rights
  455. activists, and she's anonymous, but everyone thinks she's a Bambi lover (or
  456. NRA member if you prefer a contrasting example). Add a thousand
  457. diverse citizens (cancer survivors, privacy enthusiasts, and so on)
  458. and now she's harder to profile.
  459. Furthermore, the network's reputability affects its node base: more people
  460. are willing to run a service if they believe it will be used by human rights
  461. workers than if they believe it will be used exclusively for disreputable
  462. ends. This effect becomes stronger if node operators themselves think they
  463. will be associated with these disreputable ends.
  464. So the more cancer survivors on Tor, the better for the human rights
  465. activists. The more malicious hackers, the worse for the normal users. Thus,
  466. reputability is an anonymity issue for two reasons. First, it impacts
  467. the sustainability of the network: a network that's always about to be
  468. shut down has difficulty attracting and keeping adquate nodes.
  469. Second, a disreputable network is more vulnerable to legal and
  470. political attacks, since it will attract fewer supporters.
  471. While people therefore have an incentive for the network to be used for
  472. ``more reputable'' activities than their own, there are still tradeoffs
  473. involved when it comes to anonymity. To follow the above example, a
  474. network used entirely by cancer survivors might welcome some NRA members
  475. onto the network, though of course they'd prefer a wider
  476. variety of users.
  477. Reputability becomes even more tricky in the case of privacy networks,
  478. since the good uses of the network (such as publishing by journalists in
  479. dangerous countries) are typically kept private, whereas network abuses
  480. or other problems tend to be more widely publicized.
  481. The impact of public perception on security is especially important
  482. during the bootstrapping phase of the network, where the first few
  483. widely publicized uses of the network can dictate the types of users it
  484. attracts next.
  485. As an example, some U.S.~Department of Energy
  486. penetration testing engineers are tasked with compromising DoE computers
  487. from the outside. They only have a limited number of ISPs from which to
  488. launch their attacks, and they found that the defenders were recognizing
  489. attacks because they came from the same IP space. These engineers wanted
  490. to use Tor to hide their tracks. First, from a technical standpoint,
  491. Tor does not support the variety of IP packets one would like to use in
  492. such attacks (see Section~\ref{subsec:tcp-vs-ip}). But aside from this,
  493. we also decided that it would probably be poor precedent to encourage
  494. such use---even legal use that improves national security---and managed
  495. to dissuade them.
  496. %% "outside of academia, jap has just lost, permanently". (That is,
  497. %% even though the crime detection issues are resolved and are unlikely
  498. %% to go down the same way again, public perception has not been kind.)
  499. \subsection{Sustainability and incentives}
  500. One of the unsolved problems in low-latency anonymity designs is
  501. how to keep the nodes running. Zero-Knowledge Systems's Freedom network
  502. depended on paying third parties to run its servers; the JAP project's
  503. bandwidth depends on grants to pay for its bandwidth and
  504. administrative expenses. In Tor, bandwidth and administrative costs are
  505. distributed across the volunteers who run Tor nodes, so we at least have
  506. reason to think that the Tor network could survive without continued research
  507. funding.\footnote{It also helps that Tor is implemented with free and open
  508. source software that can be maintained by anybody with the ability and
  509. inclination.} But why are these volunteers running nodes, and what can we
  510. do to encourage more volunteers to do so?
  511. We have not formally surveyed Tor node operators to learn why they are
  512. running nodes, but
  513. from the information they have provided, it seems that many of them run Tor
  514. nodes for reasons of personal interest in privacy issues. It is possible
  515. that others are running Tor for their own
  516. anonymity reasons, but of course they are
  517. hardly likely to tell us specifics if they are.
  518. %Significantly, Tor's threat model changes the anonymity incentives for running
  519. %a node. In a high-latency mix network, users can receive additional
  520. %anonymity by running their own node, since doing so obscures when they are
  521. %injecting messages into the network. But, anybody observing all I/O to a Tor
  522. %node can tell when the node is generating traffic that corresponds to
  523. %none of its incoming traffic.
  524. %
  525. %I didn't buy the above for reason's subtle enough that I just cut it -PFS
  526. Tor exit node operators do attain a degree of
  527. ``deniability'' for traffic that originates at that exit node. For
  528. example, it is likely in practice that HTTP requests from a Tor node's IP
  529. will be assumed to be from the Tor network.
  530. More significantly, people and organizations who use Tor for
  531. anonymity depend on the
  532. continued existence of the Tor network to do so; running a node helps to
  533. keep the network operational.
  534. %\item Local Tor entry and exit nodes allow users on a network to run in an
  535. % `enclave' configuration. [XXXX need to resolve this. They would do this
  536. % for E2E encryption + auth?]
  537. %We must try to make the costs of running a Tor node easily minimized.
  538. Since Tor is run by volunteers, the most crucial software usability issue is
  539. usability by operators: when an operator leaves, the network becomes less
  540. usable by everybody. To keep operators pleased, we must try to keep Tor's
  541. resource and administrative demands as low as possible.
  542. Because of ISP billing structures, many Tor operators have underused capacity
  543. that they are willing to donate to the network, at no additional monetary
  544. cost to them. Features to limit bandwidth have been essential to adoption.
  545. Also useful has been a ``hibernation'' feature that allows a Tor node that
  546. wants to provide high bandwidth, but no more than a certain amount in a
  547. giving billing cycle, to become dormant once its bandwidth is exhausted, and
  548. to reawaken at a random offset into the next billing cycle. This feature has
  549. interesting policy implications, however; see
  550. Section~\ref{subsec:bandwidth-and-file-sharing} below.
  551. Exit policies help to limit administrative costs by limiting the frequency of
  552. abuse complaints.
  553. %[XXXX say more. Why else would you run a node? What else can we do/do we
  554. % already do to make running a node more attractive?]
  555. %[We can enforce incentives; see Section 6.1. We can rate-limit clients.
  556. % We can put "top bandwidth nodes lists" up a la seti@home.]
  557. \subsection{Bandwidth and file-sharing}
  558. \label{subsec:bandwidth-and-file-sharing}
  559. %One potentially problematical area with deploying Tor has been our response
  560. %to file-sharing applications.
  561. Once users have configured their applications to work with Tor, the largest
  562. remaining usability issue is performance. Users begin to suffer
  563. when websites ``feel slow''.
  564. Clients currently try to build their connections through nodes that they
  565. guess will have enough bandwidth. But even if capacity is allocated
  566. optimally, it seems unlikely that the current network architecture will have
  567. enough capacity to provide every user with as much bandwidth as she would
  568. receive if she weren't using Tor, unless far more nodes join the network
  569. (see above).
  570. %Limited capacity does not destroy the network, however. Instead, usage tends
  571. %towards an equilibrium: when performance suffers, users who value performance
  572. %over anonymity tend to leave the system, thus freeing capacity until the
  573. %remaining users on the network are exactly those willing to use that capacity
  574. %there is.
  575. Much of Tor's recent bandwidth difficulties have come from file-sharing
  576. applications. These applications provide two challenges to
  577. any anonymizing network: their intensive bandwidth requirement, and the
  578. degree to which they are associated (correctly or not) with copyright
  579. violation.
  580. As noted above, high-bandwidth protocols can make the network unresponsive,
  581. but tend to be somewhat self-correcting. Issues of copyright violation,
  582. however, are more interesting. Typical exit node operators want to help
  583. people achieve private and anonymous speech, not to help people (say) host
  584. Vin Diesel movies for download; and typical ISPs would rather not
  585. deal with customers who incur them the overhead of getting menacing letters
  586. from the MPAA\@. While it is quite likely that the operators are doing nothing
  587. illegal, many ISPs have policies of dropping users who get repeated legal
  588. threats regardless of the merits of those threats, and many operators would
  589. prefer to avoid receiving legal threats even if those threats have little
  590. merit. So when the letters arrive, operators are likely to face
  591. pressure to block file-sharing applications entirely, in order to avoid the
  592. hassle.
  593. But blocking file-sharing would not necessarily be easy; most popular
  594. protocols have evolved to run on a variety of non-standard ports in order to
  595. get around other port-based bans. Thus, exit node operators who wanted to
  596. block file-sharing would have to find some way to integrate Tor with a
  597. protocol-aware exit filter. This could be a technically expensive
  598. undertaking, and one with poor prospects: it is unlikely that Tor exit nodes
  599. would succeed where so many institutional firewalls have failed. Another
  600. possibility for sensitive operators is to run a restrictive node that
  601. only permits exit connections to a restricted range of ports which are
  602. not frequently associated with file sharing. There are increasingly few such
  603. ports.
  604. Other possible approaches might include rate-limiting connections, especially
  605. long-lived connections or connections to file-sharing ports, so that
  606. high-bandwidth connections do not flood the network. We might also want to
  607. give priority to cells on low-bandwidth connections to keep them interactive,
  608. but this could have negative anonymity implications.
  609. For the moment, it seems that Tor's bandwidth issues have rendered it
  610. unattractive for bulk file-sharing traffic; this may continue to be so in the
  611. future. Nevertheless, Tor will likely remain attractive for limited use in
  612. file-sharing protocols that have separate control and data channels.
  613. %[We should say more -- but what? That we'll see a similar
  614. % equilibriating effect as with bandwidth, where sensitive ops switch to
  615. % middleman, and we become less useful for file-sharing, so the file-sharing
  616. % people back off, so we get more ops since there's less file-sharing, so the
  617. % file-sharers come back, etc.]
  618. %XXXX
  619. %in practice, plausible deniability is hypothetical and doesn't seem very
  620. %convincing. if ISPs find the activity antisocial, they don't care *why*
  621. %your computer is doing that behavior.
  622. \subsection{Tor and blacklists}
  623. It was long expected that, alongside Tor's legitimate users, it would also
  624. attract troublemakers who exploited Tor in order to abuse services on the
  625. Internet with vandalism, rude mail, and so on.
  626. %[XXX we're not talking bandwidth abuse here, we're talking vandalism,
  627. %hate mails via hotmail, attacks, etc.]
  628. Our initial answer to this situation was to use ``exit policies''
  629. to allow individual Tor nodes to block access to specific IP/port ranges.
  630. This approach was meant to make operators more willing to run Tor by allowing
  631. them to prevent their nodes from being used for abusing particular
  632. services. For example, all Tor nodes currently block SMTP (port 25), in
  633. order to avoid being used to send spam.
  634. This approach is useful, but is insufficient for two reasons. First, since
  635. it is not possible to force all nodes to block access to any given service,
  636. many of those services try to block Tor instead. More broadly, while being
  637. blockable is important to being good netizens, we would like to encourage
  638. services to allow anonymous access; services should not need to decide
  639. between blocking legitimate anonymous use and allowing unlimited abuse.
  640. This is potentially a bigger problem than it may appear.
  641. On the one hand, if people want to refuse connections from your address to
  642. their servers it would seem that they should be allowed. But, it's not just
  643. for himself that the individual node administrator is deciding when he decides
  644. if he wants to post to Wikipedia from his Tor node address or allow
  645. people to read Wikipedia anonymously through his Tor node. (Wikipedia
  646. has blocked all posting from all Tor nodes based on IP address.) If e.g.,
  647. s/he comes through a campus or corporate NAT, then the decision must
  648. be to have the entire population behind it able to have a Tor exit
  649. node or to have write access to Wikipedia. This is a loss for both Tor
  650. and Wikipedia. We don't want to compete for (or divvy up) the NAT
  651. protected entities of the world.
  652. Worse, many IP blacklists are not terribly fine-grained.
  653. No current IP blacklist, for example, allow a service provider to blacklist
  654. only those Tor nodes that allow access to a specific IP or port, even
  655. though this information is readily available. One IP blacklist even bans
  656. every class C network that contains a Tor node, and recommends banning SMTP
  657. from these networks even though Tor does not allow SMTP at all. This
  658. coarse-grained approach is typically a strategic decision to discourage the
  659. operation of anything resembling an open proxy by encouraging its neighbors
  660. to shut it down in order to get unblocked themselves.
  661. %[****Since this is stupid and we oppose it, shouldn't we name names here -pfs]
  662. %[XXX also, they're making \emph{middleman nodes leave} because they're caught
  663. % up in the standoff!]
  664. %[XXX Mention: it's not dumb, it's strategic!]
  665. %[XXX Mention: for some servops, any blacklist is a blacklist too many,
  666. % because it is risky. (Guy lives in apt _building_ with one IP.)]
  667. Problems of abuse occur mainly with services such as IRC networks and
  668. Wikipedia, which rely on IP blocking to ban abusive users. While at first
  669. blush this practice might seem to depend on the anachronistic assumption that
  670. each IP is an identifier for a single user, it is actually more reasonable in
  671. practice: it assumes that non-proxy IPs are a costly resource, and that an
  672. abuser can not change IPs at will. By blocking IPs which are used by Tor
  673. nodes, open proxies, and service abusers, these systems hope to make
  674. ongoing abuse difficult. Although the system is imperfect, it works
  675. tolerably well for them in practice.
  676. But of course, we would prefer that legitimate anonymous users be able to
  677. access abuse-prone services. One conceivable approach would be to require
  678. would-be IRC users, for instance, to register accounts if they wanted to
  679. access the IRC network from Tor. But in practise, this would not
  680. significantly impede abuse if creating new accounts were easily automatable;
  681. this is why services use IP blocking. In order to deter abuse, pseudonymous
  682. identities need to require a significant switching cost in resources or human
  683. time.
  684. % XXX Mention captchas?
  685. %One approach, similar to that taken by Freedom, would be to bootstrap some
  686. %non-anonymous costly identification mechanism to allow access to a
  687. %blind-signature pseudonym protocol. This would effectively create costly
  688. %pseudonyms, which services could require in order to allow anonymous access.
  689. %This approach has difficulties in practise, however:
  690. %\begin{tightlist}
  691. %\item Unlike Freedom, Tor is not a commercial service. Therefore, it would
  692. % be a shame to require payment in order to make Tor useful, or to make
  693. % non-paying users second-class citizens.
  694. %\item It is hard to think of an underlying resource that would actually work.
  695. % We could use IP addresses, but that's the problem, isn't it?
  696. %\item Managing single sign-on services is not considered a well-solved
  697. % problem in practice. If Microsoft can't get universal acceptance for
  698. % Passport, why do we think that a Tor-specific solution would do any good?
  699. %\item Even if we came up with a perfect authentication system for our needs,
  700. % there's no guarantee that any service would actually start using it. It
  701. % would require a nonzero effort for them to support it, and it might just
  702. % be less hassle for them to block tor anyway.
  703. %\end{tightlist}
  704. %The use of squishy IP-based ``authentication'' and ``authorization''
  705. %has not broken down even to the level that SSNs used for these
  706. %purposes have in commercial and public record contexts. Externalities
  707. %and misplaced incentives cause a continued focus on fighting identity
  708. %theft by protecting SSNs rather than developing better authentication
  709. %and incentive schemes \cite{price-privacy}. Similarly we can expect a
  710. %continued use of identification by IP number as long as there is no
  711. %workable alternative.
  712. %Fortunately, our modular design separates
  713. %routing from node discovery; so we could implement Morphmix in Tor just
  714. %by implementing the Morphmix-specific node discovery and path selection
  715. %pieces.
  716. %[XXX Mention correct DNS-RBL implementation. -NM]
  717. \section{Design choices}
  718. In addition to social issues, Tor also faces some design tradeoffs that must
  719. be investigated as the network develops.
  720. \subsection{Transporting the stream vs transporting the packets}
  721. \label{subsec:stream-vs-packet}
  722. \label{subsec:tcp-vs-ip}
  723. Tor transports streams; it does not tunnel packets.
  724. Developers of the old Freedom network~\cite{freedom21-security}
  725. keep telling us that IP addresses should ``obviously'' be anonymized
  726. at the IP layer. These issues need to be resolved before
  727. Tor will be ready to carry arbitrary IP traffic:
  728. \begin{enumerate}
  729. \setlength{\itemsep}{0mm}
  730. \setlength{\parsep}{0mm}
  731. \item \emph{IP packets reveal OS characteristics.} We still need to do
  732. IP-level packet normalization, to stop things like IP fingerprinting
  733. attacks. There likely exist libraries that can help with this.
  734. \item \emph{Application-level streams still need scrubbing.} We still need
  735. Tor to be easy to integrate with user-level application-specific proxies
  736. such as Privoxy. So it's not just a matter of capturing packets and
  737. anonymizing them at the IP layer.
  738. \item \emph{Certain protocols will still leak information.} For example,
  739. we must rewrite DNS requests so they are
  740. delivered to an unlinkable DNS server; so we must
  741. understand the protocols we are transporting.
  742. \item \emph{The crypto is unspecified.} First we need a block-level encryption
  743. approach that can provide security despite
  744. packet loss and out-of-order delivery. Freedom allegedly had one, but it was
  745. never publicly specified.
  746. Also, TLS over UDP is not implemented or even
  747. specified, though some early work has begun on that~\cite{dtls}.
  748. \item \emph{We'll still need to tune network parameters}. Since the above
  749. encryption system will likely need sequence numbers (and maybe more) to do
  750. replay detection, handle duplicate frames, etc., we will be reimplementing
  751. a subset of TCP anyway.
  752. \item \emph{Exit policies for arbitrary IP packets mean building a secure
  753. IDS\@.} Our node operators tell us that exit policies are one of
  754. the main reasons they're willing to run Tor.
  755. Adding an Intrusion Detection System to handle exit policies would
  756. increase the security complexity of Tor, and would likely not work anyway,
  757. as evidenced by the entire field of IDS and counter-IDS papers. Many
  758. potential abuse issues are resolved by the fact that Tor only transports
  759. valid TCP streams (as opposed to arbitrary IP including malformed packets
  760. and IP floods), so exit policies become even \emph{more} important as
  761. we become able to transport IP packets. We also need to compactly
  762. describe exit policies so clients can predict
  763. which nodes will allow which packets to exit.
  764. \item \emph{The Tor-internal name spaces would need to be redesigned.} We
  765. support hidden service {\tt{.onion}} addresses, and other special addresses
  766. like {\tt{.exit}} for the user to request a particular exit node,
  767. by intercepting the addresses when they are passed to the Tor client.
  768. \end{enumerate}
  769. This list is discouragingly long, but being able to transport more
  770. protocols obviously has some advantages. It would be good to learn which
  771. items are actual roadblocks and which are easier to resolve than we think.
  772. To be fair, Tor's stream-based approach has run into
  773. stumbling blocks as well. While Tor supports the SOCKS protocol,
  774. which provides a standardized interface for generic TCP proxies, many
  775. applications do not support SOCKS\@. For them we must
  776. replace the networking system calls with SOCKS-aware
  777. versions, or run a SOCKS tunnel locally, neither of which is
  778. easy for the average user. %---even with good instructions.
  779. Even when applications do use SOCKS, they often make DNS requests
  780. themselves before handing the address to Tor, which advertises
  781. where the user is about to connect.
  782. We are still working on usable solutions.
  783. %So in order to actually provide good anonymity, we need to make sure that
  784. %users have a practical way to use Tor anonymously. Possibilities include
  785. %writing wrappers for applications to anonymize them automatically; improving
  786. %the applications' support for SOCKS; writing libraries to help application
  787. %writers use Tor properly; and implementing a local DNS proxy to reroute DNS
  788. %requests to Tor so that applications can simply point their DNS resolvers at
  789. %localhost and continue to use SOCKS for data only.
  790. \subsection{Mid-latency}
  791. \label{subsec:mid-latency}
  792. Some users need to resist traffic correlation attacks. Higher-latency
  793. mix-networks introduce variability into message
  794. arrival times: as timing variance increases, timing correlation attacks
  795. require increasingly more data~\cite{e2e-traffic}. Can we improve Tor's
  796. resistance without losing too much usability?
  797. We need to learn whether we can trade a small increase in latency
  798. for a large anonymity increase, or if we'll end up trading a lot of
  799. latency for a small security gain. A trade could be worthwhile even if we
  800. can only protect certain use cases, such as infrequent short-duration
  801. transactions. % To answer this question
  802. We might adapt the techniques of~\cite{e2e-traffic} to a lower-latency mix
  803. network, where the messages are batches of cells in temporally clustered
  804. connections. These large fixed-size batches can also help resist volume
  805. signature attacks~\cite{hintz-pet02}. We can also experiment with traffic
  806. shaping to get a good balance of throughput and security.
  807. %Other padding regimens might supplement the
  808. %mid-latency option; however, we should continue the caution with which
  809. %we have always approached padding lest the overhead cost us too much
  810. %performance or too many volunteers.
  811. We must keep usability in mind too. How much can latency increase
  812. before we drive away our users? We're already being forced to increase
  813. latency slightly, as our growing network incorporates more DSL and
  814. cable-modem nodes and more nodes in distant continents. Perhaps we can
  815. harness this increased latency to improve anonymity rather than just
  816. reduce usability. Further, if we let clients label certain circuits as
  817. mid-latency as they are constructed, we could handle both types of traffic
  818. on the same network, giving users a choice between speed and security.
  819. \subsection{Running a Tor node, path length, and helper nodes}
  820. \label{subsec:helper-nodes}
  821. It has been thought for some time that the best anonymity protection
  822. comes from running your own node~\cite{tor-design,or-pet00}.
  823. (In fact, this was the only option in the earliest Onion Routing
  824. design~\cite{or-ih96}.) While the first implementation
  825. had a fixed path length of five nodes, first generation
  826. Onion Routing design included random length routes chosen
  827. to simultaneously maximize efficiency and unpredictability in routes.
  828. If one followed Tor's three node default
  829. path length, an enclave-to-enclave communication (in which the entry and
  830. exit nodes were run by enclaves themselves)
  831. would be completely compromised by the
  832. middle node. Thus for enclave-to-enclave communication, four is the fewest
  833. number of nodes that preserves the $\frac{c^2}{n^2}$ degree of protection
  834. in any setting.
  835. The attack in~\cite{attack-tor-oak05}, however,
  836. shows that simply adding to the
  837. path length may not protect usage of an enclave protecting node. A
  838. hostile web server can observe interference with latency of its own
  839. communication to nodes to determine all of the nodes in a three node Tor
  840. path (although not their order).
  841. It is reasonable to think that this attack can be easily extended to
  842. longer paths should those be used; nonetheless there may be some
  843. advantage to random path length. If the number of nodes is unknown,
  844. then the adversary would need to send streams to all the nodes in the
  845. network and analyze the resulting latency from them to be reasonably
  846. certain that it has not missed the first node in the circuit. Also,
  847. the attack does not identify the order of nodes in a route, so the
  848. longer the route, the greater the uncertainty about which node might
  849. be first. It may be possible to extend the attack to learn the route
  850. node order, but this has not been explored.
  851. If so, the incompleteness uncertainty engendered by random lengths would
  852. remain, but once the complete set of nodes in the route were identified
  853. the initiating node would also be identified.
  854. Another way to reduce the threats to both enclaves and simple Tor
  855. clients is to have helper nodes. Helper nodes were introduced
  856. in~\cite{wright03} as a suggested means of protecting the identity
  857. of the initiator of a communication in various anonymity protocols.
  858. The idea is to use a single trusted node as the first one you go to,
  859. that way an attacker cannot ever attack the first nodes you connect
  860. to and do some form of intersection attack. This will not affect the
  861. interference attack at all if the attacker can time latencies to
  862. both the helper node and the enclave node.
  863. \medskip
  864. \noindent
  865. {\bf Helper nodes.}
  866. Tor can only provide anonymity against an attacker if that attacker can't
  867. monitor the user's entry and exit on the Tor network. But since Tor
  868. currently chooses entry and exit points randomly and changes them frequently,
  869. a patient attacker who controls a single entry and a single exit is sure to
  870. eventually break some circuits of frequent users who consider those nodes.
  871. (We assume that users are as concerned about statistical profiling as about
  872. the anonymity any particular connection. That is, it is almost as bad to
  873. leak the fact that Alice {\it sometimes} talks to Bob as it is to leak the times
  874. when Alice is {\it actually} talking to Bob.)
  875. One solution to this problem is to use ``helper nodes''~\cite{wright02,wright03}---to
  876. have each client choose a few fixed nodes for critical positions in her
  877. circuits. That is, Alice might choose some node H1 as her preferred
  878. entry, so that unless the attacker happens to control or observe her
  879. connection to H1, her circuits will remain anonymous. If H1 is compromised,
  880. Alice is vunerable as before. But now, at least, she has a chance of
  881. not being profiled.
  882. (Choosing fixed exit nodes is less useful, since the connection from the exit
  883. node to Alice's destination will be seen not only by the exit but by the
  884. destination. Even if Alice chooses a good fixed exit node, she may
  885. nevertheless connect to a hostile website.)
  886. There are still obstacles remaining before helper nodes can be implemented.
  887. For one, the litereature does not describe how to choose helpers from a list
  888. of nodes that changes over time. If Alice is forced to choose a new entry
  889. helper every $d$ days, she can expect to choose a compromised node around
  890. every $dc/n$ days. Statistically over time this approach only helps
  891. if she is better at choosing honest helper nodes than at choosing
  892. honest nodes. Worse, an attacker with the ability to DoS nodes could
  893. force their users to switch helper nodes more frequently and/or to remove
  894. other candidate helpers.
  895. %Do general DoS attacks have anonymity implications? See e.g. Adam
  896. %Back's IH paper, but I think there's more to be pointed out here. -RD
  897. % Not sure what you want to say here. -NM
  898. %Game theory for helper nodes: if Alice offers a hidden service on a
  899. %server (enclave model), and nobody ever uses helper nodes, then against
  900. %George+Steven's attack she's totally nailed. If only Alice uses a helper
  901. %node, then she's still identified as the source of the data. If everybody
  902. %uses a helper node (including Alice), then the attack identifies the
  903. %helper node and also Alice, and knows which one is which. If everybody
  904. %uses a helper node (but not Alice), then the attacker figures the real
  905. %source was a client that is using Alice as a helper node. [How's my
  906. %logic here?] -RD
  907. %
  908. % Not sure about the logic. For the attack to work with helper nodes, the
  909. %attacker needs to guess that Alice is running the hidden service, right?
  910. %Otherwise, how can he know to measure her traffic specifically? -NM
  911. %point to routing-zones section re: helper nodes to defend against
  912. %big stuff.
  913. \subsection{Location-hidden services}
  914. \label{subsec:hidden-services}
  915. While most of the discussions above have been about forward anonymity
  916. with Tor, it also provides support for \emph{rendezvous points}, which
  917. let users provide TCP services to other Tor users without revealing
  918. their location. Since this feature is relatively recent, we describe here
  919. a couple of our early observations from its deployment.
  920. First, our implementation of hidden services seems less hidden than we'd
  921. like, since they are configured on a single client and get used over
  922. and over---particularly because an external adversary can induce them to
  923. produce traffic. They seem the ideal use case for our above discussion
  924. of helper nodes. This insecurity means that they may not be suitable as
  925. a building block for Free Haven~\cite{freehaven-berk} or other anonymous
  926. publishing systems that aim to provide long-term security.
  927. \emph{Hot-swap} hidden services, where more than one location can
  928. provide the service and loss of any one location does not imply a
  929. change in service, would help foil intersection and observation attacks
  930. where an adversary monitors availability of a hidden service and also
  931. monitors whether certain users or servers are online. The design
  932. challenges in providing these services without otherwise compromising
  933. the hidden service's anonymity remain an open problem;
  934. however, see~\cite{move-ndss05}.
  935. In practice, hidden services are used for more than just providing private
  936. access to a web server or IRC server. People are using hidden services
  937. as a poor man's VPN and firewall-buster. Many people want to be able
  938. to connect to the computers in their private network via secure shell,
  939. and rather than playing with dyndns and trying to pierce holes in their
  940. firewall, they run a hidden service on the inside and then rendezvous
  941. with that hidden service externally.
  942. Also, sites like Bloggers Without Borders (www.b19s.org) are advertising
  943. a hidden-service address on their front page. Doing this can provide
  944. increased robustness if they use the dual-IP approach we describe
  945. in~\cite{tor-design},
  946. but in practice they do it firstly to increase visibility
  947. of the Tor project and their support for privacy, and secondly to offer
  948. a way for their users, using unmodified software, to get end-to-end
  949. encryption and end-to-end authentication to their website.
  950. \subsection{Location diversity and ISP-class adversaries}
  951. \label{subsec:routing-zones}
  952. Anonymity networks have long relied on diversity of node location for
  953. protection against attacks---typically an adversary who can observe a
  954. larger fraction of the network can launch a more effective attack. One
  955. way to achieve dispersal involves growing the network so a given adversary
  956. sees less. Alternately, we can arrange the topology so traffic can enter
  957. or exit at many places (for example, by using a free-route network
  958. like Tor rather than a cascade network like JAP). Lastly, we can use
  959. distributed trust to spread each transaction over multiple jurisdictions.
  960. But how do we decide whether two nodes are in related locations?
  961. Feamster and Dingledine defined a \emph{location diversity} metric
  962. in \cite{feamster:wpes2004}, and began investigating a variant of location
  963. diversity based on the fact that the Internet is divided into thousands of
  964. independently operated networks called {\em autonomous systems} (ASes).
  965. The key insight from their paper is that while we typically think of a
  966. connection as going directly from the Tor client to her first Tor node,
  967. actually it traverses many different ASes on each hop. An adversary at
  968. any of these ASes can monitor or influence traffic. Specifically, given
  969. plausible initiators and recipients and path random path selection,
  970. some ASes in the simulation were able to observe 10\% to 30\% of the
  971. transactions (that is, learn both the origin and the destination) on
  972. the deployed Tor network (33 nodes as of June 2004).
  973. The paper concludes that for best protection against the AS-level
  974. adversary, nodes should be in ASes that have the most links to other ASes:
  975. Tier-1 ISPs such as AT\&T and Abovenet. Further, a given transaction
  976. is safest when it starts or ends in a Tier-1 ISP. Therefore, assuming
  977. initiator and responder are both in the U.S., it actually \emph{hurts}
  978. our location diversity to add far-flung nodes in continents like Asia
  979. or South America.
  980. Many open questions remain. First, it will be an immense engineering
  981. challenge to get an entire BGP routing table to each Tor client, or to
  982. summarize it sufficiently. Without a local copy, clients won't be
  983. able to safely predict what ASes will be traversed on the various paths
  984. through the Tor network to the final destination. Tarzan~\cite{tarzan:ccs02}
  985. and MorphMix~\cite{morphmix:fc04} suggest that we compare IP prefixes to
  986. determine location diversity; but the above paper showed that in practice
  987. many of the Mixmaster nodes that share a single AS have entirely different
  988. IP prefixes. When the network has scaled to thousands of nodes, does IP
  989. prefix comparison become a more useful approximation?
  990. %
  991. Second, we can take advantage of caching certain content at the
  992. exit nodes, to limit the number of requests that need to leave the
  993. network at all. What about taking advantage of caches like Akamai or
  994. Google~\cite{shsm03}? (Note that they're also well-positioned as global
  995. adversaries.)
  996. %
  997. Third, if we follow the paper's recommendations and tailor path selection
  998. to avoid choosing endpoints in similar locations, how much are we hurting
  999. anonymity against larger real-world adversaries who can take advantage
  1000. of knowing our algorithm?
  1001. %
  1002. Lastly, can we use this knowledge to figure out which gaps in our network
  1003. would most improve our robustness to this class of attack, and go recruit
  1004. new nodes with those ASes in mind?
  1005. %Tor's security relies in large part on the dispersal properties of its
  1006. %network. We need to be more aware of the anonymity properties of various
  1007. %approaches so we can make better design decisions in the future.
  1008. \subsection{The China problem}
  1009. \label{subsec:china}
  1010. Citizens in a variety of countries, such as most recently China and
  1011. Iran, are periodically blocked from accessing various sites outside
  1012. their country. These users try to find any tools available to allow
  1013. them to get-around these firewalls. Some anonymity networks, such as
  1014. Six-Four~\cite{six-four}, are designed specifically with this goal in
  1015. mind; others like the Anonymizer~\cite{anonymizer} are paid by sponsors
  1016. such as Voice of America to set up a network to encourage Internet
  1017. freedom. Even though Tor wasn't
  1018. designed with ubiquitous access to the network in mind, thousands of
  1019. users across the world are trying to use it for exactly this purpose.
  1020. % Academic and NGO organizations, peacefire, \cite{berkman}, etc
  1021. Anti-censorship networks hoping to bridge country-level blocks face
  1022. a variety of challenges. One of these is that they need to find enough
  1023. exit nodes---servers on the `free' side that are willing to relay
  1024. arbitrary traffic from users to their final destinations. Anonymizing
  1025. networks including Tor are well-suited to this task, since we have
  1026. already gathered a set of exit nodes that are willing to tolerate some
  1027. political heat.
  1028. The other main challenge is to distribute a list of reachable relays
  1029. to the users inside the country, and give them software to use them,
  1030. without letting the authorities also enumerate this list and block each
  1031. relay. Anonymizer solves this by buying lots of seemingly-unrelated IP
  1032. addresses (or having them donated), abandoning old addresses as they are
  1033. `used up', and telling a few users about the new ones. Distributed
  1034. anonymizing networks again have an advantage here, in that we already
  1035. have tens of thousands of separate IP addresses whose users might
  1036. volunteer to provide this service since they've already installed and use
  1037. the software for their own privacy~\cite{koepsell:wpes2004}. Because
  1038. the Tor protocol separates routing from network discovery \cite{tor-design},
  1039. volunteers could configure their Tor clients
  1040. to generate node descriptors and send them to a special directory
  1041. server that gives them out to dissidents who need to get around blocks.
  1042. Of course, this still doesn't prevent the adversary
  1043. from enumerating all the volunteer relays and blocking them preemptively.
  1044. Perhaps a tiered-trust system could be built where a few individuals are
  1045. given relays' locations, and they recommend other individuals by telling them
  1046. those addresses, thus providing a built-in incentive to avoid letting the
  1047. adversary intercept them. Max-flow trust algorithms~\cite{advogato}
  1048. might help to bound the number of IP addresses leaked to the adversary. Groups
  1049. like the W3C are looking into using Tor as a component in an overall system to
  1050. help address censorship; we wish them luck.
  1051. %\cite{infranet}
  1052. \section{Scaling}
  1053. \label{sec:scaling}
  1054. Tor is running today with hundreds of nodes and tens of thousands of
  1055. users, but it will certainly not scale to millions.
  1056. Scaling Tor involves three main challenges. First is safe node
  1057. discovery, both bootstrapping -- how a Tor client can robustly find an
  1058. initial node list -- and ongoing -- how a Tor client can learn about
  1059. a fair sample of honest nodes and not let the adversary control his
  1060. circuits (see Section~\ref{subsec:trust-and-discovery}). Second is detecting and handling the speed
  1061. and reliability of the variety of nodes we must use if we want to
  1062. accept many nodes (see Section~\ref{subsec:performance}).
  1063. Since the speed and reliability of a circuit is limited by its worst link,
  1064. we must learn to track and predict performance. Finally, in order to get
  1065. a large set of nodes in the first place, we must address incentives
  1066. for users to carry traffic for others (see Section incentives).
  1067. \subsection{Incentives by Design}
  1068. There are three behaviors we need to encourage for each Tor node: relaying
  1069. traffic; providing good throughput and reliability while doing it;
  1070. and allowing traffic to exit the network from that node.
  1071. We encourage these behaviors through \emph{indirect} incentives, that
  1072. is, designing the system and educating users in such a way that users
  1073. with certain goals will choose to relay traffic. One
  1074. main incentive for running a Tor node is social benefit: volunteers
  1075. altruistically donate their bandwidth and time. We also keep public
  1076. rankings of the throughput and reliability of nodes, much like
  1077. seti@home. We further explain to users that they can get plausible
  1078. deniability for any traffic emerging from the same address as a Tor
  1079. exit node, and they can use their own Tor node
  1080. as entry or exit point and be confident it's not run by the adversary.
  1081. Further, users who need to be able to communicate anonymously
  1082. may run a node simply because their need to increase
  1083. expectation that such a network continues to be available to them
  1084. and usable exceeds any countervening costs.
  1085. Finally, we can improve the usability and feature set of the software:
  1086. rate limiting support and easy packaging decrease the hassle of
  1087. maintaining a node, and our configurable exit policies allow each
  1088. operator to advertise a policy describing the hosts and ports to which
  1089. he feels comfortable connecting.
  1090. To date these appear to have been adequate. As the system scales or as
  1091. new issues emerge, however, we may also need to provide
  1092. \emph{direct} incentives:
  1093. providing payment or other resources in return for high-quality service.
  1094. Paying actual money is problematic: decentralized e-cash systems are
  1095. not yet practical, and a centralized collection system not only reduces
  1096. robustness, but also has failed in the past (the history of commercial
  1097. anonymizing networks is littered with failed attempts). A more promising
  1098. option is to use a tit-for-tat incentive scheme: provide better service
  1099. to nodes that have provided good service to you.
  1100. Unfortunately, such an approach introduces new anonymity problems.
  1101. There are many surprising ways for nodes to game the incentive and
  1102. reputation system to undermine anonymity because such systems are
  1103. designed to encourage fairness in storage or bandwidth usage not
  1104. fairness of provided anonymity. An adversary can attract more traffic
  1105. by performing well or can provide targeted differential performance to
  1106. individual users to undermine their anonymity. Typically a user who
  1107. chooses evenly from all options is most resistant to an adversary
  1108. targeting him, but that approach prevents from handling heterogeneous
  1109. nodes.
  1110. %When a node (call him Steve) performs well for Alice, does Steve gain
  1111. %reputation with the entire system, or just with Alice? If the entire
  1112. %system, how does Alice tell everybody about her experience in a way that
  1113. %prevents her from lying about it yet still protects her identity? If
  1114. %Steve's behavior only affects Alice's behavior, does this allow Steve to
  1115. %selectively perform only for Alice, and then break her anonymity later
  1116. %when somebody (presumably Alice) routes through his node?
  1117. A possible solution is a simplified approach to the tit-for-tat
  1118. incentive scheme based on two rules: (1) each node should measure the
  1119. service it receives from adjacent nodes, and provide service relative
  1120. to the received service, but (2) when a node is making decisions that
  1121. affect its own security (e.g. when building a circuit for its own
  1122. application connections), it should choose evenly from a sufficiently
  1123. large set of nodes that meet some minimum service threshold
  1124. \cite{casc-rep}. This approach allows us to discourage bad service
  1125. without opening Alice up as much to attacks. All of this requires
  1126. further study.
  1127. %XXX rewrite the above so it sounds less like a grant proposal and
  1128. %more like a "if somebody were to try to solve this, maybe this is a
  1129. %good first step".
  1130. %We should implement the above incentive scheme in the
  1131. %deployed Tor network, in conjunction with our plans to add the necessary
  1132. %associated scalability mechanisms. We will do experiments (simulated
  1133. %and/or real) to determine how much the incentive system improves
  1134. %efficiency over baseline, and also to determine how far we are from
  1135. %optimal efficiency (what we could get if we ignored the anonymity goals).
  1136. \subsection{Trust and discovery}
  1137. \label{subsec:trust-and-discovery}
  1138. The published Tor design adopted a deliberately simplistic design for
  1139. authorizing new nodes and informing clients about Tor nodes and their status.
  1140. In the early Tor designs, all nodes periodically uploaded a signed description
  1141. of their locations, keys, and capabilities to each of several well-known {\it
  1142. directory servers}. These directory servers constructed a signed summary
  1143. of all known Tor nodes (a ``directory''), and a signed statement of which
  1144. nodes they
  1145. believed to be operational at any given time (a ``network status''). Clients
  1146. periodically downloaded a directory in order to learn the latest nodes and
  1147. keys, and more frequently downloaded a network status to learn which nodes are
  1148. likely to be running. Tor nodes also operate as directory caches, in order to
  1149. lighten the bandwidth on the authoritative directory servers.
  1150. In order to prevent Sybil attacks (wherein an adversary signs up many
  1151. purportedly independent nodes in order to increase her chances of observing
  1152. a stream as it enters and leaves the network), the early Tor directory design
  1153. required the operators of the authoritative directory servers to manually
  1154. approve new nodes. Unapproved nodes were included in the directory,
  1155. but clients
  1156. did not use them at the start or end of their circuits. In practice,
  1157. directory administrators performed little actual verification, and tended to
  1158. approve any Tor node whose operator could compose a coherent email.
  1159. This procedure
  1160. may have prevented trivial automated Sybil attacks, but would do little
  1161. against a clever attacker.
  1162. There are a number of flaws in this system that need to be addressed as we
  1163. move forward. They include:
  1164. \begin{tightlist}
  1165. \item Each directory server represents an independent point of failure; if
  1166. any one were compromised, it could immediately compromise all of its users
  1167. by recommending only compromised nodes.
  1168. \item The more nodes join the network, the more unreasonable it
  1169. becomes to expect clients to know about them all. Directories
  1170. become infeasibly large, and downloading the list of nodes becomes
  1171. burdensome.
  1172. \item The validation scheme may do as much harm as it does good. It is not
  1173. only incapable of preventing clever attackers from mounting Sybil attacks,
  1174. but may deter node operators from joining the network. (For instance, if
  1175. they expect the validation process to be difficult, or if they do not share
  1176. any languages in common with the directory server operators.)
  1177. \end{tightlist}
  1178. We could try to move the system in several directions, depending on our
  1179. choice of threat model and requirements. If we did not need to increase
  1180. network capacity in order to support more users, we could simply
  1181. adopt even stricter validation requirements, and reduce the number of
  1182. nodes in the network to a trusted minimum.
  1183. But, we can only do that if can simultaneously make node capacity
  1184. scale much more than we anticipate feasible soon, and if we can find
  1185. entities willing to run such nodes, an equally daunting prospect.
  1186. In order to address the first two issues, it seems wise to move to a system
  1187. including a number of semi-trusted directory servers, no one of which can
  1188. compromise a user on its own. Ultimately, of course, we cannot escape the
  1189. problem of a first introducer: since most users will run Tor in whatever
  1190. configuration the software ships with, the Tor distribution itself will
  1191. remain a potential single point of failure so long as it includes the seed
  1192. keys for directory servers, a list of directory servers, or any other means
  1193. to learn which nodes are on the network. But omitting this information
  1194. from the Tor distribution would only delegate the trust problem to the
  1195. individual users, most of whom are presumably less informed about how to make
  1196. trust decisions than the Tor developers.
  1197. %Network discovery, sybil, node admission, scaling. It seems that the code
  1198. %will ship with something and that's our trust root. We could try to get
  1199. %people to build a web of trust, but no. Where we go from here depends
  1200. %on what threats we have in mind. Really decentralized if your threat is
  1201. %RIAA; less so if threat is to application data or individuals or...
  1202. \subsection{Measuring performance and capacity}
  1203. \label{subsec:performance}
  1204. One of the paradoxes with engineering an anonymity network is that we'd like
  1205. to learn as much as we can about how traffic flows so we can improve the
  1206. network, but we want to prevent others from learning how traffic flows in
  1207. order to trace users' connections through the network. Furthermore, many
  1208. mechanisms that help Tor run efficiently
  1209. require measurements about the network.
  1210. Currently, nodes try to deduce their own available bandwidth (based on how
  1211. much traffic they have been able to transfer recently) and include this
  1212. information in the descriptors they upload to the directory. Clients
  1213. choose servers weighted by their bandwidth, neglecting really slow
  1214. servers and capping the influence of really fast ones.
  1215. This is, of course, eminently cheatable. A malicious node can get a
  1216. disproportionate amount of traffic simply by claiming to have more bandwidth
  1217. than it does. But better mechanisms have their problems. If bandwidth data
  1218. is to be measured rather than self-reported, it is usually possible for
  1219. nodes to selectively provide better service for the measuring party, or
  1220. sabotage the measured value of other nodes. Complex solutions for
  1221. mix networks have been proposed, but do not address the issues
  1222. completely~\cite{mix-acc,casc-rep}.
  1223. Even with no cheating, network measurement is complex. It is common
  1224. for views of a node's latency and/or bandwidth to vary wildly between
  1225. observers. Further, it is unclear whether total bandwidth is really
  1226. the right measure; perhaps clients should instead be considering nodes
  1227. based on unused bandwidth or observed throughput.
  1228. % XXXX say more here?
  1229. %How to measure performance without letting people selectively deny service
  1230. %by distinguishing pings. Heck, just how to measure performance at all. In
  1231. %practice people have funny firewalls that don't match up to their exit
  1232. %policies and Tor doesn't deal.
  1233. %Network investigation: Is all this bandwidth publishing thing a good idea?
  1234. %How can we collect stats better? Note weasel's smokeping, at
  1235. %http://seppia.noreply.org/cgi-bin/smokeping.cgi?target=Tor
  1236. %which probably gives george and steven enough info to break tor?
  1237. Even if we can collect and use this network information effectively, we need
  1238. to make sure that it is not more useful to attackers than to us. While it
  1239. seems plausible that bandwidth data alone is not enough to reveal
  1240. sender-recipient connections under most circumstances, it could certainly
  1241. reveal the path taken by large traffic flows under low-usage circumstances.
  1242. \subsection{Non-clique topologies}
  1243. Tor's comparatively weak model makes it easier to scale than other mix net
  1244. designs. High-latency mix networks need to avoid partitioning attacks, where
  1245. network splits prevent users of the separate partitions from providing cover
  1246. for each other. In Tor, however, we assume that the adversary cannot
  1247. cheaply observe nodes at will, so even if the network becomes split, the
  1248. users do not necessarily receive much less protection.
  1249. Thus, a simple possibility when the scale of a Tor network
  1250. exceeds some size is to simply split it. Care could be taken in
  1251. allocating which nodes go to which network along the lines of
  1252. \cite{casc-rep} to insure that collaborating hostile nodes are not
  1253. able to gain any advantage in network splitting that they do not
  1254. already have in joining a network.
  1255. If the network is split,
  1256. a client does not need to use just one of the two resulting networks.
  1257. Alice could use either of them, and it would not be difficult to make
  1258. the Tor client able to access several such network on a per circuit
  1259. basis. More analysis is needed; we simply note here that splitting
  1260. a Tor network is an easy way to achieve moderate scalability and that
  1261. it does not necessarily have the same implications as splitting a mixnet.
  1262. Alternatively, we can try to scale a single Tor network. Some issues for
  1263. scaling include restricting the number of sockets and the amount of bandwidth
  1264. used by each node. The number of sockets is determined by the network's
  1265. connectivity and the number of users, while bandwidth capacity is determined
  1266. by the total bandwidth of nodes on the network. The simplest solution to
  1267. bandwidth capacity is to add more nodes, since adding a tor node of any
  1268. feasible bandwidth will increase the traffic capacity of the network. So as
  1269. a first step to scaling, we should focus on making the network tolerate more
  1270. nodes, by reducing the interconnectivity of the nodes; later we can reduce
  1271. overhead associated with directories, discovery, and so on.
  1272. By reducing the connectivity of the network we increase the total number of
  1273. nodes that the network can contain. Danezis~\cite{danezis-pets03} considers
  1274. the anonymity implications of restricting routes on mix networks, and
  1275. recommends an approach based on expander graphs (where any subgraph is likely
  1276. to have many neighbors). It is not immediately clear that this approach will
  1277. extend to Tor, which has a weaker threat model but higher performance
  1278. requirements than the network considered. Instead of analyzing the
  1279. probability of an attacker's viewing whole paths, we will need to examine the
  1280. attacker's likelihood of compromising the endpoints of a Tor circuit through
  1281. a sparse network.
  1282. % Nick edits these next 2 grafs.
  1283. To make matters simpler, Tor may not need an expander graph per se: it
  1284. may be enough to have a single subnet that is highly connected. As an
  1285. example, assume fifty nodes of relatively high traffic capacity. This
  1286. \emph{center} forms are a clique. Assume each center node can each
  1287. handle 200 connections to other nodes (including the other ones in the
  1288. center). Assume every noncenter node connects to three nodes in the
  1289. center and anyone out of the center that they want to. Then the
  1290. network easily scales to c. 2500 nodes with commensurate increase in
  1291. bandwidth. There are many open questions: how directory information
  1292. is distributed (presumably information about the center nodes could
  1293. be given to any new nodes with their codebase), whether center nodes
  1294. will need to function as a `backbone', etc. As above the point is
  1295. that this would create problems for the expected anonymity for a mixnet,
  1296. but for an onion routing network where anonymity derives largely from
  1297. the edges, it may be feasible.
  1298. Another point is that we already have a non-clique topology.
  1299. Individuals can set up and run Tor nodes without informing the
  1300. directory servers. This will allow, e.g., dissident groups to run a
  1301. local Tor network of such nodes that connects to the public Tor
  1302. network. This network is hidden behind the Tor network and its
  1303. only visible connection to Tor at those points where it connects.
  1304. As far as the public network is concerned or anyone observing it,
  1305. they are running clients.
  1306. \section{The Future}
  1307. \label{sec:conclusion}
  1308. Tor is the largest and most diverse low-latency anonymity network
  1309. available, but we are still in the beginning stages of deployment. Several
  1310. major questions remain.
  1311. First, will our volunteer-based approach to sustainability work in the
  1312. long term? As we add more features and destabilize the network, the
  1313. developers spend a lot of time keeping the server operators happy. Even
  1314. though Tor is free software, the network would likely stagnate and die at
  1315. this stage if the developers stopped actively working on it. We may get
  1316. an unexpected boon from the fact that we're a general-purpose overlay
  1317. network: as Tor grows more popular, other groups who need an overlay
  1318. network on the Internet are starting to adapt Tor to their needs.
  1319. %
  1320. Second, Tor is only one of many components that preserve privacy online.
  1321. To keep identifying information out of application traffic, we must build
  1322. more and better protocol-aware proxies that are usable by ordinary people.
  1323. %
  1324. Third, we need to gain a reputation for social good, and learn how to
  1325. coexist with the variety of Internet services and their established
  1326. authentication mechanisms. We can't just keep escalating the blacklist
  1327. standoff forever.
  1328. %
  1329. Fourth, the current Tor
  1330. architecture does not scale even to handle current user demand. We must
  1331. find designs and incentives to let clients relay traffic too, without
  1332. sacrificing too much anonymity.
  1333. These are difficult and open questions, yet choosing not to solve them
  1334. means leaving most users to a less secure network or no anonymizing
  1335. network at all.
  1336. \bibliographystyle{plain} \bibliography{tor-design}
  1337. \clearpage
  1338. \appendix
  1339. \begin{figure}[t]
  1340. %\unitlength=1in
  1341. \centering
  1342. %\begin{picture}(6.0,2.0)
  1343. %\put(3,1){\makebox(0,0)[c]{\epsfig{figure=graphnodes,width=6in}}}
  1344. %\end{picture}
  1345. \mbox{\epsfig{figure=graphnodes,width=5in}}
  1346. \caption{Number of Tor nodes over time, through January 2005. Lowest
  1347. line is number of exit
  1348. nodes that allow connections to port 80. Middle line is total number of
  1349. verified (registered) Tor nodes. The line above that represents nodes
  1350. that are running but not yet registered.}
  1351. \label{fig:graphnodes}
  1352. \end{figure}
  1353. \begin{figure}[t]
  1354. \centering
  1355. \mbox{\epsfig{figure=graphtraffic,width=5in}}
  1356. \caption{The sum of traffic reported by each node over time, through
  1357. January 2005. The bottom
  1358. pair show average throughput, and the top pair represent the largest 15
  1359. minute burst in each 4 hour period.}
  1360. \label{fig:graphtraffic}
  1361. \end{figure}
  1362. \end{document}
  1363. Making use of nodes with little bandwidth, or high latency/packet loss.
  1364. Running Tor nodes behind NATs, behind great-firewalls-of-China, etc.
  1365. Restricted routes. How to propagate to everybody the topology? BGP
  1366. style doesn't work because we don't want just *one* path. Point to
  1367. Geoff's stuff.