zl4bv / morepork

OpenFlow/Ryu application to detect and mitigate distributed denial of service (DDoS) attacks on-the-wire.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morepork

OpenFlow/Ryu application to detect and mitigate distributed denial of service (DDoS) attacks on-the-wire.

  • Detects spikes and unexpected increases in load
  • Identifies attacks using out-of-box intrusion detection systems (IDSs)
  • Drops attack traffic on-the-wire

Version

0.1

Tech

Morepork uses a number of open source projects to work properly:

  • Ryu - OpenFlow controller written in Python
  • Security Onion - Linux distro for IDS, NSM, and log management

Installation

git clone https://github.com/zl4bv/morepork.git
cd morepork
sudo pip install -r requirements.txt

Running Morepork

cd morepork
TRIPWIRE_CONF=config/tripwire.yaml ryu-manager morepork.app.main

License

New BSD License

About

OpenFlow/Ryu application to detect and mitigate distributed denial of service (DDoS) attacks on-the-wire.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%