challenges.tex 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  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 anonymity. We believe that these
  76. approaches can be promising and useful, but that by focusing on deploying a
  77. usable system in the wild, Tor helps us experiment with the actual parameters
  78. of what makes a system ``practical'' for volunteer operators and ``useful''
  79. for home users, and helps illuminate undernoticed issues which any deployed
  80. volunteer anonymity network will need to address.
  81. While~\cite{tor-design} gives an overall view of the Tor design and goals,
  82. this paper describes the policy and technical issues that Tor faces are
  83. we continue deployment. Rather than trying to provide complete solutions
  84. to every problem here, we try to lay out the assumptions and constraints
  85. that we have observed through deploying Tor in the wild. In doing so, we
  86. aim to create a research agenda for others to
  87. help in addressing these issues. Section~\ref{sec:what-is-tor} gives an
  88. overview of the Tor
  89. design and ours goals. Sections~\ref{sec:crossroads-policy}
  90. and~\ref{sec:crossroads-technical} go on to describe the practical challenges,
  91. both policy and technical respectively, that stand in the way of moving
  92. from a practical useful network to a practical useful anonymous network.
  93. \section{What Is Tor}
  94. \label{sec:what-is-tor}
  95. Here we give a basic overview of the Tor design and its properties. For
  96. details on the design, assumptions, and security arguments, we refer
  97. the reader to~\cite{tor-design}.
  98. \subsection{Distributed trust: safety in numbers}
  99. Tor provides \emph{forward privacy}, so that users can connect to
  100. Internet sites without revealing their logical or physical locations
  101. to those sites or to observers. It also provides \emph{location-hidden
  102. services}, so that critical servers can support authorized users without
  103. giving adversaries an effective vector for physical or online attacks.
  104. The design provides this protection even when a portion of its own
  105. infrastructure is controlled by an adversary.
  106. To create a private network pathway with Tor, the user's software (client)
  107. incrementally builds a \emph{circuit} of encrypted connections through
  108. servers on the network. The circuit is extended one hop at a time, and
  109. each server along the way knows only which server gave it data and which
  110. server it is giving data to. No individual server ever knows the complete
  111. path that a data packet has taken. The client negotiates a separate set
  112. of encryption keys for each hop along the circuit to ensure that each
  113. hop can't trace these connections as they pass through.
  114. Once a circuit has been established, many kinds of data can be exchanged
  115. and several different sorts of software applications can be deployed over
  116. the Tor network. Because each server sees no more than one hop in the
  117. circuit, neither an eavesdropper nor a compromised server can use traffic
  118. analysis to link the connection's source and destination. Tor only works
  119. for TCP streams and can be used by any application with SOCKS support.
  120. For efficiency, the Tor software uses the same circuit for connections
  121. that happen within the same minute or so. Later requests are given a new
  122. circuit, to prevent long-term linkability between different actions by
  123. a single user.
  124. Tor also makes it possible for users to hide their locations while
  125. offering various kinds of services, such as web publishing or an instant
  126. messaging server. Using Tor ``rendezvous points'', other Tor users can
  127. connect to these hidden services, each without knowing the other's network
  128. identity.
  129. %This hidden service functionality could allow Tor users to
  130. %set up a website where people publish material without worrying about
  131. %censorship. Nobody would be able to determine who was offering the site,
  132. %and nobody who offered the site would know who was posting to it.
  133. Tor attempts to anonymize the transport layer, not the application layer, so
  134. application protocols that include personally identifying information need
  135. additional application-level scrubbing proxies, such as
  136. Privoxy~\cite{privoxy} for HTTP. Furthermore, Tor does not permit arbitrary
  137. IP packets; it only anonymizes TCP and DNS, and only supports cconnections
  138. SOCKS (see section \ref{subsec:tcp-vs-ip}).
  139. Tor differs from other deployed systems for traffic analysis resistance
  140. in its security and flexibility. Mix networks such as
  141. Mixmaster~\cite{mixmaster} or its successor Mixminion~\cite{minion-design}
  142. gain the highest degrees of anonymity at the expense of introducing highly
  143. variable delays, thus making them unsuitable for applications such as web
  144. browsing that require quick response times. Commercial single-hop
  145. proxies~\cite{anonymizer} present a single point of failure, where
  146. a single compromise can expose all users' traffic, and a single-point
  147. eavesdropper can perform traffic analysis on the entire network.
  148. Also, their proprietary implementations place any infrastucture that
  149. depends on these single-hop solutions at the mercy of their providers'
  150. financial health as well as network security.
  151. No organization can achieve this security on its own. If a single
  152. corporation or government agency were to build a private network to
  153. protect its operations, any connections entering or leaving that network
  154. would be obviously linkable to the controlling organization. The members
  155. and operations of that agency would be easier, not harder, to distinguish.
  156. Instead, to protect our networks from traffic analysis, we must
  157. collaboratively blend the traffic from many organizations and private
  158. citizens, so that an eavesdropper can't tell which users are which,
  159. and who is looking for what information. By bringing more users onto
  160. the network, all users become more secure \cite{econymics}.
  161. Naturally, organizations will not want to depend on others for their
  162. security. If most participating providers are reliable, Tor tolerates
  163. some hostile infiltration of the network. For maximum protection,
  164. the Tor design includes an enclave approach that lets data be encrypted
  165. (and authenticated) end-to-end, so high-sensitivity users can be sure it
  166. hasn't been read or modified. This even works for Internet services that
  167. don't have built-in encryption and authentication, such as unencrypted
  168. HTTP or chat, and it requires no modification of those services to do so.
  169. weasel's graph of \# nodes and of bandwidth, ideally from week 0.
  170. Tor doesn't try to provide steg (but see Sec \ref{china}), or
  171. the other non-goals listed in tor-design.
  172. [arma will do this part]
  173. Tor is not the only anonymity system that aims to be practical and useful.
  174. Commercial single-hop proxies~\cite{anonymizer}, as well as unsecured
  175. open proxies around the Internet~\cite{open-proxies}, can provide good
  176. performance and some security against a weaker attacker. Dresden's Java
  177. Anon Proxy~\cite{jap} provides similar functionality to Tor but only
  178. handles web browsing rather than arbitrary TCP. Also, JAP's network
  179. topology uses cascades (fixed routes through the network); since without
  180. end-to-end padding it is just as vulnerable as Tor to end-to-end timing
  181. attacks, its dispersal properties are therefore worse than Tor's.
  182. %Some peer-to-peer file-sharing overlay networks such as
  183. %Freenet~\cite{freenet} and Mute~\cite{mute}
  184. Zero-Knowledge Systems' commercial Freedom
  185. network~\cite{freedom21-security} was even more flexible than Tor in
  186. that it could transport arbitrary IP packets, and it also supported
  187. pseudonymous access rather than just anonymous access; but it had
  188. a different approach to sustainability (collecting money from users
  189. and paying ISPs to run servers), and has shut down due to financial
  190. load. Finally, more scalable designs like Tarzan~\cite{tarzan} and
  191. MorphMix~\cite{morphmix} have been proposed in the literature, but
  192. have not yet been fielded. We direct the interested reader to Section
  193. 2 of~\cite{tor-design} for a more indepth review of related work.
  194. %six-four. crowds. i2p.
  195. have a serious discussion of morphmix's assumptions, since they would
  196. seem to be the direct competition. in fact tor is a flexible architecture
  197. that would encompass morphmix, and they're nearly identical except for
  198. path selection and node discovery. and the trust system morphmix has
  199. seems overkill (and/or insecure) based on the threat model we've picked.
  200. % this para should probably move to the scalability / directory system. -RD
  201. \section{Threat model}
  202. Tor does not attempt to defend against a global observer. Any adversary who
  203. can see a user's connection to the Tor network, and who can see the
  204. corresponding connection as it exits the Tor network, can use the timing
  205. correlation between the two connections to confirm the user's chosen
  206. communication partners. Defeating this attack would seem to require
  207. introducing a prohibitive degree of traffic padding between the user and the
  208. network, or introducing an unacceptable degree of latency (but see
  209. \ref{subsec:mid-latency} below). Thus, Tor only
  210. attempts to defend against external observers who can observe both sides of a
  211. user's connection.
  212. Against internal attackers, who sign up Tor servers, the situation is more
  213. complicated. In the simplest case, if an adversary has compromised $c$ of
  214. $n$ servers on the Tor network, then the adversary will be able to compromise
  215. a random circuit with probability $\frac{c^2}{n^2}$ (since the circuit
  216. initiator chooses hops randomly). But there are
  217. complicating factors:
  218. \begin{tightlist}
  219. \item If the user continues to build random circuits over time, an adversary
  220. is pretty certain to see a statistical sample of the user's traffic, and
  221. thereby can build an increasingly accurate profile of her behavior. (See
  222. \ref{subsec:helper-nodes} for possible solutions.)
  223. \item If an adversary controls a popular service outside of the Tor network,
  224. he can be certain of observing all connections to that service; he
  225. therefore will trace connections to that service with probability
  226. $\frac{c}{n}$.
  227. \item Users do not in fact choose servers with uniform probability; they
  228. favor servers with high bandwidth, and exit servers that permit connections
  229. to their favorite services.
  230. \end{tightlist}
  231. %discuss $\frac{c^2}{n^2}$, except how in practice the chance of owning
  232. %the last hop is not $c/n$ since that doesn't take the destination (website)
  233. %into account. so in cases where the adversary does not also control the
  234. %final destination we're in good shape, but if he *does* then we'd be better
  235. %off with a system that lets each hop choose a path.
  236. %
  237. %Isn't it more accurate to say ``If the adversary _always_ controls the final
  238. % dest, we would be just as well off with such as system.'' ? If not, why
  239. % not? -nm
  240. in practice tor's threat model is based entirely on the goal of dispersal
  241. and diversity. george and steven describe an attack \cite{draft} that
  242. lets them determine the nodes used in a circuit; yet they can't identify
  243. alice or bob through this attack. so it's really just the endpoints that
  244. remain secure. and the enclave model seems particularly threatened by
  245. this, since this attack lets us identify endpoints when they're servers.
  246. see \ref{subsec:helper-nodes} for discussion of some ways to address this
  247. issue.
  248. see \ref{subsec:routing-zones} for discussion of larger
  249. adversaries and our dispersal goals.
  250. [this section will get written once the rest of the paper is farther along]
  251. \section{Crossroads: Policy issues}
  252. \label{sec:crossroads-policy}
  253. Many of the issues the Tor project needs to address are not just a
  254. matter of system design or technology development. In particular, the
  255. Tor project's \emph{image} with respect to its users and the rest of
  256. the Internet impacts the security it can provide.
  257. As an example to motivate this section, some U.S.~Department of Enery
  258. penetration testing engineers are tasked with compromising DoE computers
  259. from the outside. They only have a limited number of ISPs from which to
  260. launch their attacks, and they found that the defenders were recognizing
  261. attacks because they came from the same IP space. These engineers wanted
  262. to use Tor to hide their tracks. First, from a technical standpoint,
  263. Tor does not support the variety of IP packets one would like to use in
  264. such attacks (see Section \ref{subsec:ip-vs-tcp}). But aside from this,
  265. we also decided that it would probably be poor precedent to encourage
  266. such use---even legal use that improves national security---and managed
  267. to dissuade them.
  268. With this image issue in mind, here we discuss the Tor user base and
  269. Tor's interaction with other services on the Internet.
  270. \subsection{Image and reputability}
  271. Image: substantial non-infringing uses. Image is a security parameter,
  272. since it impacts user base and perceived sustainability.
  273. grab reputability paragraphs from usability.tex [arma will do this]
  274. A Tor gui, how jap's gui is nice but does not reflect the security
  275. they provide.
  276. Public perception, and thus advertising, is a security parameter.
  277. good uses are kept private, bad uses are publicized. not good.
  278. users do not correlate to anonymity. arma will do this.
  279. \subsection{Usability and bandwidth and sustainability and incentives}
  280. low-pain-threshold users go away until all users are willing to use it
  281. Sustainability. Previous attempts have been commercial which we think
  282. adds a lot of unnecessary complexity and accountability. Freedom didn't
  283. collect enough money to pay its servers; JAP bandwidth is supported by
  284. continued money, and they periodically ask what they will do when it
  285. dries up.
  286. "outside of academia, jap has just lost, permanently"
  287. Usability: fc03 paper was great, except the lower latency you are the
  288. less useful it seems it is.
  289. [nick will write this section]
  290. \subsection{Tor and file-sharing}
  291. [nick will write this section]
  292. Bittorrent and dmca. Should we add an IDS to autodetect protocols and
  293. snipe them?
  294. because only at the exit is it evident what port or protocol a given
  295. tor stream is, you can't choose not to carry file-sharing traffic.
  296. hibernation vs rate-limiting: do we want diversity or throughput? i
  297. think we're shifting back to wanting diversity.
  298. \subsection{Tor and blacklists}
  299. Takedowns and efnet abuse and wikipedia complaints and irc
  300. networks.
  301. It was long expected that, alongside Tor's legitimate users, it would also
  302. attract troublemakers who exploited Tor in order to abuse services on the
  303. Internet. Our initial answer to this situation was to use ``exit policies''
  304. to allow individual Tor servers to block access to specific IP/port ranges.
  305. This approach was meant to make operators more willing to run Tor by allowing
  306. them to prevent their servers from being used for abusing particular
  307. services. For example, all Tor servers currently block SMTP (port 25), in
  308. order to avoid being used to send spam.
  309. This approach is useful, but is insufficient for two reasons. First, since
  310. it is not possible to force all ORs to block access to any given service,
  311. many of those services try to block Tor instead. More broadly, while being
  312. blockable is important to being good netizens, we would like to encourage
  313. services to allow anonymous access; services should not need to decide
  314. between blocking legitimate anonymous use and allowing unlimited abuse.
  315. This is potentially a bigger problem than it may appear.
  316. On the one hand, if people want to refuse connections from you on
  317. their servers it would seem that they should be allowed to. But, a
  318. possible major problem with the blocking of Tor is that it's not just
  319. the decision of the individual server administrator whose deciding if
  320. he wants to post to wikipedia from his Tor node address or allow
  321. people to read wikipedia anonymously through his Tor node. If e.g.,
  322. s/he comes through a campus or corporate NAT, then the decision must
  323. be to have the entire population behind it able to have a Tor exit
  324. node or write access to wikipedia. This is a loss for both of us (Tor
  325. and wikipedia). We don't want to compete for (or divvy up) the NAT
  326. protected entities of the world.
  327. (A related problem is that many IP blacklists are not terribly fine-grained.
  328. No current IP blacklist, for example, allow a service provider to blacklist
  329. only those Tor servers that allow access to a specific IP or port, even
  330. though this information is readily available. One IP blacklist even bans
  331. every class C network that contains a Tor server, and recommends banning SMTP
  332. from these networks even though Tor does not allow SMTP at all.)
  333. Problems of abuse occur mainly with services such as IRC networks and
  334. Wikipedia, which rely on IP-blocking to ban abusive users. While at first
  335. blush this practice might seem to depend on the anachronistic assumption that
  336. each IP is an identifier for a single user, it is actually more reasonable in
  337. practice: it assumes that non-proxy IPs are a costly resource, and that an
  338. abuser can not change IPs at will. By blocking IPs which are used by Tor
  339. servers, open proxies, and service abusers, these systems hope to make
  340. ongoing abuse difficult. Although the system is imperfect, it works
  341. tolerably well for them in practice.
  342. But of course, we would prefer that legitimate anonymous users be able to
  343. access abuse-prone services. One conceivable approach would be to require
  344. would-be IRC users, for instance, to register accounts if they wanted to
  345. access the IRC network from Tor. But in practise, this would not
  346. significantly impede abuse if creating new accounts were easily automatable;
  347. this is why services use IP blocking. In order to deter abuse, pseudonymous
  348. identities need to impose a significant switching cost in resources or human
  349. time.
  350. Once approach, similar to that taken by Freedom, would be to bootstrap some
  351. non-anonymous costly identification mechanism to allow access to a
  352. blind-signature pseudonym protocol. This would effectively create costly
  353. pseudonyms, which services could require in order to allow anonymous access.
  354. This approach has difficulties in practise, however:
  355. \begin{tightlist}
  356. \item Unlike Freedom, Tor is not a commercial service. Therefore, it would
  357. be a shame to require payment in order to make Tor useful, or to make
  358. non-paying users second-class citizens.
  359. \item It is hard to think of an underlying resource that would actually work.
  360. We could use IP addresses, but that's the problem, isn't it?
  361. \item Managing single sign-on services is not considered a well-solved
  362. problem in practice. If Microsoft can't get universal acceptance for
  363. passport, why do we think that a Tor-specific solution would do any good?
  364. \item Even if we came up with a perfect authentication system for our needs,
  365. there's no guarantee that any service would actually start using it. It
  366. would require a nonzero effort for them to support it, and it might just
  367. be less hassle for them to block tor anyway.
  368. \end{tightlist}
  369. Squishy IP based ``authentication'' and ``authorization'' is a reality
  370. we must contend with. We should say something more about the analogy
  371. with SSNs.
  372. \subsection{Other}
  373. [Once you build a generic overlay network, everybody wants to use it.]
  374. Tor's scope: How much should Tor aim to do? Applications that leak
  375. data: we can say they're not our problem, but they're somebody's problem.
  376. Also, the more widely deployed Tor becomes, the more people who need a
  377. deployed overlay network tell us they'd like to use us if only we added
  378. the following more features. For example, Blossom \cite{blossom} and
  379. random community wireless projects both want source-routable overlay
  380. networks for their own purposes. Fortunately, our modular design separates
  381. routing from node discovery; so we could implement Morphmix in Tor just
  382. by implementing the Morphmix-specific node discovery and path selection
  383. pieces. On the other hand, we could easily get distracted building a
  384. general-purpose overlay library, and we're only a few developers.
  385. [arma will work on this]
  386. %Should we allow revocation of anonymity if a threshold of
  387. %servers want to?
  388. Logging. Making logs not revealing. A happy coincidence that verbose
  389. logging is our \#2 performance bottleneck. Is there a way to detect
  390. modified servers, or to have them volunteer the information that they're
  391. logging verbosely? Would that actually solve any attacks?
  392. \section{Crossroads: Scaling and Design choices}
  393. \label{sec:crossroads-design}
  394. \subsection{Transporting the stream vs transporting the packets}
  395. We periodically run into ex ZKS employees who tell us that the process of
  396. anonymizing IPs should ``obviously'' be done at the IP layer. Here are
  397. the issues that need to be resolved before we'll be ready to switch Tor
  398. over to arbitrary IP traffic.
  399. \begin{enumerate}
  400. \setlength{\itemsep}{0mm}
  401. \setlength{\parsep}{0mm}
  402. \item \emph{IP packets reveal OS characteristics.} We still need to do
  403. IP-level packet normalization, to stop things like IP fingerprinting
  404. \cite{ip-fingerprinting}. There exist libraries \cite{ip-normalizing}
  405. that can help with this.
  406. \item \emph{Application-level streams still need scrubbing.} We still need
  407. Tor to be easy to integrate with user-level application-specific proxies
  408. such as Privoxy. So it's not just a matter of capturing packets and
  409. anonymizing them at the IP layer.
  410. \item \emph{Certain protocols will still leak information.} For example,
  411. DNS requests destined for my local DNS servers need to be rewritten
  412. to be delivered to some other unlinkable DNS server. This requires
  413. understanding the protocols we are transporting.
  414. \item \emph{The crypto is unspecified.} First we need a block-level encryption
  415. approach that can provide security despite
  416. packet loss and out-of-order delivery. Freedom allegedly had one, but it was
  417. never publicly specified, and we believe it's likely vulnerable to tagging
  418. attacks \cite{tor-design}. Also, TLS over UDP is not implemented or even
  419. specified, though some early work has begun on that \cite{ben-tls-udp}.
  420. \item \emph{We'll still need to tune network parameters}. Since the above
  421. encryption system will likely need sequence numbers and maybe more to do
  422. replay detection, handle duplicate frames, etc, we will be reimplementing
  423. some subset of TCP anyway to manage throughput, congestion control, etc.
  424. \item \emph{Exit policies for arbitrary IP packets mean building a secure
  425. IDS.} Our server operators tell us that exit policies are one of
  426. the main reasons they're willing to run Tor over previous attempts
  427. at anonymizing networks. Adding an IDS to handle exit policies would
  428. increase the security complexity of Tor, and would likely not work anyway,
  429. as evidenced by the entire field of IDS and counter-IDS papers. Many
  430. potential abuse issues are resolved by the fact that Tor only transports
  431. valid TCP streams (as opposed to arbitrary IP including malformed packets
  432. and IP floods), so exit policies become even \emph{more} important as
  433. we become able to transport IP packets. We also need a way to compactly
  434. characterize the exit policies and let clients parse them to decide
  435. which nodes will allow which packets to exit.
  436. \item \emph{The Tor-internal name spaces would need to be redesigned.} We
  437. support hidden service {\tt{.onion}} addresses, and other special addresses
  438. like {\tt{.exit}} (see Section \ref{subsec:}), by intercepting the addresses
  439. when they are passed to the Tor client.
  440. \end{enumerate}
  441. This list is discouragingly long right now, but we recognize that it
  442. would be good to investigate each of these items in further depth and to
  443. understand which are actual roadblocks and which are easier to resolve
  444. than we think. We certainly wouldn't mind if Tor one day is able to
  445. transport a greater variety of protocols.
  446. \subsection{Mid-latency}
  447. \label{subsec:mid-latency}
  448. Mid-latency. Can we do traffic shape to get any defense against George's
  449. PET2004 paper? Will padding or long-range dummies do anything then? Will
  450. it kill the user base or can we get both approaches to play well together?
  451. explain what mid-latency is. propose a single network where users of
  452. varying latency goals can combine.
  453. Note that in practice as the network is growing and we accept cable
  454. modem and dsl nodes, and nodes in other continents, we're *already*
  455. looking at many-second delays for some transactions. The engineering
  456. required to get this lower is going to be extremely hard. It's worth
  457. considering how hard it would be to accept the fixed (higher) latency
  458. and improve the protection we get from it.
  459. [nick will work on this]
  460. \subsection{Application support: socks doesn't solve all our problems}
  461. socks4a isn't everywhere. the dns problem. etc.
  462. nick will work on this.
  463. \subsection{Measuring performance and capacity}
  464. How to measure performance without letting people selectively deny service
  465. by distinguishing pings. Heck, just how to measure performance at all. In
  466. practice people have funny firewalls that don't match up to their exit
  467. policies and Tor doesn't deal.
  468. Network investigation: Is all this bandwidth publishing thing a good idea?
  469. How can we collect stats better? Note weasel's smokeping, at
  470. http://seppia.noreply.org/cgi-bin/smokeping.cgi?target=Tor
  471. which probably gives george and steven enough info to break tor?
  472. [nick will work on this section, unless arma gets there first]
  473. \subsection{Anonymity benefits for running a server}
  474. Does running a server help you or harm you? George's Oakland attack.
  475. Plausible deniability -- without even running your traffic through Tor!
  476. But nobody knows about Tor, and the legal situation is fuzzy, so this
  477. isn't very true really.
  478. We have to pick the path length so adversary can't distinguish client from
  479. server (how many hops is good?).
  480. in practice, plausible deniability is hypothetical and doesn't seem very
  481. convincing. if ISPs find the activity antisocial, they don't care *why*
  482. your computer is doing that behavior.
  483. [arma will write this section]
  484. \subsection{Helper nodes}
  485. When does fixing your entry or exit node help you?
  486. Helper nodes in the literature don't deal with churn, and
  487. especially active attacks to induce churn.
  488. Do general DoS attacks have anonymity implications? See e.g. Adam
  489. Back's IH paper, but I think there's more to be pointed out here.
  490. Game theory for helper nodes: if Alice offers a hidden service on a
  491. server (enclave model), and nobody ever uses helper nodes, then against
  492. George+Steven's attack she's totally nailed. If only Alice uses a helper
  493. node, then she's still identified as the source of the data. If everybody
  494. uses a helper node (including Alice), then the attack identifies the
  495. helper node and also Alice, and knows which one is which. If everybody
  496. uses a helper node (but not Alice), then the attacker figures the real
  497. source was a client that is using Alice as a helper node. [How's my
  498. logic here?]
  499. point to routing-zones section re: helper nodes to defend against
  500. big stuff.
  501. [nick will write this section]
  502. \subsection{Location-hidden services}
  503. [arma will write this section]
  504. Survivable services are new in practice, yes? Hidden services seem
  505. less hidden than we'd like, since they stay in one place and get used
  506. a lot. They're the epitome of the need for helper nodes. This means
  507. that using Tor as a building block for Free Haven is going to be really
  508. hard. Also, they're brittle in terms of intersection and observation
  509. attacks. Would be nice to have hot-swap services, but hard to design.
  510. people are using hidden services as a poor man's vpn and firewall-buster.
  511. rather than playing with dyndns and trying to pierce holes in their
  512. firewall (say, so they can ssh in from the outside), they run a hidden
  513. service on the inside and then rendezvous with that hidden service
  514. externally.
  515. in practice, sites like bloggers without borders (www.b19s.org) are
  516. running tor servers but more important are advertising a hidden-service
  517. address on their front page. doing this can provide increased robustness
  518. if they used the dual-IP approach we describe in tor-design, but in
  519. practice they do it to a) increase visibility of the tor project and their
  520. support for privacy, and b) to offer a way for their users, using vanilla
  521. software, to get end-to-end encryption and end-to-end authentication to
  522. their website.
  523. \subsection{Trust and discovery}
  524. [arma will edit this and expand/retract it]
  525. The published Tor design adopted a deliberately simplistic design for
  526. authorizing new nodes and informing clients about servers and their status.
  527. In the early Tor designs, all ORs periodically uploaded a signed description
  528. of their locations, keys, and capabilities to each of several well-known {\it
  529. directory servers}. These directory servers constructed a signed summary
  530. of all known ORs (a ``directory''), and a signed statement of which ORs they
  531. believed to be operational at any given time (a ``network status''). Clients
  532. periodically downloaded a directory in order to learn the latest ORs and
  533. keys, and more frequently downloaded a network status to learn which ORs are
  534. likely to be running. ORs also operate as directory caches, in order to
  535. lighten the bandwidth on the authoritative directory servers.
  536. In order to prevent Sybil attacks (wherein an adversary signs up many
  537. purportedly independent servers in order to increase her chances of observing
  538. a stream as it enters and leaves the network), the early Tor directory design
  539. required the operators of the authoritative directory servers to manually
  540. approve new ORs. Unapproved ORs were included in the directory, but clients
  541. did not use them at the start or end of their circuits. In practice,
  542. directory administrators performed little actual verification, and tended to
  543. approve any OR whose operator could compose a coherent email. This procedure
  544. may have prevented trivial automated Sybil attacks, but would do little
  545. against a clever attacker.
  546. There are a number of flaws in this system that need to be addressed as we
  547. move forward. They include:
  548. \begin{tightlist}
  549. \item Each directory server represents an independent point of failure; if
  550. any one were compromised, it could immediately compromise all of its users
  551. by recommending only compromised ORs.
  552. \item The more servers appear join the network, the more unreasonable it
  553. becomes to expect clients to know about them all. Directories
  554. become unfeasibly large, and downloading the list of servers becomes
  555. burdonsome.
  556. \item The validation scheme may do as much harm as it does good. It is not
  557. only incapable of preventing clever attackers from mounting Sybil attacks,
  558. but may deter server operators from joining the network. (For instance, if
  559. they expect the validation process to be difficult, or if they do not share
  560. any languages in common with the directory server operators.)
  561. \end{tightlist}
  562. We could try to move the system in several directions, depending on our
  563. choice of threat model and requirements. If we did not need to increase
  564. network capacity in order to support more users, there would be no reason not
  565. to adopt even stricter validation requirements, and reduce the number of
  566. servers in the network to a trusted minimum. But since we want Tor to work
  567. for as many users as it can, we need XXXXX
  568. In order to address the first two issues, it seems wise to move to a system
  569. including a number of semi-trusted directory servers, no one of which can
  570. compromise a user on its own. Ultimately, of course, we cannot escape the
  571. problem of a first introducer: since most users will run Tor in whatever
  572. configuration the software ships with, the Tor distribution itself will
  573. remain a potential single point of failure so long as it includes the seed
  574. keys for directory servers, a list of directory servers, or any other means
  575. to learn which servers are on the network. But omitting this information
  576. from the Tor distribution would only delegate the trust problem to the
  577. individual users, most of whom are presumably less informed about how to make
  578. trust decisions than the Tor developers.
  579. %Network discovery, sybil, node admission, scaling. It seems that the code
  580. %will ship with something and that's our trust root. We could try to get
  581. %people to build a web of trust, but no. Where we go from here depends
  582. %on what threats we have in mind. Really decentralized if your threat is
  583. %RIAA; less so if threat is to application data or individuals or...
  584. \section{Crossroads: Scaling}
  585. %\label{sec:crossroads-scaling}
  586. %P2P + anonymity issues:
  587. Tor is running today with hundreds of servers and tens of thousands of
  588. users, but it will certainly not scale to millions.
  589. Scaling Tor involves three main challenges. First is safe server
  590. discovery, both bootstrapping -- how a Tor client can robustly find an
  591. initial server list -- and ongoing -- how a Tor client can learn about
  592. a fair sample of honest servers and not let the adversary control his
  593. circuits (see Section x). Second is detecting and handling the speed
  594. and reliability of the variety of servers we must use if we want to
  595. accept many servers (see Section y).
  596. Since the speed and reliability of a circuit is limited by its worst link,
  597. we must learn to track and predict performance. Finally, in order to get
  598. a large set of servers in the first place, we must address incentives
  599. for users to carry traffic for others (see Section incentives).
  600. \subsection{Incentives by Design}
  601. [nick will try to make this section shorter and more to the point.]
  602. [most of the technical incentive schemes in the literature introduce
  603. anonymity issues which we don't understand yet, and we seem to be doing
  604. ok without them]
  605. There are three behaviors we need to encourage for each server: relaying
  606. traffic; providing good throughput and reliability while doing it;
  607. and allowing traffic to exit the network from that server.
  608. We encourage these behaviors through \emph{indirect} incentives, that
  609. is, designing the system and educating users in such a way that users
  610. with certain goals will choose to relay traffic. In practice, the
  611. main incentive for running a Tor server is social benefit: volunteers
  612. altruistically donate their bandwidth and time. We also keep public
  613. rankings of the throughput and reliability of servers, much like
  614. seti@home. We further explain to users that they can get \emph{better
  615. security} by operating a server, because they get plausible deniability
  616. (indeed, they may not need to route their own traffic through Tor at all
  617. -- blending directly with other traffic exiting Tor may be sufficient
  618. protection for them), and because they can use their own Tor server
  619. as entry or exit point and be confident it's not run by the adversary.
  620. Finally, we can improve the usability and feature set of the software:
  621. rate limiting support and easy packaging decrease the hassle of
  622. maintaining a server, and our configurable exit policies allow each
  623. operator to advertise a policy describing the hosts and ports to which
  624. he feels comfortable connecting.
  625. Beyond these, however, there is also a need for \emph{direct} incentives:
  626. providing payment or other resources in return for high-quality service.
  627. Paying actual money is problematic: decentralized e-cash systems are
  628. not yet practical, and a centralized collection system not only reduces
  629. robustness, but also has failed in the past (the history of commercial
  630. anonymizing networks is littered with failed attempts). A more promising
  631. option is to use a tit-for-tat incentive scheme: provide better service
  632. to nodes that have provided good service to you.
  633. Unfortunately, such an approach introduces new anonymity problems.
  634. Does the incentive system enable the adversary to attract more traffic by
  635. performing well? Typically a user who chooses evenly from all options is
  636. most resistant to an adversary targetting him, but that approach prevents
  637. us from handling heterogeneous servers \cite{casc-rep}.
  638. When a server (call him Steve) performs well for Alice, does Steve gain
  639. reputation with the entire system, or just with Alice? If the entire
  640. system, how does Alice tell everybody about her experience in a way that
  641. prevents her from lying about it yet still protects her identity? If
  642. Steve's behavior only affects Alice's behavior, does this allow Steve to
  643. selectively perform only for Alice, and then break her anonymity later
  644. when somebody (presumably Alice) routes through his node?
  645. These are difficult and open questions, yet choosing not to scale means
  646. leaving most users to a less secure network or no anonymizing network
  647. at all. We will start with a simplified approach to the tit-for-tat
  648. incentive scheme based on two rules: (1) each node should measure the
  649. service it receives from adjacent nodes, and provide service relative to
  650. the received service, but (2) when a node is making decisions that affect
  651. its own security (e.g. when building a circuit for its own application
  652. connections), it should choose evenly from a sufficiently large set of
  653. nodes that meet some minimum service threshold. This approach allows us
  654. to discourage bad service without opening Alice up as much to attacks.
  655. %XXX rewrite the above so it sounds less like a grant proposal and
  656. %more like a "if somebody were to try to solve this, maybe this is a
  657. %good first step".
  658. %We should implement the above incentive scheme in the
  659. %deployed Tor network, in conjunction with our plans to add the necessary
  660. %associated scalability mechanisms. We will do experiments (simulated
  661. %and/or real) to determine how much the incentive system improves
  662. %efficiency over baseline, and also to determine how far we are from
  663. %optimal efficiency (what we could get if we ignored the anonymity goals).
  664. \subsection{Peer-to-peer / practical issues}
  665. [leave this section for now, and make sure things here are covered
  666. elsewhere.]
  667. Making use of servers with little bandwidth. How to handle hammering by
  668. certain applications.
  669. Handling servers that are far away from the rest of the network, e.g. on
  670. the continents that aren't North America and Europe. High latency,
  671. often high packet loss.
  672. Running Tor servers behind NATs, behind great-firewalls-of-China, etc.
  673. Restricted routes. How to propagate to everybody the topology? BGP
  674. style doesn't work because we don't want just *one* path. Point to
  675. Geoff's stuff.
  676. \subsection{ISP-class adversaries}
  677. [arma will write this]
  678. Routing-zones. It seems that our threat model comes down to diversity and
  679. dispersal. But hard for Alice to know how to act. Many questions remain.
  680. \subsection{The China problem}
  681. Citizens in a variety of countries, such as most recently China and
  682. Iran, are periodically blocked from accessing various sites outside
  683. their country. These users try to find any tools available to allow
  684. them to get-around these firewalls. Some anonymity networks, such as
  685. Six-Four~\cite{six-four}, are designed specifically with this goal in
  686. mind; others like the Anonymizer~\cite{anonymizer} are paid by sponsors
  687. such as Voice of America to set up a network to encourage `Internet
  688. freedom'~\cite{voice-of-america-anonymizer}. Even though Tor wasn't
  689. designed with ubiquitous access to the network in mind, thousands of
  690. users across the world are trying to use it for exactly this purpose.
  691. % Academic and NGO organizations, peacefire, \cite{berkman}, etc
  692. Anti-censorship networks hoping to bridge country-level blocks face
  693. a variety of challenges. One of these is that they need to find enough
  694. exit nodes---servers on the `free' side that are willing to relay
  695. arbitrary traffic from users to their final destinations. Anonymizing
  696. networks including Tor are well-suited to this task, since we have
  697. already gathered a set of exit nodes that are willing to tolerate some
  698. political heat.
  699. The other main challenge is to distribute a list of reachable relays
  700. to the users inside the country, and give them software to use them,
  701. without letting the authorities also enumerate this list and block each
  702. relay. Anonymizer solves this by buying lots of seemingly-unrelated IP
  703. addresses (or having them donated), abandoning old addresses as they are
  704. `used up', and telling a few users about the new ones. Distributed
  705. anonymizing networks again have an advantage here, in that we already
  706. have tens of thousands of separate IP addresses whose users might
  707. volunteer to provide this service since they've already installed and use
  708. the software for their own privacy~\cite{koepsell-wpes2004}. Because
  709. the Tor protocol separates routing from network discovery (see Section
  710. \ref{do-we-discuss-this?}), volunteers could configure their Tor clients
  711. to generate server descriptors and send them to a special directory
  712. server that gives them out to dissidents who need to get around blocks.
  713. Of course, this still doesn't prevent the adversary
  714. from enumerating all the volunteer relays and blocking them preemptively.
  715. Perhaps a tiered-trust system could be built where a few individuals are
  716. given relays' locations, and they recommend other individuals by telling them
  717. those addresses, thus providing a built-in incentive to avoid letting the
  718. adversary intercept them. Max-flow trust algorithms~\cite{advogato}
  719. might help to bound the number of IP addresses leaked to the adversary. Groups
  720. like the W3C are looking into using Tor as a component in an overall system to
  721. help address censorship; we wish them luck.
  722. %\cite{infranet}
  723. \subsection{Non-clique topologies}
  724. [nick will try to shrink this section]
  725. Because of its threat model that is substantially weaker than high
  726. latency mixnets, Tor is actually in a potentially better position to
  727. scale at least initially. From the perspective of a mix network, one
  728. of the worst things that can happen is partitioning. The more
  729. potential senders of messages entering the network the better the
  730. anonymity. Roughly, if a network is, e.g., split in half, then your
  731. anonymity is cut in half. Attacks become half as hard (if they're
  732. linear in network size), etc. In some sense this is still true for
  733. Tor: if you want to know who Alice is talking to, you can watch her
  734. for one end of a circuit. For a half size network, you then only have
  735. to brute force examine half as many nodes to find the other end. But
  736. Tor is not meant to cope with someone directly attacking many dozens
  737. of nodes in a few minutes. It was meant to cope with traffic
  738. confirmation attacks. And, these are independent of the size of the
  739. network. So, a simple possibility when the scale of a Tor network
  740. exceeds some size is to simply split it. Care could be taken in
  741. allocating which nodes go to which network along the lines of
  742. \cite{casc-rep} to insure that collaborating hostile nodes are not
  743. able to gain any advantage in network splitting that they do not
  744. already have in joining a network.
  745. The attacks in \cite{attack-tor-oak05} show that certain types of
  746. brute force attacks are in fact feasible; however they make the
  747. above point stronger not weaker. The attacks do not appear to be
  748. significantly more difficult to mount against a network that is
  749. twice the size. Also, they only identify the Tor nodes used in a
  750. circuit, not the client. Finally note that even if the network is split,
  751. a client does not need to use just one of the two resulting networks.
  752. Alice could use either of them, and it would not be difficult to make
  753. the Tor client able to access several such network on a per circuit
  754. basis. More analysis is needed; we simply note here that splitting
  755. a Tor network is an easy way to achieve moderate scalability and that
  756. it does not necessarily have the same implications as splitting a mixnet.
  757. Alternatively, we can try to scale a single network. Some issues for
  758. scaling include how many neighbors can nodes support and how many
  759. users (and how much application traffic capacity) can the network
  760. handle for each new node that comes into the network. This depends on
  761. many things, most notably the traffic capacity of the new nodes. We
  762. can observe, however, that adding a tor node of any feasible bandwidth
  763. will increase the traffic capacity of the network. This means that, as
  764. a first step to scaling, we can focus on the interconnectivity of the
  765. nodes, followed by directories, discovery, etc.
  766. By reducing the connectivity of the network we increase the total
  767. number of nodes that the network can contain. Anonymity implications
  768. of restricted routes for mix networks have already been explored by
  769. Danezis~\cite{danezis-pets03}. That paper explicitly considered only
  770. traffic analysis resistance provided by a mix network and sidestepped
  771. questions of traffic confirmation resistance. But, Tor is designed
  772. only to resist traffic confirmation. For this and other reasons, we
  773. cannot simply adopt his mixnet results to onion routing networks. If
  774. an attacker gains minimal increase in the likelyhood of compromising
  775. the endpoints of a Tor circuit through a sparse network (vs.\ a clique
  776. on the same node set), then the restriction will have had minimal
  777. impact on the anonymity provided by that network.
  778. The approach Danezis describes is based on expander graphs, i.e.,
  779. graphs in which any subgraph of nodes is likely to have lots of nodes
  780. as neighbors. For Tor, we may not need to have an expander per se, it
  781. may be enough to have a single subnet that is highly connected. As an
  782. example, assume fifty nodes of relatively high traffic capacity. This
  783. \emph{center} forms are a clique. Assume each center node can each
  784. handle 200 connections to other nodes (including the other ones in the
  785. center). Assume every noncenter node connects to three nodes in the
  786. center and anyone out of the center that they want to. Then the
  787. network easily scales to c. 2500 nodes with commensurate increase in
  788. bandwidth. There are many open questions: how directory information
  789. is distributed (presumably information about the center nodes could
  790. be given to any new nodes with their codebase), whether center nodes
  791. will need to function as a `backbone', etc. As above the point is
  792. that this would create problems for the expected anonymity for a mixnet,
  793. but for an onion routing network where anonymity derives largely from
  794. the edges, it may be feasible.
  795. Another point is that we already have a non-clique topology.
  796. Individuals can set up and run Tor nodes without informing the
  797. directory servers. This will allow, e.g., dissident groups to run a
  798. local Tor network of such nodes that connects to the public Tor
  799. network. This network is hidden behind the Tor network and its
  800. only visible connection to Tor at those points where it connects.
  801. As far as the public network is concerned or anyone observing it,
  802. they are running clients.
  803. \section{The Future}
  804. \label{sec:conclusion}
  805. we should put random thoughts here until there are enough for a
  806. conclusion.
  807. will our sustainability approach work? we'll see.
  808. "These are difficult and open questions, yet choosing not to solve them
  809. means leaving most users to a less secure network or no anonymizing
  810. network at all."
  811. \bibliographystyle{plain} \bibliography{tor-design}
  812. \appendix
  813. \begin{figure}[t]
  814. %\unitlength=1in
  815. \centering
  816. %\begin{picture}(6.0,2.0)
  817. %\put(3,1){\makebox(0,0)[c]{\epsfig{figure=graphnodes,width=6in}}}
  818. %\end{picture}
  819. \mbox{\epsfig{figure=graphnodes,width=5in}}
  820. \caption{Number of servers over time. Lowest line is number of exit
  821. nodes that allow connections to port 80. Middle line is total number of
  822. verified (registered) servers. The line above that represents servers
  823. that are not yet registered.}
  824. \label{fig:graphnodes}
  825. \end{figure}
  826. \begin{figure}[t]
  827. \centering
  828. \mbox{\epsfig{figure=graphtraffic,width=5in}}
  829. \caption{The sum of traffic reported by each server over time. The bottom
  830. pair show average throughput, and the top pair represent the largest 15
  831. minute burst in each 4 hour period.}
  832. \label{fig:graphtraffic}
  833. \end{figure}
  834. \end{document}