使用DDOS deflate抵御少量DDOS攻击

安全 黑客攻防
互联网是丰富多彩的,基本上能够找到我们需要的资源,也正因为如此很多朋友都加入到站长的行列中来。在众多站长之间也会存在明争暗斗的事情。尤其是我们个人站长,由于技术和财力有限,好不容易使用上主机、VPS后被攻击没有能力防御,导致我们的主机或者VPS商给我们的账户暂停,IP挂起等。

互联网是丰富多彩的,基本上能够找到我们需要的资源,也正因为如此很多朋友都加入到站长的行列中来。在众多站长之间也会存在明争暗斗的事情。尤其是我们个人站长,由于技术和财力有限,好不容易使用上主机、VPS后被攻击没有能力防御,导致我们的主机或者VPS商给我们的账户暂停,IP挂起等。尤其是我们在使用的VPS主机中,因为是按照流量消费的,在耗尽我们的流量,遭遇大量的DDOS攻击之后,也束手无策,包括老左也看到之前也遭遇到DDOS攻击。

在遇到这些问题的时候,我们是否能在VPS设置中进行处理呢?哪怕是一点点的防御。看到DDOS deflate脚本是可以协助VPS阻止攻击进程的,如果遇到来自某个IP的持续攻击,可以给该IP自动的设置成IP黑名单。只能说可以给我们的VPS一点点防御。

第一步,安装。

wget http://myvps-scripts.googlecode.com/files/deflate.sh chmod +x deflate.sh ./deflate.sh

第二步,配置/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

##### How many connections define a bad IP? Indicate that below.

NO_OF_CONNECTIONS=150

##### 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

##### KILL=0 (Bad IPs are'nt banned, good for interactive execution of script)

##### KILL=1 (Recommended setting)

KILL=1

##### 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标示说明:

NO_OF_CONNECTIONS=150 #最大连接数,超过会被屏蔽,默认即可 APF_BAN   #默认是1,建议使用0,标示iptables限制 EMAIL_TO=”"  填写邮箱账号,到时候有信息会发送到我们邮箱中 BAN_PERIOD=600 代表限制该IP 600秒

责任编辑:蓝雨泪 来源: 红黑联盟
相关推荐

2010-07-07 09:38:27

2018-06-10 15:30:36

2017-01-17 16:21:41

2019-02-15 15:24:07

2017-02-08 17:10:32

2021-03-21 11:23:51

DDoS攻击网络犯罪威胁勒索

2013-03-13 10:47:40

2013-06-20 13:38:30

2015-09-23 15:33:44

2015-04-02 16:32:01

2021-10-22 08:57:39

僵尸网络IoTDDoS攻击

2018-11-02 12:37:53

DDos攻击信息安全攻击

2016-10-20 14:22:46

2011-07-30 12:43:32

2015-07-23 10:18:45

2012-08-30 10:06:28

2020-10-14 07:59:05

什么是DDOS攻击

2013-05-28 17:03:34

2021-06-27 17:40:10

DDoS攻击网络攻击网络安全

2012-11-30 14:54:48

点赞
收藏

51CTO技术栈公众号