Skip to content

AI powered network security tool for anomaly detection

License

Notifications You must be signed in to change notification settings

dservian/ai-netsec-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tool uses an Isolation Forest algorithm to identify unusual patterns in network traffic. It begins by collecting data and training a model. After that, it continuously monitors the network in real time.

Demo screenshot

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/ai-netsec-tool.git
    cd ai-netsec-tool
    
  2. Install the required packages:

    pip install -r requirements.txt
    

Usage

Run the tool with elevated privileges from the command line:

python netsec_tool.py --interface [your_interface_name]

Additional options:

  • --model path/to/model.joblib: Use a pre-trained model
  • --save-model path/to/save/model.joblib: Save the trained model after running
  • --initial-packets: Number of packets for the initial training (Default: 10000)

Disclaimer

This tool is for educational and research purposes only. Always ensure you have proper authorization before monitoring network traffic.

License

MIT License

About

AI powered network security tool for anomaly detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages