快速业务通道

linux下抗DDOS攻击的脚本

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-01
DDoS deflate是一款免费的用来防御和减轻DDoS攻击的脚本.它通过netstat监测跟踪创建大量网络连接的IP地址,在检测到某个结点超过预设的限制时,该程序会通过APF或IPTABLES禁止或阻挡这些IP. 确认是否受到DDOS攻击的命令: netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n执行后,将会显示服务器上所有的每个IP多少个连接数.

1. 安装 DDoS deflate . wget http://www.inetbase.com/scripts/ddos/install.sh
chmod 700 install.sh
./install.sh #弹出版权信息后,键入 q , 即可退出版权信息. 2.配置 DDoS deflate . 安装成功后会提示配置文件在/usr/local/ddos/ddos.conf,你可以在ddos.conf里进行简要配置. vi /usr/local/ddos/ddos.conf
##### Paths of the script and other files
PROGDIR="/usr/local/ddos"
PROG="/usr/local/ddos/ddos.sh"
IGNORE_IP_LIST="/usr/local/ddos/ignore.ip.list" //
白名单
CRON="/etc/cron.d/ddos.cron"
#例行运行项
APF="/etc/apf/apf"
IPT="/sbin/iptables"
----------------------------------------------------------------------------
##### frequency in minutes for running the script
##### Caution: Every time this setting is changed, run the script with --cron
##### option so that the new frequency takes effect
FREQ=1
#ddos.sh执行的频率,单位是分钟,搭配crontab来执行.
如果你更改了该设置,请执行 /usr/local/ddos/ddos.sh –cron
检测时间,默认为1分钟
---------------------------------------------------------------------------- 拥有帝国一切,皆有可能。欢迎访问phome.net
##### How many connections define a bad IP? Indicate that below.
NO_OF_CONNECTIONS=150
#当哪个IP的连接数达到150就加入黑名单;查看连接数你可以执行
#
netstat -ntu | awk ''{print $5}'' | cut -d: -f1 | sort | uniq -c | sort -n
----------------------------------------------------------------------------
##### APF_BAN=1 (Make sure your APF version is atleast 0.96)
##### APF_BAN=0 (Uses iptables for banning ips instead of APF)
APF_BAN=0
#一般情况下你是使用iptables来做防火墙,这里你需要将APF_BAN的值改为0.
----------------------------------------------------------------------------
##### KILL=0 (Bad IPs are''nt banned, good for interactive execution of script)
##### KILL=1 (Recommended setting)
KILL=1 #是否屏蔽IP,将非法的的IP加入iptables的INPUT链中,DROP之.
----------------------------------------------------------------------------
##### An email is sent to the following address when an IP is banned.
##### Blank would suppress sending of mails
EMAIL_TO="root"
#
给用户发一封邮件

----------------------------------------------------------------------------
##### Number of seconds the banned ip should remain in blacklist.
BAN_PERIOD=600
#禁用IP链接的
的时长 3.卸载 DDoS deflate ,如果你不想用. wget http://www.inetbase.com/scripts/ddos/uninstall.ddos
chmod 700 uninstall.ddos
./uninstall.ddos

拥有帝国一切,皆有可能。欢迎访问phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号