Skip to content
Snippets Groups Projects
Forked from KIT / ETP-Lehre / P1-Praktikum / students
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
.idea
code
.gitignore
README.md

Intrusion Detection System with Machine Learning

Packages needed to be installed:

  • scapy
  • duckdb

Modules Roadmap:

  • Module 1: Package capture
    • 1. Checksom Verification
    • 2. Payload Pattern Matching
    • 3. Rate-Based Anomaly Detection
    • 4. Malformed Packet Detection
    • 5. ICMP Flood Detection
    • 6. DNS Spoofing Detection
    • 7. ARP Spoofing Detection
    • 8. Protocol-Specific Anomalies
      • 8.1 Fragment checks
      • 8.2 Valid Handshake Check
    • 9. Content-Learning Mismatch
    • Additional checks:
      • IP Spoofing Detection
      • SYN FIN Combination Detection
      • null Packet Detection
      • Malicious Ports Detection
      • More DNS Spoofing Detection
      • Destination Checks
      • TCP reset Detection
  • Module 2: Rule-based detection
  • Module 3: Anomaly-based detection