Networking: Tcpdump: The Basics (TryHackMe)

In this article, I will write a write-up for Tcpdump: The Basics that covers Basic Packet Capture, Filtering Expressions, Advanced Filtering, and Displaying Packets as ways to use tcpdump to save, filter and display packet.
What is the name of the library that is associated with
tcpdump?libpcapWhat option can you add to your command to display addresses only in numeric format?
-nHow many packets in
traffic.pcapuse the ICMP protocol?26
What is the IP address of the host that asked for the MAC address of 192.168.124.137?
192.168.124.148What hostname (subdomain) appears in the first DNS query?
mirrors.rockylinux.orgHow many packets have only the TCP Reset (RST) flag set?
57What is the IP address of the host that sent packets larger than 15000 bytes?
185.117.80.53What is the MAC address of the host that sent an ARP request?
52:54:00:7c:d3:5b
Using this command tcpdump -r traffic.pcap -e

Thank you for reading my article. Please leave any questions or comments on improving my learning journey and the THM challenges.




