challenges.tex 75 KB

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