network attacks control
play

Network Attacks & Control CS 161: Computer Security Prof. Vern - PowerPoint PPT Presentation

Network Attacks & Control CS 161: Computer Security Prof. Vern Paxson TAs: Paul Bramsen, Apoorva Dornadula, David Fifield, Mia Gil Epner, David Hahn, Warren He, Grant Ho, Frank Li, Nathan Malkin, Mitar Milutinovic, Rishabh Poddar, Rebecca


  1. Network Attacks & Control CS 161: Computer Security Prof. Vern Paxson TAs: Paul Bramsen, Apoorva Dornadula, David Fifield, Mia Gil Epner, David Hahn, Warren He, Grant Ho, Frank Li, Nathan Malkin, Mitar Milutinovic, Rishabh Poddar, Rebecca Portnoff, Nate Wang http://inst.eecs.berkeley.edu/~cs161 / March 16, 2017

  2. dig eecs.mit.edu A ; ; <<>> DiG 9.6.0-APPLE-P2 <<>> eecs.mit.edu a ;; global options: +cmd ;; Got answer: “ Answer ” tells us the IP address associated ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19901 with eecs.mit.edu is 18.62.1.6 and we can ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 cache the result for 21,600 seconds ;; QUESTION SECTION: ;eecs.mit.edu. IN A ;; ANSWER SECTION: eecs.mit.edu. 21600 IN A 18.62.1.6 ;; AUTHORITY SECTION: mit.edu. 11088 IN NS BITSY.mit.edu. mit.edu. 11088 IN NS W20NS.mit.edu. mit.edu. 11088 IN NS STRAWB.mit.edu. ;; ADDITIONAL SECTION: STRAWB.mit.edu. 126738 IN A 18.71.0.151 BITSY.mit.edu. 166408 IN A 18.72.0.3 W20NS.mit.edu. 126738 IN A 18.70.0.160

  3. dig eecs.mit.edu A ; ; <<>> DiG 9.6.0-APPLE-P2 <<>> eecs.mit.edu a ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19901 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUESTION SECTION: ;eecs.mit.edu. IN A ;; ANSWER SECTION: eecs.mit.edu. 21600 IN A 18.62.1.6 ;; AUTHORITY SECTION: mit.edu. 11088 IN NS BITSY.mit.edu. In general, a single Resource Record (RR) like this mit.edu. 11088 IN NS W20NS.mit.edu. includes, left-to-right, a DNS name, a time-to-live , a mit.edu. 11088 IN NS STRAWB.mit.edu. family ( IN for our purposes - ignore), a type ( A here, which stands for “Address”), and an associated value ;; ADDITIONAL SECTION: STRAWB.mit.edu. 126738 IN A 18.71.0.151 BITSY.mit.edu. 166408 IN A 18.72.0.3 W20NS.mit.edu. 126738 IN A 18.70.0.160

  4. dig eecs.mit.edu A ; ; <<>> DiG 9.6.0-APPLE-P2 <<>> eecs.mit.edu a “ Authority ” tells us the name servers responsible for ;; global options: +cmd the answer. Each RR gives the hostname of a different ;; Got answer: name server ( “ NS ” ) for names in mit.edu. We should ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19901 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 cache each record for 11,088 seconds. ;; QUESTION SECTION: If the “ Answer ” had been empty, then the resolver’s ;eecs.mit.edu. IN A next step would be to send the original query to one of these name servers. ;; ANSWER SECTION: eecs.mit.edu. 21600 IN A 18.62.1.6 ;; AUTHORITY SECTION: mit.edu. 11088 IN NS BITSY.mit.edu. mit.edu. 11088 IN NS W20NS.mit.edu. mit.edu. 11088 IN NS STRAWB.mit.edu. ;; ADDITIONAL SECTION: STRAWB.mit.edu. 126738 IN A 18.71.0.151 BITSY.mit.edu. 166408 IN A 18.72.0.3 W20NS.mit.edu. 126738 IN A 18.70.0.160

  5. dig eecs.mit.edu A ; ; <<>> DiG 9.6.0-APPLE-P2 <<>> eecs.mit.edu a ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19901 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUESTION SECTION: “ Additional ” provides extra information to save us from ;eecs.mit.edu. IN A making separate lookups for it, or helps with bootstrapping. ;; ANSWER SECTION: Here, it tells us the IP addresses for the hostnames of the eecs.mit.edu. 21600 IN A 18.62.1.6 name servers. We add these to our cache. ;; AUTHORITY SECTION: mit.edu. 11088 IN NS BITSY.mit.edu. mit.edu. 11088 IN NS W20NS.mit.edu. mit.edu. 11088 IN NS STRAWB.mit.edu. ;; ADDITIONAL SECTION: STRAWB.mit.edu. 126738 IN A 18.71.0.151 BITSY.mit.edu. 166408 IN A 18.72.0.3 W20NS.mit.edu. 126738 IN A 18.70.0.160

  6. DNS Protocol IP Header Lightweight exchange 16 bits 16 bits of query and reply messages, both SRC port DST port UDP Header with same message checksum length format Identification Flags Primarily uses UDP # Questions # Answer RRs for its transport # Authority RRs # Additional RRs DNS protocol, which is Questions what we’ll assume Query (variable # of resource records) UDP Payload or Answers (variable # of resource records) Frequently, both Reply Authority clients and servers (variable # of resource records) use port 53 Additional information (variable # of resource records)

  7. DNS Protocol IP Header Lightweight exchange 16 bits 16 bits of query and reply messages, both SRC=53 DST=53 UDP Header with same message checksum length format Identification Flags Primarily uses UDP # Questions # Answer RRs for its transport # Authority RRs # Additional RRs DNS protocol, which is Questions what we’ll assume Query (variable # of resource records) UDP Payload or Answers (variable # of resource records) Frequently, both Reply Authority clients and servers (variable # of resource records) use port 53 Additional information (variable # of resource records)

  8. DNS Protocol, con’t IP Header Message header: 16 bits 16 bits SRC=53 DST=53 • Identification: 16 bit # for query, reply to query uses checksum length same # Identification Flags • Along with repeating the Question and providing # Questions # Answer RRs Answer(s), replies can include # Authority RRs # Additional RRs “ Authority ” (name server Questions responsible for answer) and (variable # of resource records) “ Additional ” (info client is Answers (variable # of resource records) likely to look up soon anyway) Authority • Each Resource Record has a (variable # of resource records) Time To Live (in seconds) for Additional information (variable # of resource records) caching (not shown)

  9. dig eecs.mit.edu A ; ; <<>> DiG 9.6.0-APPLE-P2 <<>> eecs.mit.edu a ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19901 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 What if the mit.edu server ;; QUESTION SECTION: is untrustworthy? Could its ;eecs.mit.edu. IN A operator steal, say, all of our ;; ANSWER SECTION: web surfing to Facebook? eecs.mit.edu. 21600 IN A 18.62.1.6 ;; AUTHORITY SECTION: mit.edu. 11088 IN NS BITSY.mit.edu. mit.edu. 11088 IN NS W20NS.mit.edu. mit.edu. 11088 IN NS STRAWB.mit.edu. ;; ADDITIONAL SECTION: STRAWB.mit.edu. 126738 IN A 18.71.0.151 BITSY.mit.edu. 166408 IN A 18.72.0.3 W20NS.mit.edu. 126738 IN A 18.70.0.160

  10. dig eecs.mit.edu A ; ; <<>> DiG 9.6.0-APPLE-P2 <<>> eecs.mit.edu a ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19901 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 Let’s look at a flaw in the ;; QUESTION SECTION: original DNS design ;eecs.mit.edu. IN A (since fixed) ;; ANSWER SECTION: eecs.mit.edu. 21600 IN A 18.62.1.6 ;; AUTHORITY SECTION: mit.edu. 11088 IN NS BITSY.mit.edu. mit.edu. 11088 IN NS W20NS.mit.edu. mit.edu. 11088 IN NS STRAWB.mit.edu. ;; ADDITIONAL SECTION: STRAWB.mit.edu. 126738 IN A 18.71.0.151 BITSY.mit.edu. 166408 IN A 18.72.0.3 W20NS.mit.edu. 126738 IN A 18.70.0.160

  11. dig eecs.mit.edu A ; ; <<>> DiG 9.6.0-APPLE-P2 <<>> eecs.mit.edu a ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19901 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 What could happen if the mit.edu ;; QUESTION SECTION: ;eecs.mit.edu. IN A server returns the following to us instead? ;; ANSWER SECTION: eecs.mit.edu. 21600 IN A 18.62.1.6 ;; AUTHORITY SECTION: mit.edu. 11088 IN NS BITSY.mit.edu. mit.edu. 11088 IN NS W20NS.mit.edu. mit.edu. 30 IN NS www.facebook.com. ;; ADDITIONAL SECTION: www.facebook.com 30 IN A 18.6.6.6 BITSY.mit.edu. 166408 IN A 18.72.0.3 W20NS.mit.edu. 126738 IN A 18.70.0.160

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend