Prodigy-Infotech-CyberSecurity-Internship-Solutions
-
Updated
Feb 28, 2024 - Python
Prodigy-Infotech-CyberSecurity-Internship-Solutions
Prodigy InfoTech Cyber-Security Internship Task#5
The Network Packet Threat Analyzer API detects malicious traffic, protocol anomalies, and C2 beaconing from PCAPs or raw packet data. Perfect for SOC automation, security dashboards, and enterprise monitoring.
In the Network Packet Analyzer, we use Python with Scapy and Argparse to analyze network packets. The `packet_analysis` function checks each packet for the IP layer, extracting source and destination IP and MAC addresses. The script uses the `sniff` function to monitor IP packets and analyze traffic in real time.
This Python script captures and logs network packets, displaying source and destination IP addresses. It ensures ethical use for educational purposes, emphasizing network analysis and protocol understanding.
Prodigy-Infotech-CyberSecurity-Internship-Solutions
To associate your repository with the network-packet-analyzer topic, visit your repo's landing page and select "manage topics."