3.8.8 Lab - Explore DNS Traffic
3.8.8 Lab - Explore DNS Traffic
3.8.8 Lab - Explore DNS Traffic
Background / Scenario
Wireshark is an open source packet capture and analysis tool. Wireshark gives a detailed breakdown of the
network protocol stack. Wireshark allows you to filter traffic for network troubleshooting, investigate security
issues, and analyze network protocols. Because Wireshark allows you to view the packet details, it can be
used as a reconnaissance tool for an attacker.
In this lab, you will install Wireshark on a Windows system and use Wireshark to filter for DNS packets and
view the details of both DNS query and response packets.
Required Resources
1 Windows PC with internet access and Wireshark installed
Instructions
Step 1: Capture DNS traffic.
a. Open Wireshark and start a Wireshark capture by double clicking a network interface with traffic.
b. At the Command Prompt, enter ipconfig /flushdns clear the DNS cache.
C:\Users\Student> ipconfig /flushdns
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 10 www.netacad.com
Lab – Explore DNS Traffic
Windows IP Configuration
> www.cisco.com
Server: UnKnown
Address: 68.105.28.16
Non-authoritative answer:
Name: e2867.dsca.akamaiedge.net
Addresses: 2001:578:28:68d::b33
2001:578:28:685::b33
96.7.79.147
Aliases: www.cisco.com
www.cisco.com.akadns.net
wwwds.cisco.com.edgekey.net
wwwds.cisco.com.edgekey.net.globalredir.akadns.net
e. Enter exit when finished to exit the nslookup interactive mode. Close the command prompt.
f. Click Stop capturing packets to stop the Wireshark capture.
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 10 www.netacad.com
Lab – Explore DNS Traffic
In the Packet Details pane, notice this packet has Ethernet II, Internet Protocol Version 4, User Datagram
Protocol and Domain Name System (query).
c. Expand Ethernet II to view the details. Observe the source and destination fields.
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 10 www.netacad.com
Lab – Explore DNS Traffic
Question:
What are the source and destination MAC addresses? Which network interfaces are these MAC
addresses associated with?
The source and destination MAC addresses are 6c:77:a1:9a:28 and 0c:ac:8a:ec:31:34. The MAC address
is associated with the NIC on the PC and the destination MAC is associated with the default gateway.
Type your answers here.
a. Expand Internet Protocol Version 4. Observe the source and destination IPv4 addresses.
Question:
What are the source and destination IP addresses? Which network interfaces are these IP addresses
associated with?
The source and destination IP addresses are 192.168.2.32 and 192.168.2.1. The source IP address is
associated with the NIC on the PC and the destination is associated with DNS server.
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 10 www.netacad.com
Lab – Explore DNS Traffic
b. Expand the User Datagram Protocol. Observe the source and destination ports.
Question:
What are the source and destination ports? What is the default DNS port number?
The source port is 59504 and destination port is 53. The default DNS port number is also 53.
Type your answers here.
c. Open a Command Prompt and enter arp –a and ipconfig /all to record the MAC and IP addresses of the
PC.
C:\Users\Student> arp -a
Windows IP Configuration
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 10 www.netacad.com
Lab – Explore DNS Traffic
Compare the MAC and IP addresses in the Wireshark results to the results from the ipconfig /all results.
What is your observation?
The Mac and IP addresses captured in wireshark are same as addresses listed in command prompt.
Te your answers here.
d. Expand Domain Name System (query) in the Packet Details pane. Then expand the Flags and
Queries.
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 10 www.netacad.com
Lab – Explore DNS Traffic
Observe the results. The flag is set to do the query recursively to query for the IP address to
www.cisco.com.
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 10 www.netacad.com
Lab – Explore DNS Traffic
Questions:
What are the source and destination MAC and IP addresses and port numbers? How do they compare to
the addresses in the DNS query packets?
The source and destination are 0c:ac:8a:ec:31:34 and 6c:6a:77:a1:9a:28, and the port number is 53. The
source IP, MAC address and port number in the DNS query packets are now destination addresses and
the destination IP, MAC address and port number in the DNS query packets are now source addresses.
Type your answers here.
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 10 www.netacad.com
Lab – Explore DNS Traffic
b. Expand Domain Name System (response). Then expand the Flags, Queries, and Answers. Observe
the results.
Question:
Reflection Question
1. From the Wireshark results, what else can you learn about the network when you remove the filter?
By removing the filter, the result shows other packets, such as DHCP and ARP.
Type your answers here.
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 10 www.netacad.com
Lab – Explore DNS Traffic
End of Document
2017 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 10 www.netacad.com