In this project we propose a solution for the cyber attacks on networks as a machine learning based Intrusion detection system(IDS) and it's splitted to two parts:
In this part we use CICFlowMeter to capture the flow and extract the features (83 feature),and tweaked its ui for a simpler usage.
In order to achieve the highest accuracy we splitted the task into two stages to respectively detect the anomaly then classify it to a list of attacks we trained our model on, we used CSE-CIC-IDS2018 database to assure that we have the latest possible data on current cyber attacks.
requirements.txt contains the needed python libraries. The needed python verson should be python3.*.
$ pip install -r model/requirements.txt
$ python model/app.py
cd CICFlowMeter-master/
sudo gradle
dir CICFlowMeter-master/
./gradlew execute