Skip to content

A smart Network Intrusion detection tool to perform forensics on your network.

License

Notifications You must be signed in to change notification settings

Flanker-shyam/NetForensix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network_Intrusion_detection_system

A smart Network Intrusion detection tool to perform forensics on your network to discover various network attacks like Brute Force FTP, Brute Force SSH, DoS, Web Attack, Botnet, DDoS, etc, by analysing the flow behaviour of the network. This project is using CICIDS2017 dataset form kaggle. This Project is still under develpment and an UI needs to be build!!

Feel free to contribute.

Project Flow Chart: diagram drawio

What this tool is about

  1. You can generate a csv file that will contain various flow based features extracted from the entered file.
  2. You can perform the forensic on the file to find the Intrusions and get the file in output.

How to setup:

  1. Create a fork of this repo and clone into your local environment
  2. Create a new branch
  3. Install all dependencies by following command:
pip install -r requirements.txt
  1. Open deploy_model.ipynb file in ML_model folder and run each cell one by one. This will do a minor preprocessing, train, test your model and save it into a file using joblib that it will use later.
  2. All done !!

How to use

python src/main.py <options> <file>
  1. After above given setup you can interact with the tool
  2. Use follwing command to see all the options and how to use:
python src/main.py --help
  1. To generate flow file use the follwing command:
python src/main.py -f --pcap <file_path>
  1. To generate result of detected intrusions use the following command:
python src/main.py -r --pcap <file_path>

You will see the result on your cli and a file will be generated based on the chosen option.

About

A smart Network Intrusion detection tool to perform forensics on your network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published