Posted Date : 07th Mar, 2025
Peer-Reviewed Journals List: A Guide to Quality Research Publications ...
Posted Date : 07th Mar, 2025
Choosing the right journal is crucial for successful publication. Cons...
Posted Date : 27th Feb, 2025
Why Peer-Reviewed Journals Matter Quality Control: The peer revie...
Posted Date : 27th Feb, 2025
The Peer Review Process The peer review process typically follows sev...
Posted Date : 27th Feb, 2025
What Are Peer-Reviewed Journals? A peer-reviewed journal is a publica...
Packet Sniffer Using Python
Author Name : Kritika Soni , Mukul Saini , Nishtha Madaan , Gurmanpreet Kaur Dhanju , Prateek Kumar
ABSTRACT Network traffic is monitored and recorded using a tool called a packet sniffer. It can be used for many things, including performance evaluation, security monitoring, and network troubleshooting. Sniffing packets can also be used to search network traffic for malware. This work offers a Python-based packet sniffer that combines two functions: efficient packet deduplication using an MD5 hash-based algorithm, and malware detection utilizing signature-based, heuristic, and anomaly detection techniques. The sniffer successfully reduced packet duplications in high-traffic networks while being tested on a variety of malware samples. In addition to improving network efficiency, its proactive malware detection assists in spotting and blocking threats. This application, which was developed in Python for user-friendly access, is useful for security experts monitoring malware and network managers optimizing performance. It provides a streamlined method for protecting networks and enhancing operational effectiveness.