diff --git a/README.md b/README.md index 4192db94669356a2dd5d07115e606ecea5fb61cd..a89a919f27bee018b507579249b0932b10f4f42f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ## Modules Roadmap: - [X] Module 1: Package capture +- [X] Module 2: Rule-based detection - [X] 1. Checksom Verification - [X] 2. Payload Pattern Matching - [X] 3. Rate-Based Anomaly Detection @@ -25,5 +26,8 @@ - More DNS Spoofing Detection - Destination Checks - TCP reset Detection -- [ ] Module 2: Rule-based detection -- [ ] Module 3: Anomaly-based detection \ No newline at end of file +- [X] Module 3: Anomaly-based detection + - [X] Logistic Regression + - [X] Decision Tree Classifier + - [X] KNN + - [X] Random Forest \ No newline at end of file