Skip to content

AnkithKumarsh/malware-detection

Repository files navigation

Real-Time Network Malware Detection

Setup

pip install -r requirements.txt

Preprocess Data

python preprocess.py

Train Model

python train.py

Simulate Real-Time Detection

python detect.py

Notes

  • You must label your data in processed.csv for real detection.
  • For real-time packet capture, extend detect.py with scapy or pyshark. # malware-detection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages