tor-design.tex 80 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596
  1. \documentclass[times,10pt,twocolumn]{article}
  2. \usepackage{latex8}
  3. \usepackage{times}
  4. \usepackage{url}
  5. \usepackage{graphics}
  6. \usepackage{amsmath}
  7. \pagestyle{empty}
  8. \renewcommand\url{\begingroup \def\UrlLeft{<}\def\UrlRight{>}\urlstyle{tt}\Url}
  9. \newcommand\emailaddr{\begingroup \def\UrlLeft{<}\def\UrlRight{>}\urlstyle{tt}\Url}
  10. % If an URL ends up with '%'s in it, that's because the line *in the .bib/.tex
  11. % file* is too long, so break it there (it doesn't matter if the next line is
  12. % indented with spaces). -DH
  13. %\newif\ifpdf
  14. %\ifx\pdfoutput\undefined
  15. % \pdffalse
  16. %\else
  17. % \pdfoutput=1
  18. % \pdftrue
  19. %\fi
  20. \newenvironment{tightlist}{\begin{list}{$\bullet$}{
  21. \setlength{\itemsep}{0mm}
  22. \setlength{\parsep}{0mm}
  23. % \setlength{\labelsep}{0mm}
  24. % \setlength{\labelwidth}{0mm}
  25. % \setlength{\topsep}{0mm}
  26. }}{\end{list}}
  27. \begin{document}
  28. %% Use dvipdfm instead. --DH
  29. %\ifpdf
  30. % \pdfcompresslevel=9
  31. % \pdfpagewidth=\the\paperwidth
  32. % \pdfpageheight=\the\paperheight
  33. %\fi
  34. \title{Tor: Design of a Second-Generation Onion Router}
  35. %\author{Roger Dingledine \\ The Free Haven Project \\ arma@freehaven.net \and
  36. %Nick Mathewson \\ The Free Haven Project \\ nickm@freehaven.net \and
  37. %Paul Syverson \\ Naval Research Lab \\ syverson@itd.nrl.navy.mil}
  38. \maketitle
  39. \thispagestyle{empty}
  40. \begin{abstract}
  41. We present Tor, a connection-based low-latency anonymous communication
  42. system. Tor is the successor to Onion Routing
  43. and addresses many limitations in the original Onion Routing design.
  44. Tor works in a real-world Internet environment,
  45. % it's user-space too
  46. requires little synchronization or coordination between nodes, and
  47. protects against known anonymity-breaking attacks as well
  48. as or better than other systems with similar design parameters.
  49. % and we present a big list of open problems at the end
  50. % and we present a new practical design for rendezvous points
  51. \end{abstract}
  52. %\begin{center}
  53. %\textbf{Keywords:} anonymity, peer-to-peer, remailer, nymserver, reply block
  54. %\end{center}
  55. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  56. \Section{Overview}
  57. \label{sec:intro}
  58. Onion Routing is a distributed overlay network designed to anonymize
  59. low-latency TCP-based applications such as web browsing, secure shell,
  60. and instant messaging. Clients choose a path through the network and
  61. build a \emph{virtual circuit}, in which each node (or ``onion router'')
  62. in the path knows its
  63. predecessor and successor, but no others. Traffic flowing down the circuit
  64. is sent in fixed-size \emph{cells}, which are unwrapped by a symmetric key
  65. at each node (like the layers of an onion) and relayed downstream. The
  66. original Onion Routing project published several design and analysis
  67. papers
  68. \cite{or-jsac98,or-discex00,or-ih96,or-pet00}. While there was briefly
  69. a wide area Onion Routing network,
  70. % how long is briefly? a day, a month? -RD
  71. the only long-running and publicly accessible
  72. implementation was a fragile proof-of-concept that ran on a single
  73. machine (which nonetheless processed several tens of thousands of connections
  74. daily from thousands of global users).
  75. Many critical design and deployment issues were never resolved,
  76. and the design has not been updated in several years.
  77. Here we describe Tor, a protocol for asynchronous, loosely
  78. federated onion routers that provides the following improvements over
  79. the old Onion Routing design, and over other low-latency anonymity systems:
  80. \begin{tightlist}
  81. \item \textbf{Perfect forward secrecy:} The original Onion Routing
  82. design was vulnerable to a single hostile node recording traffic and later
  83. compromising successive nodes in the circuit and forcing them to
  84. decrypt it.
  85. Rather than using a single onion to lay each circuit,
  86. Tor now uses an incremental or \emph{telescoping}
  87. path-building design, where the initiator negotiates session keys with
  88. each successive hop in the circuit. Once these keys are deleted,
  89. subsequently compromised nodes cannot decrypt old traffic.
  90. As a side benefit, onion replay detection is no longer
  91. necessary, and the process of building circuits is more reliable, since
  92. the initiator knows when a hop fails and can then try extending to a new node.
  93. % Perhaps mention that not all of these are things that we invented. -NM
  94. \item \textbf{Separation of protocol cleaning from anonymity:}
  95. The original Onion Routing design required a separate ``application
  96. proxy'' for each
  97. supported application protocol---most
  98. of which were never written, so many applications were never supported.
  99. Tor uses the standard and near-ubiquitous SOCKS
  100. \cite{socks4,socks5} proxy interface, allowing us to support most TCP-based
  101. programs without modification. This design change allows Tor to
  102. use the filtering features of privacy-enhancing
  103. application-level proxies such as Privoxy without having to
  104. incorporate those features itself.
  105. \item \textbf{Many TCP streams can share one circuit:} The original
  106. Onion Routing design built a separate circuit for each application-level
  107. request.
  108. This hurt performance by requiring multiple public key operations for
  109. every request, and also presented
  110. a threat to anonymity (see Section~\ref{maintaining-anonymity}).
  111. \footnote{The first Onion Routing design \cite{or-ih96} protected against
  112. this threat to some
  113. extent by requiring users to hide network access behind an onion
  114. router/firewall that was also forwarding traffic from other nodes.
  115. However, it is desirable for users to
  116. benefit from Onion Routing even when they can't run their own
  117. onion routers.
  118. %Such users, especially if they engage in certain unusual
  119. %communication behaviors, may be identifiable \cite{wright03}.
  120. %To
  121. %complicate the possibility of such attacks Tor multiplexes many
  122. %stream down each circuit, but still rotates the circuit
  123. %periodically to avoid too much linkability from requests on a single
  124. %circuit.
  125. %
  126. % [This digression probably belongs in maintaining-anonymity. -NM
  127. }
  128. The current Tor design multiplexes multiple TCP streams along each virtual
  129. circuit, in order to improve efficiency and anonymity.
  130. \item \textbf{No mixing, padding, or traffic shaping:} The original
  131. Onion Routing design called for mixing of data from each circuit,
  132. plus full link padding both between onion routers and between onion
  133. proxies (that is, users) and onion routers \cite{or-jsac98}. The
  134. later analysis paper \cite{or-pet00} suggested \emph{traffic shaping}
  135. to provide similar protection but use less bandwidth, but did not go
  136. into detail. However, recent research \cite{econymics} and deployment
  137. experience \cite{freedom21-security} suggest that this level of resource
  138. use is not practical or economical; and even full link padding is still
  139. vulnerable \cite{defensive-dropping}. Thus, until we have a proven and
  140. convenient design for traffic shaping or low-latency mixing that will help
  141. anonymity against a realistic adversary, we leave these strategies out.
  142. \item \textbf{Leaky-pipe circuit topology:} Through in-band
  143. signalling within the
  144. circuit, Tor initiators can direct traffic to nodes partway down the
  145. circuit. This not only allows for long-range padding to frustrate traffic
  146. shape and volume attacks at the initiator \cite{defensive-dropping},
  147. but because circuits are used by more than one application, it also
  148. allows traffic to exit the circuit from the middle---thus
  149. frustrating traffic shape and volume attacks based on observing exit
  150. points.
  151. %Or something like that. hm. Tone this down maybe? Or support it. -RD
  152. %How's that? -PS
  153. \item \textbf{Congestion control:} Earlier anonymity designs do not
  154. address traffic bottlenecks. Unfortunately, typical approaches to load
  155. balancing and flow control in overlay networks involve inter-node control
  156. communication and global views of traffic. Tor's decentralized ack-based
  157. congestion control maintains reasonable anonymity while allowing nodes
  158. at the edges of the network to detect congestion or flooding attacks
  159. and send less data until the congestion subsides.
  160. \item \textbf{Directory servers:} The original Onion Routing design
  161. planned to flood link-state information through the network---an
  162. approach which can be unreliable and
  163. open to partitioning attacks or outright deception. Tor takes a simplified
  164. view towards distributing link-state information. Certain more trusted
  165. onion routers also serve as directory servers; they provide signed
  166. \emph{directories} describing all routers they know about, and which
  167. are currently up. Users periodically download these directories via HTTP.
  168. \item \textbf{End-to-end integrity checking:} Without integrity checking
  169. on traffic going through the network, any onion router on the path
  170. can change the contents of cells as they pass by---for example, to redirect a
  171. connection on the fly so it connects to a different webserver, or to
  172. tag encrypted traffic and look for the tagged traffic at the network
  173. edges \cite{minion-design}. Tor hampers these attacks by checking data
  174. integrity before it leaves the network.
  175. \item \textbf{Robustness to failed nodes:} A failed node in a traditional
  176. mix network means lost messages, but thanks to Tor's step-by-step
  177. circuit building, users can notice failed
  178. nodes while building circuits and route around them. Additionally,
  179. liveness information from directories allows users to avoid
  180. unreliable nodes in the first place.
  181. %We further provide a
  182. %simple mechanism that allows connections to be established despite recent
  183. %node failure or slightly dated information from a directory server. Tor
  184. %permits onion routers to have \emph{router twins} --- nodes that share
  185. %the same private decryption key. Note that because connections now have
  186. %perfect forward secrecy, an onion router still cannot read the traffic
  187. %on a connection established through its twin even while that connection
  188. %is active. Also, which nodes are twins can change dynamically depending
  189. %on current circumstances, and twins may or may not be under the same
  190. %administrative authority.
  191. %
  192. %[Commented out; Router twins provide no real increase in robustness
  193. %to failed nodes. If a non-twinned node goes down, the
  194. %circuit-builder notices this and routes around it. Circuit-building
  195. %is offline, so there shouldn't even be a latency hit. -NM]
  196. \item \textbf{Variable exit policies:} Tor provides a consistent
  197. mechanism for
  198. each node to specify and advertise a policy describing the hosts and
  199. ports to which it will connect. These exit policies
  200. are critical in a volunteer-based distributed infrastructure, because
  201. each operator is comfortable with allowing different types of traffic
  202. to exit the Tor network from his node.
  203. \item \textbf{Implementable in user-space:} Because it only attempts to
  204. anonymize TCP streams, Tor differs from other anonymity systems like
  205. Freedom \cite{freedom} in that it does not require patches to an operating
  206. system's network stack in order to operate. Although this approach is less
  207. flexible, it has proven valuable to Tor's portability and deployability.
  208. \item \textbf{Rendezvous points and location-protected servers:} Tor
  209. provides an integrated mechanism for responder anonymity via
  210. location-protected servers. Previous Onion Routing designs included
  211. long-lived ``reply onions'' which could be used to build virtual
  212. circuits to a hidden server, but this approach is
  213. brittle because a reply onion becomes useless if any node in the
  214. path goes down or rotates its keys, and it's also
  215. %vulnerable to flooding attacks,
  216. % no it isn't. no more than our rendezvous point approach at least -RD
  217. incompatible with forward security. In Tor's
  218. current design, clients use {\it introduction points} to negotiate {\it
  219. rendezvous points} to connect with hidden servers; and reply onions
  220. are no longer required.
  221. \end{tightlist}
  222. [XXX carefully mention implementation, emphasizing that experience
  223. deploying isn't there yet, and not all features are implemented.
  224. Mention that it runs, is kinda alpha, kinda deployed, runs on win32.]
  225. We review previous work in Section \ref{sec:background}, describe
  226. our goals and assumptions in Section \ref{sec:assumptions},
  227. and then address the above list of improvements in Sections
  228. \ref{sec:design}-\ref{sec:maintaining-anonymity}. We then summarize
  229. how our design stands up to known attacks, and conclude with a list of
  230. open problems.
  231. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  232. \Section{Background and threat model}
  233. \label{sec:background}
  234. \SubSection{Related work}
  235. \label{sec:related-work}
  236. Modern anonymity designs date to Chaum's Mix-Net\cite{chaum-mix} design of
  237. 1981. Chaum proposed hiding sender-recipient connections by wrapping
  238. messages in several layers of public key cryptography, and relaying them
  239. through a path composed of Mix servers. Mix servers in turn decrypt, delay,
  240. and re-order messages, before relay them along the path towards their
  241. destinations.
  242. Subsequent relay-based anonymity designs have diverged in two
  243. principal directions. Some have attempted to maximize anonymity at
  244. the cost of introducing comparatively large and variable latencies,
  245. for example, Babel\cite{babel}, Mixmaster\cite{mixmaster-spec}, and
  246. Mixminion\cite{minion-design}. Because of this
  247. trade-off, such \emph{high-latency} networks are well-suited for anonymous
  248. email, but introduce too much lag for interactive tasks such as web browsing,
  249. internet chat, or SSH connections.
  250. Tor belongs to the second category: \emph{low-latency} designs that attempt
  251. to anonymize interactive network traffic. Because these protocols typically
  252. involve a large number of packets that much be delivered quickly, it is
  253. difficult for them to prevent an attacker who can eavesdrop both ends of the
  254. interactive communication from points from correlating the timing and volume
  255. of traffic entering the anonymity network with traffic leaving it. These
  256. protocols are also vulnerable against certain active attacks in which an
  257. adversary introduces timing patterns into traffic entering the network, and
  258. looks
  259. for correlated patterns among exiting traffic.
  260. Although some work has been done to frustrate
  261. these attacks,\footnote{
  262. The most common approach is to pad and limit communication to a constant
  263. rate, or to limit
  264. the variation in traffic shape. Doing so can have prohibitive bandwidth
  265. costs and/or performance limitations.
  266. %One can also use a cascade (fixed
  267. %shared route) with a relatively fixed set of users. This assumes a
  268. %significant degree of agreement and provides an easier target for an active
  269. %attacker since the endpoints are generally known.
  270. } most designs protect primarily against traffic analysis rather than traffic
  271. confirmation \cite{or-jsac98}---that is, they assume that the attacker is
  272. attempting to learn who is talking to whom, not to confirm a prior suspicion
  273. about who is talking to whom.
  274. The simplest low-latency designs are single-hop proxies such as the
  275. Anonymizer \cite{anonymizer}, wherein a single trusted server removes
  276. identifying users' data before relaying it. These designs are easy to
  277. analyze, but require end-users to trust the anonymizing proxy. Furthermore,
  278. concentrating the traffic to a single point makes traffic analysis easier: an
  279. adversary need only eavesdrop on the proxy in order to become a global
  280. observer against the entire anonymity network.
  281. More complex are distributed-trust, channel-based anonymizing systems. In
  282. these designs, a user establishes one or more medium-term bidirectional
  283. end-to-end tunnels to exit servers, and uses those tunnels to deliver a
  284. number of low-latency packets to and from one or more destinations per
  285. tunnel. Establishing tunnels is comparatively expensive and typically
  286. requires public-key cryptography, whereas relaying packets along a tunnel is
  287. comparatively inexpensive. Because a tunnel crosses several servers, no
  288. single server can learn the user's communication partners.
  289. In some distributed-trust systems, such as the Java Anon Proxy (also known as
  290. JAP or WebMIXes), users
  291. build their tunnels along a fixed shared route or
  292. ``cascade.'' Like a single-hop proxy, a single cascade increases anonymity
  293. sets by concentrating concurrent traffic into a single communication pipe.
  294. Concentrating traffic, however, can become a liability: as with a single-hop
  295. proxy, an attacker only needs to observe a limited number of servers (in this
  296. case, both ends of the cascade) in order
  297. to bridge all the system's traffic.
  298. The Java Anon Proxy's design seeks to prevent this by padding
  299. between end users and the head of the cascade \cite{web-mix}. However, the
  300. current implementation does no padding and thus remains vulnerable
  301. to both active and passive bridging.
  302. Systems such as earlier versions of Freedom and the original Onion Routing
  303. build the anonymous channel all at once, using a layered ``onion'' of
  304. public-key encrypted messages, each layer of which provides a set of session
  305. keys and the address of the next server in the channel. Tor as described
  306. herein, later designs of Freedom, and AnonNet \cite{anonnet} build the
  307. channel in stages, extending it one hop at a time, Amongst other things, this
  308. makes perfect forward secrecy feasible.
  309. Distributed-trust anonymizing systems differ in how they prevent attackers
  310. from controlling too many servers and thus compromising too many user paths.
  311. Some protocols rely on a centrally maintained set of well-known anonymizing
  312. servers. The current Tor design falls into this category.
  313. Others (such as Tarzan and MorphMix) allow unknown users to run
  314. servers, while using a limited resource (DHT space for Tarzan; IP space for
  315. MorphMix) to prevent an attacker from owning too much of the network.
  316. Crowds uses a centralized ``blender'' to enforce Crowd membership
  317. policy. For small crowds it is suggested that familiarity with all
  318. members is adequate. For large diverse crowds, limiting accounts in
  319. control of any one party is more complex:
  320. ``(e.g., the blender administrator sets up an account for a user only
  321. after receiving a written, notarized request from that user) and each
  322. account to one jondo, and by monitoring and limiting the number of
  323. jondos on any one net- work (using IP address), the attacker would be
  324. forced to launch jondos using many different identities and on many
  325. different networks to succeed'' \cite{crowds-tissec}.
  326. Another low-latency design that was proposed independently and at
  327. about the same time as the original Onion Routing was PipeNet
  328. \cite{pipenet}. It provided anonymity protections that were stronger
  329. than Onion Routing's, but at the cost of allowing a single user to
  330. shut down the network simply by not sending. It was also never
  331. implemented or formally published. Low-latency anonymous communication
  332. has also been designed for other types of systems, including
  333. ISDN \cite{isdn-mixes}, and mobile applications such as telephones and
  334. active badging systems \cite{federrath-ih96,reed-protocols97}.
  335. Some systems, such as Crowds \cite{crowds-tissec}, do not rely changing the
  336. appearance of packets to hide the path; rather they try to prevent an
  337. intermediary from knowing when whether it is talking to an ultimate
  338. initiator, or just another intermediary. Crowds uses no public-key
  339. encryption encryption, but the responder and all data are visible to all
  340. nodes on the path so that anonymity of connection initiator depends on
  341. filtering all identifying information from the data stream. Crowds only
  342. supports HTTP traffic.
  343. Hordes \cite{hordes-jcs} is based on Crowds but also uses multicast
  344. responses to hide the initiator. Herbivore \cite{herbivore} and
  345. P5 \cite{p5} go even further, requiring broadcast.
  346. Each uses broadcast in different ways, and trade-offs are made to
  347. make broadcast more practical. Both Herbivore and P5 are designed primarily
  348. for communication between communicating peers, although Herbivore
  349. permits external connections by requesting a peer to serve as a proxy.
  350. Allowing easy connections to nonparticipating responders or recipients
  351. is a practical requirement for many users, e.g., to visit
  352. nonparticipating Web sites or to exchange mail with nonparticipating
  353. recipients.
  354. Tor is not primarily designed for censorship resistance but rather
  355. for anonymous communication. However, Tor's rendezvous points, which
  356. enable connections between mutually anonymous entities, also
  357. facilitate connections to hidden servers. These building blocks to
  358. censorship resistance and other capabilities are described in
  359. Section~\ref{sec:rendezvous}. Location-hidden servers are an
  360. essential component for anonymous publishing systems such as
  361. Publius\cite{publius}, Free Haven\cite{freehaven-berk}, and
  362. Tangler\cite{tangler}.
  363. STILL NOT MENTIONED:
  364. real-time mixes\\
  365. rewebbers\\
  366. cebolla\\
  367. Rewebber was mentioned in an earlier version along with Eternity,
  368. which *must* be mentioned if we cite anything at all
  369. in censorship resistance.
  370. [XXX Close by mentioning where Tor fits.]
  371. \Section{Design goals and assumptions}
  372. \label{sec:assumptions}
  373. \subsection{Goals}
  374. Like other low-latency anonymity designs, Tor seeks to frustrate
  375. attackers from linking communication partners, or from linking
  376. multiple communications to or from a single point. Within this
  377. main goal, however, several design considerations have directed
  378. Tor's evolution.
  379. \begin{description}
  380. \item[Deployability:] The design must be one which can be implemented,
  381. deployed, and used in the real world. This requirement precludes designs
  382. that are expensive to run (for example, by requiring more bandwidth than
  383. volunteers are willing to provide); designs that place a heavy liability
  384. burden on operators (for example, by allowing attackers to implicate onion
  385. routers in illegal activities); and designs that are difficult or expensive
  386. to implement (for example, by requiring kernel patches, or separate proxies
  387. for every protocol). This requirement also precludes systems in which
  388. users who do not benefit from anonymity are required to run special
  389. software in order to communicate with anonymous parties.
  390. \item[Usability:] A hard-to-use system has fewer users---and because
  391. anonymity systems hide users among users, a system with fewer users
  392. provides less anonymity. Thus, usability is not only a convenience, but is
  393. a security requirement for anonymity systems. In order to be usable, Tor
  394. should work with most of a user's unmodified applications; shouldn't
  395. introduce prohibitive delays; and should require the user to make as few
  396. configuration decisions as possible.
  397. \item[Flexibility:] Third, the protocol must be flexible and
  398. well-specified, so that it can serve as a test-bed for future research in
  399. low-latency anonymity systems. Many of the open problems in low-latency
  400. anonymity networks (such as generating dummy traffic, or preventing
  401. pseudospoofing attacks) may be solvable independently from the issues
  402. solved by Tor; it would be beneficial if future systems were not forced to
  403. reinvent Tor's design decisions. (But note that while a flexible design
  404. benefits researchers, there is a danger that differing choices of
  405. extensions will render users distinguishable. Thus, implementations should
  406. not permit different protocol extensions to coexist in a single deployed
  407. network.)
  408. \item[Conservative design:] The protocol's design and security parameters
  409. must be conservative. Because additional features impose implementation
  410. and complexity costs, Tor should include as few speculative features as
  411. possible. (We do not oppose speculative designs in general; however, it is
  412. our goal with Tor to embody a solution to the problems in low-latency
  413. anonymity that we can solve today before we plunge into the problems of
  414. tomorrow.)
  415. % This last bit sounds completely cheesy. Somebody should tone it down. -NM
  416. \end{description}
  417. \subsection{Non-goals}
  418. In favoring conservative, deployable designs, we have explicitly deferred a
  419. number of goals---not because they are undesirable in anonymity systems---but
  420. these goals are either solved elsewhere, or present an area of active
  421. research lacking a generally accepted solution.
  422. \begin{description}
  423. \item[Not Peer-to-peer:] Unlike Tarzan or Morphmix, Tor does not attempt to
  424. scale to completely decentralized peer-to-peer environments with thousands
  425. of short-lived servers, many of which may be controlled by an adversary.
  426. \item[Not secure against end-to-end attacks:] Tor does not claim to provide a
  427. definitive solution to end-to-end timing or intersection attacks for users
  428. who do not run their own Onion Routers.
  429. % Mention would-be approaches. -NM
  430. % Does that mean we do claim to solve intersection attack for
  431. % the enclave-firewall model? -RD
  432. % I don't think we should. -NM
  433. \item[No protocol normalization:] Tor does not provide \emph{protocol
  434. normalization} Privoxy or the Anonymizer. In order to make clients
  435. indistinguishable when they complex and variable protocols such as HTTP,
  436. Tor must be layered with a filtering proxy such as Privoxy to hide
  437. differences between clients, expunge protocol features that leak identity,
  438. and so on. Similarly, Tor does not currently integrate tunneling for
  439. non-stream-based protocols; this too must be provided by an external
  440. service.
  441. \item[Not steganographic:] Tor does doesn't try to conceal which users are
  442. sending or receiving communications; it only tries to conceal whom they are
  443. communicating with.
  444. \end{description}
  445. \SubSection{Adversary Model}
  446. \label{subsec:adversary-model}
  447. Although a global passive adversary is the most commonly assumed when
  448. analyzing theoretical anonymity designs, like all practical low-latency
  449. systems, Tor is not secure against this adversary. Instead, we assume an
  450. adversary that is weaker than global with respect to distribution, but that
  451. is not merely passive. Our threat model expands on that from
  452. \cite{or-pet00}.
  453. %%%% This is really keen analytical stuff, but it isn't our threat model:
  454. %%%% we just go ahead and assume a fraction of hostile nodes for
  455. %%%% convenience. -NM
  456. %
  457. %% The basic adversary components we consider are:
  458. %% \begin{description}
  459. %% \item[Observer:] can observe a connection (e.g., a sniffer on an
  460. %% Internet router), but cannot initiate connections. Observations may
  461. %% include timing and/or volume of packets as well as appearance of
  462. %% individual packets (including headers and content).
  463. %% \item[Disrupter:] can delay (indefinitely) or corrupt traffic on a
  464. %% link. Can change all those things that an observer can observe up to
  465. %% the limits of computational ability (e.g., cannot forge signatures
  466. %% unless a key is compromised).
  467. %% \item[Hostile initiator:] can initiate (or destroy) connections with
  468. %% specific routes as well as vary the timing and content of traffic
  469. %% on the connections it creates. A special case of the disrupter with
  470. %% additional abilities appropriate to its role in forming connections.
  471. %% \item[Hostile responder:] can vary the traffic on the connections made
  472. %% to it including refusing them entirely, intentionally modifying what
  473. %% it sends and at what rate, and selectively closing them. Also a
  474. %% special case of the disrupter.
  475. %% \item[Key breaker:] can break the key used to encrypt connection
  476. %% initiation requests sent to a Tor-node.
  477. %% % Er, there are no long-term private decryption keys. They have
  478. %% % long-term private signing keys, and medium-term onion (decryption)
  479. %% % keys. Plus short-term link keys. Should we lump them together or
  480. %% % separate them out? -RD
  481. %% %
  482. %% % Hmmm, I was talking about the keys used to encrypt the onion skin
  483. %% % that contains the public DH key from the initiator. Is that what you
  484. %% % mean by medium-term onion key? (``Onion key'' used to mean the
  485. %% % session keys distributed in the onion, back when there were onions.)
  486. %% % Also, why are link keys short-term? By link keys I assume you mean
  487. %% % keys that neighbor nodes use to superencrypt all the stuff they send
  488. %% % to each other on a link. Did you mean the session keys? I had been
  489. %% % calling session keys short-term and everything else long-term. I
  490. %% % know I was being sloppy. (I _have_ written papers formalizing
  491. %% % concepts of relative freshness.) But, there's some questions lurking
  492. %% % here. First up, I don't see why the onion-skin encryption key should
  493. %% % be any shorter term than the signature key in terms of threat
  494. %% % resistance. I understand that how we update onion-skin encryption
  495. %% % keys makes them depend on the signature keys. But, this is not the
  496. %% % basis on which we should be deciding about key rotation. Another
  497. %% % question is whether we want to bother with someone who breaks a
  498. %% % signature key as a particular adversary. He should be able to do
  499. %% % nearly the same as a compromised tor-node, although they're not the
  500. %% % same. I reworded above, I'm thinking we should leave other concerns
  501. %% % for later. -PS
  502. %% \item[Hostile Tor node:] can arbitrarily manipulate the
  503. %% connections under its control, as well as creating new connections
  504. %% (that pass through itself).
  505. %% \end{description}
  506. %
  507. %% All feasible adversaries can be composed out of these basic
  508. %% adversaries. This includes combinations such as one or more
  509. %% compromised Tor-nodes cooperating with disrupters of links on which
  510. %% those nodes are not adjacent, or such as combinations of hostile
  511. %% outsiders and link observers (who watch links between adjacent
  512. %% Tor-nodes). Note that one type of observer might be a Tor-node. This
  513. %% is sometimes called an honest-but-curious adversary. While an observer
  514. %% Tor-node will perform only correct protocol interactions, it might
  515. %% share information about connections and cannot be assumed to destroy
  516. %% session keys at end of a session. Note that a compromised Tor-node is
  517. %% stronger than any other adversary component in the sense that
  518. %% replacing a component of any adversary with a compromised Tor-node
  519. %% results in a stronger overall adversary (assuming that the compromised
  520. %% Tor-node retains the same signature keys and other private
  521. %% state-information as the component it replaces).
  522. First, we assume most directory servers are honest, reliable, accurate, and
  523. trustworthy. That is, we assume that users periodically cross-check server
  524. directories, and that they always have access to at least one directory
  525. server that they trust.
  526. Second, we assume that somewhere between ten percent and twenty
  527. percent\footnote{In some circumstances---for example, if the Tor network is
  528. running on a hardened network where all operators have had background
  529. checks---the number of compromised nodes could be much lower.}
  530. of the Tor nodes accepted by the directory servers are compromised, hostile,
  531. and collaborating in an off-line clique. These compromised nodes can
  532. arbitrarily manipulate the connections that pass through them, as well as
  533. creating new connections that pass through themselves. They can observe
  534. traffic, and record it for later analysis. Honest participants do not know
  535. which servers these are.
  536. (In reality, many realistic adversaries might have `bad' servers that are not
  537. fully compromised but simply under observation, or that have had their keys
  538. compromised. But for the sake of analysis, we ignore, this possibility,
  539. since the threat model we assume is strictly stronger.)
  540. % This next paragraph is also more about analysis than it is about our
  541. % threat model. Perhaps we can say, ``users can connect to the network and
  542. % use it in any way; we consider abusive attacks separately.'' ? -NM
  543. Third, we constrain the impact of hostile users. Users are assumed to vary
  544. widely in both the duration and number of times they are connected to the Tor
  545. network. They can also be assumed to vary widely in the volume and shape of
  546. the traffic they send and receive. Hostile users are, by definition, limited
  547. to creating and varying their own connections into or through a Tor
  548. network. They may attack their own connections to try to gain identity
  549. information of the responder in a rendezvous connection. They can also try to
  550. attack sites through the Onion Routing network; however we will consider this
  551. abuse rather than an attack per se (see
  552. Section~\ref{subsec:exitpolicies}). Other than abuse, a hostile user's
  553. motivation to attack his own connections is limited to the network effects of
  554. such actions, such as denial of service (DoS) attacks. Thus, in this case,
  555. we can view user as simply an extreme case of the ordinary user; although
  556. ordinary users are not likely to engage in, e.g., IP spoofing, to gain their
  557. objectives.
  558. In general, we are more focused on traffic analysis attacks than
  559. traffic confirmation attacks.
  560. %A user who runs a Tor proxy on his own
  561. %machine, connects to some remote Tor-node and makes a connection to an
  562. %open Internet site, such as a public web server, is vulnerable to
  563. %traffic confirmation.
  564. That is, an active attacker who suspects that
  565. a particular client is communicating with a particular server can
  566. confirm this if she can modify and observe both the
  567. connection between the Tor network and the client and that between the
  568. Tor network and the server. Even a purely passive attacker can
  569. confirm traffic if the timing and volume properties of the traffic on
  570. the connection are unique enough. (This is not to say that Tor offers
  571. no resistance to traffic confirmation; it does. We defer discussion
  572. of this point and of particular attacks until Section~\ref{sec:attacks},
  573. after we have described Tor in more detail.)
  574. \SubSection{Known attacks against low-latency anonymity systems}
  575. \label{subsec:known-attacks}
  576. % Should be merged into ``Threat model'' and reiterated in Attacks. -NM
  577. We discuss each of these attacks in more detail below, along with the
  578. aspects of the Tor design that provide defense. We provide a summary
  579. of the attacks and our defenses against them in Section~\ref{sec:attacks}.
  580. Passive attacks:
  581. simple observation,
  582. timing correlation,
  583. size correlation,
  584. option distinguishability,
  585. Active attacks:
  586. key compromise,
  587. iterated subpoena,
  588. run recipient,
  589. run a hostile node,
  590. compromise entire path,
  591. selectively DOS servers,
  592. introduce timing into messages,
  593. directory attacks,
  594. tagging attacks,
  595. smear attacks,
  596. entrapment attacks
  597. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  598. \Section{The Tor Design}
  599. \label{sec:design}
  600. The Tor network is an overlay network; each node is called an onion router
  601. (OR). Onion routers run on normal computers without needing any special
  602. privileges. Each OR maintains a long-term TLS connection to every other
  603. OR (although we look at ways to relax this clique-topology assumption in
  604. section \ref{subsec:restricted-routes}). A subset of the ORs also act as
  605. directory servers, tracking which routers are currently in the network;
  606. see section \ref{subsec:dirservers} for directory server details. Users
  607. run local software called an onion proxy (OP) that fetches directories,
  608. establishes paths (called \emph{virtual circuits}) over the network,
  609. and handles connections from the user applications. Onion proxies accept
  610. TCP streams and multiplex them across the virtual circuit. The onion
  611. router on the other side
  612. % I don't mean other side, I mean wherever it is on the circuit. But
  613. % don't want to introduce complexity this early? Hm. -RD
  614. of the circuit connects to the destinations of
  615. the TCP streams and relays data.
  616. Onion routers have three types of keys. The first key is the identity
  617. (signing) key. An OR uses this key to sign TLS certificates, to sign its
  618. router descriptor (a summary of its keys, address, bandwidth, exit policy,
  619. etc), and to sign directories if it is a directory server. Changing the
  620. identity key of a router is considered equivalent to creating a new
  621. router. The second key is the onion (decryption) key, which is used
  622. for decrypting requests from users to set up a circuit and negotiate
  623. ephemeral keys. Thirdly, each OR shares link keys (generated by TLS)
  624. with the other ORs it's connected to. We discuss rotating these keys in
  625. Section \ref{subsec:rotating-keys}.
  626. Section \ref{subsec:cells} discusses the structure of the fixed-size
  627. \emph{cells} that are the unit of communication in Tor. We describe
  628. in Section \ref{subsec:circuits} how circuits work, and how they are
  629. built, extended, truncated, and destroyed. Section \ref{subsec:tcp}
  630. discusses the process of opening TCP streams through Tor, and finally
  631. Section \ref{subsec:congestion} talks about congestion control and
  632. fairness issues.
  633. \SubSection{Cells}
  634. \label{subsec:cells}
  635. Traffic passes from node to node in fixed-size cells. Each cell is 256
  636. bytes, and consists of a header and a payload. The header includes the
  637. circuit identifier (ACI) which specifies which circuit the cell refers to
  638. (many circuits can be multiplexed over the single TCP connection between
  639. ORs or between an OP and an OR), and a command to describe what to do
  640. with the cell's payload. Cells are either control cells, meaning they are
  641. intended to be interpreted by the node that receives them, or relay cells,
  642. meaning they carry end-to-end stream data. Controls cells can be one of:
  643. \emph{padding} (currently used for keepalive, but can be used for link
  644. padding), \emph{create} or \emph{created} (to set up a new circuit),
  645. or \emph{destroy} (to tear down a circuit).
  646. Relay cells have an additional header (the relay header) after the
  647. cell header, which specifies the stream identifier (many streams can
  648. be multiplexed over a circuit), an end-to-end checksum for integrity
  649. checking, the length of the relay payload, and a relay command. Relay
  650. commands can be one of: \emph{relay
  651. data} (for data flowing down the stream), \emph{relay begin} (to open a
  652. stream), \emph{relay end} (to close a stream), \emph{relay connected}
  653. (to notify the OP that a relay begin has succeeded), \emph{relay
  654. extend} and \emph{relay extended} (to extend the circuit by a hop,
  655. and to acknowledge), \emph{relay truncate} and \emph{relay truncated}
  656. (to tear down only part of the circuit, and to acknowledge), \emph{relay
  657. sendme} (used for congestion control), and \emph{relay drop} (used to
  658. implement long-range dummies).
  659. We will talk more about each of these cell types below.
  660. % Nick: should there have been a table here? -RD
  661. \SubSection{Circuits and streams}
  662. \label{subsec:circuits}
  663. While the original Onion Routing design built one circuit for each stream,
  664. Tor circuits can be used by many streams. Thus because circuits can
  665. take several tenths of a second to construct due to crypto and network
  666. latency, users construct circuits preemptively. Users build a new circuit
  667. periodically (currently every minute) if the previous one has been used,
  668. and expire old used circuits that are no longer in use. Thus even very
  669. active users spend a negligible amount of time and CPU in building
  670. circuits, but only a limited number of requests can be linked to each
  671. other by a given exit node.
  672. Users set up circuits incrementally, negotiating a symmetric key with
  673. each hop one at a time. To create a new circuit, the user (call her
  674. Alice) sends a \emph{create} cell to the first node in her chosen
  675. path. The payload is the first half of the Diffie-Hellman handshake,
  676. encrypted to the onion key of the OR (call him Bob). Bob responds with a
  677. \emph{created} cell with the second half of the DH handshake, along with
  678. a hash of $K=g^{xy}$. The goal is to get unilateral entity authentication
  679. (Alice knows she's handshaking with Bob, Bob doesn't care who it is ---
  680. recall that Alice has no key and is trying to remain anonymous) and
  681. unilateral key authentication (Alice and Bob agree on a key, and Alice
  682. knows Bob is the only other person who could know it --- if he is
  683. honest, etc.). We also want perfect forward secrecy, key freshness, etc.
  684. \begin{equation}
  685. \begin{aligned}
  686. \mathrm{Alice} \rightarrow \mathrm{Bob}&: E_{PK_{Bob}}(g^x) \\
  687. \mathrm{Bob} \rightarrow \mathrm{Alice}&: g^y, H(K | \mathrm{``handshake"}) \\
  688. \end{aligned}
  689. \end{equation}
  690. The second step shows both that it was Bob
  691. who received $g^x$, and that it was Bob who came up with $y$. We use
  692. PK encryption in the first step (rather than, e.g., using the first two
  693. steps of STS, which has a signature in the second step) because we
  694. don't have enough room in a single cell for a public key and also a
  695. signature. Preliminary analysis with the NRL protocol analyzer shows
  696. the above protocol to be secure (including providing PFS) under the
  697. traditional Dolev-Yao model.
  698. % cite Cathy? -RD
  699. % did I use the buzzwords correctly? -RD
  700. To extend a circuit past the first hop, Alice sends a \emph{relay extend}
  701. cell to the last node in the circuit, specifying the address of the new
  702. OR and an encrypted $g^x$ for it. That node copies the half-handshake
  703. into a \emph{create} cell, and passes it to the new OR to extend the
  704. circuit. When it responds with a \emph{created} cell, the penultimate OR
  705. copies the payload into a \emph{relay extended} cell and passes it back.
  706. % Nick: please fix my "that OR" pronouns -RD
  707. Once Alice has established the circuit (so she shares a key with each
  708. OR on the circuit), she can send relay cells.
  709. %The stream ID in the relay header indicates to which stream the cell belongs.
  710. % Nick: should i include the above line?
  711. % Paul says yes. -PS
  712. Alice can address each relay cell to any of the ORs on the circuit. To
  713. construct a relay cell destined for a given OR, she iteratively
  714. encrypts the cell payload (that is, the relay header and payload)
  715. with the symmetric key of each hop up to that node. Then, at each hop
  716. down the circuit, the OR decrypts the cell payload and checks whether
  717. it recognizes the stream ID. A stream ID is recognized either if it
  718. is an already open stream at that OR, or if it is equal to zero. The
  719. zero stream ID is treated specially, and is used for control messages,
  720. e.g. starting a new stream. If the stream ID is unrecognized, the OR
  721. passes the relay cell downstream. This \emph{leaky pipe} circuit design
  722. allows Alice's streams to exit at different ORs, for example to tolerate
  723. different exit policies, or to keep the ORs from knowing that two streams
  724. originate at the same person.
  725. To tear down a circuit, Alice sends a destroy control cell. Each OR
  726. in the circuit receives the destroy cell, closes all open streams on
  727. that circuit, and passes a new destroy cell forward. But since circuits
  728. can be built incrementally, they can also be torn down incrementally:
  729. Alice can send a relay truncate cell to a node along the circuit. That
  730. node will send a destroy cell forward, and reply with an acknowledgement
  731. (relay truncated). Alice might truncate her circuit so she can extend it
  732. to different nodes without signaling to the first few nodes (or somebody
  733. observing them) that she is changing her circuit. That is, nodes in the
  734. middle are not even aware that the circuit was truncated, because the
  735. relay cells are encrypted. Similarly, if a node on the circuit goes down,
  736. the adjacent node can send a relay truncated back to Alice. Thus the
  737. ``break a node and see which circuits go down'' attack is weakened.
  738. \SubSection{Opening and closing streams}
  739. \label{subsec:tcp}
  740. When Alice's application wants to open a TCP connection to a given
  741. address and port, it asks the OP (via SOCKS) to make the connection. The
  742. OP chooses the newest open circuit (or creates one if none is available),
  743. chooses a suitable OR on that circuit to be the exit node (usually the
  744. last node, but maybe others due to exit policy conflicts; see Section
  745. \ref{sec:exit-policies}), chooses a new random stream ID for this stream,
  746. and delivers a relay begin cell to that exit node. It uses a stream ID
  747. of zero for the begin cell (so the OR will recognize it), and the relay
  748. payload lists the new stream ID and the destination address and port.
  749. Once the exit node completes the connection to the remote host, it
  750. responds with a relay connected cell through the circuit. Upon receipt,
  751. the OP notifies the application that it can begin talking.
  752. There's a catch to using SOCKS, though -- some applications hand the
  753. alphanumeric address to the proxy, while others resolve it into an IP
  754. address first and then hand the IP to the proxy. When the application
  755. does the DNS resolution first, Alice broadcasts her destination. Common
  756. applications like Mozilla and ssh have this flaw.
  757. In the case of Mozilla, we're fine: the filtering web proxy called Privoxy
  758. does the SOCKS call safely, and Mozilla talks to Privoxy safely. But a
  759. portable general solution, such as for ssh, is an open problem. We could
  760. modify the local nameserver, but this approach is invasive, brittle, and
  761. not portable. We could encourage the resolver library to do resolution
  762. via TCP rather than UDP, but this approach is hard to do right, and also
  763. has portability problems. Our current answer is to encourage the use of
  764. privacy-aware proxies like Privoxy wherever possible, and also provide
  765. a tool similar to \emph{dig} that can do a private lookup through the
  766. Tor network.
  767. Ending a Tor stream is analogous to ending a TCP stream: it uses a
  768. two-step handshake for normal operation, or a one-step handshake for
  769. errors. If one side of the stream closes abnormally, that node simply
  770. sends a relay teardown cell, and tears down the stream. If one side
  771. % Nick: mention relay teardown in 'cell' subsec? good enough name? -RD
  772. of the stream closes the connection normally, that node sends a relay
  773. end cell down the circuit. When the other side has sent back its own
  774. relay end, the stream can be torn down. This two-step handshake allows
  775. for TCP-based applications that, for example, close a socket for writing
  776. but are still willing to read.
  777. \SubSection{Integrity checking on streams}
  778. In the old Onion Routing design, traffic was vulnerable to a malleability
  779. attack: without integrity checking, an adversary could
  780. guess some of the plaintext of a cell, xor it out, and xor in his own
  781. plaintext. Even an external adversary could do this despite the link
  782. encryption!
  783. For example, an adversary could change a create cell to a
  784. destroy cell; change the destination address in a relay begin cell
  785. to the adversary's webserver; or change a user on an ftp connection
  786. from typing ``dir'' to typing ``delete *''. Any node or observer along
  787. the path can introduce such corruption in a stream.
  788. Tor solves this malleability attack with respect to external adversaries
  789. simply by using TLS. Addressing the insider malleability attack is more
  790. complex.
  791. Rather than doing integrity checking of the relay cells at each hop
  792. (like Mixminion \cite{minion-design}), which would increase packet size
  793. by a function of path length\footnote{This is also the argument against
  794. using recent cipher modes like EAX \cite{eax} --- we don't want the added
  795. message-expansion overhead at each hop, and we don't want to leak the path
  796. length (or pad to some max path length).}, we choose to accept passive
  797. timing attacks, and do integrity
  798. checking only at the edges of the circuit. When Alice negotiates a key
  799. with that hop, they both start a SHA-1 with some derivative of that key,
  800. thus starting out with randomness that only the two of them know. From
  801. then on they each incrementally add all the data bytes flowing across
  802. the stream to the SHA-1, and each relay cell includes the first 4 bytes
  803. of the current value of the hash.
  804. The attacker must be able to guess all previous bytes between Alice
  805. and Bob on that circuit (including the pseudorandomness from the key
  806. negotiation), plus the bytes in the current cell, to remove or modify the
  807. cell. The computational overhead isn't so bad, compared to doing an AES
  808. crypt at each hop in the circuit. We use only four bytes per cell to
  809. minimize overhead; the chance that an adversary will correctly guess a
  810. valid hash, plus the payload the current cell, is acceptly low, given
  811. that Alice or Bob tear down the circuit if they receive a bad hash.
  812. %% probably don't need to even mention this, because the randomness
  813. %% covers it:
  814. %The fun SHA1 attack where the bad guy can incrementally add to a hash
  815. %to get a new valid hash doesn't apply to us, because we never show any
  816. %hashes to anybody.
  817. \SubSection{Website fingerprinting attacks}
  818. % this subsection probably wants to move to analysis -RD
  819. old onion routing is vulnerable to website fingerprinting attacks like
  820. david martin's from usenix sec and drew's from pet2002. so is tor. we
  821. need to send some padding or something, including long-range padding
  822. (to foil the first hop), to solve this. let's hope somebody writes
  823. a followup to \cite{defensive-dropping} that tells us what, exactly,
  824. to do, and why, exactly, it helps.
  825. \SubSection{Rate limiting and fairness}
  826. Nodes use a token bucket approach \cite{foo} to limit the number of
  827. bytes they receive. Tokens are added to the bucket each second (when
  828. the bucket is full, new tokens are discarded.) Each token represents
  829. permission to receive one byte from the network --- to receive a byte,
  830. the connection must remove a token from the bucket. Thus if the bucket
  831. is empty, that connection must wait until more tokens arrive. The number
  832. of tokens we add enforces a longterm average rate of incoming bytes, yet
  833. we still permit short-term bursts above the allowed bandwidth. Currently
  834. bucket sizes are set to ten seconds worth of traffic.
  835. Further, we want to avoid starving any Tor streams. Entire circuits
  836. could starve if we read greedily from connections and one connection
  837. uses all the remaining bandwidth. We solve this by dividing the number
  838. of tokens in the bucket by the number of connections that want to read,
  839. and reading at most that number of bytes from each connection. We iterate
  840. this procedure until the number of tokens in the bucket is under some
  841. threshold (eg 10KB), at which point we greedily read from connections.
  842. Because the number of bytes going out of a node is roughly the same
  843. as the number of bytes that have come in, doing rate limiting only on
  844. incoming bytes should be sufficient.
  845. Further, inspired by Rennhard et al's design in \cite{anonnet}, the edges
  846. of the circuit can automatically distinguish interactive streams compared
  847. to bulk streams --- interactive streams supply cells only rarely. We can
  848. get good latency for these streams by giving them preferential service,
  849. while still getting good overall throughput to the bulk streams. Such
  850. preferential treatment can have impact on anonymity, but an adversary
  851. who can observe the stream can already learn this information through
  852. timing attacks.
  853. \SubSection{Congestion control}
  854. \label{subsec:congestion}
  855. Even with bandwidth rate limiting, we still need to worry about
  856. congestion, either accidental or intentional. If enough users choose
  857. the same OR-to-OR connection for their circuits, that connection
  858. will become saturated. For example, an adversary can make a `put'
  859. request through the onion routing network to a webserver he runs,
  860. and then refuse to read any of the bytes at the webserver end of the
  861. circuit. Without some congestion control mechanism, these bottlenecks
  862. can propagate back through the entire network.
  863. \subsubsection{Circuit-level}
  864. To control a circuit's bandwidth usage, each OR keeps track of two
  865. windows. The package window tracks how many relay data cells the OR is
  866. allowed to package (from outside streams) for transmission back to the OP,
  867. and the deliver window tracks how many relay data cells it is willing
  868. to deliver to streams outside the network. Each window is initialized
  869. (say, to 1000 data cells). When a data cell is packaged or delivered,
  870. the appropriate window is decremented. When an OR has received enough
  871. data cells (currently 100), it sends a relay sendme cell towards the OP,
  872. with stream ID zero. When an OR receives a relay sendme cell with stream
  873. ID zero, it increments its packaging window. Either of these cells
  874. increments the corresponding window by 100. If the packaging window
  875. reaches 0, the OR stops reading from TCP connections for all streams
  876. on the corresponding circuit, and sends no more relay data cells until
  877. receiving a relay sendme cell.
  878. The OP behaves identically, except that it must track a packaging window
  879. and a delivery window for every OR in the circuit. If a packaging window
  880. reaches 0, it stops reading from streams destined for that OR.
  881. \subsubsection{Stream-level}
  882. The stream-level congestion control mechanism is similar to the
  883. circuit-level mechanism above. ORs and OPs use relay sendme cells
  884. to implement end-to-end flow control for individual streams across
  885. circuits. Each stream begins with a package window (e.g. 500 cells),
  886. and increments the window by a fixed value (50) upon receiving a relay
  887. sendme cell. Rather than always returning a relay sendme cell as soon
  888. as enough cells have arrived, the stream-level congestion control also
  889. has to check whether data has been successfully flushed onto the TCP
  890. stream; it sends a relay sendme only when the number of bytes pending
  891. to be flushed is under some threshold (currently 10 cells worth).
  892. Currently, non-data relay cells do not affect the windows. Thus we
  893. avoid potential deadlock issues, e.g. because a stream can't send a
  894. relay sendme cell because its packaging window is empty.
  895. \subsubsection{Needs more research}
  896. We don't need to reimplement full TCP windows (with sequence numbers,
  897. the ability to drop cells when we're full and retransmit later, etc),
  898. because the TCP streams already guarantee in-order delivery of each
  899. cell. But we need to investigate further the effects of the current
  900. parameters on throughput and latency, while also keeping privacy in mind;
  901. see Section \ref{sec:maintaining-anonymity} for more discussion.
  902. \Section{Other design decisions}
  903. \SubSection{Resource management and DoS prevention}
  904. \label{subsec:dos}
  905. Describe DoS prevention. cookies before tls begins, rate limiting of
  906. create cells, link-to-link rate limiting, etc.
  907. Mention twins, what the do, what they can't.
  908. How we should do sequencing and acking like TCP so that we can better
  909. tolerate lost data cells.
  910. Mention that designers have to choose what you send across your
  911. circuit: wrapped IP packets, wrapped stream data, etc. [Disspell
  912. TCP-over-TCP misconception.]
  913. Mention that OR-to-OR connections should be highly reliable. If
  914. they aren't, everything can stall.
  915. \SubSection{Exit policies and abuse}
  916. \label{subsec:exitpolicies}
  917. Exit abuse is a serious barrier to wide-scale Tor deployment --- we
  918. must block or limit attacks and other abuse that users can do through
  919. the Tor network.
  920. Each onion router's \emph{exit policy} describes to which external
  921. addresses and ports the router will permit stream connections. On one end
  922. of the spectrum are \emph{open exit} nodes that will connect anywhere;
  923. on the other end are \emph{middleman} nodes that only relay traffic to
  924. other Tor nodes, and \emph{private exit} nodes that only connect locally
  925. or to addresses internal to that node's organization.
  926. This private exit
  927. node configuration is more secure for clients --- the adversary cannot
  928. see plaintext traffic leaving the network (e.g. to a webserver), so he
  929. is less sure of Alice's destination. More generally, nodes can require
  930. a variety of forms of traffic authentication \cite{onion-discex00}.
  931. Most onnion routers will function as \emph{limited exits} that permit
  932. connections to the world at large, but restrict access to certain abuse-prone
  933. addresses and services.
  934. Tor offers more reliability than the high-latency fire-and-forget
  935. anonymous email networks, because the sender opens a TCP stream
  936. with the remote mail server and receives an explicit confirmation of
  937. acceptance. But ironically, the private exit node model works poorly for
  938. email, when Tor nodes are run on volunteer machines that also do other
  939. things, because it's quite hard to configure mail transport agents so
  940. normal users can send mail normally, but the Tor process can only deliver
  941. mail locally. Further, most organizations have specific hosts that will
  942. deliver mail on behalf of certain IP ranges; Tor operators must be aware
  943. of these hosts and consider putting them in the Tor exit policy.
  944. The abuse issues on closed (e.g. military) networks are different
  945. from the abuse on open networks like the Internet. While these IP-based
  946. access controls are still commonplace on the Internet, on closed networks,
  947. nearly all participants will be honest, and end-to-end authentication
  948. can be assumed for anything important.
  949. Tor is harder than minion because tcp doesn't include an abuse
  950. address. you could reach inside the http stream and change the agent
  951. or something, but that's a specific case and probably won't help
  952. much anyway.
  953. And volunteer nodes don't resolve to anonymizer.mit.edu so it never
  954. even occurs to people that it wasn't you.
  955. Preventing abuse of open exit nodes is an unsolved problem. Princeton's
  956. CoDeeN project \cite{darkside} gives us a glimpse of what we're in for.
  957. % This is more speculative than a description of our design.
  958. but their solutions, which mainly involve rate limiting and blacklisting
  959. nodes which do bad things, don't translate directly to Tor. Rate limiting
  960. still works great, but Tor intentionally separates sender from recipient,
  961. so it's hard to know which sender was the one who did the bad thing,
  962. without just making the whole network wide open.
  963. even limiting most nodes to allow http, ssh, and aim to exit and reject
  964. all other stuff is sketchy, because plenty of abuse can happen over
  965. port 80. but it's a surprisingly good start, because it blocks most things,
  966. and because people are more used to the concept of port 80 abuse not
  967. coming from the machine's owner.
  968. we could also run intrusion detection system (IDS) modules at each tor
  969. node, to dynamically monitor traffic streams for attack signatures. it
  970. can even react when it sees a signature by closing the stream. but IDS's
  971. don't actually work most of the time, and besides, how do you write a
  972. signature for "is sending a mean mail"?
  973. we should run a squid at each exit node, to provide comparable anonymity
  974. to private exit nodes for cache hits, to speed everything up, and to
  975. have a buffer for funny stuff coming out of port 80. we could similarly
  976. have other exit proxies for other protocols, like mail, to check
  977. delivered mail for being spam.
  978. [XXX Um, I'm uncomfortable with this for several reasons.
  979. It's not good for keeping honest nodes honest about discarding
  980. state after it's no longer needed. Granted it keeps an external
  981. observer from noticing how often sites are visited, but it also
  982. allows fishing expeditions. ``We noticed you went to this prohibited
  983. site an hour ago. Kindly turn over your caches to the authorities.''
  984. I previously elsewhere suggested bulk transfer proxies to carve
  985. up big things so that they could be downloaded in less noticeable
  986. pieces over several normal looking connections. We could suggest
  987. similarly one or a handful of squid nodes that might serve up
  988. some of the more sensitive but common material, especially if
  989. the relevant sites didn't want to or couldn't run their own OR.
  990. This would be better than having everyone run a squid which would
  991. just help identify after the fact the different history of that
  992. node's activity. All this kind of speculation needs to move to
  993. future work section I guess. -PS]
  994. A mixture of open and restricted exit nodes will allow the most
  995. flexibility for volunteers running servers. But while a large number
  996. of middleman nodes is useful to provide a large and robust network,
  997. a small number of exit nodes still simplifies traffic analysis because
  998. there are fewer nodes the adversary needs to monitor, and also puts a
  999. greater burden on the exit nodes.
  1000. The JAP cascade model is really nice because they only need one node to
  1001. take the heat per cascade. On the other hand, a hydra scheme could work
  1002. better (it's still hard to watch all the clients).
  1003. Discuss importance of public perception, and how abuse affects it.
  1004. ``Usability is a security parameter''. ``Public Perception is also a
  1005. security parameter.''
  1006. Discuss smear attacks.
  1007. \SubSection{Directory Servers}
  1008. \label{subsec:dirservers}
  1009. First-generation Onion Routing designs \cite{or-jsac98,freedom2-arch} did
  1010. % is or-jsac98 the right cite here? what's our stock OR cite? -RD
  1011. in-band network status updates: each router flooded a signed statement
  1012. to its neighbors, which propagated it onward. But anonymizing networks
  1013. have different security goals than typical link-state routing protocols.
  1014. For example, we worry more about delays (accidental or intentional)
  1015. that can cause different parts of the network to have different pictures
  1016. of link-state and topology. We also worry about attacks to deceive a
  1017. client about the router membership list, topology, or current network
  1018. state. Such \emph{partitioning attacks} on client knowledge help an
  1019. adversary with limited resources to efficiently deploy those resources
  1020. when attacking a target.
  1021. Instead, Tor uses a small group of redundant directory servers to
  1022. track network topology and node state such as current keys and exit
  1023. policies. The directory servers are normal onion routers, but there are
  1024. only a few of them and they are more trusted. They listen on a separate
  1025. port as an HTTP server, both so participants can fetch current network
  1026. state and router lists (a \emph{directory}), and so other onion routers
  1027. can upload their router descriptors.
  1028. [[mention that descriptors are signed with long-term keys; ORs publish
  1029. regularly to dirservers; policies for generating directories; key
  1030. rotation (link, onion, identity); Everybody already know directory
  1031. keys; how to approve new nodes (advogato, sybil, captcha (RTT));
  1032. policy for handling connections with unknown ORs; diff-based
  1033. retrieval; diff-based consesus; separate liveness from descriptor
  1034. list]]
  1035. Of course, a variety of attacks remain. An adversary who controls a
  1036. directory server can track certain clients by providing different
  1037. information --- perhaps by listing only nodes under its control
  1038. as working, or by informing only certain clients about a given
  1039. node. Moreover, an adversary without control of a directory server can
  1040. still exploit differences among client knowledge. If Eve knows that
  1041. node $M$ is listed on server $D_1$ but not on $D_2$, she can use this
  1042. knowledge to link traffic through $M$ to clients who have queried $D_1$.
  1043. Thus these directory servers must be synchronized and redundant. The
  1044. software is distributed with the signature public key of each directory
  1045. server, and directories must be signed by a threshold of these keys.
  1046. The directory servers in Tor are modeled after those in Mixminion
  1047. \cite{minion-design}, but our situation is easier. Firstly, we make the
  1048. simplifying assumption that all participants agree on who the directory
  1049. servers are. Secondly, Mixminion needs to predict node behavior ---
  1050. that is, build a reputation system for guessing future performance of
  1051. nodes based on past performance, and then figure out a way to build
  1052. a threshold consensus of these predictions. Tor just needs to get a
  1053. threshold consensus of the current state of the network.
  1054. The threshold consensus can be reached with standard Byzantine agreement
  1055. techniques \cite{castro-liskov}.
  1056. % Should I just stop the section here? Is the rest crap? -RD
  1057. But this library, while more efficient than previous Byzantine agreement
  1058. systems, is still complex and heavyweight for our purposes: we only need
  1059. to compute a single algorithm, and we do not require strict in-order
  1060. computation steps. The Tor directory servers build a consensus directory
  1061. through a simple four-round broadcast protocol. First, each server signs
  1062. and broadcasts its current opinion to the other directory servers; each
  1063. server then rebroadcasts all the signed opinions it has received. At this
  1064. point all directory servers check to see if anybody's cheating. If so,
  1065. directory service stops, the humans are notified, and that directory
  1066. server is permanently removed from the network. Assuming no cheating,
  1067. each directory server then computes a local algorithm on the set of
  1068. opinions, resulting in a uniform shared directory. Then the servers sign
  1069. this directory and broadcast it; and finally all servers rebroadcast
  1070. the directory and all the signatures.
  1071. The rebroadcast steps ensure that a directory server is heard by either
  1072. all of the other servers or none of them (some of the links between
  1073. directory servers may be down). Broadcasts are feasible because there
  1074. are so few directory servers (currently 3, but we expect to use as many
  1075. as 9 as the network scales). The actual local algorithm for computing
  1076. the shared directory is straightforward, and is described in the Tor
  1077. specification \cite{tor-spec}.
  1078. % we should, uh, add this to the spec. oh, and write it. -RD
  1079. Using directory servers rather than flooding approaches provides
  1080. simplicity and flexibility. For example, they don't complicate
  1081. the analysis when we start experimenting with non-clique network
  1082. topologies. And because the directories are signed, they can be cached at
  1083. all the other onion routers (or even elsewhere). Thus directory servers
  1084. are not a performance bottleneck when we have many users, and also they
  1085. won't aid traffic analysis by forcing clients to periodically announce
  1086. their existence to any central point.
  1087. % Mention Hydra as an example of non-clique topologies. -NM, from RD
  1088. \Section{Rendezvous points: location privacy}
  1089. \label{sec:rendezvous}
  1090. Rendezvous points are a building block for \emph{location-hidden services}
  1091. (aka responder anonymity) in the Tor network. Location-hidden services
  1092. means Bob can offer a TCP service, such as a webserver, without revealing
  1093. the IP of that service. One motivation for location privacy is to provide
  1094. protection against DDoS attacks: attackers are forced to attack the
  1095. onion routing network as a whole rather than just Bob's IP.
  1096. We provide this censorship resistance for Bob by allowing him to
  1097. advertise several onion routers (his \emph{Introduction Points}) as his
  1098. public location. Alice, the client, chooses a node for her \emph{Meeting
  1099. Point}. She connects to one of Bob's introduction points, informs him
  1100. about her rendezvous point, and then waits for him to connect to the
  1101. rendezvous
  1102. point. This extra level of indirection means Bob's introduction points
  1103. don't open themselves up to abuse by serving files directly, eg if Bob
  1104. chooses a node in France to serve material distateful to the French,
  1105. %
  1106. % We need a more legitimate-sounding reason here.
  1107. %
  1108. or if Bob's service tends to get DDoS'ed by script kiddies.
  1109. The extra level of indirection also allows Bob to respond to some requests
  1110. and ignore others.
  1111. We provide the necessary glue so that Alice can view webpages from Bob's
  1112. location-hidden webserver with minimal invasive changes. Both Alice and
  1113. Bob must run local onion proxies.
  1114. The steps of a rendezvous:
  1115. \begin{tightlist}
  1116. \item Bob chooses some Introduction Points, and advertises them on a
  1117. Distributed Hash Table (DHT).
  1118. \item Bob establishes onion routing connections to each of his
  1119. Introduction Points, and waits.
  1120. \item Alice learns about Bob's service out of band (perhaps Bob told her,
  1121. or she found it on a website). She looks up the details of Bob's
  1122. service from the DHT.
  1123. \item Alice chooses and establishes a Rendezvous Point (RP) for this
  1124. transaction.
  1125. \item Alice goes to one of Bob's Introduction Points, and gives it a blob
  1126. (encrypted for Bob) which tells him about herself, the RP
  1127. she chose, and the first half of an ephemeral key handshake. The
  1128. Introduction Point sends the blob to Bob.
  1129. \item Bob chooses whether to ignore the blob, or to onion route to RP.
  1130. Let's assume the latter.
  1131. \item RP plugs together Alice and Bob. Note that RP can't recognize Alice,
  1132. Bob, or the data they transmit (they share a session key).
  1133. \item Alice sends a Begin cell along the circuit. It arrives at Bob's
  1134. onion proxy. Bob's onion proxy connects to Bob's webserver.
  1135. \item Data goes back and forth as usual.
  1136. \end{tightlist}
  1137. When establishing an introduction point, Bob provides the onion router
  1138. with a public ``introduction'' key. The hash of this public key
  1139. identifies a unique service, and (since Bob is required to sign his
  1140. messages) prevents anybody else from usurping Bob's introduction point
  1141. in the future. Bob uses the same public key when establishing the other
  1142. introduction points for that service.
  1143. The blob that Alice gives the introduction point includes a hash of Bob's
  1144. public key to identify the service, an optional initial authentication
  1145. token (the introduction point can do prescreening, eg to block replays),
  1146. and (encrypted to Bob's public key) the location of the rendezvous point,
  1147. a rendezvous cookie Bob should tell RP so he gets connected to
  1148. Alice, an optional authentication token so Bob can choose whether to respond,
  1149. and the first half of a DH key exchange. When Bob connects to RP
  1150. and gets connected to Alice's pipe, his first cell contains the
  1151. other half of the DH key exchange.
  1152. The authentication tokens can be used to provide selective access to users
  1153. proportional to how important it is that they main uninterrupted access
  1154. to the service. During normal situations, Bob's service might simply be
  1155. offered directly from mirrors; Bob also gives out authentication cookies
  1156. to special users. When those mirrors are knocked down by DDoS attacks,
  1157. those special users can switch to accessing Bob's service via the Tor
  1158. rendezvous system.
  1159. \subsection{Integration with user applications}
  1160. For each service Bob offers, he configures his local onion proxy to know
  1161. the local IP and port of the server, a strategy for authorizating Alices,
  1162. and a public key. We assume the existence of a robust decentralized
  1163. efficient lookup system which allows authenticated updates, eg
  1164. \cite{cfs:sosp01}. (Each onion router could run a node in this lookup
  1165. system; also note that as a stopgap measure, we can just run a simple
  1166. lookup system on the directory servers.) Bob publishes into the DHT
  1167. (indexed by the hash of the public key) the public key, an expiration
  1168. time (``not valid after''), and the current introduction points for that
  1169. service. Note that Bob's webserver is unmodified, and doesn't even know
  1170. that it's hidden behind the Tor network.
  1171. As far as Alice's experience goes, we require that her client interface
  1172. remain a SOCKS proxy, and we require that she shouldn't have to modify
  1173. her applications. Thus we encode all of the necessary information into
  1174. the hostname (more correctly, fully qualified domain name) that Alice
  1175. uses, eg when clicking on a url in her browser. Location-hidden services
  1176. use the special top level domain called `.onion': thus hostnames take the
  1177. form x.y.onion where x encodes the hash of PK, and y is the authentication
  1178. cookie. Alice's onion proxy examines hostnames and recognizes when they're
  1179. destined for a hidden server. If so, it decodes the PK and starts the
  1180. rendezvous as described in the table above.
  1181. \subsection{Previous rendezvous work}
  1182. Ian Goldberg developed a similar notion of rendezvous points for
  1183. low-latency anonymity systems \cite{ian-thesis}. His ``service tag''
  1184. is the same concept as our ``hash of service's public key''. We make it
  1185. a hash of the public key so it can be self-authenticating, and so the
  1186. client can recognize the same service with confidence later on. His
  1187. design differs from ours in the following ways though. Firstly, Ian
  1188. suggests that the client should manually hunt down a current location of
  1189. the service via Gnutella; whereas our use of the DHT makes lookup faster,
  1190. more robust, and transparent to the user. Secondly, in Tor the client
  1191. and server can share ephemeral DH keys, so at no point in the path is
  1192. the plaintext
  1193. exposed. Thirdly, our design is much more practical for deployment in a
  1194. volunteer network, in terms of getting volunteers to offer introduction
  1195. and rendezvous point services. The introduction points do not output any
  1196. bytes to the clients, and the rendezvous points don't know the client,
  1197. the server, or the stuff being transmitted. The indirection scheme
  1198. is also designed with authentication/authorization in mind -- if the
  1199. client doesn't include the right cookie with its request for service,
  1200. the server doesn't even acknowledge its existence.
  1201. \Section{Analysis}
  1202. How well do we resist chosen adversary?
  1203. How well do we meet stated goals?
  1204. Mention jurisdictional arbitrage.
  1205. Pull attacks and defenses into analysis as a subsection
  1206. \Section{Maintaining anonymity in Tor}
  1207. \label{sec:maintaining-anonymity}
  1208. I probably should have noted that this means loops will be on at least
  1209. five hop routes, which should be rare given the distribution. I'm
  1210. realizing that this is reproducing some of the thought that led to a
  1211. default of five hops in the original onion routing design. There were
  1212. some different assumptions, which I won't spell out now. Note that
  1213. enclave level protections really change these assumptions. If most
  1214. circuits are just two hops, then just a single link observer will be
  1215. able to tell that two enclaves are communicating with high probability.
  1216. So, it would seem that enclaves should have a four node minimum circuit
  1217. to prevent trivial circuit insider identification of the whole circuit,
  1218. and three hop minimum for circuits from an enclave to some nonclave
  1219. responder. But then... we would have to make everyone obey these rules
  1220. or a node that through timing inferred it was on a four hop circuit
  1221. would know that it was probably carrying enclave to enclave traffic.
  1222. Which... if there were even a moderate number of bad nodes in the
  1223. network would make it advantageous to break the connection to conduct
  1224. a reformation intersection attack. Ahhh! I gotta stop thinking
  1225. about this and work on the paper some before the family wakes up.
  1226. On Sat, Oct 25, 2003 at 06:57:12AM -0400, Paul Syverson wrote:
  1227. > Which... if there were even a moderate number of bad nodes in the
  1228. > network would make it advantageous to break the connection to conduct > a reformation intersection attack. Ahhh! I gotta stop thinking > about this and work on the paper some before the family wakes up.
  1229. This is the sort of issue that should go in the 'maintaining anonymity
  1230. with tor' section towards the end. :)
  1231. Email from between roger and me to beginning of section above. Fix and move.
  1232. [Put as much of this as a part of open issues as is possible.]
  1233. [what's an anonymity set?]
  1234. packet counting attacks work great against initiators. need to do some
  1235. level of obfuscation for that. standard link padding for passive link
  1236. observers. long-range padding for people who own the first hop. are
  1237. we just screwed against people who insert timing signatures into your
  1238. traffic?
  1239. Even regardless of link padding from Alice to the cloud, there will be
  1240. times when Alice is simply not online. Link padding, at the edges or
  1241. inside the cloud, does not help for this.
  1242. how often should we pull down directories? how often send updated
  1243. server descs?
  1244. when we start up the client, should we build a circuit immediately,
  1245. or should the default be to build a circuit only on demand? should we
  1246. fetch a directory immediately?
  1247. would we benefit from greater synchronization, to blend with the other
  1248. users? would the reduced speed hurt us more?
  1249. does the "you can't see when i'm starting or ending a stream because
  1250. you can't tell what sort of relay cell it is" idea work, or is just
  1251. a distraction?
  1252. does running a server actually get you better protection, because traffic
  1253. coming from your node could plausibly have come from elsewhere? how
  1254. much mixing do you need before this is actually plausible, or is it
  1255. immediately beneficial because many adversary can't see your node?
  1256. do different exit policies at different exit nodes trash anonymity sets,
  1257. or not mess with them much?
  1258. do we get better protection against a realistic adversary by having as
  1259. many nodes as possible, so he probably can't see the whole network,
  1260. or by having a small number of nodes that mix traffic well? is a
  1261. cascade topology a more realistic way to get defenses against traffic
  1262. confirmation? does the hydra (many inputs, few outputs) topology work
  1263. better? are we going to get a hydra anyway because most nodes will be
  1264. middleman nodes?
  1265. using a circuit many times is good because it's less cpu work.
  1266. good because of predecessor attacks with path rebuilding.
  1267. bad because predecessor attacks can be more likely to link you with a
  1268. previous circuit since you're so verbose.
  1269. bad because each thing you do on that circuit is linked to the other
  1270. things you do on that circuit.
  1271. how often to rotate?
  1272. how to decide when to exit from middle?
  1273. when to truncate and re-extend versus when to start new circuit?
  1274. Because Tor runs over TCP, when one of the servers goes down it seems
  1275. that all the circuits (and thus streams) going over that server must
  1276. break. This reduces anonymity because everybody needs to reconnect
  1277. right then (does it? how much?) and because exit connections all break
  1278. at the same time, and it also reduces usability. It seems the problem
  1279. is even worse in a p2p environment, because so far such systems don't
  1280. really provide an incentive for nodes to stay connected when they're
  1281. done browsing, so we would expect a much higher churn rate than for
  1282. onion routing. Are there ways of allowing streams to survive the loss
  1283. of a node in the path?
  1284. discuss topologies. Cite George's non-freeroutes paper. Maybe this
  1285. graf goes elsewhere.
  1286. discuss attracting users; incentives; usability.
  1287. Choosing paths and path lengths.
  1288. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1289. \Section{Attacks and Defenses}
  1290. \label{sec:attacks}
  1291. Below we summarize a variety of attacks and how well our design withstands
  1292. them.
  1293. \begin{enumerate}
  1294. \item \textbf{Passive attacks}
  1295. \begin{itemize}
  1296. \item \emph{Simple observation.}
  1297. \item \emph{Timing correlation.}
  1298. \item \emph{Size correlation.}
  1299. \item \emph{Option distinguishability.}
  1300. \end{itemize}
  1301. \item \textbf{Active attacks}
  1302. \begin{itemize}
  1303. \item \emph{Key compromise.}
  1304. \item \emph{Iterated subpoena.}
  1305. \item \emph{Run recipient.}
  1306. \item \emph{Run a hostile node.}
  1307. \item \emph{Compromise entire path.}
  1308. \item \emph{Selectively DoS servers.}
  1309. \item \emph{Introduce timing into messages.}
  1310. \item \emph{Tagging attacks.}
  1311. the exit node can change the content you're getting to try to
  1312. trick you. similarly, when it rejects you due to exit policy,
  1313. it could give you a bad IP that sends you somewhere else.
  1314. \end{itemize}
  1315. we rely on DNS being globally consistent. if people in africa resolve
  1316. IPs differently, then asking to extend a circuit to a certain IP can
  1317. give away your origin.
  1318. \item \textbf{Directory attacks}
  1319. \begin{itemize}
  1320. \item knock out a dirserver
  1321. \item knock out half the dirservers
  1322. \item trick user into using different software (with different dirserver
  1323. keys)
  1324. \item OR connects to the dirservers but nowhere else
  1325. \item foo
  1326. \end{itemize}
  1327. \item \textbf{Attacks against rendezvous points}
  1328. \begin{itemize}
  1329. \item foo
  1330. \end{itemize}
  1331. \end{enumerate}
  1332. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1333. \Section{Future Directions and Open Problems}
  1334. \label{sec:conclusion}
  1335. % Mention that we need to do TCP over tor for reliability.
  1336. Tor brings together many innovations into
  1337. a unified deployable system. But there are still several attacks that
  1338. work quite well, as well as a number of sustainability and run-time
  1339. issues remaining to be ironed out. In particular:
  1340. \begin{itemize}
  1341. \item \emph{Scalability:} Since Tor's emphasis currently is on simplicity
  1342. of design and deployment, the current design won't easily handle more
  1343. than a few hundred servers, because of its clique topology. Restricted
  1344. route topologies \cite{danezis-pets03} promise comparable anonymity
  1345. with much better scaling properties, but we must solve problems like
  1346. how to randomly form the network without introducing net attacks.
  1347. % [cascades are a restricted route topology too. we must mention
  1348. % earlier why we're not satisfied with the cascade approach.]-RD
  1349. % [We do. At least
  1350. \item \emph{Cover traffic:} Currently we avoid cover traffic because
  1351. it introduces clear performance and bandwidth costs, but and its
  1352. security properties are not well understood. With more research
  1353. \cite{SS03,defensive-dropping}, the price/value ratio may change, both for
  1354. link-level cover traffic and also long-range cover traffic. In particular,
  1355. we expect restricted route topologies to reduce the cost of cover traffic
  1356. because there are fewer links to cover.
  1357. \item \emph{Better directory distribution:} Even with the threshold
  1358. directory agreement algorithm described in \ref{subsec:dirservers},
  1359. the directory servers are still trust bottlenecks. We must find more
  1360. decentralized yet practical ways to distribute up-to-date snapshots of
  1361. network status without introducing new attacks.
  1362. \item \emph{Implementing location-hidden servers:} While Section
  1363. \ref{sec:rendezvous} provides a design for rendezvous points and
  1364. location-hidden servers, this feature has not yet been implemented.
  1365. We will likely encounter additional issues, both in terms of usability
  1366. and anonymity, that must be resolved.
  1367. \item \emph{Wider-scale deployment:} The original goal of Tor was to
  1368. gain experience in deploying an anonymizing overlay network, and learn
  1369. from having actual users. We are now at the point where we can start
  1370. deploying a wider network. We will see what happens!
  1371. % ok, so that's hokey. fix it. -RD
  1372. \item \emph{Further specification review:} Foo.
  1373. \end{itemize}
  1374. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1375. %\Section{Acknowledgments}
  1376. %% commented out for anonymous submission
  1377. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1378. \bibliographystyle{latex8}
  1379. \bibliography{tor-design}
  1380. \end{document}
  1381. % Style guide:
  1382. % U.S. spelling
  1383. % avoid contractions (it's, can't, etc.)
  1384. % 'mix', 'mixes' (as noun)
  1385. % 'mix-net'
  1386. % 'mix', 'mixing' (as verb)
  1387. % 'middleman' [Not with a hyphen; the hyphen has been optional
  1388. % since Middle English.]
  1389. % 'nymserver'
  1390. % 'Cypherpunk', 'Cypherpunks', 'Cypherpunk remailer'
  1391. % 'Onion Routing design', 'onion router' [note capitalization]
  1392. % 'SOCKS'
  1393. %
  1394. %
  1395. % 'Substitute ``Damn'' every time you're inclined to write ``very;'' your
  1396. % editor will delete it and the writing will be just as it should be.'
  1397. % -- Mark Twain