NetMon: Network Monitoring and Anomalous Traffic Detection
A system developed in Python to capture, analyze, and detect anomalies in network traffic. The system identifies suspicious patterns in the traffic, such as source IPs with anomalous activity, traffic spikes in short intervals, and activity on sensitive ports.
This project is a command line tool that checks if a password has been compromised in any known data breach. It uses the Have I Been Pwned API and the k-anonymity method to ensure password privacy.