This is a simple Protocol-based Intrusion Detection System (IDS) implemented in Python.
This IDS monitors network traffic and analyzes it for suspicious activity based on predefined rules.
- Simple and lightweight IDS implementation
- Protocol-based analysis of network traffic
- Easily customizable for different protocols and analysis logic
-
Clone this repository:
git clone https://github.com/ARYAN03B/protocol-based-ids.git -
Install the dependencies:
pip install -r requirements.txt -
Run the IDS:
python main.py