亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何在linux中使用CSF防火墻對惡意請求進行屏蔽

發布時間:2020-12-22 15:36:29 來源:億速云 閱讀:175 作者:Leah 欄目:服務器

本篇文章為大家展示了如何在linux中使用CSF防火墻對惡意請求進行屏蔽,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

關于ddos的防護

根據readme.txt的描述,進行ddos防護的功能主要是靠/etc/csf/csf.conf中的配置進行控制的,尤其是當中的PORTFLOOD參數,一般都進行如下設置:

#Syntax for the PORTFLOOD setting:
#PORTFLOOD is a comma separated list of:
port;protocol;hit count*;interval seconds
#So, a setting of PORTFLOOD = "22;tcp;5;300,80;tcp;20;5" means:
#1. If more than 5 connections to tcp port 22 within 300 seconds, then block
#that IP address from port 22 for at least 300 seconds after the last packet is
#seen, i.e. there must be a "quiet" period of 300 seconds before the block is
#lifted
#2. If more than 20 connections to tcp port 80 within 5 seconds, then block
#that IP address from port 80 for at least 5 seconds after the last packet is
#seen, i.e. there must be a "quiet" period of 5 seconds before the block is
#lifted

這個可以根據個人需要修改。

關于black list

blacklist 就在/etc/csf/csf.deny里,可以有多種書寫方式,在該文件的頂部描述的十分清楚:

###############################################################################
# Copyright 2006-2017, Way to the Web Limited
# URL: http://www.configserver.com
# Email: sales@waytotheweb.com
###############################################################################
# The following IP addresses will be blocked in iptables
# One IP address per line
# CIDR addressing allowed with a quaded IP (e.g. 192.168.254.0/24)
# Only list IP addresses, not domain names (they will be ignored)
#
# Note: If you add the text "do not delete" to the comments of an entry then
# DENY_IP_LIMIT will ignore those entries and not remove them
#
# Advanced port+ip filtering allowed with the following format
# tcp/udp|in/out|s/d=port|s/d=ip
#
# See readme.txt for more information regarding advanced port filtering
#

簡要概括就是每一行代表一個ip,也可以代表一個ip段(CIDR),而且我們也可以加注釋,甚至可以指定端口和協議。
最后,在做出修改后想要生效記得用csf -r命令。

針對惡意代理請求的防護方案

當然,我用這個的目的是為了根本解決之前的惡意代理占用帶寬的問題。有了這個工具,就可以十分輕松的進行控制了,思路如下:

  1. 首先,搜索Apache的log(/var/log/apache2/access.log),查找所有應被屏蔽的log條目(我這里指的是所有被403的請求)。

  2. 然后,提取每條Log記錄對應的ip地址。

  3. 對結果進行排序去重,生成black list。

  4. blacklist 寫入csf.deny

  5. 重啟csf防護服務。

實現起來超級簡單:

復制代碼 代碼如下:


root@server:~# cat /var/log/apache2/access.log |grep \ 403\ |awk '{print $1}'|sort|uniq >> /etc/csf/csf.deny

可以手動查看下結果是否正確,確認之后既可以csf -r重啟服務了。

上述內容就是如何在linux中使用CSF防火墻對惡意請求進行屏蔽,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

西平县| 宜春市| 永平县| 大渡口区| 汪清县| 延津县| 宣汉县| 青河县| 桑日县| 荥阳市| 浦江县| 金川县| 会宁县| 南涧| 天镇县| 中牟县| 四川省| 肥乡县| 突泉县| 固阳县| 密山市| 壶关县| 额济纳旗| 尚义县| 山阳县| 香格里拉县| 沈丘县| 鹿邑县| 扶余县| 黎城县| 哈密市| 惠来县| 伊川县| 融水| 兰考县| 沾化县| 靖边县| 启东市| 浪卡子县| 山阴县| 潍坊市|