您如何防止垃圾邮件机器人?

发布于 2024-12-25 16:10:14 字数 134 浏览 0 评论 0原文

我们有一个网站,有时会因为垃圾邮件机器人而卡住,我们试图阻止他们的IP,但这不是一个好主意,因为他们可能有一个动态IP,有人有一个好的方法来阻止他们,我们尝试使用动态IP IIS 中发现了限制,但没有太大帮助。

您如何防止垃圾邮件机器人?

we have a website that sometimes gets stuck because of spambots, we tried to block the ips of them but it's not a good idea because they could have a dynamic ip, do someone have a good way to stop them, we tried to use Dynamic IP Restricion that found in IIS but did not help too much.

What you do to prevent spambots?!

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

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

发布评论

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

评论(2

节枝 2025-01-01 16:10:14

两种常见的解决方案是使用蜜罐检测: http://en.wikipedia.org/wiki/ Honeypot_%28computing%29

和验证码:http://en.wikipedia.org/wiki/Captcha

Two common solutions is to use Honeypot detection: http://en.wikipedia.org/wiki/Honeypot_%28computing%29

and Captcha: http://en.wikipedia.org/wiki/Captcha

七色彩虹 2025-01-01 16:10:14

您是否使用常见的白标论坛,例如 PhpBB 或 Invision?如果是这样,我建议重命名常见页面,因为大多数机器人只是检查您是否有“createThread.php”或“respond.php”之类的页面。大多数人并不聪明,而且大多数人都懒得为您的网站编写特定的垃圾邮件脚本 - 他们只是喷洒和祈祷。

Are you using a common white-label forum like PhpBB or Invision? If so, I suggest renaming the common pages as most bots just check to see if you have a page like "createThread.php" or "respond.php". Most aren't smart, and most won't bother to write a specific spam script for your site - they just spray and pray.

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