Go to file
airkeyp 9ffa40c6bf chg: Initial commit 2019-09-18 15:17:24 +02:00
etc chg: Initial commit 2019-09-18 15:17:24 +02:00
lib chg: Initial commit 2019-09-18 15:17:24 +02:00
.gitignore chg: Initial commit 2019-09-18 15:17:24 +02:00
LICENSE.md chg: Initial commit 2019-09-18 15:17:24 +02:00
Pipfile chg: Initial commit 2019-09-18 15:17:24 +02:00
Pipfile.lock chg: Initial commit 2019-09-18 15:17:24 +02:00
README.md chg: Initial commit 2019-09-18 15:17:24 +02:00
setup.py chg: Initial commit 2019-09-18 15:17:24 +02:00

README.md

ICMP Passive Analyzer - D4 IPA

Reads a pcap file and analyze icmp packets to detect potential DDoS attacks (guaranteed gluten free)

Installation

REQUIREMENTS:

  • This analyzer requires pipenv and redis 5.0 or above.
  • You need at least python3.6 or later to run this.

SETUP:
First, you need to install pipenv:

pip install pipenv

Then clone redis where you want it installed:

git clone https://github.com/antirez/redis.git
cd redis
git checkout 5.0
make
cd ..

You can finally clone this repo on your machine and simply setup the virtual environment with pipenv like so:

git clone https://github.com/D4-project/analyzer-d4-ipa.git
cd analyzer-d4-ipa
pipenv install