- Notifications
You must be signed in to change notification settings - Fork0
gautam02001/IDS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project III
Nguyễn Việt Hoàng - 20194434
Real-time Intrusion Detection System implementing Machine Learning.
We combine Supervised learning (RF) for detecting known attacks from CICIDS 2018 & SCVIC-APT datasets, and Unsupervised Learning (AE) for anomaly detection.
Windows OS.
Python 3.9:
- link 64-bit:https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe
- link 32-bit:https://www.python.org/ftp/python/3.9.13/python-3.9.13.exe
Note: select "Add Python 3.9 to PATH" in installation procedure.
Npcap 1.71:https://npcap.com/dist/npcap-1.71.exe
git clonehttps://github.com/HoangNV2001/APT_Detectioncd APT_Detection# Create a virtual environmentpython3.9 -m venv venv# Activate that virtual environmentsource venv/bin/activate# Install the project requirements.python -m pip install -r requirements.txt# or: pip install -r requirements.txt
Run program:
python application.py
Web app address:http://localhost:5000
- Main page, overview of real-time captured flows:
- Flow detail page:
About
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.