IP Library Granted Patent US 8,191,136
Granted Patent B2
US 8,191,136 · App. 10/701,381 · Granted May 29, 2012

Connection based denial of service detection

Assignee: Riverbed Technology, Inc.
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 8,191,136
App. No.
10/701,381
Granted
May 29, 2012
Kind
B2
Abstract

A system for detecting network intrusions and other conditions in a network is described. The system includes a plurality of collector devices that are disposed to collect data and statistical information on packets that are sent between nodes on a network. An aggregator device is disposed to receive data and statistical information from the plurality of collector devices. The aggregator device produces a connection table that maps each node on the network to a record that stores information about traffic to or from the node. The aggregator runs processes that determine network events from aggregating of anomalies into network events.

Claims (94)

1. A computer implemented method, the method comprising:

examining packet count and byte count statistics to determine whether a host is a potential victim host of a denial of service (DoS) attack;

in response to determining that the host is a potential victim host of a DoS attack, determining whether the host previously experienced a variance in inbound packet rate that exceeded a variance threshold;

in response to determining that the host previously did not experience a variance in inbound traffic that exceeded the variance threshold, indicating that a neighboring host is a possible DoS attacker when a current traffic rate from the neighboring host to the host exceeds an average traffic rate from the neighboring host to the host;

in response to determining that the host previously experienced a variance in inbound packet rate that exceeded the variance threshold,

determining a first threshold based on a historical variance of a byte rate from a neighboring host to the host,

determining a second threshold based on a historical variance of a packet rate from the neighboring host to the host,

determining whether a current outbound byte rate from the neighboring host to the host exceeds the first threshold, and

determining whether a current outbound packet rate from the neighboring host to the host exceeds the second threshold; and

in response to determining that the current outbound byte rate from the neighboring host to the host exceeds the first threshold or the current outbound packet rate from the neighboring host to the host exceeds the second threshold, indicating that the neighboring host is a possible attacker.

2. The method of claim 1 wherein determining whether the host is a victim of a DoS attack, further comprises:

comparing current measured inbound byte rate with historical average inbound byte rate for a current profiled time period and the corresponding historical profiled time period.

3. The method of claim 1 further comprising:

determining if a host of the connected hosts has a large variance in inbound packet and byte rate; and if the host has a large variance,

calculating a variance to provide an appropriate margin of error before raising an alert of a DOS attack.

4. The method of claim 3 wherein calculating the margin of error, includes evaluating

( c >( h+C 1*σ)* C 2)

wherein “σ 2 ” is the variance of the host's inbound byte rate, “c” the host's current incoming byte rate, with “C1” and “C2” being selectable constants and “h” being the host's historical average incoming byte rate;

wherein if the inequality is true, then the host H is considered under a possible DoS attack.

5. The method of claim 3 further comprising:

determining if the incoming packet count is above a threshold to filter out new or low-traffic hosts that suddenly receive a low but still larger than normal amount of traffic.

6. The method of claim 1 determining if conditions of a possible attack have been determined and increasing the severity of the reported event to reflect a corresponding degree of certainty that the event is a DOS attack.

7. The method of claim 1 wherein conditions that influence whether an event is an attack include determining if the suspected victim is receiving traffic from a large number of other hosts relative to historical profile large number of other hosts.

8. The method of claim 7 wherein conditions that influence whether an event is an attack include determining whether most of the hosts connecting to the suspected victim do not exist in the profile connection table.

9. The method of claim 8 wherein conditions that influence whether an event is an attack include determining if most of the new traffic to the host is UDP, ICMP, or unknown protocols.

10. The method of claim 8 further comprising:

using conditions of a possible attack to elevate the severity of the reported event.

11. The method of claim 8 wherein if a host is determined to be a DoS victim, further comprising:

examining the host's neighbors to determine which hosts are possible attackers.

12. The method of claim 11 wherein examining comprises

for each neighbor “H — {0}” of the host determining the byte rate from “H — {0}” to the host, according to

c — {0}>( h — {0 }+C 1*σ 2 — {0})* C 2,

 wherein “c — {0}” is the current byte rate from “H — {0}” to “H”, “h — {0}” is the historical average byte rate from “H — {0}” to “H”, “C1” and “C2” are constants, and “σ 2 — {0}” is the variance of the byte rate from “H” to “H — {0}”; and

indicating that “H — {0}” is a suspected attacker of “H” if the inequality is satisfied.

13. The method of claim 11 wherein examining comprises

for each neighbor “H — {0}” of the host determining the byte rate from the host to “H — {0}”, according to

c — {0}>( h — {0 }+C 1*σ 2 — {0})* C 2

wherein “c — {0}” is the current byte rate to “H — {0}” from “H”, “h — {0}” the historical average byte rate to “H — {0}” from “H”, “C1” and “C2” are constants, and “σ 2 — {0}” is the variance of the byte rate to “H” from “H — {0}”; and

indicating that “H — {0}” is a suspected attacker of “H” if the inequality is satisfied.

14. A computer program product residing on a non-transitory computer readable medium for detecting denial of service attacks, comprising instructions for causing a computer to:

examine packet count and byte count to determine whether a host is a potential victim host of a denial of service (DoS) attack;

in response to determining that the host is a potential victim host of a DoS attack, determining whether the host previously experienced a variance in inbound packet rate that exceeded a variance threshold;

in response to determining that the host previously did not experience a variance in inbound traffic that exceeded the variance threshold, indicating that a neighboring host is a possible DoS attacker when a current traffic rate from the neighboring host to the host exceeds an average traffic rate from the neighboring host to the host;

in response to determining that the host previously experienced a variance in inbound packet rate that exceeded a variance threshold,

determining a first threshold based on a historical variance of a byte rate from a neighboring host to the host,

determining a second threshold based on a historical variance of a packet rate from the neighboring host to the host,

determining whether a current outbound byte rate from the neighboring host to the host exceeds the first threshold, and

determining whether a current outbound packet rate from the neighboring host to the host exceeds the second threshold; and

in response to determining that the current outbound byte rate from the neighboring host to the host exceeds the first threshold or the current outbound packet rate from the neighboring host to the host exceeds the second threshold, indicating that the neighboring host is a possible attacker.

15. The computer program product of claim 14 wherein instructions to determine whether the host is a victim of a DoS attack, further comprises instructions to:

compare current measured inbound byte rate with historical average inbound byte rate for a current profiled time period and the corresponding historical profiled time period.

16. The computer program product of claim 14 further comprising instructions to:

determine if a host of the connected hosts has a large variance in inbound packet and byte rate; and if the host has a large variance

calculate a variance to provide an appropriate margin of error before raising an alert of a DOS attack.

17. The computer program product of claim 14 wherein instructions to calculate the margin of error, includes evaluating

( c >( h+C 1*σ)* C 2)

wherein “σ 2 ” is the variance of the host's inbound byte rate, “c” the host's current incoming byte rate, with “C1” and “C2” being selectable constants and “h” being the host's historical average incoming byte rate;

wherein if the inequality is true, then the host H is considered under a possible DoS attack.

18. The computer program product of claim 14 further comprising instructions to:

determine if the incoming packet count is above a threshold to filter out new or low-traffic hosts that suddenly receive a low but still larger than normal amount of traffic.

19. The computer program product of claim 14 wherein instructions to determine if conditions of a possible attack have been determined and increasing the severity of the reported event to reflect a corresponding degree of certainty that the event is a DOS attack.

20. The computer program product of claim 14 wherein conditions that influence whether an event is an attack include determining if most of the new traffic to the host is UDP, ICMP, or unknown protocols.

21. The computer program product of claim 14 further comprising instructions to:

use conditions of a possible attack to elevate the severity of the reported event.

22. The computer program product of claim 14 wherein instructions to examine further comprise instructions to:

determine for each neighbor “H — {0}” of the host the byte rate from the host to “H — {0}”, according to

c — {0}>( h — {0 }+C 1*σ 2 — {0})* C 2

wherein “c — {0}” is the current byte rate to “H — {0}” from “H”, “h — {0}” the historical average byte rate to “H — {0}” from “H”, “C1” and “C2” are constants, and “σ 2 — {0}” is the variance of the byte rate to “H” from “H — {0}”; and

indicate that “H — {0}” is a suspected attacker of “H” if the inequality is satisfied.

23. Apparatus comprising:

a processing device;

a memory;

a computer readable medium for storing a computer program product for detecting denial of service attacks, the computer program product comprising instructions for causing the processing device to:

examine packet count and byte count to determine whether a host is a potential victim host of a denial of service (DoS) attack;

in response to determining that the host is a potential victim host of a DoS attack, determine whether the host previously experienced a variance in inbound packet rate that exceeded a variance threshold;

in response to determining that the host previously did not experience a variance in inbound traffic that exceeded the variance threshold, indicate that a neighboring host is a possible DoS attacker when a current traffic rate from the neighboring host to the host exceeds an average traffic rate from the neighboring host to the host;

in response to determining that the host previously experienced a variance in inbound packet rate that exceeded a variance threshold,

determine a first threshold based on a historical variance of a byte rate from a neighboring host to the host,

determine a second threshold based on a historical variance of a packet rate from the neighboring host to the host,

determine whether a current outbound byte rate from the neighboring host to the host exceeds the first threshold, and

determine whether a current outbound packet rate from the neighboring host to the host exceeds the second threshold; and

in response to determining that the current outbound byte rate from the neighboring host to the host exceeds the first threshold or the current outbound packet rate from the neighboring host to the host exceeds the second threshold, indicate that the neighboring host is a possible attacker.

24. The apparatus of claim 23 wherein instructions to determine whether the host is a victim of a DoS attack, further comprises instructions to:

compare current measured inbound byte rate with historical average inbound byte rate for a current profiled time period and the corresponding historical profiled time period.

25. The apparatus of claim 23 wherein further comprising instructions to:

determine if a host of the connected hosts has a large variance in inbound packet and byte rate; and if the host has a large variance

calculate a variance to provide an appropriate margin of error before raising an alert of a DOS attack.

26. The apparatus of claim 23 wherein instructions to calculate the margin of error, includes evaluating

( c >( h+C 1*σ)* C 2)

wherein “σ 2 ” is the variance of the host's inbound byte rate, “c” the host's current incoming byte rate, with “C1” and “C2” being selectable constants and “h” being the host's historical average incoming byte rate;

wherein if the inequality is true, then the host H is considered under a possible DoS attack.

27. The apparatus of claim 23 further comprising instructions to:

determine if the incoming packet count is above a threshold to filter out new or low-traffic hosts that suddenly receive a low but still larger than normal amount of traffic.

28. The apparatus of claim 23 wherein instructions to determine if conditions of a possible attack have been determined and increasing the severity of the reported event to reflect a corresponding degree of certainty that the event is a DOS attack.

Assignments (21)
RELEASE OF SECURITY INTEREST Recorded Aug 11, 2023
From: ALTER DOMUS (US) LLC, AS COLLATERAL AGENT
To: RIVERBED TECHNOLOGY, INC.; ATERNITY LLC; RIVERBED HOLDINGS, INC.
Reel/Frame 064673/0739 →
CHANGE OF NAME Recorded Feb 18, 2022
From: RIVERBED TECHNOLOGY, INC.
To: RIVERBED TECHNOLOGY LLC
Reel/Frame 059232/0551 →
TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS Recorded Dec 27, 2021
From: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS U.S. COLLATERAL AGENT
To: RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
Reel/Frame 058593/0169 →
TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS Recorded Dec 27, 2021
From: ALTER DOMUS (US) LLC, AS COLLATERAL AGENT
To: RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
Reel/Frame 058593/0108 →
TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS Recorded Dec 27, 2021
From: MORGAN STANLEY SENIOR FUNDING, INC., AS COLLATERAL AGENT
To: RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
Reel/Frame 058593/0046 →
SECURITY INTEREST Recorded Dec 10, 2021
From: RIVERBED TECHNOLOGY LLC (FORMERLY RIVERBED TECHNOLOGY, INC.); ATERNITY LLC
To: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS U.S. COLLATERAL AGENT
Reel/Frame 058486/0216 →
PATENT SECURITY AGREEMENT Recorded Oct 27, 2021
From: RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
To: WILMINGTON TRUST, NATIONAL ASSOCIATION
Reel/Frame 057943/0386 →
PATENT SECURITY AGREEMENT SUPPLEMENT - SECOND LIEN Recorded Oct 14, 2021
From: RIVERBED HOLDINGS, INC.; RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
To: ALTER DOMUS (US) LLC, AS COLLATERAL AGENT
Reel/Frame 057810/0559 →
PATENT SECURITY AGREEMENT SUPPLEMENT - FIRST LIEN Recorded Oct 14, 2021
From: RIVERBED HOLDINGS, INC.; RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
To: MORGAN STANLEY SENIOR FUNDING, INC., AS COLLATERAL AGENT
Reel/Frame 057810/0502 →
RELEASE OF SECURITY INTEREST IN PATENTS RECORED AT REEL 056397, FRAME 0750 Recorded Oct 13, 2021
From: MACQUARIE CAPITAL FUNDING LLC
To: RIVERBED HOLDINGS, INC.; RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
Reel/Frame 057983/0356 →
SECURITY INTEREST Recorded May 26, 2021
From: RIVERBED HOLDINGS, INC.; RIVERBED TECHNOLOGY, INC.; ATERNITY LLC
To: MACQUARIE CAPITAL FUNDING LLC
Reel/Frame 056397/0750 →
PATENT SECURITY AGREEMENT Recorded Mar 5, 2021
From: RIVERBED TECHNOLOGY, INC.
To: ALTER DOMUS (US) LLC, AS COLLATERAL AGENT
Reel/Frame 055514/0249 →
CORRECTIVE ASSIGNMENT TO CORRECT THE CONVEYING PARTY NAME PREVIOUSLY RECORDED ON REEL 035521 FRAME 0069. ASSIGNOR(S) HEREBY CONFIRMS THE RELEASE OF SECURITY INTEREST IN PATENTS. Recorded Jun 2, 2015
From: JPMORGAN CHASE BANK, N.A.
To: RIVERBED TECHNOLOGY, INC.
Reel/Frame 035807/0680 →
SECURITY INTEREST Recorded May 1, 2015
From: RIVERBED TECHNOLOGY, INC.
To: MORGAN STANLEY SENIOR FUNDING, INC., AS COLLATERAL AGENT
Reel/Frame 035561/0363 →
RELEASE OF SECURITY INTEREST IN PATENTS Recorded Apr 28, 2015
From: BARCLAYS BANK PLC
To: RIVERBED TECHNOLOGY, INC.
Reel/Frame 035521/0069 →
PATENT SECURITY AGREEMENT Recorded Dec 27, 2013
From: RIVERBED TECHNOLOGY, INC.
To: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT
Reel/Frame 032421/0162 →
RELEASE OF PATENT SECURITY INTEREST Recorded Dec 26, 2013
From: MORGAN STANLEY & CO. LLC, AS COLLATERAL AGENT
To: RIVERBED TECHNOLOGY, INC.
Reel/Frame 032113/0425 →
SECURITY AGREEMENT Recorded Dec 20, 2012
From: RIVERBED TECHNOLOGY, INC.; OPNET TECHNOLOGIES, INC.
To: MORGAN STANLEY & CO. LLC
Reel/Frame 029646/0060 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Apr 15, 2009
From: MAZU NETWORKS, LLC
To: RIVERBED TECHNOLOGY, INC.
Reel/Frame 022542/0800 →
CHANGE OF NAME Recorded Mar 30, 2009
From: MAZU NETWORKS, INC.
To: MAZU NETWORKS, LLC
Reel/Frame 022460/0886 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jul 6, 2004
From: DUDFIELD, ANNE ELIZABETH; POLETTO, MASSIMILIANO ANTONIO
To: MAZU NETWORKS, INC.
Reel/Frame 015533/0138 →
Continuity (4)
Provisional Application 60423557 · Nov 4, 2002
Provisional Application 60427294 · Nov 18, 2002
Provisional Application 60429050 · Nov 25, 2002
Related Publication 20040220984A1 · Nov 4, 2004