zoukankan      html  css  js  c++  java
  • IIS ip访问限制插件

    Dynamic IP Restrictions

    Overview

    The Dynamic IP Restrictions Extension for IIS provides IT Professionals and Hosters a configurable module that helps mitigate or block Denial of Service Attacks or cracking of passwords through Brute-force by temporarily blocking Internet Protocol (IP) addresses of HTTP clients who follow a pattern that could be conducive to one of such attacks. This module can be configured such that the analysis and blocking could be done at the Web Server or the Web Site level.

    Reduce the chances of a Denial of Service attack by dynamically blocking requests from malicious IP addresses

    Dynamic IP Restrictions for IIS allows you to reduce the probabilities of your Web Server being subject to a Denial of Service attack by inspecting the source IP of the requests and identifying patterns that could signal an attack. When an attack pattern is detected, the module will place the offending IP in a temporary deny list and will avoid responding to the requests for a predetermined amount of time.

    Minimize the possibilities of Brute-force-cracking of the passwords of your Web Server

    Dynamic IP Restrictions for IIS is able to detect requests patterns that indicate the passwords of the Web Server are attempted to be decoded. The module will place the offending IP on a list of servers that are denied access for a predetermined amount of time. In situations where the authentication is done against an Active Directory Services (ADS) the module is able to maintain the availability of the Web Server by avoiding having to issue authentication challenges to ADS.

    Features

    • Seamless integration into IIS 7.0 Manager.
    • Dynamically blocking of requests from IP address based on either of the following criteria:
      • The number of concurrent requests.
      • The number of requests over a period of time.
    • Support for list of IPs that are allowed to bypass Dynamic IP Restriction filtering.
    • Blocking of requests can be configurable at the Web Site or Web Server level.
    • Configurable deny actions allows IT Administrators to specify what response would be returned to the client. The module support return status codes 403, 404 or closing the connection.
    • Support for IPv6 addresses.
    • Support for web servers behind a proxy or firewall that may modify the client IP address.

    Download Dynamic IP Restrictions 1.0

  • 相关阅读:
    AC自动机
    HDU
    2020牛客寒假算法基础集训营3 B 牛牛的DRB迷宫II
    POJ 3784 Running Median【维护动态中位数】
    CodeForces
    HDU 2444 The Accomodation of Students【二分图最大匹配问题】
    POJ 1201 Intervals【差分约束】
    POJ 2976 Dropping tests【0/1分数规划模板】
    2019牛客暑期多校训练营(第七场)A.String【最小表示法】
    POJ 1287 Networking【kruskal模板题】
  • 原文地址:https://www.cnblogs.com/zangdalei/p/10223714.html
Copyright © 2011-2022 走看看