Skip to content

This is a Python version of CICFlowmeter-V4.0 (formerly known as ISCXFlowMeter) - an Ethernet traffic Bi-flow generator and analyzer for anomaly detection.

License

Notifications You must be signed in to change notification settings

estaesta/realtime-ddos-detection

 
 

Repository files navigation

Python CICFlowMeter

This project is cloned from Python Wrapper CICflowmeter and customized to fit my need. Therefore, it is not maintained actively. If there are any problems, please create an issue or a pull request.

Installation

  • webserver
git clone https://github.com/estaesta/realtime-ddos-detection
cd realtime-ddos-detection
python3 setup.py install
  • ml server
git clone https://github.com/estaesta/realtime-ddos-detection

Usage

  • webserver
usage: sudo python3 detector.py ml_endpoint
  • ml server
cd realtime-ddos-detection
flask -A webapp.py run

About

This is a Python version of CICFlowmeter-V4.0 (formerly known as ISCXFlowMeter) - an Ethernet traffic Bi-flow generator and analyzer for anomaly detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%