Lab 10.1.11 Filter and Analyze Traffic with Wireshark Data [WLOs: 1, 2, 3, 4, 5] [CLOs: 1, 2, 3]
equired Actions & Questions
Your answer: Only packets with a source address of 192.168.0.0 are displayed.
Correct answer: Packets with either a source or destination address on the 192.168.0.0 network are displayed.
Your answer: Only packets with 192.168.0.34 in the source address are displayed.
Correct answer: Packets with 192.168.0.34 in either the source or destination address are displayed.
Your answer: St@yOut
Correct answer: St@y0ut!@
Explanation
In this lab, your task is to:
- Use Wireshark to capture packets from the enp2s0 interface.
- Use the following Wireshark filters to isolate and examine specific types of packets:
- net 192.168.0.0
- host 192.168.0.34
- tcp contains password
- Answer the questions.
Complete this lab as follows:
- Begin a Wireshark capture as follows:
- From the Favorites bar, open Wireshark.
- Under Capture, select enp2s0.
- Select the blue fin to begin a Wireshark capture.
- Apply the net 192.168.0.0 filter as follows:
- In the Apply a display filter field, type net 192.168.0.0 and press Enter.
Look at the source and destination addresses of the filtered packets. - In the top right, select Answer Questions.
- Under Lab Questions, answer question 1.
- In the Apply a display filter field, type net 192.168.0.0 and press Enter.
- Apply the host 192.168.0.34 filter as follows:
- In the Apply a display filter field, type host 192.168.0.34 and press Enter.
Look at the source and destination addresses of the filtered packets. - Under Lab Questions, answer question 2.
- In the Apply a display filter field, type host 192.168.0.34 and press Enter.
- Apply the tcp contains password filter as follows:
- In the Apply a display filter field, type tcp contains password and press Enter.
- Select the red box to stop the Wireshark capture.
- Locate the password in the captured packet.
- Under Lab Questions, answer question 3.
- Select Score Lab.
Comments
Post a Comment