Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
m4
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ddosmon

ddosmon is a network analysis platform which is designed to find anomalous network patterns such as DDoS attacks and act on them automatically. It can do this either by directly sniffing or acting on netflow data export streams.

It is used by a few hosting providers and datacenters.

compiling

We recommend running ddosmon as a special user with appropriate ACL to access network devices if needed. You should compile ddosmon as that user:

specialuser@box:~/ddosmon-source$ ./configure --prefix=$HOME/ddosmon-home
specialuser@box:~/ddosmon-source$ make
specialuser@box:~/ddosmon-source$ make install

Then edit etc/ddosmon.conf.sample in $HOME/ddosmon-home as needed and save it as etc/ddosmon.conf.

Run ddosmon by invoking bin/ddosmon in $HOME/ddosmon-home.

custom modules, support contracts, etc.

You can get custom support contracts, development, and other ddosmon-related services through my consulting business, TortoiseLabs.

Feel free to get in touch.

About

A fork of tortoiselabs/ddosmon with added (beta) support for whitelisting of operations / ips, and threshold based exemptions.

Resources

License

Releases

No releases published

Packages

No packages published