Figures
Abstract
It is crucial for large-scale communication networks such as the internet to be resilient against attacks such as censorship and surveillance, which pose a threat to free expression and free association. Self-organized networks such as the internet’s router network typically have heavy-tailed degree distributions, making them highly vulnerable to targeted attacks against central nodes. While cryptographic solutions exist, they fail to address the underlying topological problem, and remain vulnerable to man-in-the-middle attacks and coercion. Coercion-resistant, topological approaches to attack tolerance are needed to address the current vulnerability of communications infrastructure to censorship and surveillance. We present a novel concurrent multipath routing (CMR) algorithm for the wraparound butterfly network topology, as well as a highly attack-tolerant Structured Multipath Fault Tolerance (SMFT) architecture which incorporates the butterfly CMR algorithm. We also identify a previously unexplored relationship between network topology, trust transitivity, and attack-tolerance, and provide a framework for further exploration of this relationship. Our work is the first theoretical demonstration of a point-to-point communication network architecture that can resist coercion and other non-technical attacks, without requiring infinitely transitive trust. To address cases where the network structure cannot be fully controlled, we demonstrate how a snapshot of the internet’s router network can be partially rewired for greater attack-tolerance. More broadly, we hope that this work will serve as a starting point for the evelopment of additional topology-based attack-tolerant communication architectures to guard against the dangers of censorship and surveillance.
Citation: Platt EL, Romero DM (2019) Towards attack tolerant networks: Concurrent multipath routing and the butterfly network. PLoS ONE 14(4): e0214292. https://doi.org/10.1371/journal.pone.0214292
Editor: Lazaros K. Gallos, Rutgers The State University of New Jersey, UNITED STATES
Received: September 18, 2018; Accepted: March 11, 2019; Published: April 3, 2019
Copyright: © 2019 Platt, Romero. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The data underlying the results presented in the study are available from the Stanford Network Analysis Project. http://snap.stanford.edu/data/as-733.html. The authors had no special access to this data. Others can access the data in the same manner as the authors.
Funding: This work was supported by the NSF under Grant No. IIS-1617820 to DMR. There was no additional external funding received for this study.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Is it possible for any large-scale communication network to resist targeted attacks? The internet was originally designed to withstand targeted (nuclear) attacks [1], and the resilience of the internet has long been part of common wisdom [2]. But 18 years after Albert et. al [3] showed that the topology of the internet’s router network makes it vulnerable to targeted attacks (vs. random faults), the fundamental problem of attack-tolerant network topology remains unsolved. Attack-tolerant topologies are desirable not only for the router network, but for any physical or virtual network where a compromised node puts communication at risk. For example, the network of verified keys in the public key infrastructure underlying secure http [4], or the network of DNS nameservers. The ongoing vulnerability of the internet is evidenced by a long history of censorship and surveillance incidents achieved by means of targeted attacks [5]. In this paper, we present the first theoretical network topology supporting attack-toloerant, point-to-point networked communication, without relying on infinitely transitive trust [6].
Methods for tolerating various kind of faults within networks are an important and ongoing area of research [3, 7, 8]. Adversarial faults, those in which an adversary can target attacks strategically, deserve special attention. Such attacks are both extremely difficult to guard against and often have important social implications. In particular, censorship and surveillance are often achieved by targeting central network locations and either blocking or capturing the information flowing through them. While cryptograpy can provide some protection against surveillance, it is vulnerable to man-in-the-middle attacks [9], and cannot overcome censorship when communication is blocked. In this paper, we instead consider a topological approach. The Internet’s decentralized design was motivated by the need to withstand targeted attacks, such as nuclear strikes [1]. But despite longstanding common wisdom [2], both theoretical results and recent events have demonstrated that the internet is surprisingly vulnerable to attack.
Analysis of the internet’s router network has shown that while it is remarkably resilient against random faults, it is highly susceptible to adversarial faults [3]. These results have been attributed to the heavy-tailed degree distribution of the Internet’s router network [10, 11]. Random failures are highly likely to affect only low-degree nodes, thus having little effect. However, adversarial faults target the few high-degree nodes, and therefore remove a large number of edges with each fault. So while the protocols of the Internet are decentralized, the network structure is somewhat centralized. In other words, the protocols of the Internet do not require centralization, but centralization may still emerge from the sociotechnical processes that create its network structure.
The internet’s vulnerability to censorship and other targeted attacks has been demonstrated by several recent events. In 2008, YouTube suffered a worldwide outage for several hours when a service provider in Pakistan advertised false routing information [12]. The action (known as a black hole attack) was intended to censor YouTube within Pakistan only, but resulted in a worldwide cascading failure when a router misconfiguration allowed the false routing information to propagate outside of Pakistan. This incident exemplifies the type of attack requiring a topological approach. First, the attack was non-technological (a government order), allowing the attacker to bypass any cryptographic or technology-based defenses. Second, the attack originated at a single point of failure (a misconfigured router). Third, the behavior of the compromised component (the router) cascaded through a network (the network of internet routers) because the correct behavior of other components depended on the correct behavior of the single point of failure. And while the action was not an intentional attack against the global internet, the ability of an attacker to succeed without even trying only highlights the internet’s vulnerability to adversarial faults.
As another example, in 2013, the Texas-based email provider Lavabit was ordered to disclose their private SSL keys to the FBI [13]. Rather than complying, Lavabit ceased operations in order to protect their users from surveillance. Once again, the attack was non-technical. And again, the attack was on a single point of failure: Lavabit’s web server and that server’s TLS/SSL keys. In this case, the affected network was the internet’s public key infrastructure. With the private keys, an attacker would be able to intercept and surveil traffic because the issuing certificate authority (and any users trusting that authority) would incorrectly trust that they were communicating with Lavabit. While originally intended as surveillance, this action effectively became an act of censorship. So we see that such vulnerabilities are not limited to any one system or protocol, but result from centralized structure itself.
This paper addresses the need for a theoretial understanding of network and redundancy-based approaches to attack-tolerance. For the purpose of this paper, attack-tolerance refers to the ability of a pair of communicating nodes to detect, with high probability, when a message has been blocked or altered in the presence of adversarial faults. Our primary result is theoretical: an algorithm for constructing highly redundant paths in a particular network topology. While we motivate the need for such network topologies using examples such as the internet router network and webs of trust, we do not propose that our algorithm as a pracitcal solution for any of these examples. Rather, our result is a demonstration that such topological approaches to attack-tolerance are theoretically possible and suggest the importance of further theoretical and applied work.
We consider a setting in which a source node attempts to route a message to a target node, while an adversary attempts to block or intercept the message by compromising a number of intermediate nodes. We also assume that edges represent direct trust, i.e., the belief that an adversary is unlikely to compromise a neighbor, as in the web of trust approach [14, 15]. The web of trust approach typically assumes infinite trust transitivity in that it is possible for one node to have some level of trust for another as long as they are connected by a path of directly trusted edges, regardless of the length of that path. The assumption of infinite transitivity is unrealistic [6], so we instead make a stricter assumption: bounded trust transitivity, that trust transitivity can only be extended over a finite number of edges. Even with this more restrictive assumption, we show how trust can be established between two nodes even when no path of directly trusted edges exists between them.
Under the above assumptions, we show how to evaluate the influence of network structure on attack-tolerance. We next present a structured multipath fault tolerance (SMFT) scheme to extend standard fault tolerance techniques to the case of adversarial faults in networks [16, 17]. The SMFT scheme requires the existence of a concurrent multipath routing (CMR) algorithm [7, 18, 19], to takes advantage of the independence of faults along independent paths. We also present a novel CMR algorithm for the butterfly network topology. The butterfly topology is popular in parallel processing [20] and peer-to-peer [21, 22] applications, due to its regular structure, low degree, and high connectivity.
It is important to note that the butterfly is a highly structured and constrained network topology, very different form those found in social networks and other self-organized networks. The reader may wonder whether it is realistic or useful to assume such control over the network structure. Regardless of implementation difficulty, we argue that attack-tolerance cannot be achieved without the ability to influence network structure. Targeted attacks, by definition, target single points of failure. Attack tolerance can thus be achieved in two ways: 1. preventing failure at those points, or 2. preventing the existence of central points. Because individual points are always vulnerable to coercive, non-technological attacks, the former method is insufficient. We must instead rely on some control over topology to prevent the existence of single points of failure. The difficulty of achieving control over network topology can be mitigated by a number of approaches. Attack-tolerant networks might be sub-components of larger, less-constrained systems. For example, a single centralized server might be replaced by a distributed network of servers, each with different ownership, physical location, and legal jurisdiction, without placing any unrealistic constraints on the clients connecting to those servers. When attack tolerant topologies are nested (as in the case of the butterfly topology), multiple independent sub-components could be merged into larger ones over time. Real-world examples of structured neworks include: overlay networks [21, 22], formal organizations [23], government-regulated cellular networks [24], and call tree notification systems [25]. In general, when the need for attack-tolerance is high enough to warrant investment in infrastructure, topology can be engineered and maintained as infrastructure.
Our main contributions are:
- We propose a novel structured multipath fault tolerance (SMFT) scheme for extending standard fault tolerance techniques to adversarial faults in complex networks. Assuming h-degree bounded trust transitivity, We show that the probability of detecting adversarial faults h-internally vertex disjoint paths.
- We prove that the number of h-internally vertex disjoint paths between two nodes in a directed wrap-around butterfly network is exactly 2h, and present a scalable and efficient concurrent multipath routing (CMR) algorithm to find these paths, which can be combined with SMFT to achieve a high level of attack-tolerance.
- We show that rewiring a the edges of the internet’s router network to resemble a butterfly network allows it to tolerate a higher number of failures without fragmenting, and increases the effective redundancy in the presence of a large number of adversarial faults.
This paper is organized as follows. Section reviews background and related work. Section describes adversarial fault tolerance on structured networks. Section gives background on the butterfly network topology. Section presents our concurrent multipath routing algorithm for the butterfly network. Section discusses the results. And Section concludes.
Background and related work
There has been considerable work on trust-based attack-tolerance techniques in network security, both centralized and decentralized. Centralized approaches such as public key infrastructure (PKI) suffer from a number of vulnerabilities [4], including vulnerability to coercion, which stems largely from the single points of failure inherent to centralization. The well-known and widely-used web of trust approach [14, 15] is a decentralized alternative. In a web of trust, individuals can have direct trust, as well as indirect trust for those trusted by someone directly trusted. Typically, this transitivity is extended to any number of hops, sometimes reducing trust by a multiplicative factor at each hop. Infinite trust transitivity is helpful for establishing a large group of trusted nodes, but unfortunately unrealistic [6]. Our work addresses this limitation by assuming only bounded trust transitivity.
Previous work applying network topology to attack tolerance has focused on authentication, showing that independent paths can reduce an adversary’s ability to impersonate a target [26]. Other work has shown that identifying independent paths in arbitrary networks is NP-hard and provided approximation algorithms [27]. Our work complements these results by extending our focus beyond authentication, to communication. When network topology can be controlled, we sidestep the NP-hard problem of finding independent paths on arbitrary networks by using the mathematical structure of the butterfly topology to construct provably independent paths.
Many distributed consensus protocols (such as those used by cryptocurrencies) are designed to tolerate arbitrary or adversarial faults. Byzantine agreement protocols [28, 29] provide tolerance against arbitrary faults (including attacks) under some circumstances, but are limited to small networks due to poor scalability. Proof-of-work [30, 31] (blockchain) systems provide better scalability, but are wasteful of computational and energy resources, and do not take advantage of trusted relationships. Federated Byzantine Agreement (FBA) [32] is scalable, allows for flexible trust, and is highly fault-tolerant on networks meeting specific requirements. However, FBA does not provide a method for constructing networks to meet those requirements, or for calculating the failure probabilities within a particular network.
All existing attack-tolerant networks we are aware of are content-addressable networks (CANs) in which data is stored and retrieved based on key values, rather than point-to-point networks, in which data is communicated between two parties. Fiat and Saia described a scheme that combines the butterfly topology with expander graphs to create a highly censorship-resistant, content-addressable network [33], although this scheme requires high levels of data replication and indefinite storage. Perhaps the most mature structural solution is the Freenet collaboration [34]. Freenet uses secret sharing [35, 36] and small-world routing [37, 38] to create a content-addressable network with a high level of both confidentiality and censorship resistance. Freenet guarantees that data is stored redundantly, but still allows for centralized network structure, and thus single points of failure, as data travels from its origin to the redundant storage locations. Unlike the above content-addressable networks, our architecture is purely network based and does not require nodes to store data indefinitely. Our architecture also improves on the scalablity of the Fiat-Saia network, and makes requirements about network topology explicit.
Multipath routing protocols identify multiple paths between source and destination in contrast to traditional unipath routing, which uses a single path. The special case of concurrent multipath routing uses multiple paths simultaneously. Multipath routing has many applications, including reduced congestion, increased throughput, and more reliability [18]. Many of these routing protocols offer increased confidentiality [7]. Some approaches utilize redundant paths as backups for increased fault tolerance [39], and some specifically protect against adversarial faults [40–42]. Most work on multipath routing has been motivated by applications related to wireless sensor networks (WSNs), and have thus focused on ad-hoc, unstructured networks, often having a central base station. The method of Liu et al. [43] routes multiple messages first to random peers and then to a central base station, with the network edges constrained by sensors’ physical location. We have found very few examples of CMR applied to adversarial fault tolerance in the existing literature, and all have focused on ad-hoc wireless sensor networks, without attention to the role of network structure.
Our proposed routing algorithm makes use of a structured network, in which link structure is predetermined. Structured networks have been a popular tool in parallel processing architectures [20]. More recently, peer-to-peer systems based on distributed hash tables have used structured overlay networks to map table keys to local TCP/IP routes [21, 22]. Such networks can be designed to have favorable structural and routing properties, which can be used to to improve attack-tolerance.
Our proposed architecture is differentiated from existing systems by several properties (Table 1). Decentralized architectures are more resistant to coercion [44] and man-in-the-middle attacks [9]. Trust-based systems are more sustainable than proof-of-work. Bounded-trust systems do not require the unrealistic assumption of infinite trust transitivity. Topological approaches address the root cause of vulnerability in heavy-tail networks, rather than relying on technology that can be side-stepped through coercion. Point-to-point communication allows two individuals to exchange messages without requiring large amounts of indefinite data storage on intermediate nodes.
Trust networks and fault tolerance
Within the field of fault tolerance, many techniques have been developed for building reliable systems out of unreliable components [16, 17]. We will make use of standard fault tolerance terminology, summarized here. A fault is occurs when one component of a system behaves incorrectly (e.g., a routing node blocks or alters a message). The result of that fault (e.g., a recipient receiving conflicting messages) is an error state. If the error is undetected or corrected to the wrong value, the system has experienced a failure (e.g., an altered message is accepted as authentic). Note that when an error is detected but cannot be corrected, the system has still tolerated the fault because it has not accepted an error state. We are concerned in particular with adversarial faults, which are chosen strategically to maximize the likelihood of a failure.
Multipath fault tolerance
Standard fault tolerance methods use redundancy to detect and correct statistically independent faults. In complex networks however, faults can be correlated when, for example, two messages pass through the same faulty node. For now, let us assume our sender (Alice) and receiver (Bob) are connected by δ direct channels, with independent errors. We will return to the question of constructing these channels in subsequent sections. For now, we concern ourselves with the question: given that the network provides δ redundant channels between Alice and Bob, what is the probability that an adversary (Mal) causes an undetectable error after causing faults in a fixed number of channels?
Let us first consider the scenario in which Alice sends a message copy over each available channel. We can also assume that each message includes the number of messages sent, the full list of channels used, etc., making that information available to Bob. When Bob receives the messages, there are several possibilities. If some of the messages are missing or if some of the messages disagree, Bob knows that some of the messages were either blocked or altered, and he has successfully tolerated the fault(s). Bob can then take any of several actions: 1. request re-transmission; 2. send receipts so Alice knows which paths have been compromised; or 3. attempt error correction using majority voting. If instead, Bob finds that all the messages are present and agree, there are two possible cases. The first case is that Mal has not compromised any of the messages, and Bob has correctly accepted them, so no failure has occurred. The second case is that Mal has compromised all of the messages, so Bob has accepted an erroneous message and a failure has occurred. In the present scenario, whether a failure occurs depends only on whether Mal has the resources to compromise all of the channels. In a more realistic scenario, both Alice and Mal have limited resources and are not able to use or compromise all available channels.
In a more sophisticated multipath fault tolerance scheme, Alice randomly chooses k ≤ δ channels and sends a copy of her message on each. We assume that Mal is capable of compromising l ≤ δ channels. Since Alice chooses channels randomly, all channels are equally likely to contain a message, so Mal can do no better than also choosing randomly. If k > l, at least one message will get through uncompromised and all errors are detectable. Otherwise, the probability of Mal producing an undetectable error is the probability that all of Alice’s chosen channels are compromised: (1) Letting k = αδ and l = βδ, then applying Stirling’s approximation gives: (2)
Fig 1 shows the value of pf as a function of k and l. Eq (2) shows that while pf depends on the fractions of channels actually utilized α and compromised β, it decreases exponentially with δ. This result is significant because, as we will soon show, δ depends only on the network structure and the strength of trust transitivity. Thus, the scheme can be effective, even when the number of channels used k is a small fraction of the channels available. In other words, this scheme exhibits a stabilizing asymmetry: senders can tolerate attacks from significantly more powerful adversaries. Furthermore, this scheme requires only a small increase in network traffic as long as the network provides a large number of independent paths δ.
A small increase in the number of utilized paths (network traffic) can compensate for a large increase in attacker power.
Bounded trust model
So far, we have assumed that Alice and Bob have access to some number δ of channels with statistically independent faults. However, in real communication architectures, direct links between all pairs of individuals are not possible and messages must be routed through a number of intermediate nodes. In an adversarial setting, the existence of intermediate nodes introduces two problems: 1. intermediate nodes may be compromised by the adversary and 2. faults on paths are no longer statistically independent: two paths may pass through the same compromised node. We show how to how to resolve these problems using a combination of network structure and bounded trust transitivity.
Trust-based approaches to secure communication assume that some parties cannot be compromised. One common approach, the web of trust [14, 15]. Alice has direct trust for some number of nodes. Alice has indirect trust for nodes separated by two or more hops of direct trust. Typically, this transitive trust is extended indefinitely, sometimes reduced by a multiplicative factor at each step. However, the assumption of infinitely transitive trust is unrealistic [6]. Furthermore, infinite trust transitivity obscures the importance of network structure, as it depends only on whether some path exists, not the number or quality of paths. We adopt a simpler, yet more realistic bounded trust assumption: that nodes up to some fixed number of hops cannot be compromised, and that those beyond can. This assumption will be convenient for proving our results, which we now proceed to define formally.
We define the bounded trust model (Fig 2) on an undirected graph G = (V, E), although the model can easily be extended to directed multigraphs. Vertices representing communicating parties, with edges representing mutually trusted communication links. We define a trust radius h such that nodes v and w trust each other if their distance is less than h. For a given node v, we call the set of trusted nodes its trusted neighborhood Th(v), and all nodes at exactly distance h the trust boundary Bh(v): (3) (4) The trust boundary Bh plays an important role because these nodes are not trusted by u, and if compromised can entirely isolate v from the rest of the network.
Edges represent mutually trusted communication links. The sender (Alice, s) and receiver (Bob, t) trust all nodes less than the trust radius h hops away. These nodes form their trusted neighborhoods Th(v) and Th(w). We assume that all faults occur in the remaining nodes: the untrusted region. The untrusted nodes in contact with the trusted neighborhoods for the trust boundaries Bh(v) and Bh(w), which (in the absence of central bottlenecks) determine the effective redundancy δh provided by the network. Alice and Bob can achieve the same level of attack-tolerance as if they were directly connected by δh redundant channels.
Now let s ∈ V be an arbitrary sender and t ∈ V be an arbitrary receiver. We assume the presence of an adversary who knows the full structure of the network, and who can compromise a fixed number of nodes, gaining complete control of their behavior. We also assume that the adversary is specifically targeting communication between s and t and can compromise any node except for those trusted by s or t. Under these trust assumptions, adversarial faults can only occur outside the trusted neighborhoods of s and t: V\(Th(v) ∪ Th(w)). We refer to this set of nodes as the untrusted region. We now show how it is possible to communicate reliably, even when all available paths go through the untrusted region.
Effective redundancy
Our approach is to achieve fault tolerance through redundancy. To do so, we must use only independent paths [27], which have no common points of failure. Typically, it is assumed that in order to be independent, paths must be internally vertex disjoint, i.e., have no nodes in common except the endpoints. However, under the bounded trust model, intersecting paths can still be independent if their intersection contains only trusted nodes. We define two paths with common endpoints to be h-internally vertex disjoint if all common vertices are less than distance h from one of the endpoints. This condition holds if and only if two paths are independent under the bounded trust model with radius h.
When trust radius h is assumed, the number of h-internally vertex disjoint paths between two nodes s and t represents the number of channels that can be constructed between them having statistically independent faults. We thus refer to this quantity as the effective redundancy δs,t,h. The effective redundancy can also be interpreted as the max-flow/min-cut of a graph after each trusted neighborhood has been collapsed into a single vertex. The trust boundaries form a cut of the network and place an upper bound on the min-cut: (5) Equality holds when there are no bottlenecks within the untrusted region, an indication that the network is decentralized. The effective redundancy of the entire graph can be characterized by the minimum over all vertex pairs: (6) Thus, for any pair of nodes in the network, at least δh independent, redundant paths can be constructed between them. The more quickly δh grows with h, the better a network is at leveraging trust transitivity to create redundancy. Thus, the scaling of δh can be used to quantify a network’s ability to withstand targeted attacks, even when the exact trust radius h is unknown.
Structured multipath fault tolerance
Finding a maximal set of independent paths for an arbitrary network is NP hard [27], posing a challenge for multipath fault tolerance. We propose side-stepping this problem by using structured networks, for which independent paths can be generated efficiently. We call this approach structured multipath fault tolerance (SMFT), and now proceed to show how it is implemented on the butterfly network topology.
The butterfly network topology
In order to implement structured multipath fault tolerance, we need a structured network topology with high effective redundancy. In this paper, we apply SMFT to the butterfly network topology [20]. The butterfly network is highly structured, making it most suitable for applications where portions of the network structure can be controlled or influenced. The butterfly network is also recursive, with larger versions composed out of multiple smaller versions, making it possible for independently organized attack-tolerant networks to merge into larger ones over time. More flexible architectures may be possible, but attack-tolerance will always require some level of influence over network structure in order to limit single points of failure. To address the case when the network cannot be fully controlled, we show how partially rewiring a snapshot of the internet’s router network can greatly increase it’s effective redundancy and attack-tolerance properties, without requiring additional edges.
Butterfly network topology
We choose the butterfly topology [20] because of several desirable properties (described below) and because its structure allows for relatively straightforward design and analysis of routing algorithms. While several variations on the butterfly network exist, we utilize the m-dimensional, directed wrap-around butterfly (Fig 3), denoted wBF(m): (7) (8) (9) (10) where is the set of integers modulo m, ⊕ represents component-wise addition modulo 2, and 1l is a vector with a 1 in index l and 0 elsewhere. Each node is associated with a level l and an m-bit string z known as the place-within-level. There are two types of edges: down, and down-right (shown in Fig 4). Down edges (E↓) connect nodes sharing the same z value in a cycle of increasing level l. Down-right edges (E→) also link to a node of level l + 1, but one having the place-within-level equal to z with the lth bit inverted.
Note that the rightmost nodes are the same nodes as the leftmost, drawn twice for visual clarity. The highlighted nodes and edges show the path from node (0,000) to node (1,101).
The node (l, z) is shown as the bit string z with a square around the lth bit. “Down” edges increment l, leaving z unchanged, while “down-right” edges increment l and invert the lth bit of z. In the wrap-around variant, the nodes with maximum l have down and down-right edges to the nodes with l = 0.
The wrap-around butterfly network is known to have several of the properties we desire for scalable, decentralized communication networks:
- Vertex-transitivity: Because the wrap-around butterfly is vertex transitive, it is maximally decentralized;
- Small-diameter: For any two nodes, the length of the shortest path between them is O(log N), where N is the number of nodes in the network (corresponding to low-latency in real-world terms);
- Sparsity: With a constant degree of 4, the wrap-around butterfly is extremely sparse, and can scale indefinitely without node degree becoming a limitation;
- Redundancy: Multiple paths exist between any two nodes. Specifically, we will prove below that the number of h-internally vertex disjoint paths between two nodes increases exponentially with h.
The structure of the butterfly network lends itself to a well-known (unipath) routing algorithm (Fig 3), which we later extend to the multipath case. The unipath algorithm first follows a down or down-right edge at every step, increasing the level l by 1 and cycling through the indices of the place-within-level. If the current node’s place-within-level matches the destination node’s at index l, a down edge is chosen and the place-within-level does not change. Otherwise, a down-right edge is chosen and the lth component of the place-within-level is flipped, after which it matches the destination. After m iterations of this, all levels have been visited and the place-within-level matches that of the destination. Simply following down (or up) edges will then increment (decrement) the level until the destination node is reached.
Butterfly rewiring
Even when a butterfly topology cannot be implemented perfectly, it can still increase the attack tolerance properties of a network. Here, we simulate targeted attacks against a snapshot of the internet’s router network on January 2, 2000 [45], having 6493 nodes and 13914 edges. At each step of the simulation, betweenness centrality is recalculated and the most central node is removed. We also simulate attack on several rewired networks. The rewiring process alters the network structure to resemble a butterfly topology, without adding any additional edges. We 1. generate edges corresponding to a 9-dimensional butterfly network between the 4608 highest-degree router nodes, 2. choose a fraction f of those edges at random, 3. add those edges to the router network, and 4. remove an equal number of the original edges at random.
Our simulations show improved resistance to fragmentation and higher effective redundancy when even a fraction of edges have been rewired to match the butterfly topology. While the original router network fragments when about 1% of the nodes have been removed (Fig 5), this number increases to 2% with only 10% of the butterfly edges present. With 90% of the butterfly edges present the network remains unfragmented beyond the failure of the 8% most central nodes. The effective redundancy for various values of trust transitivity h are shown in Fig 6. The effective redundancy is calculated by collapsing nodes and edges within h hops of source and destination into single nodes and finding the min-cut between them, averaging over 150 source-destination pairs. For h = 0, the rewired version has strictly higher redundancy. For h > 0, the original network has higher redundancy when the number of failures is small, while the rewired network has higher redundancy beyond a crossover point. We interpret these results to suggest that even when a small number of highly central nodes have been removed from a heavy-tailed network, most nodes are still able to take advantage of the remaining hubs. As larger hubs continue to be removed, the connectivity of the network decreases until the crossover point, at which point the rewired network offers higher effective redundancy.
The original network fragments when the top 1% of nodes are removed. With only 10% of the butterfly edges present, this value doubles to 2%. With 90% of the edges rewired, the network remains unfragmented beyond the failure of the 8% most central nodes. The rewiring scheme does not require adding any additional edges.
The effective redundancy is shown for several values of trust transitivity h. For h > 0, the original network has higher effective redundancy up to a crossover point, after which the rewired network performs better.
Multipath butterfly routing
We now present a routing algorithm to construct 2h independent paths between two nodes in a butterfly network, where h is the trust radius under the partial trust model. Informally, Alice sends each message to a distinct node on her trust boundary, then to a distinct intermediate node in the untrusted region, then to a distinct node on Bob’s trust boundary, and finally to Bob. The intermediate nodes are in a sense “far” from each other and ensure that no two paths overlap in the untrusted region. Each path can be parameterized by a single integer s, which identifies the specific node on Alice’s trust boundary (or equivalently the node on Bob’s trust boundary, or the untrusted intermediate).
The algorithm guarantees paths are independent by ensuring that (outside the trusted neighborhoods) they only include nodes that match the path parameter s at certain indexes in their place-within-level. Since each path has a unique parameter s, its set of untrusted nodes is disjoint from all other paths. As with the unipath routing algorithm, each of the multiple paths proceed from a source v to a destination u using down and down-right edges, cycling through levels one at a time. However, we cycle through the levels twice, once to route from v to a particular path’s intermediary node, and again to route from the intermediary to w. Each cycle is divided into stages, with different properties used to prove independence at each stage (see Fig 7). In the first cycle (stages 1–4), path independence is guaranteed by ensuring that all nodes match the path parameter s in the first h bits of the place-within-level. Similarly, in the second cycle (stages 5–7), independence is guaranteed by ensuring that all paths match s in the h bits of the place-within-level preceding the destination index. A full example is illustrated in Fig 8.
The path is shown for s = 102 and w = (6, 01101112).
Algorithm specification
We now begin the formal specification of our multipath routing scheme for the wrap-around butterfly network. For convenience, the relevant variables are summarized in Table 2. Utilizing vertex transitivity, we label the source node as (l(0), z(0)) = (0, 0) and denote the destination node as w = (lw, zw), without loss of generality.
Let s be an h-bit binary string with si denoting the bit at index i. There are 2h such strings. Let be the node at position t in the path parameterized by s. For convenience, we will omit the subscript s when it is obvious from context. We define three distinct partitions of m-bit binary strings. Let be the set of m-bit strings in which the bits at all indices h ≤ i < lw − h match those of z(0), and let be its complement. Note that is trivially all m-bit strings if lw < 2h. Let Rs be the set of m-bit strings with the lowest h bits all matching the bits of s, and let be its complement. Let Ss be the set of m-bit strings with the h bits preceding index lw all matching the bits of , where is a cyclic permutation of s: (11) and let be its complement. We will make use of the fact that: (12)
Routes are constructed in 7 stages. The network topology dictates that l(t+1) = l(t) + 1 (mod m), so we let l = t (mod m). and that z(t+1) is equal to z(t) with or without the bit in index l(t) inverted, depending on whether the down or down-right edge was taken at step t.
- Stage 1: (0 ≤ t < h) Down or down-right edges are chosen such that the tth bit of z(t+1) is equal to the tth bit of s. Throughout Stage 1, all nodes are within the sender’s trusted neighborhood. Throughout Stage 1, . At the end of Stage 1, z(h) ∈ Ss, and z(t) will remain so until the level cycles to 0 at t = m.
- Stage 2: (h ≤ t < lw − h) Edges are chosen to make the tth bit of z(t+ 1) the inverse of the tth bit of z(0). Note that this stage does not occur when lw < 2h. If this stage occurs, then until these levels are reached again in stage 6.
- Stage 3: (lw − h ≤ t < lw) The bits of z(t) are chosen to match , such that after the stage is complete, z(t) ∈ Rs.
- Stage 4: (lw ≤ t < m) Paths are chosen such that the tth bit of z(t+1) matches that of the destination node zw. This stage will not occur if lw > m − h.
- Stage 5: (m ≤ t < m + h) There are two cases. If 2h < lw < m − h, then there is no overlap between the indices defining Rs and Ss. In this case, the first h bits of z(t) are set to match zw. Otherwise there is some overlap between the indices defining Rs and Ss. In this case, the each of the first h bits of z(t) is either kept the same if lw − h ≤ l < lw, or set to the corresponding bit of zw otherwise. In this stage and after, z(t) is no longer guaranteed to be in Rs. However, z(t) remains in Ss during and after this stage.
- Stage 6: (m + h ≤ t < m + lw − h) In this stage, edges are chosen to set the bits of z(t) to their corresponding value in zw. throughout this stage, but not afterwards.
- Stage 7: (m + lw − h ≤ t < m + lw) The h bits of z(t) preceding index lw are set to match zw. All nodes in this stage are within h hops of w and thus in its trusted neighborhood. After this stage, and routing is complete.
Running time
At each node, the choice of edge is made using O(1) lookups of the endpoint values at index t and possibly O(1) lookups of the value at a particular index of s. For an m-dimensional butterfly network, the algorithm chooses edges at most 2m = O(m) times. In an m-dimensional butterfly, there are N = m2m nodes; m = O(log N). The total running time to calculate a single path is thus O(klogN). Sending a message with redundancy k thus requires O(klogN) time.
Proof of path independence
Theorem 1. Given an m-bit wrap-around butterfly network (m > 1), and an integer h (), for all node pairs (v, w) such that d(v, w) ≥ 2h, there exist at least 2h h-internally vertex disjoint paths vs (0 ≤ s < 2h) from v to w such that s ≠ s′ ⇒ vs ∩ vs′ ⊂ Th(u) ∪ Th(v).
Proof. Nodes from two paths can only coincide if their levels are the same. Nodes which share a level must either be in the same stage, or 4 stages apart. Let (a,a′) denote a pair of sub-paths corresponding to stage a of one path and stage a′ of another. Excluding paths that intersect in their trusted neighborhoods, (1,1) and (7,7), we have reduced the list of possible intersections to the following cases: (2,2), (3,3), (4,4), (5,5), (6,6), (1,5), (2,6), and (3,7). Nodes in stages 2–4 belong to Rs so cannot overlap with any stage 2–4 nodes from another path, eliminating (2,2), (3,3), and (4,4). Similarly, nodes in stages 4–6 belong to a unique Ss, eliminating (5,5) and (6,6). Nodes in stage 1 belong to while those in stage 5 belong in its complement, eliminating (1,5). Similarly, for all l in stage 2, z(l) is equal to z(0), while in stage 6, z(l) is the inverse, eliminating (2,6) This leaves only (3,7), a collision which can occur only for only one path (with s matching the first h bits of zw), and which enters the trusted neighborhood in stage 3. For this single path, we can proceed directly from stage 2 to stage 7, eliminating the last possible collision.
Thus, assuming the partial trust model with trust transitive for h hops, we can construct 2h paths on a wrap-around butterfly topology which do not intersect outside the trusted neighborhoods of the source and destination. Note that the node sequence can be calculated entirely from the source v, destination w, and path parameter s, meaning that with this information nodes are able to determine which neighbor to route a given message copy to. Each node in a directed wrap-around butterfly network has an out-degree of 2, placing an upper bound of 2h on the effective redundancy, which we have just shown the above algorithm achieves, so the bound is tight. Thus, decentralized, redundant, structured networks such as the butterfly can have a very low probability of failure when faced with adversarial faults, even from a very powerful attacker.
Discussion
Our work has been motivated by the vulnerability of current communications infrastructure to surveillance and censorship, which are often achieved by coercive targeted attacks against central nodes. We have already discussed two such cases: Pakistan’s inadvertant censorship of YouTube [12] and the FBI’s surveillance and censorship of Lavabit [13].
The reader may wonder how our methods could be employed in scenarios such as large-scale state-sponsored censorship [46]. Censorship-resistant infrastructure often replaces central servers (e.g., the router in the 2008 YouTube incident) with multiple servers across the world, synchronized through consensus protocols. The directory authorities used by the Tor project [47] are one example. However, the size of such networks is limited by the number of trusted relationships (degree) each node can maintain, and the inherent insecurity of extending transitive trust to an ever-larger network. Our work provides both a theoretical framework and a specific example of how network structure can be engineered to leverage trust for a high level of attack-tolerance, without sacrificing scalability.
We have focused primarily on adversarial faults that block or change messages (censorship) but our work is also relevant to surveillance. While cryptographic anti-surveillance techniques exist, they remain vulnerable to man-in-the-middle attacks, in which an intermediate node masquerades as the destination. Such attacks can be detected if the original message reaches the true destination unaltered, which SMFT can help to ensure.
In its current form, our work has several limitations. Most obviously, it requires complete control over the network structure. However, we have shown that even partially control over network structure can improve attack tolerance properties. Still a more flexible network structure is desirable. There is also the question of how to construct such a network without a central authority. This limitation may not be as severe as it seems, due to the nested structure of the butterfly network. We conjecture that smaller independently-formed networks could be merged into a single larger network without central coordination. When nodes and edges exist in geographic space (as in cables connecting internet routers) this scheme might require connections between very distant locations. Such connections are extremely expensive to construct and maintain, although many exist today in the form of redundant internet backbones and undersea cables. An alternative solution might involve satellite links, which connect distant geographic points much more easily. While turning our network theoretical results into practical applications will require considerable additional work, we believe that work is inevitably necessary in order to create attack-tolerant networks.
In addition to addressing the above limitations, we see several potential directions for future work. The development of new structured networks or multipath routing algorithms could achieve higher levels of redundancy and attack-tolerance. It is also desirable to examine how changes to social dynamics could shift self-organized networks towards a more decentralized structure. Finally, our results could be implemented to address specific applications, e.g., secure messaging, domain name resolution, or anonymous web browsing.
Conclusion
Coercion-resistant, topological approaches to attack tolerance are needed to address the current vulnerability of communications infrastructure to censorship and surveillance. We have presented a novel concurrent multipath routing (CMR) algorithm for the butterfly network, as well as a structured multipath fault tolerance (SMFT) scheme, which can be combined to create a coercion-resistant, attack-tolerant point-to-point communication architecture. We have also shown how assuming bounded trust transitivity can enable a quantitative analysis of the relationships between network structure, trust, and attack-tolerance. In our architecture, the probability of an adversary causing an undetectable error decreases exponentially with the network’s effective redundancy. The effective redundancy, in the case of the butterfly topology, grows exponentially with the radius of trust transitivity. Furthermore, a small increase in the number of messages sent (traffic volume) can compensate for a large increase in the number of messages compromised by an adversary. These results require some control over the structure of a network, or some portion of the network. Even when network structure cannot be perfectly controlled, we have shown that partially rewiring a snapshot of the internet’s router network can greatly increase its attack-tolerance properties. We believe that this work provides a foundation for the development of additional topology-based communication architectures to guard against technical and coercive adversarial attacks, including censorship and surveillance.
Acknowledgments
The authors would like to thank Tony Garnock-Jones, A. Frederick Dudley, and Nathaniel Bezanson for helpful conversations. The authors would also like to thank the reviewers for their helpful comments.
References
- 1.
Baran P, others. On distributed communications. Volumes I-XI, RAND Corporation Research Documents, August. 1964; p. 637–648.
- 2. Elmer-Dewitt P, Jackson D. First nation in cyberspace. Time. 1993;6:62–64.
- 3. Albert R, Jeong H, Barabási AL. Error and attack tolerance of complex networks. Nature. 2000;406(6794):378–382. pmid:10935628
- 4. Ellison C, Schneier B. Ten risks of PKI: What you’re not being told about public key infrastructure. Comput Secur J. 2000;16(1):1–7.
- 5.
Dainotti A, Squarcella C, Aben E, Claffy KC, Chiesa M, Russo M, et al. Analysis of country-wide internet outages caused by censorship. In: Proceedings of the 2011 ACM SIGCOMM conference on Internet measurement conference. ACM; 2011. p. 1–18.
- 6.
Christianson B, Harbison WS. Why isn’t trust transitive? In: Security protocols. Springer; 1997. p. 171–176.
- 7. Zin SM, Anuar NB, Kiah MLMM, Ahmedy I. Survey of secure multipath routing protocols for WSNs. J Netw Comput Appl. 2015;55:123–153.
- 8. Sterbenz JP, Hutchison D, Çetinkaya EK, Jabbar A, Rohrer JP, Schöller M, et al. Resilience and survivability in communication networks: Strategies, principles, and survey of disciplines. Computer Networks. 2010;54(8):1245–1265.
- 9.
Nayak GN, Samaddar SG. Different flavours of man-in-the-middle attack, consequences and feasible solutions. In: Computer Science and Information Technology (ICCSIT), 2010 3rd IEEE International Conference on. vol. 5. IEEE; 2010. p. 491–495.
- 10. Barabási AL, others. Scale-free networks: a decade and beyond. Science. 2009;325(5939):412. pmid:19628854
- 11. Barabási AL, Albert R. Emergence of scaling in random networks. Science. 1999;286(5439):509–512. pmid:10521342
- 12. Hunter P. Pakistan YouTube block exposes fundamental internet security weakness: Concern that pakistani action affected youtube access elsewhere in world. Computer Fraud & Security. 2008;2008(4):10–11.
- 13.
Poulsen K. Edward Snowden’s e-mail provider defied FBI demands to turn over crypto keys, documents show. WIRED. 2013.
- 14.
Zimmermann PR. The official PGP user’s guide. MIT press; 1995.
- 15. Richters O, Peixoto TP. Trust transitivity in social networks. PloS one. 2011;6(4):e18384. pmid:21483683
- 16. Avizienis A, Laprie JC, Randell B, Landwehr C. Basic concepts and taxonomy of dependable and secure computing. IEEE T Depend Secure. 2004;1(1):11–33.
- 17. Von Neumann J. Probabilistic logics and the synthesis of reliable organisms from unreliable components. Automata studies. 1956;34:43–98.
- 18. Qadir J, Ali A, Yau KLA, Sathiaseelan A, Crowcroft J. Exploiting the power of multiplicity: a holistic survey of network-layer multipath. IEEE Comm Surv Tut. 2015;17(4):2176–2213.
- 19. Khiani SR, Dethe C, Thakare V. Comparative Analysis of Multipath Routing Techniques and Design of Secure Energy Aware Routing Algorithm for Wireless Sensor Network. IJACR. 2013;3(3):374.
- 20.
Kshemkalyani AD, Singhal M. Distributed computing: principles, algorithms, and systems. Cambridge University Press; 2008.
- 21. Lua EK, Crowcroft J, Pias M, Sharma R, Lim S. A survey and comparison of peer-to-peer overlay network schemes. IEEE Commun Surv Tut. 2005;7(2):72–93.
- 22.
Korzun D, Gurtov A. Structured peer-to-peer systems: fundamentals of hierarchical organization, routing, scaling, and security. New York, NY: Springer; 2013.
- 23.
Mohr LB. Explaining organizational behavior. Jossey-Bass; 1982.
- 24.
Walker DC. Mass notification and crisis communications: Planning, preparedness, and systems. CRC Press; 2012.
- 25.
Nickerson JV, Tversky B, Corter JE, Yu L, Mason D. Thinking with networks. In: CogSci. vol. 36; 2010.
- 26.
Levien R. Attack-resistant trust metrics. In: Computing with Social Trust. Springer; 2009. p. 121–132.
- 27. Reiter MK, Stubblebine SG. Resilient authentication using path independence. IEEE T Comput. 1998;47(12):1351–1362.
- 28. Lamport L, Shostak R, Pease M. The Byzantine generals problem. TOPLAS. 1982;4(3):382–401.
- 29.
Castro M, Liskov B, others. Practical Byzantine fault tolerance. In: OSDI. vol. 99; 1999. p. 173–186.
- 30.
Dwork C, Naor M. Pricing via processing or combatting junk mail. In: Advances in Cryptology. Springer; 1993. p. 139–147.
- 31.
Nakamoto S. Bitcoin: A peer-to-peer electronic cash system. bitcoinorg. 2008; p. 28.
- 32.
Mazières D. Stellar Consensus Protocol: A Federated Model for Internet-level Consensus; 2015.
- 33.
Fiat A, Saia J. Censorship resistant peer-to-peer content addressable networks. In: SIAM SODA. ACM; 2002. p. 94–103.
- 34.
Clarke I, Sandberg O, Wiley B, Hong TW. Freenet: A distributed anonymous information storage and retrieval system. In: Designing Privacy Enhancing Technologies. Springer; 2001. p. 46–66.
- 35. Shamir A. How to share a secret. Communications of the ACM. 1979;22(11):612–613.
- 36. Blakley GR. Safeguarding cryptographic keys. P Natl Comp Conf. 1979;48:313–317.
- 37.
Zhang H, Goel A, Govindan R. Using the small-world model to improve freenet performance. In: INFOCOM. vol. 3. IEEE; 2002. p. 1228–1237.
- 38.
Kleinberg J. The small-world phenomenon: An algorithmic perspective. In: STOC. ACM; 2000. p. 163–170.
- 39. Alrajeh NA, Alabed MS, Elwahiby MS. Secure ant-based routing protocol for wireless sensor network. Int J Distrib Sens N. 2013;2013.
- 40. Kohno E, Okazaki T, Takeuchi M, Ohta T, Kakuda Y, Aida M. Improvement of assurance including security for wireless sensor networks using dispersed data transmission. J Comp Sys Sci. 2012;78(6):1703–1715.
- 41. Khalil I, Bagchi S, Rotaru CN, Shroff NB. UnMask: Utilizing neighbor monitoring for attack mitigation in multihop wireless sensor networks. Ad Hoc Networks. 2010;8(2):148–164.
- 42. Lou W, Kwon Y. H-SPREAD: a hybrid multipath scheme for secure and reliable data collection in wireless sensor networks. IEEE T Veh Technol. 2006;55(4):1320–1330.
- 43. Liu A, Zheng Z, Zhang C, Chen Z, Shen X. Secure and energy-efficient disjoint multipath routing for WSNs. IEEE T Veh Technol. 2012;61(7):3255–3265.
- 44.
Grewal GS, Ryan MD, Bursuc S, Ryan PY. Caveat coercitor: Coercion-evidence in electronic voting. In: Security and Privacy (SP), 2013 IEEE Symposium on. IEEE; 2013. p. 367–381.
- 45.
Leskovec J, Kleinberg J, Faloutsos C. Graphs over time: densification laws, shrinking diameters and possible explanations. In: Proceedings of the eleventh ACM SIGKDD international conference on Knowledge discovery in data mining. ACM; 2005. p. 177–187.
- 46.
Xu X, Mao ZM, Halderman JA. Internet censorship in China: Where does the filtering occur? In: International Conference on Passive and Active Network Measurement. Springer; 2011. p. 133–142.
- 47.
Dingledine R, Mathewson N, Syverson P. Tor: The second-generation onion router. DTIC Document; 2004.