简体   繁体   English

IIS动态IP地址限制以永久阻止IP

[英]IIS Dynamic IP Address Restriction to permanently block IP

So I have a website that is getting hit regularly from someone scraping our content and I would like to do my best to annoy him as possible. 因此,我有一个网站经常受到抓取我们内容的人的攻击,并且我会尽我所能尽可能地惹恼他。

Currently we have IIS Dynamic IP address restriction on but this only temp blocks him for a very short time. 当前,我们对IIS动态IP地址设置了限制,但是这个临时限制了他很短的时间。 Is it possible to have the same sort of rules but permanently block him instead. 是否有可能具有相同的规则,但会永久性地阻止他。

So if we have 20 requests in 10 seconds from the same IP address that IP address is then block indefinitely (or a preset time I can pick) 因此,如果我们在10秒内从同一个IP地址收到20个请求,那么该IP地址将被无限期阻止(或我可以选择的预设时间)

we currently using IIS7.5 我们目前正在使用IIS7.5

Thanks Steve 谢谢史蒂夫

To answer your question, you should look at this , it is an extension for IIS . 要回答您的问题,您应该看一下 ,它是IIS的扩展。 You can actually set it up in such a way that if a user reaches a certain number of connections they are getting denied. 实际上,您可以通过以下方式进行设置:如果用户达到一定数量的连接,他们将被拒绝。

Hope this helps ! 希望这可以帮助 !

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM