Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using Multiple Gateways to Foil DDOS Attack by David Wilkinson.

Similar presentations


Presentation on theme: "Using Multiple Gateways to Foil DDOS Attack by David Wilkinson."— Presentation transcript:

1 Using Multiple Gateways to Foil DDOS Attack by David Wilkinson

2 DDOS - Distributed Denial of Service DDOS attack - host is flooded with packets that consume network bandwidth. Site becomes unavailable to legitimate users. February 2000: DDOS attacks shut down Yahoo, Ebay, Amazon.com, et al. October 2002: 13 root DNS servers attacked (not successful)

3 Intrusion and attack phases Client Handler A Systems Compromised AAA... AA Victim... A = Agent Messages to broadcast addresses ( Intruder )... Replies to Victim

4 Detail of attack DNS... Victim A = Agent R = Router AAAAAAAA net-a.comnet-b.comnet-c.com DNS... R R reflecting networks R R R R R R R

5 Solution: reroute traffic through multiple gateways Idea: expand capability of DNS software, BIND, to handle ‘reroute’ command (opcode = 3) reroute is sent to the authority DNS name server for each IP address in victim database; DNS message contains {victim host name, victim IP address, proxy server IP address} named in each DNS server stores threetuple resolver gets IP addresses of victim & proxy server from named and returns them to requesting application (ftp, telnet, http, etc.) application stores IP address of victim in IP header (‘options’ field), and sends message to proxy server proxy server forwards message to victim

6 Traffic rerouted; attack foiled DNS... Victim A = Agent R = Router AAAAAAAA net-a.comnet-b.comnet-c.com DNS... R R reflecting networks R R RR R R proxy blocked blocked by IDS blocked reroute “Help!”

7 Results thus far Installed BIND9 on experimental machine, set up as primary DNS name server client.c dispatches DNS message based on opcode. Added new branch for opcode = 3. Compiled in new file, reroute.c, in the named directory to handle reroute msgs (not imp.) Compiled in new file, detour.c, in the dig directory that will send the reroute command (not implemented) Still three days left to accomplish something more impressive

8 References DNS and BIND. Paul Albitz and Cricket Liu, O’Reilly, 2001. TCP/IP Illustrated, Volume 1: The Protocols. W. Richard Stevens, Addison Wesley, 1994. Counter Hack. Ed Skoudis, Prentice-Hall, Inc., 2002. “The ‘stacheldraht’ distributed denial of service attack tool.” David Dittrich, Univ. of Wash., Dec. 31, 1999. “DRDoS: Distributed Reflection Denial of Service.” Steve Gibson, grc.com, Feb. 22, 2002. “Consensus Roadmap for Defeating Distributed Denial of Service Attacks.” SANS Institute, sans.org, Feb. 23, 2000. “Attacks Exposed Internet’s Vulnerabilities.” Brian Krebs and David McGuire, washingtonpost.com, Oct. 31, 2002.


Download ppt "Using Multiple Gateways to Foil DDOS Attack by David Wilkinson."

Similar presentations


Ads by Google