Blocking of IP addresses based on number of concurrent requests - If an HTTP client exceeds the number of concurrent requests allowed, that client's IP address gets temporarily blocked.
Blocking of IP address based on number of requests over a period of time - If an HTTP client exceeds the number of requests made over a specified time interval, that client's IP address gets temporarily blocked.
Allow list of IP addresses that will not be blocked - You can add a list of the IP addresses of clients you want to exclude from being blocked by the module regardless of other configuration.
Various deny actions - You can specify which response to return to an HTTP client for which the IP address is blocked. The module can return status codes 403 and 404 or just terminate the HTTP connection and not return any response.
Various deny actions - You can specify which response to return to an HTTP client for which the IP address is blocked. The module can return status codes 401, 403 or 404 or just terminate the HTTP connection and not return any response.
Support for web servers behind a proxy - If your web server is behind a proxy, you can configure the module to use the client IP address from an X-Forwarded-For header. Updates were made for the Release Candidate build to improve this functionality to prevent
spoofing.
IPv6 - the module provides full support for IPv6 addresses.
shauneagan
2 Posts
Microsoft
Moderator
Dynamic IP Restrictions for IIS 7 final release is now available
Apr 02, 2012 06:27 PM|LINK
The final version of the Dynamic IP Restrictions module for IIS 7 and 7.5 is now available. Download from here: http://www.iis.net/download/DynamicIPRestrictions
To learn more about the release visit the Using Dynamic IP Restrictions article.
Key features:Dynamic IP Restrictions ip security dipr