Wireshark 101 - TryHackMe Write-up

Info
- Name: Wireshark 101
- Description: Learn the basics of Wireshark and how to analyze various protocols and PCAPs
- Difficulty: Easy
- Room link: https://tryhackme.com/room/wireshark
Write-up
Task 7
Q: What is the Opcode for Packet 6?
A: request (1)

Q: What is the source MAC Address of Packet 19?
A: 80:fb:06:f0:45:d7

Q: What 4 packets are Reply packets?
A: 76,400,459,520

Q: What IP Address is at 80:fb:06:f0:45:d7?
A: 10.251.23.1

Task 8
Q: What is the type for packet 4?
A: 8

Q: What is the type for packet 5?
A: 0

Q: What is the timestamp for packet 12, only including month day and year? note: Wireshark bases it’s time off of your devices time zone, if your answer is wrong try one day more or less.
A: May 30, 2013

Q: What is the full data string for packet 18?
A: 08090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f3031323334353637

Task 10
Q: What is being queried in packet 1?
A: 8.8.8.8.in-addr.arpa

Q: What site is being queried in packet 26?
A: www.wireshark.org

Q: What is the Transaction ID for packet 26?
A: 0x2c58

Task 11
Q: What percent of packets originate from Domain Name System?
A: 4.7

Q: What endpoint ends in .237?
A: 145.254.160.237

Q: What is the user-agent listed in packet 4?
A: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Q: Looking at the data stream what is the full request URI from packet 18?
A: http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2309191948673629&random=1084443430285&lmt=1082467020&format=468x60_as&output=html&url=http%3A%2F%2Fwww.ethereal.com%2Fdownload.html&color_bg=FFFFFF&color_text=333333&color_link=000000&color_url=666633&color_border=666633

Q: What domain name was requested from packet 38?
A: www.ethereal.com

Q: Looking at the data stream what is the full request URI from packet 38?
A: http://www.ethereal.com/download.html

Task 12
Q: Looking at the data stream what is the full request URI for packet 31?
A: https://localhost/icons/apache_pb.png

Q: Looking at the data stream what is the full request URI for packet 50?
A: https://localhost/icons/back.gif

Q: What is the User-Agent listed in packet 50?
A: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2



