Skip to content

DDOS packet logger using libnids, libgeoip and liblzfx and the associated tools to analyze those logfiles in plaintext.

Notifications You must be signed in to change notification settings

cd34/ddos-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Log File Format:

<timestamp><attacker ip><dest port><countrycode><attacked IP><src port>[<tcp payload> bzipped]

ASCII delogger

minimal grep for attacker IP, country code, number of lines

Quick instructions:

apt-get install libnids-dev libpcap-dev libgeoip-dev
git clone https://code.google.com/p/ddos-log/
cd ddos-log
cd lzfx-0.1
./configure
make
cd ..
make

You'll need to be root to run ddoslog.bin since it attaches to the ethernet card
and switches it to promiscuous mode.

About

DDOS packet logger using libnids, libgeoip and liblzfx and the associated tools to analyze those logfiles in plaintext.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published