https://github.com/tom-riddle09/elevate_labs-task05
Elevate Labs - Task 05
https://github.com/tom-riddle09/elevate_labs-task05
Last synced: about 2 months ago
JSON representation
Elevate Labs - Task 05
- Host: GitHub
- URL: https://github.com/tom-riddle09/elevate_labs-task05
- Owner: Tom-Riddle09
- Created: 2025-08-12T13:33:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T13:58:45.000Z (8 months ago)
- Last Synced: 2025-08-12T15:38:08.111Z (8 months ago)
- Size: 1.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elevate Labs - Task 05
## Objective
To capture live network packets and identify basic protocols and traffic types.
## Tool Used
Wireshark : IP packet capturing & analysing software
## Process Summary
1. Wireshark was used to capture IP packets, and several websites were accessed over a period of 1-2 minutes.
2. Captured packets was obeserved where HTTP\HTTPS (web traffic), TCP & UDP (transport layer), DNS (domain resolution) protocols were identified.
3. Packets were filtered based on tcp, http & dns protocols. (screenshots added to the repository.)
4. Captured packets was exported as .pcap file.
## Findings
1. Total of 5911 packets were captured over a time of 1-2 minutes.
2. Out of which 5 retransmissions were found.
3. No other unusual packets were discoverd.
### Exported .pcap file and screenshots of protocol filtered traffic are added to the repository.