ThreatGuard is an advanced threat detection system that utilizes the CICIDS 2017 dataset for network traffic analysis and anomaly detection. By applying machine learning models, ThreatGuard identifies and classifies various network threats such as DDoS attacks, brute force attacks, and more. The system provides an efficient method for detecting network anomalies and ensuring network security in modern infrastructure.
This project is designed to enhance the detection of potential eavesdropping risks and improve the overall security of IoT networks.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
.
- Place the CICIDS 2017 dataset in the
data/
folder. - Run the main script:
python src/main.py
.
data/
: Contains dataset files.src/
: Contains source code for data preprocessing, feature extraction, model training, and anomaly detection.