Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Laboratory 2 PRACTICE EXAMINING TRAFFIC WITH A PROTOCOL ANALYZER The purpose of this lab is to practice examining traffic using a protocol analyzer and recognize

Laboratory 2 PRACTICE EXAMINING TRAFFIC WITH A PROTOCOL ANALYZER

The purpose of this lab is to practice examining traffic using a protocol analyzer and recognize a SYN attack. The SYN flood attack is one of the common Denial of Service (DoS) attacks in the Internet. In the SYN flood attack, an attacker sends a large number of SYN packets to the server, ignores SYN/ACK replies and never sends the expected ACK packet. Basically, the attacker overwhelms the server with many half-established connections and exhausts the server resources, and hence the attack is known as a DoS attack.

The tool you will be using is known as Wireshark, a well-known open source packet analyzer. The exercise will demonstrate that recognizing an attack requires sophisticated tools (such as Wireshark) and knowledge of the domain (TCP/IP network).

Assignment:

1. Obtain a trace file of the TCP handshake process.

Download the attached files: "tcpshake.cap," "tcpshake.prn" (TCP: Handshake Process) and "tcp-syn-attack.cap," "tcp-syn-attack.prn," (TCP: TCP SYN Attack). The .prn file is a text file, and you can read it with Notepad or Wordpad. It contains a formatted "report" with information on each packet. The .cap file is in the proprietary Sniffer format. Opening this file produces a graphic representation of the same information. You can read .cap files with Wireshark/Ethereal, a public domain analyzer.

Link for "tcpshake.cap," "tcpshake.prn"

https://drive.google.com/file/d/1hb2CCtqt_ZYy8LC-3rtFn6EeDuLiTlr1/view?usp=sharing

https://drive.google.com/file/d/1LCPgX4-8mWYizWqRIognxcfefd6ru9eL/view?usp=sharing

2. Obtain Wireshark

  1. Follow the link to Wireshark from http://www.wireshark.org (or http://www.filehippo.com/download_wireshark/) and download the latest version or a previous stable version. Depending on the version, release and OS you might find the options in different places.

  2. On the Wireshark home page, follow the link to Download. For Windows, you may select the 32-bit or 64-bit version. Select all installation options. (Note: These files are about 13-22MB.) On the same page you can find also the documentation (http://www.wireshark.org/download.html).

If you use a packet driver, Wireshark can both capture packets and read trace files of packets that have already been captured. However, the packet driver must access parts of your operating system that some students may not have access to. That is the reason why this is not a packet capturing exercise. However, you should learn to capture packets yourself if you can. The packet driver you will need is winpcap. It is available at http://www.winpcap.org/install/. However, you do not need winpcap for the exercise you are going to do now.

3. Read the tcpshake.cap trace file. Become familiar with Wireshark's interface.

  1. Run Wireshark from the shortcut that is now on your desktop.

  2. Click File|Open and uncheck all the name resolution options at the bottom of the dialog box. Type the path to tcpshake.cap, or navigate to it using the top part of the dialog box. (This interface may take a few trials to get used to.)

  3. Explore the trace in the three panes of the analyzer. These three panes are standard to most analyzers. They are the summary pane, the protocol tree pane, and the hex pane.

  4. Explore the preferences and configuration options in Wireshark. Share your findings with the class.

  5. Print a packet or any part of a packet you are interested in.

4. Read the tcp-syn-attack.cap file and answer the following 10 questions:

  1. Is this a two-way conversation?

  2. Are there any ACK's?

  3. How long is the data portion of each packet? Why?

  4. Why is the sequence number zero (seq=0) in every packet?

  5. Why do the port numbers change in every packet?

  6. Look at the "Time" column in the summary pane. How do you interpret it?

  7. Click the "View" menu and select "Time Display Format". "Seconds since beginning of capture" is checked. Select "Seconds since Previous Captured Packet". How frequently are these packets being sent?

  8. Where in the protocol tree pane would you find the protocol "Type" field?

  9. Look in the flags section of the transport layer (Transmission Control Protocol" in the protocol tree section for one of the packets. What flags are set?

  10. How does a SYN attack deny service?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Marketing Database Analytics

Authors: Andrew D. Banasiewicz

1st Edition

0415657881, 978-0415657884

More Books

Students also viewed these Databases questions

Question

4. Describe the role of narratives in constructing history.

Answered: 1 week ago

Question

1. Identify six different types of history.

Answered: 1 week ago