From 1bc5fc66f7de7d016447c3c799d288330b79db82 Mon Sep 17 00:00:00 2001 From: Daniel Yang <ugmom@student.kit.edu> Date: Sun, 23 Mar 2025 16:47:31 +0000 Subject: [PATCH] updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4192db9..a89a919 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 -- GitLab