Modsecurity配置限制DoS攻击

在自定义配置文件加入下面这行


# bursts
SecAction "id:'900011',phase:1,t:none,setvar:'tx.dos_burst_time_slice=60',setvar:'tx.dos_counter_threshold=100',setvar:'tx.dos_block_timeout=600',nolog,pass"

设置时间区间60秒,在该时间内,最多发起请求100次。


防止OS Command攻击


 #
 # OS Command Injection Attacks
 #
 # This is a paranoid sibling to 2.2.x Rule 950907.
 # The rule is no longer chained in order to trigger anomaly scoring.
 # For 3.0.0-rc1 rule, see 932100. 
 #
 SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@pmf windows-powershell-commands.data" \
       "msg:'Remote Command Execution (RCE) Attempt',\
       phase:request,\
       rev:'2',\
       ver:'OWASP_CRS/3.0.0',\
       maturity:'9',\
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
对于在 Cenots 中安装模块化安全性(ModSecurity)来防御应用层DDoS攻击,可以按照以下步骤进行操作: 1. 安装依赖:使用 yum 命令安装依赖库:libxml2、libxml2-devel、httpd-devel、pcre-devel。 2. 安装 ModSecurity :从 ModSecurity 的官网上下载 ModSecurity 的源码包,解压后进入到源码包所在的目录,运行以下命令进行编译安装: ./configure make make install 安装完成后,会在 /etc/httpd/modules/ 目录下生成 mod_security2.so 文件。 3. 配置 ModSecurity :在 /etc/httpd/conf/httpd.conf 文件中添加以下内容: # 加载 ModSecurity 模块 LoadModule security2_module modules/mod_security2.so # 指定 ModSecurity配置文件目录 SecRuleEngine On SecAuditLog /var/log/httpd/modsec_audit.log SecDataDir /dev/shm 这里需要注意的是,SecDataDir 目录需要有足够的空间,建议使用 tmpfs 文件系统进行挂载。 4. 配置 Nginx :在 /etc/nginx/nginx.conf 文件中添加以下内容: server { location / { # 将请求传递给后端的 Apache 或 PHP-FPM proxy_pass http://backend; # ModSecurity 配置 modsecurity on; modsecurity_rules_file /opt/modsec/main.conf; } } 这里的主要作用是将请求转发给后端的 Apache 或 PHP-FPM,同时开启 ModSecurity ,并指定 ModSecurity配置文件。 5. 启动服务 :启动 Nginx 和 ModSecurity 服务: systemctl start nginx systemctl start httpd 至此,完成了在 Cenots 中安装 ModSecurity 防御应用层DDoS攻击配置

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值