type
status
date
slug
summary
tags
category
icon
password
notion image
网站趋于稳定,又迎来nginx调优,先和大家分享我CF的WAF规则,因为这个是最有效的防御,能抵御大量脚本小子的恶意攻击流量,已经被我验证数月。
在海外做独立站电商网站首选CF的CDN服务,因为太强大了,没有之一。中小型需求不多直接免费到爽。接入后网站加速防护全全交给CF了。最稳的选择。

进入WAF配置页

进入CF的后台,选择你要防御的站点域名。
notion image
记得在DNS选项,开启小云朵。这就开启CDN了,后续防御规则才会生效。
notion image
选择安全性WAF
notion image
四个WAF规则
notion image
大家就三个规则。放行自己,放行SEO爬虫,质询刻意流量。
添加规则
notion image
选择正则表达式添加规则,复制规则保存即可。
notion image

防御规则配置

以下列出三个规则的正则表达式
第一个放行自己原站IP
IPV4和IPV6地址改成自己
(ip.src eq **192.168.7.17**) or (ip.src eq **2901:c080:1110:4c91:5400:4ff:feb8:130a**)
选择跳过按图设置,随后保存规则
notion image
第二个放行SEO爬虫
无脑复制即可,无需修改,
(cf.client.bot) or (http.user_agent contains "duckduckgo") or (http.user_agent contains "facebookexternalhit") or (http.user_agent contains "Feedfetcher-Google") or (http.user_agent contains "LinkedInBot") or (http.user_agent contains "Mediapartners-Google") or (http.user_agent contains "msnbot") or (http.user_agent contains "Slackbot") or (http.user_agent contains "TwitterBot") or (http.user_agent contains "ia_archive") or (http.user_agent contains "yahoo")
选择跳过,随后保存
notion image
第三个规则质询恶意流量
至关重要。但也很简单。地域限制,HTTP版本限制都十分管用。在之前大佬的基础上进化规则。
(cf.threat_score ge 5 and not cf.client.bot) or (not http.request.version in {"HTTP/2" "HTTP/3"}) or (not ip.geoip.country in {"AU" "CA" "FR" "DE" "HK" "IR" "JP" "KR" "MY" "SG" "TW" "GB" "US" "CN"})
这些大写字母是国家或地区的简称,在其中的都是放行的国家。如果你只在香港做业务可以只填写HK,其余的全部会进入质询拦截模式,俗称CF的5秒盾。
notion image
后续观察
这一波设置基本就ok了。可以放几天试试,观察放行和拦截情况。
notion image

频率限制

对了还有频率限制,也很关键。
notion image
notion image
notion image

以上内容转载自 https://blog.kejilion.pro/cf-waf/
用 frankenphp+mysql 快速搭建一个高性能的wordpress网站网站远程自动备份方法分享
Loading...
mozui
mozui
一个普通的干饭人🍚
公告
🌟 博客新篇章 🌟
👁️‍🗨️ 欢迎踏入我的文字殿堂!在这里,每一篇文章都是我心灵的独白,探索世界的深度,分享生活的色彩。
💡 您的每一次点击,都是对我最大的鼓励。在评论区留下您的足迹,让我们共同构建一个思想的交流平台。
感谢您的陪伴,让我们一起在知识的星空中,寻找属于自己的那颗星!
温暖的问候, [抹嘴]