是否可以区分“好”和“好”? http 请求和 DoS 攻击?

发布于 2024-09-09 07:41:14 字数 42 浏览 5 评论 0原文

我怎么知道短时间内的大量请求来自 DoS 攻击而不是正常的浏览器请求?

How could I know that a lot of requests in a short period of time come from a DoS attack and not from normal browser requests?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

多孤肩上扛 2024-09-16 07:41:14

这取决于攻击,您可以计算每个 IP 的 r/s,以了解哪些客户端表现得更具攻击性。如果启用了 access_log,当恶意主机重新加载单个页面时,IP->请求内容的快速数据聚合将捕获典型的拒绝 HTTP 服务攻击。

That depends on the attack, you can count r/s per IP to get an idea which clients are behaving more aggression. If you have access_log enabled, a quick data aggregation of IP->Requested Content will catch your typical denial of HTTP service attack when rogue hosts reload a single page.

烟若柳尘 2024-09-16 07:41:14

不能,只能减轻/阻止重复按F5的攻击的潜在影响是ddos

no , you can only mitigate/block the potential effect of the attack pressing F5 repeatedly is ddos

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文