Skip to content

Lantyy/WireShark-Packet-Capture-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Wireshark-Packet-Capture-lab

Wireshark Logo

This Project

This is a instructional step by step process to using the packet capture tool Wireshark for Defensive Security and Analyzing Network Traffic.

My purpose for this lab is to learn more about Analyzing Network Traffic and Security Monitoring.

Virtual Machines / Tools

This lab consists of a Linux virtual machine and Wireshark.

~ Kali Linux ~ Used a Kali Linux virtual machine with the Wireshark tool that came prepackaged.

~ Wireshark ~ Used this tool to capture packets on a certain interface, then use various filters to observe website traffic.

Lab Creation Steps

Installed and set up a Kali Linux virtual machine. Screenshot 2023-08-21 (1)

Captured and saved packets on a detected interface using Wireshark. Screenshot 2023-08-21 (2)

Used a display filter to observe a certain packet protocol.

~ Filtered for only packets with 'TCP port 80'; tcp.port == 80

Screenshot 2023-08-21 (3)

Employed a display filter to detect a certain IP address in the capture.

~ Filtered for any IP address that is '8.43.85.97'; ip.addr == 8.43.85.97

Screenshot 2023-08-21 (4)

Used a conditional filter to locate certain packets in the capture.

~ Filtered for any IP address but '8.43.85.97' and include all other packets; !(ip.addr == 8.43.85.97) and (tcp.port == 443 or tcp.port == 80)

Screenshot 2023-08-21 (5)

Lab Thoughts & Takeaways

In creating and deploying this lab I learned that Wireshark is an advantageous tool. Capturing, saving and filtering packets can be very helpful in analyzing network traffic so appropriate action can be taken if needed in a network security monitoring situation.

Credit: This lab was provided by Coursera, I followed the steps used in the course to create and replicate this lab.

~ Link ~ https://www.coursera.org/projects/wireshark-for-beginners-capture-packets#outcomes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published