(D)DoS Deflate  is a lightweight bash shell script designed to assist in the process of blocking a denial of service attack. It utilizes th...

Installing (D)DoS Deflate To Mitigate DDoS Attack

Wednesday, May 06, 2015 Sensei Fedon 0 Comments

(D)DoS Deflate is a lightweight bash shell script designed to assist in the process of blocking a denial of service attack. It utilizes the command below to create a list of IP addresses connected to the server, along with their total number of connections.
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n



DoS Defkate Features:
  • It is possible to whitelist IP addresses, via /usr/local/ddos/ignore.ip.list.
  • Simple configuration file: /usr/local/ddos/ddos.conf
  • IP addresses are automatically unblocked after a preconfigured time limit (default: 600 seconds)
  • The script can run at a chosen frequency via the configuration file (default: 1 minute)
  • You can receive email alerts when IP addresses are blocked.
How To Install (D)DoS Deflate:
How To UnInstall (D)DoS Deflate:
How To Edit Configuration File:
How To Check The Number Of Connected Ips:

How To Restart DDos Deflate:

0 comments: