US20160087951A9 - Systems and methods for inhibiting attacks with a network - Google Patents

Systems and methods for inhibiting attacks with a network Download PDF

Info

Publication number
US20160087951A9
US20160087951A9 US14/103,430 US201314103430A US2016087951A9 US 20160087951 A9 US20160087951 A9 US 20160087951A9 US 201314103430 A US201314103430 A US 201314103430A US 2016087951 A9 US2016087951 A9 US 2016087951A9
Authority
US
United States
Prior art keywords
node
client
network
request
nodes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US14/103,430
Other versions
US9344418B2 (en
US20140101746A1 (en
Inventor
Angelos Stavrou
Angelos D. Keromytis
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Columbia University of New York
Original Assignee
Columbia University of New York
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Columbia University of New York filed Critical Columbia University of New York
Priority to US14/103,430 priority Critical patent/US9344418B2/en
Publication of US20140101746A1 publication Critical patent/US20140101746A1/en
Assigned to NATIONAL SCIENCE FOUNDATION reassignment NATIONAL SCIENCE FOUNDATION CONFIRMATORY LICENSE (SEE DOCUMENT FOR DETAILS). Assignors: COLUMBIA UNIV NEW YORK MORNINGSIDE
Publication of US20160087951A9 publication Critical patent/US20160087951A9/en
Priority to US15/147,441 priority patent/US9992222B2/en
Application granted granted Critical
Publication of US9344418B2 publication Critical patent/US9344418B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1441Countermeasures against malicious traffic
    • H04L63/1458Denial of Service
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0823Network architectures or network communication protocols for network security for authentication of entities using certificates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/123Applying verification of the received information received data contents, e.g. message integrity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1408Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
    • H04L63/1416Event detection, e.g. attack signature detection
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2463/00Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00
    • H04L2463/141Denial of service attacks against endpoints in a network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information

Definitions

  • the disclosed subject matter relates to systems and methods for inhibiting attacks with a network.
  • DoS denial-of-service
  • a DoS attack can make a resource unavailable to users by overloading the resource with traffic or requests.
  • a DoS attack can target a web-server so that the web-server cannot serve web pages.
  • a DoS attack can also flood a network with traffic so that the network is too busy to serve legitimate traffic.
  • One goal in combating a DoS attack is to distinguish between authorized and unauthorized traffic.
  • Authorized traffic is allowed to reach its target, while unauthorized traffic is dropped, rate-limited, or otherwise not allowed to successfully reach its target.
  • One method of preventing some DoS attacks is to use a network to act as a first-level firewall that discriminates between legitimate traffic and potentially malicious traffic.
  • a client can route its traffic through a node in the network and onto its intended target (e.g., a web-server), which is at a location unknown to the client and to possible attackers. Because the location of the target is unknown, it is more difficult for attackers to inhibit communications with the target.
  • Prior systems depend on the inability of an attacker to discover connectivity information for a given client and the infrastructure used by that client (e.g., which node a client is using to route traffic). This makes prior systems susceptible to a variety of attacks. For example, attackers can possess real-time knowledge of the specific node a client is routing traffic through, or can attack nodes using a time-based scheme that tries to increase the impact of the attack on clients' connectivity.
  • an attacker that has knowledge of a client's communication parameters can follow the client's connections and bring down the nodes that the client tries to connect to. As soon as the client realizes that the node is unresponsive and switches to a new node, the attacker can direct the attack to this new node. Thus, an attacker that can bring down a single node can create a targeted-DoS attack for specific clients.
  • Additional DoS attacks such as exhaustion attacks (e.g., CPU-exhaustion and memory-exhaustion attacks) and IP-spoofing attacks can also successfully attack prior systems.
  • exhaustion attacks e.g., CPU-exhaustion and memory-exhaustion attacks
  • IP-spoofing attacks can also successfully attack prior systems.
  • exhaustion attacks an attacker can overload and, thus exhaust, a component of a system so that it cannot function.
  • an attacker can gain unauthorized access to a computer or a network by making it appear that a message has come from a trusted machine.
  • methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node comprising: receiving a packet at one of the plurality of intermediate nodes; determining at the selected intermediate node whether the packet has been sent to the correct one of the plurality of intermediate nodes based on a pseudo random function; and forwarding the packet to the destination node, based on the determining.
  • methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node comprising: receiving security information at the source node from at least one of the plurality of intermediate nodes; selecting an intermediate node among the plurality of intermediate nodes based on a pseudo-random function; and sending a packet and the security information to the selected intermediate node.
  • computer-readable mediums containing computer-executable instructions are provided that, when executed by a processor, cause the processor to perform methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node, the methods comprising: receiving a packet at an intermediate node selected among the plurality of intermediate nodes; determining at the selected intermediate node whether the packet is authorized to be accepted at the selected intermediate node; and forwarding the packet to the destination node, based on the determining.
  • computer-readable mediums containing computer-executable instructions that, when executed by a processor, cause the processor to perform methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node are provided, the methods comprising: receiving security information at the source node from at least one of the plurality of intermediate nodes; selecting an intermediate node among the plurality of intermediate nodes based on a pseudo-random function; and sending a packet and the security information to the selected intermediate node.
  • systems and methods for establishing access to a multi-path network comprising: receiving a request from a client for access to the network at a first node among at least two nodes in the network; selecting a second node among the at least two nodes in the network; forwarding the request to the second node; generating a token, based at least in part on the request; and sending the token to the client.
  • systems and methods for establishing access to a multi-path network comprising: receiving a first request from a client for access to the network at a first node among at least four nodes in the network; selecting a second node among the at least four nodes in the network; forwarding the first request to the second node; creating an initial token; forwarding the initial token to the client; receiving from the client at least the initial token and a second request at a third node among the at least four nodes in the network; determining at the third node whether the initial token is valid; selecting a fourth node among the at least four nodes in the network; forwarding the second request and the initial ticket to the fourth node;
  • FIG. 1 is a schematic diagram of an illustrative system suitable for implementation of an application that protects applications from attacks in accordance with some embodiments of the disclosed subject matter.
  • FIG. 2 is a detailed example of the server and one of the clients of FIG. 1 that can be used in accordance with some embodiments of the disclosed subject matter.
  • FIG. 3 is a simplified illustration of a system suitable for inhibiting attacks on digital devices using a multi-path network in accordance with some embodiments of the disclosed subject matter.
  • FIG. 4 is a simplified illustration of a method for establishing communications between a client and a multi-path network using the system of FIG. 3 in accordance with some embodiments of the disclosed subject matter.
  • FIG. 5 is a simplified illustration of some example packet formats and an example ticket format that can be used in some embodiments of the disclosed subject matter.
  • FIG. 6 is a simplified illustration of another process for establishing communications between a client and a multi-path network using the system of FIG. 3 in accordance with some embodiments of the disclosed subject matter.
  • FIG. 7 is a schematic diagram of a communication process for sending packets from a client to server through a multi-path network in accordance with some embodiments of the disclosed subject matter.
  • a network can issue a token to a client and this token can be used to verify the authenticity of packets communicated to the network by the client.
  • the use of the token can reduce the necessity to maintain application and/or network-level state at the nodes or elsewhere in the network.
  • a client can spread its packets across nodes in the network and inhibit an attacker from following the sequence with which the packets are spread.
  • the disclosed subject matter can provide protection from attacks, for example, protection from attacks that use state dependence to attack the network and protection from attacks on only part of a network.
  • Some embodiments of the disclosed subject matter provide a firewall in a network such that access links to the network do not become congested.
  • This firewall can perform access control using any appropriate system or method, such as, for example, IP security, transport layer security (TLS), or access control protocols as described below.
  • Authorized traffic can be routed to a secret location, which can be the destination of the traffic itself or a device (e.g., a server) that can contact and communicate with the destination. It should be noted that it is possible for the location of the destination itself, and/or a server that can contact the destination, to vary over time.
  • systems and methods according to the disclosed subject matter can provide protection for the communications of a client of a network from attackers that have either, for example, partial knowledge of the communications parameters (e.g., can determine which nodes of a network a client is communicating with) or are attacking nodes of network using sweeping attacks.
  • Systems and method can be configured so that a client is required to spread packets across nodes in a pseudo-random manner and perform this spreading without storing network or application level state in the nodes or elsewhere in the network. This can prevent an attacker from being able to mount a DoS attack against those nodes because the attacker is unsure of which nodes to attack.
  • FEC forward error correction
  • duplication of packets e.g., sending the same packet through different nodes
  • TCP can be depended on to simply resend any dropped packets.
  • FIG. 1 is a schematic diagram of an illustrative system 100 suitable for implementation of systems and methods for protecting an application from attack in accordance with some embodiments of the disclosed subject matter.
  • system 100 can include one or more clients 102 .
  • Clients 102 can be local to each other or remote from each other, and can be connected by one or more communications links 104 to a communications network 106 .
  • Communications network 106 can also be linked through a communications link 108 to a server 110 .
  • Various embodiments of the disclosed subject matter can be implemented on at least one of the server and the clients. It is also possible that a client and a server can be connected through communication links 108 or 104 directly and not through a communication network 106 .
  • server 110 can be any suitable server or digital processing device for executing an application, such as, for example, a processor, a computer, a data processing device, or a combination of such devices.
  • Communications network 106 can be any suitable computer network including the Internet, an intranet, a wide-area network (WAN), a local-area network (LAN), a wireless network, a digital subscriber line (DSL) network, a frame relay network, an asynchronous transfer mode (ATM) network, a virtual private network (VPN), or any combination of any of the same.
  • Communications links 104 and 108 can be any communications links suitable for communicating data between clients 102 and server 110 , such as network links, dial-up links, wireless links, hard-wired links, etc.
  • Clients 102 can be any suitable digital processing devices, such as, for example, personal computers, laptop computers, mainframe computers, dumb terminals, data displays, Internet browsers, personal digital assistants (PDAs), two-way pagers, wireless terminals, portable telephones, etc., or any combination of the same.
  • Clients 102 and server 110 can be located at any suitable location. In one embodiment, clients 102 and server 110 can be located within an organization. Alternatively, clients 102 and server 110 can be distributed between multiple organizations.
  • client 102 and server 110 can include respectively, among other things, processors 202 and 220 , displays 204 and 222 , input devices 206 and 224 , and memory 208 and 226 , which can be interconnected.
  • memory 208 and 226 contain a storage device for storing a program for controlling processors 202 and 220 .
  • Memory 208 and 226 can also contain applications for protecting at least one other application from attacks.
  • various applications can be resident in the memory of client 102 or server 110 .
  • system 100 might be suitable for different embodiments of the disclosed subject matter.
  • the methods and systems of the subject matter are described herein as being implemented on a client and/or a server, this is only illustrative. Various components of embodiments of the disclosed subject matter can be implemented on any suitable platform.
  • System 300 of FIG. 3 illustrates an embodiment of a system suitable for providing protection from DoS attacks that attempt to, for example, inhibit communication between a client 310 and a server 340 .
  • Communication between a client 310 and server 340 can be through a network 350 that can contain nodes 320 and possibly a server 330 .
  • One possible implementation of a system 300 can be a client 310 embodied on a client 102 of FIG. 1 and nodes 320 , server 330 , and server 340 embodied on various servers 110 .
  • some embodiments of system 300 can include any of client 310 , nodes 320 , server 330 , and server 340 implemented on any of a client 102 and/or server 110 .
  • Communication links 325 can be embodied as communication links 104 and/or 108 , and/or network 106 .
  • system 300 can be embodied as an overlay network on a system 100 and in such an embodiment, nodes 320 can be, for example, overlay nodes. In some embodiments using, for example, overlays, as described above, it is possible to embody the network of FIG. 3 on a network of FIG. 1 without requiring changes to the network of FIG.1 .
  • nodes 320 and/or server 330 are not user machines, but are hosts dedicated to offering a protection service. It should also be noted that many clients 310 , servers 330 , and/or servers 340 can be connected to a network 350 and that only one of each is shown simply for ease of explanation.
  • nodes 320 can be embodied as intermediate nodes
  • a client 310 can be embodied as a source node
  • server 330 can be embodied as a further intermediate node
  • a server 340 can be embodied as a destination node.
  • a source node can be embodied on, for example, a server 110 or a client 102
  • intermediate nodes can be embodied on a clients 102 or servers 110
  • a destination node can be embodied on a server 110 or client 102 .
  • the roles of, for example, a source node and a destination node can change.
  • a source node can sometimes be a destination node
  • a destination node can sometimes be a source node.
  • systems and methods according to the disclosed subject matter can issue a token to a client 310 .
  • This token can be used by a node 320 to authenticate the client 310 , to validate routing decisions, and to prevent malicious or subverted nodes from utilizing a disproportionate or undesired amount of bandwidth.
  • any appropriate authentication protocol can be used, many protocols require at least two round-trips between the parties and often require considerable computation.
  • One consideration in selecting a protocol is that an attacker that can observe communications between a client 310 and the network 350 can direct an attack, for example, a congestion-based DoS attack, against a node 320 that is contacted by a client 310 for authentication purposes. This can prevent the client 310 from successfully completing an authentication process.
  • systems and methods according to the disclosed subject matter can overcome this issue by redirecting the authentication request from, for example, one node 320 to another node 320 .
  • a client 310 can select a node 320 , such as node 401 of FIG. 4 , and send, at 410 , node 401 a packet 510 of FIG. 5 for example, containing for example, the client's public key certificate 512 , the clients IP address 511 , and other information.
  • the receiving node 401 can forward, at 411 , the packet to a second node 320 , such as node 402 .
  • Protocols to negotiate security information such as a token, which in some embodiments can be a key and a ticket, are described below. It should be noted, however, that any appropriate protocol can be used and that various changes can be made to the formats of, for example, the security information, token, packets, ticket, key, IP address, flags, and/or sequence number described herein and illustrated in FIG. 5 . It should also be noted that the use of IP packets is only illustrative and that any appropriate packet type can be used, such as, for example, Internet Protocol version 4 packets, Internet Protocol version 6 packets, and User Data Gram packets.
  • the ticket 520 Upon completion of such a protocol, the ticket 520 , for example, can be used by a client 310 to access the network 350 .
  • a ticket can be security information that provides a client access to a network, and/or to part of a network, and/or indicates that a packet associated with the ticket came from a certain client.
  • a ticket can be any appropriate form of security information.
  • Ticket 520 can contain, for example, a session key, Ku 521 , a range of packet sequence numbers 522 for which Ku 521 and the ticket 520 are valid, a randomly selected client identifier, the current time-stamp, and a flag indicating that the authorization is not complete, all shown at 523 .
  • the session key, Ku can be received separately from the ticket.
  • the client identifier can be a random value and can be selected by a node 320 that authenticated that client 310 .
  • Each of these parts of the ticket can be encrypted and authenticated under KM, a secret key that can be negotiated periodically (e.g., every few hours) among the nodes 320 .
  • the ticket can also include be a message authentication code 524 based on, for example, a universal hashing (UMAC) signature of the encrypted ticket using KM and a nonce (i.e., a number used once), which can consist of, for example, the first 64 bits of the encrypted ticket.
  • UMAC universal hashing
  • a nonce i.e., a number used once
  • the second node 402 can select a session key Ku 521 , for example, at random, and create a ticket 520 for a client 310 .
  • the client's public key certificate can be validated, and a second copy of Ku 521 can be independently encrypted under the client's public key.
  • both operations can be relatively lightweight (e.g., compared to operations involving RSA private keys); a node 320 can be able to perform, for example, a few thousand public key operations (i.e., signature verifications or public-key encryptions) per second.
  • the ticket 520 along with the encrypted session key 521 can be sent to the client 310 , at 412 , encrypted in packet 530 .
  • This one-round-trip protocol can be stateless (for the network 350 ) and computationally fast, thus resisting both memory-exhaustion and CPU-exhaustion attacks on the nodes 320 .
  • an optional message can be sent from the network 350 to the client 310 with a list of the nodes' 320 IP addresses. This list can be used by the client 310 to select a node 320 to send a packet to after authentication is complete.
  • a client 310 can send, at 610 , a request and certificate to a node 320 , such as node 601 .
  • Node 601 can forward, at 611 , this request to a second node 320 , such as node 602 .
  • Note 602 can treat the certificate as a random number, which it can UMAC-sign with the shared key, KM.
  • the client's 310 IP address and the systems timestamp can be the nonce used in the UMAC operation.
  • Node 602 can send, at 612 , the UMAC signature and the nonce to client 310 .
  • the client can contact a third node 320 , such as node 603 , and send, at 613 , its certificate, the UMAC signature, and the nonce.
  • Node 603 can validate the authenticity of the UMAC and forward, at 614 , the request to a fourth node 320 , such as node 604 .
  • Node 604 can generate a ticket for the client 310 , encrypting it with the client's 310 public key, which can be retrieved from the certificate, and send, at 615 , the client a packet 530 .
  • the ticket can have a flag indicating the authorization is not complete and thus does not provide full access to the network.
  • the authentication protocol can continue to use the ticket, while flagged incomplete, to, for example, prove liveness for the network 350 and the client 310 .
  • the network 350 can provide the client 310 with a ticket flagged complete and thus provide access that is not restricted. This can be accomplished, for example, by simply clearing the flag in the ticket.
  • a ticket can be periodically or randomly refreshed to avoid situations where, for example, a malicious user distributes the session key and ticket to attackers (e.g., zombies) that try to access the network 350 .
  • GTT-based authentication can issue a second ticket that only allows clients 310 to contact the GTT server.
  • Each node 320 can embody this server, for example, locally.
  • the GTT server can issue an unrestricted ticket to a client 310 .
  • the GTT authentication can be performed at periodic or random intervals.
  • an authentication process (e.g. of FIG. 4 or FIG. 6 ) by, for example, receiving a token, at 701 , sent from a node 320 , at 702 , the client 310 can start sending packets to the remote destination 340 through the network 350 .
  • the client 310 can spread these packets across the nodes 320 in the network 350 .
  • the client 310 can select, at 720 , a node 320 to send that packet through.
  • the selection can be made from a list of nodes 320 that is kept at a client 310 and can be updated depending on the version 513 of the list held by the client 310 .
  • Client 310 can also provide a measure of security to the packet, at 730 , by for example, attaching authentication information to the packet.
  • the packet can be sent, at 740 , to a selected node 320 where it can be checked, at 750 , for authenticity. If the node 320 performing the checking confirms the authenticity of the packet, the packet can then be forwarded, at 760 , to either its destination 340 or a server 330 that knows the location of, and will forward the packet to, its destination 340 . If the node determines this packet is not authentic or otherwise should not be forwarded, the packet can be dropped or otherwise discarded, at 770 .
  • the spreading process can be repeated for each packet a client 310 sends to a destination 340 .
  • a client 310 can send a first packet to first node 320 , a second packet to a second node 320 , and a third packet to a third node 320 .
  • the packets can be associated with each other. For example, packets can be associated because they are sent from the same client 310 , they are sent with the same ticket 520 , they are sent from the same application, and/or they are sent from the same network interface device.
  • a token can be issued not only to a client, but also, for example, to an application or network interface device.
  • a client 310 can start sending packets to the remote destination 340 through the network 350 .
  • Each packet such as the example packet 540 of FIG. 5
  • sent by a client 310 to a node 320 can contain, for example, three network-related fields. These fields can be the ticket 520 , an authenticator 543 , and a sequence ID 541 that is, for example, monotonically increasing.
  • Packet 540 can also contain the information to be passed on to server 740 , such as, for example, IP packet 544 .
  • the ticket 520 can contain a session key 521 and a sequence range 522 for which the ticket is valid, each of which can be encrypted under a secret key, KM.
  • the sequence number 541 can be a value that is incremented by a client 310 for each packet transmitted through the network 350 with a given session key 521 .
  • Each node 320 can maintain a table of last-seen sequence numbers 541 for each client 310 .
  • the client identifier, at 523 in ticket 520 can be used as an index to this table.
  • the authenticator 543 can be a message authentication code (MAC) using, for example, a fast transform such as UMAC and the session key Ku.
  • the UMAC can be computed over the whole packet, including the ticket and the sequence number 541 of the packet.
  • the sequence number 541 concatenated with the client's IP address, for example, can be used as the UMAC nonce. Doing so can bind the ticket to a specific IP address (or other location identifier) and thus prevent the ticket 520 from being used by other clients 310 .
  • the only state each node 320 needs to maintain per client 310 is the client identifier and the last sequence number seen by that particular client 310 .
  • This state is not network or application related and can be used to prevent replay attacks (e.g., inappropriately using an already used token to gain access). For example, assuming that both the client identifier and the sequence number are 32-bit values, each would need to maintain only 64 bits of state for each client. Thus, for a network 350 that supports one million active clients 310 , only 8 MB of state information is needed.
  • a client 310 transmitting a packet through the network 350 can use the session key 521 and the sequence number 541 as inputs to a pseudo-random function (PRF) to select, at 720 , which node 320 will be sent a packet.
  • PRF pseudo-random function
  • the output of the PRF can be treated as an index to a list of the nodes 320 , through which the packet will be routed.
  • the list can be obtained when the client first connects to the network by requesting it after the key establishment phase. Additionally, it can be obtained independently of the protected communication.
  • a client 310 can keep an updated list of the nodes 320 by, for example, comparing the version 513 of its list with a version stored in the network 350 and download only the differences between the two versions. It should be noted that updating this list may be necessary, or beneficial for performance, when a node goes down to have, for example, maintenance performed.
  • a client 310 can associate a packet with authentication information, at 730 .
  • the client can encapsulate the original packet (i.e., the packet addressed to the final destination) inside a packet for the network 350 , along with the information identified above (e.g., ticket, sequence number, and authenticator).
  • This packet can be forwarded through the network 350 to the final destination 340 or, alternatively, to an appropriate secret servlet on server 330 and then to the final destination 340 .
  • the network 350 can check the validity, at 750 , of the packet, by, for example, checking the validity of the ticket 520 .
  • This validation can be accomplished, for example, using UMAC validation.
  • the ticket can be decrypted and the authenticator can be verified at 750 . This can inhibit spoofing attacks from an attacker who obtains a valid ticket and generates packets to all nodes with randomly selected sequence numbers, thus preventing a valid client 310 from communicating with the network 350 .
  • a node 320 that receives such a packet can verify that the sequence number on the packet is larger than the last sequence number seen from a client 310 by using the client identifier to index an internal table.
  • a node 320 can also verify that the sequence number is within the acceptable range of sequence numbers for this ticket and can use the key and the sequence number along with the PRF to determine whether the client 310 correctly routed the traffic. If all tests are successful, a node 320 can update the sequence number table and forward the packet, at 760 , to, for example, a secret servlet at server 330 .
  • a packet that is not successfully authenticated, at 750 can be dropped or otherwise discarded, at 770 . For example, packets with lower or equal sequence numbers than a previously seen sequence number can be considered duplicates (either accidental reordering or malicious replays by attackers) and thus dropped, at 770 .
  • the range 522 of valid sequence numbers 541 for the ticket 520 can be kept relatively small (and contained inside the ticket), e.g., 500 packets.
  • the ticket 520 can be bound to the client's IP address, since, to authenticate the packet, the overlay can use the UMAC including the client's IP address as part of the UMAC nonce.
  • each packet can contain a timestamp that can be checked to further confirm that the ticket 520 is valid. After a configurable period of time (e.g., 1 or 2 hours), the network can expire the ticket.
  • Nodes 320 that receive valid tickets that are about to expire can simply re-issue a new ticket 520 with the same session key 521 but a new range 522 of valid sequence numbers 541 .
  • This approach combined with the state kept by each node 320 , can make it prohibitive for attackers to reuse the same ticket 520 from a large number of distinct nodes (each of which is only transmitting to a specific node), since the new valid ticket 520 would need to be continuously propagated to all zombies.
  • a shared key under which the ticket can be encrypted can be periodically or otherwise established among all nodes 320 , using, for example, a group key management protocol.
  • Some embodiments of the systems and methods of the disclosed subject matter can be implemented in computer code on nodes 320 , a server 330 , a server 340 , and/or a client 310 .
  • a routing-table entry on client 310 can redirect IP packets destined for a server 340 to a virtual interface implemented using the a pseudo-device driver (e.g., TUN, a virtual point-to-point network device known in the art).
  • This virtual interface can act as a virtual network interface that intercepts messages to and from a real network interface.
  • An IP packet, for example, sent to the virtual interface can be read by a user process reading the device (e.g., reading /dev/tun 0 ).
  • IP input queue e.g., the input queue of the kernel
  • a user-level proxy daemon process reading from the corresponding device can capture each outgoing IP packet, encapsulate it, at 730 , in a UDP packet along with the authentication information, select, at 740 , a node 320 , and send the UDP packet to the selected node 320 .
  • Software running on a node 320 can receive such a UDP packet, authenticate it, at 750 , and forward it, at 760 , to the a server 340 or 330 .
  • the UDP packet can be decapsulated and delivered to its intended recipient (e.g., a web server).
  • the decapsulation can be performed by a separate server (e.g., server 330 ) or by the server where the intended recipient is located (e.g., server 340 ).
  • connection establishment can be implemented in software and/or hardware.
  • a client 310 attempts to contact a protected server 340 for the first time it can receive a small list of randomly selected nodes' 320 IP addresses through DNS name resolution.
  • a client 310 can select one of the nodes, such as node 401 , and transmit, at 410 , a connection initiation packet, such as, packet 510 of FIG. 5 , to authenticate itself, acquire a ticket 520 and a session key 501 , and to update its list of nodes 320 .
  • the connection request packet 510 can be a UDP packet sent to a known port and it can contain a version number 503 of the list of overlay nodes' IP addresses.
  • a node 320 receives this packet, it can forward it, at 411 , to another node 320 , such as node 402 .
  • Node 402 can generate a ticket, such as 36 byte (288-bit) ticket 520 .
  • the first 224 bits of the ticket can include a 128-bit session key Ku 521 , a 64-bit packet sequence range 522 for which the ticket is valid with the starting sequence randomly selected, and a 64-bit field 523 with the Client ID, time-stamp and flags that can be used to avoid public-key dictionary attacks.
  • This field 523 can be AES-encrypted using a master key, KM, shared among nodes 320 .
  • a 32-bit UMAC 524 authenticator can be appended and computed over all fields in the ticket using the master key KM.
  • the ticket 520 , a starting packet sequence, and the session key Ku 521 (encrypted under the client's public key) can be sent to a client 310 .
  • Another optional packet containing differences of the current list of the IP addresses of the nodes 320 can also be sent to the client 310 , depending on the version 513 indicated in the connection initiation packet 510 .
  • Some embodiments of packet transmission can be implemented in software and/or hardware.
  • a client 310 can construct a forward request UDP packet containing the packet sequence number 541 , a ticket 520 , and the original packet 544 , the client 310 can determine which node 320 to send a packet to by using the session key 521 , the packet sequence 522 (start sequence plus one for the first packet) and the publicly available sorted list of IP addresses of the nodes 320 . Assuming that the number of overlay nodes is n, the client can compute the index in the sorted list of IPs as:
  • index UMAC( Ku ⁇ sequence number) (mod( n )).
  • the receiving node 320 can validate the ticket 520 using a ticket UMAC.
  • the ticket 520 can be decrypted using KM, a secret key shared among the nodes 320 , and the packet authenticity can be verified.
  • the sequence number 541 can be compared against the one stored in the receiving node 320 for this client identifier, if there is one (otherwise, this can be assumed to be a packet from a new client). If the sequence number 541 in the packet 540 is bigger, the node 320 can store a new sequence number and check if the ticket 520 is expired (i.e., the packet sequence is greater than the maximum packet sequence), after decrypting the ticket 520 .
  • a node 320 can check whether the packet 540 was correctly routed to it. If a check fails, at 750 , the packet 540 (or packet 544 if un-encapsulated) can be dropped at 770 . Otherwise, the packet can be routed, at 760 , for example, to a secret servlet on server 330 , and from there to the actual server 340 .

Abstract

Systems and methods for inhibiting attacks with a network are provided. In some embodiments, methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node are provided, the methods comprising: receiving a packet at one of the plurality of intermediate nodes; determining at the selected intermediate node whether the packet has been sent to the correct one of the plurality of intermediate nodes based on a pseudo random function; and forwarding the packet to the destination node, based on the determining. In some embodiments an intermediate node is selected based on a pseudo random function. In some embodiments, systems and methods for establishing access to a multi-path network are provided.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a divisional of U.S. patent application Ser. No. 12/048,533, filed Mar. 14, 2008, which is a national stage application under 35 U.S.C. §371 of International Patent Application No. PCT/US2006/036327, filed Sep. 18, 2006, which claims the benefit of U.S. Patent Application No. 60/717,716, filed Sep. 16, 2005, each of which is hereby incorporated by reference herein in its entirety.
  • STATEMENT REGARDING FEDERALLY SPONSORED RESEARCH OR DEVELOPMENT
  • This invention was made with government support under Award No. 0426623 awarded by the National Science Foundation. The government has certain rights in the invention.
  • TECHNICAL FIELD
  • The disclosed subject matter relates to systems and methods for inhibiting attacks with a network.
  • BACKGROUND
  • Communications between digital processing devices can be inhibited by attacks upon the digital devices themselves or a network that the devices use for communication. One type of attack, a denial-of-service (DoS) attack, can make a resource unavailable to users by overloading the resource with traffic or requests. For example, a DoS attack can target a web-server so that the web-server cannot serve web pages. A DoS attack can also flood a network with traffic so that the network is too busy to serve legitimate traffic.
  • One goal in combating a DoS attack is to distinguish between authorized and unauthorized traffic. Authorized traffic is allowed to reach its target, while unauthorized traffic is dropped, rate-limited, or otherwise not allowed to successfully reach its target. One method of preventing some DoS attacks is to use a network to act as a first-level firewall that discriminates between legitimate traffic and potentially malicious traffic. A client can route its traffic through a node in the network and onto its intended target (e.g., a web-server), which is at a location unknown to the client and to possible attackers. Because the location of the target is unknown, it is more difficult for attackers to inhibit communications with the target.
  • Prior systems depend on the inability of an attacker to discover connectivity information for a given client and the infrastructure used by that client (e.g., which node a client is using to route traffic). This makes prior systems susceptible to a variety of attacks. For example, attackers can possess real-time knowledge of the specific node a client is routing traffic through, or can attack nodes using a time-based scheme that tries to increase the impact of the attack on clients' connectivity.
  • In targeted attacks, for example, an attacker that has knowledge of a client's communication parameters can follow the client's connections and bring down the nodes that the client tries to connect to. As soon as the client realizes that the node is unresponsive and switches to a new node, the attacker can direct the attack to this new node. Thus, an attacker that can bring down a single node can create a targeted-DoS attack for specific clients.
  • Other attacks can exploit information that was intended only to be available to trusted components of the system, but which an attacker can feasibly gain access to, are also possible against prior systems. For example, in sweeping attacks the attacker can use its power to attack a small percentage of the nodes of a network at a time. This type of attack can target an application-level state (e.g., application information used for determining a future action) maintained by the node responsible for a client. Destroying this state can force the client to reestablish both network and application-level connectivity, can degrade the client's connection and can lead to DoS for time-critical or latency-dependent applications. Thus, although network firewalls can help in inhibiting some attacks, they remain vulnerable to a range of debilitating attacks.
  • Additional DoS attacks, such as exhaustion attacks (e.g., CPU-exhaustion and memory-exhaustion attacks) and IP-spoofing attacks can also successfully attack prior systems. In exhaustion attacks an attacker can overload and, thus exhaust, a component of a system so that it cannot function. In an IP-spoofing attack, an attacker can gain unauthorized access to a computer or a network by making it appear that a message has come from a trusted machine.
  • Accordingly, it is desirable to provide systems and methods for inhibiting attacks with a multi-path network.
  • SUMMARY
  • Systems and methods for inhibiting attacks with a network are provided. In some embodiments, methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node are provided, the methods comprising: receiving a packet at one of the plurality of intermediate nodes; determining at the selected intermediate node whether the packet has been sent to the correct one of the plurality of intermediate nodes based on a pseudo random function; and forwarding the packet to the destination node, based on the determining.
  • In some embodiments, methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node are provided, the methods comprising: receiving security information at the source node from at least one of the plurality of intermediate nodes; selecting an intermediate node among the plurality of intermediate nodes based on a pseudo-random function; and sending a packet and the security information to the selected intermediate node.
  • In some embodiments, devices that inhibit attacks by forwarding packets, when being transmitted from a source node to a destination node are provided, the devices each comprising: an interface in communication with a network; a memory in communication with the interface; and a processor in communication with the memory and the interface; wherein the processor: receives a packet; determines whether the packet has been sent to the correct device based on a pseudo random function; and forwards the packet to the destination node, based on the determining.
  • In some embodiments, devices that inhibit attacks when packets are being transmitted through a plurality of intermediate nodes to a destination node are provided, the devices each comprising: an interface in communication with the network; a memory in communication with the interface; and a processor in communication with the memory and the interface; wherein the processor: receives security information from at least one of the plurality of intermediate nodes; selects an intermediate node among the plurality of intermediate nodes based on a pseudo-random function; and sends a packet and the security information to the selected intermediate node.
  • In some embodiments, computer-readable mediums containing computer-executable instructions are provided that, when executed by a processor, cause the processor to perform methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node, the methods comprising: receiving a packet at an intermediate node selected among the plurality of intermediate nodes; determining at the selected intermediate node whether the packet is authorized to be accepted at the selected intermediate node; and forwarding the packet to the destination node, based on the determining.
  • In some embodiments, computer-readable mediums containing computer-executable instructions that, when executed by a processor, cause the processor to perform methods for inhibiting attacks by forwarding packets through a plurality of intermediate nodes when being transmitted from a source node to a destination node are provided, the methods comprising: receiving security information at the source node from at least one of the plurality of intermediate nodes; selecting an intermediate node among the plurality of intermediate nodes based on a pseudo-random function; and sending a packet and the security information to the selected intermediate node.
  • In some embodiments, systems and methods for establishing access to a multi-path network are provided, the methods comprising: receiving a request from a client for access to the network at a first node among at least two nodes in the network; selecting a second node among the at least two nodes in the network; forwarding the request to the second node; generating a token, based at least in part on the request; and sending the token to the client.
  • In some embodiments, systems and methods for establishing access to a multi-path network are provided, the methods comprising: receiving a first request from a client for access to the network at a first node among at least four nodes in the network; selecting a second node among the at least four nodes in the network; forwarding the first request to the second node; creating an initial token; forwarding the initial token to the client; receiving from the client at least the initial token and a second request at a third node among the at least four nodes in the network; determining at the third node whether the initial token is valid; selecting a fourth node among the at least four nodes in the network; forwarding the second request and the initial ticket to the fourth node;
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic diagram of an illustrative system suitable for implementation of an application that protects applications from attacks in accordance with some embodiments of the disclosed subject matter.
  • FIG. 2 is a detailed example of the server and one of the clients of FIG. 1 that can be used in accordance with some embodiments of the disclosed subject matter.
  • FIG. 3 is a simplified illustration of a system suitable for inhibiting attacks on digital devices using a multi-path network in accordance with some embodiments of the disclosed subject matter.
  • FIG. 4 is a simplified illustration of a method for establishing communications between a client and a multi-path network using the system of FIG. 3 in accordance with some embodiments of the disclosed subject matter.
  • FIG. 5 is a simplified illustration of some example packet formats and an example ticket format that can be used in some embodiments of the disclosed subject matter.
  • FIG. 6 is a simplified illustration of another process for establishing communications between a client and a multi-path network using the system of FIG. 3 in accordance with some embodiments of the disclosed subject matter.
  • FIG. 7 is a schematic diagram of a communication process for sending packets from a client to server through a multi-path network in accordance with some embodiments of the disclosed subject matter.
  • DETAILED DESCRIPTION
  • Systems and methods for inhibiting denial-of-service attacks with a multi-path network are disclosed. Using some embodiments of the disclosed subject matter, a network can issue a token to a client and this token can be used to verify the authenticity of packets communicated to the network by the client. The use of the token can reduce the necessity to maintain application and/or network-level state at the nodes or elsewhere in the network. A client can spread its packets across nodes in the network and inhibit an attacker from following the sequence with which the packets are spread. The disclosed subject matter can provide protection from attacks, for example, protection from attacks that use state dependence to attack the network and protection from attacks on only part of a network.
  • Some embodiments of the disclosed subject matter provide a firewall in a network such that access links to the network do not become congested. This firewall can perform access control using any appropriate system or method, such as, for example, IP security, transport layer security (TLS), or access control protocols as described below. Authorized traffic can be routed to a secret location, which can be the destination of the traffic itself or a device (e.g., a server) that can contact and communicate with the destination. It should be noted that it is possible for the location of the destination itself, and/or a server that can contact the destination, to vary over time.
  • In some embodiments, systems and methods according to the disclosed subject matter can provide protection for the communications of a client of a network from attackers that have either, for example, partial knowledge of the communications parameters (e.g., can determine which nodes of a network a client is communicating with) or are attacking nodes of network using sweeping attacks. Systems and method can be configured so that a client is required to spread packets across nodes in a pseudo-random manner and perform this spreading without storing network or application level state in the nodes or elsewhere in the network. This can prevent an attacker from being able to mount a DoS attack against those nodes because the attacker is unsure of which nodes to attack. If an attacker does attack, randomly or otherwise, a subset of the nodes, this would not be successful against every node and therefore only result in a fraction of the client's traffic being dropped. The effects of these packets being dropped can be reduced or eliminated by, for example, using forward error correction (FEC) or duplication of packets (e.g., sending the same packet through different nodes). Additionally, a protocol, such as TCP, can be depended on to simply resend any dropped packets.
  • FIG. 1 is a schematic diagram of an illustrative system 100 suitable for implementation of systems and methods for protecting an application from attack in accordance with some embodiments of the disclosed subject matter. As illustrated, system 100 can include one or more clients 102. Clients 102 can be local to each other or remote from each other, and can be connected by one or more communications links 104 to a communications network 106. Communications network 106 can also be linked through a communications link 108 to a server 110. Various embodiments of the disclosed subject matter can be implemented on at least one of the server and the clients. It is also possible that a client and a server can be connected through communication links 108 or 104 directly and not through a communication network 106.
  • In system 100, server 110 can be any suitable server or digital processing device for executing an application, such as, for example, a processor, a computer, a data processing device, or a combination of such devices. Communications network 106 can be any suitable computer network including the Internet, an intranet, a wide-area network (WAN), a local-area network (LAN), a wireless network, a digital subscriber line (DSL) network, a frame relay network, an asynchronous transfer mode (ATM) network, a virtual private network (VPN), or any combination of any of the same. Communications links 104 and 108 can be any communications links suitable for communicating data between clients 102 and server 110, such as network links, dial-up links, wireless links, hard-wired links, etc. Clients 102 can be any suitable digital processing devices, such as, for example, personal computers, laptop computers, mainframe computers, dumb terminals, data displays, Internet browsers, personal digital assistants (PDAs), two-way pagers, wireless terminals, portable telephones, etc., or any combination of the same. Clients 102 and server 110 can be located at any suitable location. In one embodiment, clients 102 and server 110 can be located within an organization. Alternatively, clients 102 and server 110 can be distributed between multiple organizations.
  • The server and one of the clients, which are depicted in FIG. 1, are illustrated in more detail in FIG. 2. Referring to FIG. 2, client 102 and server 110 can include respectively, among other things, processors 202 and 220, displays 204 and 222, input devices 206 and 224, and memory 208 and 226, which can be interconnected. In one embodiment, memory 208 and 226 contain a storage device for storing a program for controlling processors 202 and 220. Memory 208 and 226 can also contain applications for protecting at least one other application from attacks. In some embodiments, various applications can be resident in the memory of client 102 or server 110. It should be noted that variations and combinations of system 100 might be suitable for different embodiments of the disclosed subject matter. In addition, although the methods and systems of the subject matter are described herein as being implemented on a client and/or a server, this is only illustrative. Various components of embodiments of the disclosed subject matter can be implemented on any suitable platform.
  • System 300 of FIG. 3 illustrates an embodiment of a system suitable for providing protection from DoS attacks that attempt to, for example, inhibit communication between a client 310 and a server 340. Communication between a client 310 and server 340 can be through a network 350 that can contain nodes 320 and possibly a server 330. One possible implementation of a system 300 can be a client 310 embodied on a client 102 of FIG. 1 and nodes 320, server 330, and server 340 embodied on various servers 110. However, some embodiments of system 300 can include any of client 310, nodes 320, server 330, and server 340 implemented on any of a client 102 and/or server 110. Communication links 325 can be embodied as communication links 104 and/or 108, and/or network 106. In various embodiments, system 300 can be embodied as an overlay network on a system 100 and in such an embodiment, nodes 320 can be, for example, overlay nodes. In some embodiments using, for example, overlays, as described above, it is possible to embody the network of FIG. 3 on a network of FIG. 1 without requiring changes to the network of FIG.1. It should be noted that in some embodiments, nodes 320 and/or server 330 are not user machines, but are hosts dedicated to offering a protection service. It should also be noted that many clients 310, servers 330, and/or servers 340 can be connected to a network 350 and that only one of each is shown simply for ease of explanation.
  • Some embodiments can be used to inhibit attacks with a network 350 by forwarding, from a plurality of nodes 320, packets being transmitted from a client 310 to a server 340 or packets being transmitted from a server 340 to a client 310. In some embodiments, nodes 320 can be embodied as intermediate nodes, a client 310 can be embodied as a source node, server 330 can be embodied as a further intermediate node, and a server 340 can be embodied as a destination node. It should be noted that, in some embodiments, a source node can be embodied on, for example, a server 110 or a client 102, intermediate nodes can be embodied on a clients 102 or servers 110, and a destination node can be embodied on a server 110 or client 102. Additionally, the roles of, for example, a source node and a destination node can change. For example, a source node can sometimes be a destination node, and a destination node can sometimes be a source node.
  • As discussed above, systems and methods according to the disclosed subject matter can issue a token to a client 310. This token can be used by a node 320 to authenticate the client 310, to validate routing decisions, and to prevent malicious or subverted nodes from utilizing a disproportionate or undesired amount of bandwidth. Although any appropriate authentication protocol can be used, many protocols require at least two round-trips between the parties and often require considerable computation. One consideration in selecting a protocol is that an attacker that can observe communications between a client 310 and the network 350 can direct an attack, for example, a congestion-based DoS attack, against a node 320 that is contacted by a client 310 for authentication purposes. This can prevent the client 310 from successfully completing an authentication process.
  • In some embodiments, systems and methods according to the disclosed subject matter, can overcome this issue by redirecting the authentication request from, for example, one node 320 to another node 320. To accomplish this, a client 310 can select a node 320, such as node 401 of FIG. 4, and send, at 410, node 401 a packet 510 of FIG. 5 for example, containing for example, the client's public key certificate 512, the clients IP address 511, and other information. Upon receiving the request, the receiving node 401 can forward, at 411, the packet to a second node 320, such as node 402. Therefore, if an attacker is able to follow the communication 410 and attack node 401, this will not stop the authentication process because node 401 is no longer needed to complete the authentication. Eventually, the authentication can be complete and a token, such as, for example packet 530, can be provided to client 310, at 412, that can allow the client 310 to access the network 350. It should be noted that the selection of the nodes 401 and 402 can be made randomly or by any other suitable method.
  • Protocols to negotiate security information, such as a token, which in some embodiments can be a key and a ticket, are described below. It should be noted, however, that any appropriate protocol can be used and that various changes can be made to the formats of, for example, the security information, token, packets, ticket, key, IP address, flags, and/or sequence number described herein and illustrated in FIG. 5. It should also be noted that the use of IP packets is only illustrative and that any appropriate packet type can be used, such as, for example, Internet Protocol version 4 packets, Internet Protocol version 6 packets, and User Data Gram packets. Upon completion of such a protocol, the ticket 520, for example, can be used by a client 310 to access the network 350. In some embodiments, a ticket can be security information that provides a client access to a network, and/or to part of a network, and/or indicates that a packet associated with the ticket came from a certain client.
  • However, it should be noted that a ticket can be any appropriate form of security information. Ticket 520 can contain, for example, a session key, Ku 521, a range of packet sequence numbers 522 for which Ku 521 and the ticket 520 are valid, a randomly selected client identifier, the current time-stamp, and a flag indicating that the authorization is not complete, all shown at 523. It is also possible that, for example, the session key, Ku, can be received separately from the ticket. The client identifier can be a random value and can be selected by a node 320 that authenticated that client 310. Each of these parts of the ticket can be encrypted and authenticated under KM, a secret key that can be negotiated periodically (e.g., every few hours) among the nodes 320. The ticket can also include be a message authentication code 524 based on, for example, a universal hashing (UMAC) signature of the encrypted ticket using KM and a nonce (i.e., a number used once), which can consist of, for example, the first 64 bits of the encrypted ticket. It should be noted that, in some embodiments, only nodes 320 can validate and decrypt the ticket.
  • Upon receiving a packet with the request, at 411, the second node 402 can select a session key Ku 521, for example, at random, and create a ticket 520 for a client 310. The client's public key certificate can be validated, and a second copy of Ku 521 can be independently encrypted under the client's public key. In some embodiments, both operations can be relatively lightweight (e.g., compared to operations involving RSA private keys); a node 320 can be able to perform, for example, a few thousand public key operations (i.e., signature verifications or public-key encryptions) per second. Upon creation, the ticket 520, along with the encrypted session key 521 can be sent to the client 310, at 412, encrypted in packet 530. This one-round-trip protocol can be stateless (for the network 350) and computationally fast, thus resisting both memory-exhaustion and CPU-exhaustion attacks on the nodes 320. Additionally, an optional message can be sent from the network 350 to the client 310 with a list of the nodes' 320 IP addresses. This list can be used by the client 310 to select a node 320 to send a packet to after authentication is complete.
  • To further inhibit an attack, such as a CPU-exhaustion attack, IP-spoofing attack, or memory-exhaustion attack another round trip can be added to the key establishment protocol. This can be done by, for example, having the client 310 send a UMAC-signed certificate before generating the ticket 520. In such a two-round trip protocol, illustrated in FIG. 6, a client 310 can send, at 610, a request and certificate to a node 320, such as node 601. Node 601, can forward, at 611, this request to a second node 320, such as node 602. Note 602 can treat the certificate as a random number, which it can UMAC-sign with the shared key, KM. The client's 310 IP address and the systems timestamp can be the nonce used in the UMAC operation. Node 602 can send, at 612, the UMAC signature and the nonce to client 310. To prove liveness (e.g., that the client can respond to communication), the client can contact a third node 320, such as node 603, and send, at 613, its certificate, the UMAC signature, and the nonce. Node 603 can validate the authenticity of the UMAC and forward, at 614, the request to a fourth node 320, such as node 604. Node 604 can generate a ticket for the client 310, encrypting it with the client's 310 public key, which can be retrieved from the certificate, and send, at 615, the client a packet 530.
  • In the example protocol described above, the ticket can have a flag indicating the authorization is not complete and thus does not provide full access to the network. The authentication protocol can continue to use the ticket, while flagged incomplete, to, for example, prove liveness for the network 350 and the client 310. When the authentication is complete, however, the network 350 can provide the client 310 with a ticket flagged complete and thus provide access that is not restricted. This can be accomplished, for example, by simply clearing the flag in the ticket. It should be noted that a ticket can be periodically or randomly refreshed to avoid situations where, for example, a malicious user distributes the session key and ticket to attackers (e.g., zombies) that try to access the network 350.
  • Any appropriate authentication process can be followed by additional authentication that can use, for example, a Graphic Turing Test (GTT) to discern the presence of a human at the client node. This can prevent legitimate nodes that have been subverted by an attacker from being used as entry points to the network 350. In some embodiments, GTT-based authentication can issue a second ticket that only allows clients 310 to contact the GTT server. Each node 320 can embody this server, for example, locally. Once the GTT authentication is successfully performed, the GTT server can issue an unrestricted ticket to a client 310. In should be noted that the GTT authentication can be performed at periodic or random intervals.
  • As illustrated in FIG. 7, when a client 310 has completed, at 710, an authentication process (e.g. of FIG. 4 or FIG. 6) by, for example, receiving a token, at 701, sent from a node 320, at 702, the client 310 can start sending packets to the remote destination 340 through the network 350. The client 310 can spread these packets across the nodes 320 in the network 350. For each packet, the client 310 can select, at 720, a node 320 to send that packet through. It should be noted that the selection, at 720, can be made from a list of nodes 320 that is kept at a client 310 and can be updated depending on the version 513 of the list held by the client 310. Client 310 can also provide a measure of security to the packet, at 730, by for example, attaching authentication information to the packet. The packet can be sent, at 740, to a selected node 320 where it can be checked, at 750, for authenticity. If the node 320 performing the checking confirms the authenticity of the packet, the packet can then be forwarded, at 760, to either its destination 340 or a server 330 that knows the location of, and will forward the packet to, its destination 340. If the node determines this packet is not authentic or otherwise should not be forwarded, the packet can be dropped or otherwise discarded, at 770.
  • It should be noted that the spreading process, starting in some embodiments at 720, can be repeated for each packet a client 310 sends to a destination 340. For example, a client 310 can send a first packet to first node 320, a second packet to a second node 320, and a third packet to a third node 320. It should also be noted that the packets can be associated with each other. For example, packets can be associated because they are sent from the same client 310, they are sent with the same ticket 520, they are sent from the same application, and/or they are sent from the same network interface device. In addition, in some embodiments, it is possible that a token can be issued not only to a client, but also, for example, to an application or network interface device.
  • In some embodiments, once a client 310 has received a session key 521 and an unrestricted ticket 520, such as at 412 or 615, access by that client is considered authenticated, at 710, and the client 310 can start sending packets to the remote destination 340 through the network 350. Each packet, such as the example packet 540 of FIG. 5, sent by a client 310 to a node 320 can contain, for example, three network-related fields. These fields can be the ticket 520, an authenticator 543, and a sequence ID 541 that is, for example, monotonically increasing. Packet 540 can also contain the information to be passed on to server 740, such as, for example, IP packet 544. As discussed above, the ticket 520 can contain a session key 521 and a sequence range 522 for which the ticket is valid, each of which can be encrypted under a secret key, KM.
  • The sequence number 541 can be a value that is incremented by a client 310 for each packet transmitted through the network 350 with a given session key 521. Each node 320 can maintain a table of last-seen sequence numbers 541 for each client 310. The client identifier, at 523 in ticket 520, can be used as an index to this table.
  • The authenticator 543 can be a message authentication code (MAC) using, for example, a fast transform such as UMAC and the session key Ku. The UMAC can be computed over the whole packet, including the ticket and the sequence number 541 of the packet. The sequence number 541 concatenated with the client's IP address, for example, can be used as the UMAC nonce. Doing so can bind the ticket to a specific IP address (or other location identifier) and thus prevent the ticket 520 from being used by other clients 310.
  • It should be noted that, in some embodiments, the only state each node 320 needs to maintain per client 310 is the client identifier and the last sequence number seen by that particular client 310. This state is not network or application related and can be used to prevent replay attacks (e.g., inappropriately using an already used token to gain access). For example, assuming that both the client identifier and the sequence number are 32-bit values, each would need to maintain only 64 bits of state for each client. Thus, for a network 350 that supports one million active clients 310, only 8 MB of state information is needed.
  • A client 310 transmitting a packet through the network 350 can use the session key 521 and the sequence number 541 as inputs to a pseudo-random function (PRF) to select, at 720, which node 320 will be sent a packet. The output of the PRF can be treated as an index to a list of the nodes 320, through which the packet will be routed. There are various ways a client 310 can obtain the list of nodes 320. For example, the list can be obtained when the client first connects to the network by requesting it after the key establishment phase. Additionally, it can be obtained independently of the protected communication. A client 310 can keep an updated list of the nodes 320 by, for example, comparing the version 513 of its list with a version stored in the network 350 and download only the differences between the two versions. It should be noted that updating this list may be necessary, or beneficial for performance, when a node goes down to have, for example, maintenance performed.
  • As discussed above, a client 310 can associate a packet with authentication information, at 730. For example, the client can encapsulate the original packet (i.e., the packet addressed to the final destination) inside a packet for the network 350, along with the information identified above (e.g., ticket, sequence number, and authenticator). This packet can be forwarded through the network 350 to the final destination 340 or, alternatively, to an appropriate secret servlet on server 330 and then to the final destination 340.
  • Upon reception of a packet, at 740, the network 350 can check the validity, at 750, of the packet, by, for example, checking the validity of the ticket 520. This validation can be accomplished, for example, using UMAC validation. After validating the authenticity of the ticket, the ticket can be decrypted and the authenticator can be verified at 750. This can inhibit spoofing attacks from an attacker who obtains a valid ticket and generates packets to all nodes with randomly selected sequence numbers, thus preventing a valid client 310 from communicating with the network 350. Furthermore, to detect any replay attacks, a node 320 that receives such a packet can verify that the sequence number on the packet is larger than the last sequence number seen from a client 310 by using the client identifier to index an internal table. A node 320 can also verify that the sequence number is within the acceptable range of sequence numbers for this ticket and can use the key and the sequence number along with the PRF to determine whether the client 310 correctly routed the traffic. If all tests are successful, a node 320 can update the sequence number table and forward the packet, at 760, to, for example, a secret servlet at server 330. A packet that is not successfully authenticated, at 750, can be dropped or otherwise discarded, at 770. For example, packets with lower or equal sequence numbers than a previously seen sequence number can be considered duplicates (either accidental reordering or malicious replays by attackers) and thus dropped, at 770.
  • To avoid reuse of the same ticket, for example, by multiple DoS zombies, the range 522 of valid sequence numbers 541 for the ticket 520 can be kept relatively small (and contained inside the ticket), e.g., 500 packets. Moreover, the ticket 520 can be bound to the client's IP address, since, to authenticate the packet, the overlay can use the UMAC including the client's IP address as part of the UMAC nonce. In addition, each packet can contain a timestamp that can be checked to further confirm that the ticket 520 is valid. After a configurable period of time (e.g., 1 or 2 hours), the network can expire the ticket. Nodes 320 that receive valid tickets that are about to expire can simply re-issue a new ticket 520 with the same session key 521 but a new range 522 of valid sequence numbers 541. This approach, combined with the state kept by each node 320, can make it prohibitive for attackers to reuse the same ticket 520 from a large number of distinct nodes (each of which is only transmitting to a specific node), since the new valid ticket 520 would need to be continuously propagated to all zombies. A shared key under which the ticket can be encrypted can be periodically or otherwise established among all nodes 320, using, for example, a group key management protocol.
  • Some embodiments of the systems and methods of the disclosed subject matter can be implemented in computer code on nodes 320, a server 330, a server 340, and/or a client 310. For example, a routing-table entry on client 310 can redirect IP packets destined for a server 340 to a virtual interface implemented using the a pseudo-device driver (e.g., TUN, a virtual point-to-point network device known in the art). This virtual interface can act as a virtual network interface that intercepts messages to and from a real network interface. An IP packet, for example, sent to the virtual interface can be read by a user process reading the device (e.g., reading /dev/tun0). Similarly, if the process writes a complete IP packet to /dev/tun0, this can appear in an IP input queue (e.g., the input queue of the kernel) as if it was coming from the network interface tun0. In this case, whenever an application on a client 310 attempts to access a protected server 340, the outgoing traffic can be intercepted by the virtual interface. A user-level proxy daemon process reading from the corresponding device can capture each outgoing IP packet, encapsulate it, at 730, in a UDP packet along with the authentication information, select, at 740, a node 320, and send the UDP packet to the selected node 320.
  • Software running on a node 320 can receive such a UDP packet, authenticate it, at 750, and forward it, at 760, to the a server 340 or 330. Here, the UDP packet can be decapsulated and delivered to its intended recipient (e.g., a web server). The decapsulation can be performed by a separate server (e.g., server 330) or by the server where the intended recipient is located (e.g., server 340).
  • Some embodiments of connection establishment, as illustrated, for example in FIG. 4 or FIG. 6, can be implemented in software and/or hardware. When a client 310 attempts to contact a protected server 340 for the first time it can receive a small list of randomly selected nodes' 320 IP addresses through DNS name resolution. A client 310 can select one of the nodes, such as node 401, and transmit, at 410, a connection initiation packet, such as, packet 510 of FIG. 5, to authenticate itself, acquire a ticket 520 and a session key 501, and to update its list of nodes 320. The connection request packet 510 can be a UDP packet sent to a known port and it can contain a version number 503 of the list of overlay nodes' IP addresses. As discussed above in connection with FIG. 4, when a node 320 receives this packet, it can forward it, at 411, to another node 320, such as node 402.
  • Node 402 can generate a ticket, such as 36 byte (288-bit) ticket 520. The first 224 bits of the ticket can include a 128-bit session key Ku 521, a 64-bit packet sequence range 522 for which the ticket is valid with the starting sequence randomly selected, and a 64-bit field 523 with the Client ID, time-stamp and flags that can be used to avoid public-key dictionary attacks. This field 523 can be AES-encrypted using a master key, KM, shared among nodes 320. A 32-bit UMAC 524 authenticator can be appended and computed over all fields in the ticket using the master key KM. The ticket 520, a starting packet sequence, and the session key Ku 521 (encrypted under the client's public key) can be sent to a client 310. Another optional packet containing differences of the current list of the IP addresses of the nodes 320 can also be sent to the client 310, depending on the version 513 indicated in the connection initiation packet 510.
  • Some embodiments of packet transmission, as illustrated in FIG. 7, can be implemented in software and/or hardware. After completing connection establishment, as described above, a client 310 can construct a forward request UDP packet containing the packet sequence number 541, a ticket 520, and the original packet 544, the client 310 can determine which node 320 to send a packet to by using the session key 521, the packet sequence 522 (start sequence plus one for the first packet) and the publicly available sorted list of IP addresses of the nodes 320. Assuming that the number of overlay nodes is n, the client can compute the index in the sorted list of IPs as:

  • index=UMAC(Ku⊕sequence number) (mod(n)).
  • The receiving node 320 can validate the ticket 520 using a ticket UMAC. The ticket 520 can be decrypted using KM, a secret key shared among the nodes 320, and the packet authenticity can be verified. The sequence number 541 can be compared against the one stored in the receiving node 320 for this client identifier, if there is one (otherwise, this can be assumed to be a packet from a new client). If the sequence number 541 in the packet 540 is bigger, the node 320 can store a new sequence number and check if the ticket 520 is expired (i.e., the packet sequence is greater than the maximum packet sequence), after decrypting the ticket 520. By computing the index as above, a node 320 can check whether the packet 540 was correctly routed to it. If a check fails, at 750, the packet 540 (or packet 544 if un-encapsulated) can be dropped at 770. Otherwise, the packet can be routed, at 760, for example, to a secret servlet on server 330, and from there to the actual server 340.
  • Although the invention has been described and illustrated in the foregoing illustrative embodiments, it is understood that the present disclosure has been made only by way of example, and that numerous changes in the details of implementation of the invention can be made without departing from the spirit and scope of the invention. The disclosed subject matter can be used to prevent attacks in addition to the illustrative example attacks described above. For example, some embodiments can be used to prevent an attacker from successfully spying on information transmitted from a client 320 to a server 340. In this case, spreading of packets among various nodes 320, according to systems and method of the disclosed subject matter, can result in an attacker obtaining an insufficient percentage of the transmitted packets to be dangerous to a client 320. It should be noted that features of the disclosed embodiments can be combined and rearranged in various ways.

Claims (18)

What is claimed is:
1. A method of establishing access to a network, comprising:
receiving a first request from a client for access to the network at a hardware processor of a first node among at least four nodes in the network;
selecting a second node among the at least four nodes in the network;
forwarding the first request to the second node;
creating an initial token;
forwarding the initial token to the client;
receiving from the client at least the initial token and a second request at a third node among the at least four nodes in the network;
determining at the third node whether the initial token is valid;
selecting a fourth node among the at least four nodes in the network;
forwarding the second request and the initial token to the fourth node; and
generating a final token, if the initial token is valid.
2. The method of claim 1, wherein the first request and second request are the same request.
3. The method of claim 1, further comprising receiving a certificate from the client at the first node.
4. The method of claim 3, further comprising signing the certificate with a shared key.
5. The method of claim 4, wherein the signing uses an Internet Protocol address of the client and a timestamp to perform the signing.
6. The method of claim 5, further comprising receiving the Internet Protocol address of the client and the timestamp from the client and the third node.
7. A non-transitory computer-readable medium containing computer executable instructions that, when executed by a processor, cause the processor to perform a method for establishing access to a network, the method comprising:
receiving a first request from a client for access to the network at a first node among at least four nodes in the network;
selecting a second node among the at least four nodes in the network;
forwarding the first request to the second node;
creating an initial token;
forwarding the initial token to the client;
receiving from the client at least the initial token and a second request at a third node among the at least four nodes in the network;
determining at the third node whether the initial token is valid;
selecting a fourth node among the at least four nodes in the network;
forwarding the second request and the initial token to the fourth node; and
generating a final token, if the initial token is valid.
8. The non-transitory computer-readable medium of claim 7, wherein the first request and second request are the same request.
9. The non-transitory computer-readable medium of claim 7, wherein the method further comprises receiving a certificate from the client at the first node.
10. The non-transitory computer-readable medium of claim 9, wherein the method further comprises signing the certificate with a shared key.
11. The non-transitory computer-readable medium of claim 10, wherein the signing uses an Internet Protocol address of the client and a timestamp to perform the signing.
12. The non-transitory computer-readable medium of claim 11, wherein the method further comprises receiving the Internet Protocol address of the client and the timestamp from the client and the third node.
13. A system for establishing access to a network, comprising:
a first hardware processor of a first node that:
receives a first request from a client for access to the network;
selects a second node; and
forwards the first request to the second node;
a second hardware processor of the second node that:
creates an initial token; and
forwards the initial token to the client;
a third hardware processor of a third node that:
receives from the client at least the initial token and a second request;
determines whether the initial token is valid;
selects a fourth node; and
forwards the second request and the initial token to the fourth node; and
a fourth hardware processor of the fourth node that:
generates a final token, if the initial token is valid.
14. The system of claim 13, wherein the first request and second request are the same request.
15. The system of claim 13, wherein the first hardware processor also receives a certificate from the client.
16. The system of claim 15, wherein the second hardware processor also signs the certificate with a shared key.
17. The system of claim 16, wherein the second hardware processor signs using an Internet Protocol address of the client and a timestamp.
18. The system of claim 17, wherein the third hardware processor also receives the Internet Protocol address of the client and the timestamp from the client.
US14/103,430 2005-09-16 2013-12-11 Systems and methods for inhibiting attacks with a network Active 2026-09-27 US9344418B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US14/103,430 US9344418B2 (en) 2005-09-16 2013-12-11 Systems and methods for inhibiting attacks with a network
US15/147,441 US9992222B2 (en) 2005-09-16 2016-05-05 Systems and methods for inhibiting attacks with a network

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US71771605P 2005-09-16 2005-09-16
PCT/US2006/036327 WO2007035655A2 (en) 2005-09-16 2006-09-18 Using overlay networks to counter denial-of-service attacks
US12/048,533 US8631484B2 (en) 2005-09-16 2008-03-14 Systems and methods for inhibiting attacks with a network
US14/103,430 US9344418B2 (en) 2005-09-16 2013-12-11 Systems and methods for inhibiting attacks with a network

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/048,533 Division US8631484B2 (en) 2005-09-16 2008-03-14 Systems and methods for inhibiting attacks with a network

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/147,441 Continuation US9992222B2 (en) 2005-09-16 2016-05-05 Systems and methods for inhibiting attacks with a network

Publications (3)

Publication Number Publication Date
US20140101746A1 US20140101746A1 (en) 2014-04-10
US20160087951A9 true US20160087951A9 (en) 2016-03-24
US9344418B2 US9344418B2 (en) 2016-05-17

Family

ID=37889428

Family Applications (3)

Application Number Title Priority Date Filing Date
US12/048,533 Active 2028-08-30 US8631484B2 (en) 2005-09-16 2008-03-14 Systems and methods for inhibiting attacks with a network
US14/103,430 Active 2026-09-27 US9344418B2 (en) 2005-09-16 2013-12-11 Systems and methods for inhibiting attacks with a network
US15/147,441 Active US9992222B2 (en) 2005-09-16 2016-05-05 Systems and methods for inhibiting attacks with a network

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/048,533 Active 2028-08-30 US8631484B2 (en) 2005-09-16 2008-03-14 Systems and methods for inhibiting attacks with a network

Family Applications After (1)

Application Number Title Priority Date Filing Date
US15/147,441 Active US9992222B2 (en) 2005-09-16 2016-05-05 Systems and methods for inhibiting attacks with a network

Country Status (2)

Country Link
US (3) US8631484B2 (en)
WO (1) WO2007035655A2 (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7739724B2 (en) * 2005-06-30 2010-06-15 Intel Corporation Techniques for authenticated posture reporting and associated enforcement of network access
CN101933271B (en) * 2008-03-17 2013-08-14 美国博通公司 Method and system for secure block acknowledgment (block ack) with protected MAC sequence number
EP2279599B1 (en) 2008-05-22 2015-10-14 Telefonaktiebolaget LM Ericsson (publ) Method and apparatus for controlling the routing of data packets
WO2010053416A1 (en) * 2008-11-07 2010-05-14 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for forwarding data packets using aggregating router keys
US7974279B2 (en) 2009-01-29 2011-07-05 Nokia Corporation Multipath data communication
TWI452488B (en) * 2009-05-18 2014-09-11 Pixart Imaging Inc Controlling method applied to a sensing system
US8458248B2 (en) 2010-09-24 2013-06-04 Research In Motion Limited System and method for enabling VPN tunnel status checking
US8499348B1 (en) * 2010-12-28 2013-07-30 Amazon Technologies, Inc. Detection of and responses to network attacks
CN103095452A (en) * 2011-11-01 2013-05-08 刘海云 Random encryption method needing to adopt exhaustion method for deciphering
US8631491B2 (en) * 2011-12-12 2014-01-14 Alcatel Lucent Replay attack protection with small state for use in secure group communication
US9026784B2 (en) * 2012-01-26 2015-05-05 Mcafee, Inc. System and method for innovative management of transport layer security session tickets in a network environment
WO2015094034A1 (en) * 2013-12-17 2015-06-25 Telefonaktiebolaget L M Ericsson (Publ) Secure triggering in a network
US20160173527A1 (en) * 2014-12-10 2016-06-16 NxLabs Limited Method and system for protecting against mobile distributed denial of service attacks
CN105187407B (en) * 2015-08-13 2018-12-07 浪潮(北京)电子信息产业有限公司 A kind of VPN connection method and system based on blacklist mechanism
EP3334084B1 (en) * 2015-08-24 2020-10-07 Huawei Technologies Co., Ltd. Security authentication method, configuration method and related device
CN108418776B (en) * 2017-02-09 2021-08-20 上海诺基亚贝尔股份有限公司 Method and apparatus for providing secure services
US20180234407A1 (en) * 2017-02-14 2018-08-16 Quanta Computer Inc. Method for securely exchanging link discovery information
RU2766438C2 (en) 2017-05-09 2022-03-15 Нетворк Некст, Инк. Methods for bidirectional packet exchange via nodal paths
EP3637815B1 (en) * 2017-07-21 2022-05-25 Huawei International Pte. Ltd. Data transmission method, and device and system related thereto
US10771482B1 (en) * 2017-11-14 2020-09-08 Ca, Inc. Systems and methods for detecting geolocation-aware malware
CN109379340A (en) * 2018-09-22 2019-02-22 魏巧萍 A kind of highly-safe data interaction system
CN110545541B (en) * 2019-09-20 2023-06-23 百度在线网络技术(北京)有限公司 Method, device, equipment, terminal and medium for defending attack behaviors

Family Cites Families (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5455865A (en) * 1989-05-09 1995-10-03 Digital Equipment Corporation Robust packet routing over a distributed network containing malicious failures
US5649099A (en) * 1993-06-04 1997-07-15 Xerox Corporation Method for delegating access rights through executable access control program without delegating access rights not in a specification to any intermediary nor comprising server security
JP3688830B2 (en) * 1995-11-30 2005-08-31 株式会社東芝 Packet transfer method and packet processing apparatus
US5842040A (en) * 1996-06-18 1998-11-24 Storage Technology Corporation Policy caching method and apparatus for use in a communication device based on contents of one data unit in a subset of related data units
US5913921A (en) * 1996-07-12 1999-06-22 Glenayre Electronics, Inc. System for communicating information about nodes configuration by generating advertisements having era values for identifying time reference for which the configuration is operative
US6009173A (en) * 1997-01-31 1999-12-28 Motorola, Inc. Encryption and decryption method and apparatus
US6725376B1 (en) * 1997-11-13 2004-04-20 Ncr Corporation Method of using an electronic ticket and distributed server computer architecture for the same
US6330610B1 (en) * 1997-12-04 2001-12-11 Eric E. Docter Multi-stage data filtering system employing multiple filtering criteria
US6111877A (en) * 1997-12-31 2000-08-29 Cisco Technology, Inc. Load sharing across flows
US6738814B1 (en) * 1998-03-18 2004-05-18 Cisco Technology, Inc. Method for blocking denial of service and address spoofing attacks on a private network
US6725378B1 (en) * 1998-04-15 2004-04-20 Purdue Research Foundation Network protection for denial of service attacks
US6452915B1 (en) * 1998-07-10 2002-09-17 Malibu Networks, Inc. IP-flow classification in a wireless point to multi-point (PTMP) transmission system
US6502135B1 (en) * 1998-10-30 2002-12-31 Science Applications International Corporation Agile network protocol for secure communications with assured system availability
US6425004B1 (en) * 1999-02-24 2002-07-23 Nortel Networks Limited Detecting and locating a misbehaving device in a network domain
US6888797B1 (en) * 1999-05-05 2005-05-03 Lucent Technologies Inc. Hashing-based network load balancing
US7010590B1 (en) * 1999-09-15 2006-03-07 Datawire Communications Networks, Inc. System and method for secure transactions over a network
JP4294821B2 (en) * 2000-01-26 2009-07-15 株式会社日立製作所 Network relay device
US7124440B2 (en) * 2000-09-07 2006-10-17 Mazu Networks, Inc. Monitoring network traffic denial of service attacks
US6898187B2 (en) * 2000-11-30 2005-05-24 Sun Microsystems, Inc. Automatic selection of unique node identifiers in a distributed routing environment
US7280540B2 (en) * 2001-01-09 2007-10-09 Stonesoft Oy Processing of data packets within a network element cluster
US20020150253A1 (en) * 2001-04-12 2002-10-17 Brezak John E. Methods and arrangements for protecting information in forwarded authentication messages
US7068595B2 (en) * 2001-04-13 2006-06-27 Sun Microsystems, Inc. Method and apparatus for facilitating instant failover during packet routing
US7120792B1 (en) * 2001-07-26 2006-10-10 Packet Design, Inc. System and method for secure communication of routing messages
FI118170B (en) * 2002-01-22 2007-07-31 Netseal Mobility Technologies A method and system for transmitting a message over a secure connection
US7661129B2 (en) * 2002-02-26 2010-02-09 Citrix Systems, Inc. Secure traversal of network components
US7895643B2 (en) * 2002-03-16 2011-02-22 Trustedflow Systems, Inc. Secure logic interlocking
US20030188193A1 (en) * 2002-03-28 2003-10-02 International Business Machines Corporation Single sign on for kerberos authentication
US20060064458A1 (en) * 2002-09-16 2006-03-23 Christian Gehrmann Secure access to a subscription module
US7630305B2 (en) * 2003-07-29 2009-12-08 Orbital Data Corporation TCP selective acknowledgements for communicating delivered and missed data packets
JPWO2004073269A1 (en) * 2003-02-13 2006-06-01 富士通株式会社 Transmission system, distribution route control device, load information collection device, and distribution route control method
US7882251B2 (en) * 2003-08-13 2011-02-01 Microsoft Corporation Routing hints
US7526807B2 (en) * 2003-11-26 2009-04-28 Alcatel-Lucent Usa Inc. Distributed architecture for statistical overload control against distributed denial of service attacks
US7500264B1 (en) * 2004-04-08 2009-03-03 Cisco Technology, Inc. Use of packet hashes to prevent TCP retransmit overwrite attacks
US7372856B2 (en) * 2004-05-27 2008-05-13 Avaya Technology Corp. Method for real-time transport protocol (RTP) packet authentication
JP4468453B2 (en) * 2004-09-20 2010-05-26 パナソニック株式会社 Optimized round trip confirmation
US20060174110A1 (en) * 2005-01-31 2006-08-03 Microsoft Corporation Symmetric key optimizations
GB2423220B (en) * 2005-02-11 2009-10-07 Ericsson Telefon Ab L M Method and apparatus for ensuring privacy in communications between parties
US7424016B2 (en) * 2005-04-05 2008-09-09 Cisco Technology, Inc. Distributing a stream of packets across available output paths within a network
US8583929B2 (en) * 2006-05-26 2013-11-12 Alcatel Lucent Encryption method for secure packet transmission

Also Published As

Publication number Publication date
US20090019537A1 (en) 2009-01-15
US8631484B2 (en) 2014-01-14
WO2007035655A3 (en) 2007-11-01
WO2007035655A2 (en) 2007-03-29
US9344418B2 (en) 2016-05-17
US9992222B2 (en) 2018-06-05
US20160248808A1 (en) 2016-08-25
US20140101746A1 (en) 2014-04-10

Similar Documents

Publication Publication Date Title
US9992222B2 (en) Systems and methods for inhibiting attacks with a network
O'shea et al. Child-proof authentication for MIPv6 (CAM)
US7069438B2 (en) Establishing authenticated network connections
Ahmed et al. IPv6 neighbor discovery protocol specifications, threats and countermeasures: a survey
Moskowitz et al. Host identity protocol
Bittau et al. The case for ubiquitous {Transport-Level} encryption
Montenegro et al. Crypto-based identifiers (CBIDs) Concepts and applications
JP5745626B2 (en) Method and apparatus for lightweight security solutions for host-based mobility and multihoming protocols
Goyal et al. An efficient solution to the ARP cache poisoning problem
EP2329621B1 (en) Key distribution to a set of routers
CN101965722A (en) Re-establishment of a security association
Moskowitz et al. Rfc 5201: Host identity protocol
Cao et al. 0-rtt attack and defense of quic protocol
US8364949B1 (en) Authentication for TCP-based routing and management protocols
McNevin et al. pTCP: A client puzzle protocol for defending against resource exhaustion denial of service attacks
Wang et al. Using web-referral architectures to mitigate denial-of-service threats
WO2010003326A1 (en) A method for protecting the proxy neighbor discovery, and a system and related apparatus thereof
US20140189805A1 (en) Reverse authorized syn cookie
Zhu et al. A web database Security model using the Host identity protocol
Heer LHIP–Lightweight Authentication for the Host Identity Protocol
Feng et al. A Reliable Lightweight Communication Method via Chain Verification
Georgiades et al. Trinity Protocol for the authentication of binding updates in mobile IPv6
Obeis et al. Content delivery network for secure of software defined networking by using IPv4, OpenFlow, and ALTO
Nagesh et al. Proactive model for mitigating Internet denial-of-service attacks
Roe et al. Status of this Memo

Legal Events

Date Code Title Description
AS Assignment

Owner name: NATIONAL SCIENCE FOUNDATION, VIRGINIA

Free format text: CONFIRMATORY LICENSE;ASSIGNOR:COLUMBIA UNIV NEW YORK MORNINGSIDE;REEL/FRAME:033267/0062

Effective date: 20140623

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: SURCHARGE FOR LATE PAYMENT, LARGE ENTITY (ORIGINAL EVENT CODE: M1554); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY