DOC PREVIEW
UCCS CS 6910 - Investigations into BIND Dynamic Update with OpenSSL

This preview shows page 1-2-3 out of 10 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 10 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Investigations into BIND Dynamic Update with OpenSSLOverview of DDOS attackStopping attack with the Secure Collective Defense (SCOD)This project: focus on sending the reroute message to the servers of authority (soa) of preferred clienteleUsing OpenSSL for AuthenticationCombine OpenSSL with a modified version of ‘nsupdate’ to create ‘reroute’reroute is different from nsupdate in the following ways:Progress on adding SSL to nsupdateWork AheadReferencesInvestigations into BIND Dynamic Update with OpenSSLby David WilkinsonOverview of DDOS attackDNS...VictimA = Agent R = RouterAA A A A A A Acompromised.net vigilant.net incompetent.netDNSDNS... ......RRreflecting networksreflecting networksRRRRRRRStopping attack with the Secure Collective Defense (SCOD)DNS...VictimA = Agent R = RouterAA A A A A A Acompromised.netvigilant.net incompetent.netDNSDNS... ......RRreflecting networksreflecting networksRRR RRRproxyproxyproxyproxyblockedblocked by IDSblocked by IDSblockedblockedreroute“Could I get some help here?”This project: focus on sending the reroute message to the servers of authority (soa) of preferred clientelePotential roadblocks/snafus:–How to authenticate machine sending the reroute command to the various DNS servers, and visa versa?–How to change DNS software to accept this new command and reroute clients accordingly?Using OpenSSL for Authentication•BIND9’s transaction signatures (TSIG) use shared keys for verification; not practical for verifying any machine on Internet•BIND9’S DNS Security Extensions (DNSSEC) utilize public key cryptography to allow the client to authenticate the server, but not the other way around•A secure socket layer (SSL) on the other hand, enables any client and server on the Internet to verify the legitimacy of each other using public key cryptography. Use OpenSSL here because it’s free.Combine OpenSSL with a modified version of ‘nsupdate’ to create ‘reroute’•In BIND9, the nsupdat e command allows an authorized machine to change the zone data in a DNS server•Mostly used by ISPs and large companies to assign IP addresses to dialup and cable modem customers dynamicallyex: #nsupdate>prereq nxdomain mib.fx.movie.edu.>update add mib.fx.movie.edu. 300 A 192.253.253.16>result: host mib.fx.movie.edu with IP address 192.253.253.16 is added to server’s zone file!reroute is different from nsupdate in the following ways:•reroute does not update the zone data for its own network’s (i.e., the victim’s) server of authority (soa). Instead it needs to add a new temporary zone file (that maps the victim host to the IP address of a proxy server in the SCOD schema) in the soa of every preferred client it has in its database. Dynamic updates cannot add new zones, period. (Or, in an alternate solution, rero u te may add the preferred clients to a new ‘view’ in the victim’s DNS server. This view maps the victim host to the IP address of a proxy server. nsupdate cannot add new views nor add clients to the view list. However, during a DDOS attack, the victim’s DNS server may become unavailable, so the first option may be preferable.)•Mutual authentication between server and client with SSLProgress on adding SSL to nsupdate•Learned how to configure OpenSSL to create a certificate for a trusted root CA. Changed configuration file to create client and server certs signed by this CA. Set up a simple client and server that authenticated each other and communicated through an encrypted channel.•Traced the flow of nsupdate with GDB with the TCP option (-v) set. nsupdate.c and request.c must be modified on client (i.e., nsupdate) side; interfacemgr.c and client.c must be modified on server (i.e., na med) side.•Adding code to client side not without trials and tribulations; not enough time for server side.Work Ahead•Get nsupdat e and named to actually authenticate each other•Make new command, r er o ute, from nsupdate that adds temp. zone files to foreign DNS servers or, alternatively, adds a new view to the victim DNS server with a match-list of preferred customers. This view routes the clients to the victim through proxy servers.References•DNS and BIND. Paul Albitz and Cricket Liu, O’Reilly & Associates, Inc., 2001.•Network Security with OpenSSL. John Viega, Matt Messier & Pravir Chandra, O’Reilly, 2002.•“The ‘stacheldraht’ distributed denial of service attack tool.” David Dittrich, University of Washington, Dec. 31, 1999.•“DRDoS: Distributed Reflection Denial of Service.” Steve Gibson, grc.com, Feb. 22,


View Full Document

UCCS CS 6910 - Investigations into BIND Dynamic Update with OpenSSL

Download Investigations into BIND Dynamic Update with OpenSSL
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Investigations into BIND Dynamic Update with OpenSSL and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Investigations into BIND Dynamic Update with OpenSSL 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?