Skip to content

siddhi-bh/IDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🛡️ Basic Intrusion Detection System (IDS) – Python + Scapy

This is a simple, beginner-friendly IDS built using Python and Scapy.
It watches network traffic and raises alerts if anything shady pops up — like blacklisted IPs, suspicious ports, or sketchy payloads.


⚠️ Disclaimer

This project is strictly for learning purposes.
Do not run it on networks you don't own or manage.


👀 What It Can Detect

  • Traffic from blacklisted IP addresses
  • Use of unusual ports often used by backdoors (4444, 31337, etc.)
  • Suspicious keywords in payloads like "attack", "malware", etc.

🧰 Requirements

  • Python 3.x
  • Scapy → Install with:
pip install scapy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages