Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
Request Filtering is a built-in security feature of IIS. Using Request Filtering feature one can assign maximum URL length, Query String size, content request length and many other restrictions server wide as well as website wide. Deny URL Sequences element of Request Filtering helps to deny access for URL sequence patterns that an attacker might try to exploit. Follow these steps to deny URL sequence from IIS.

  1. Login to your VPS.

  2. Open IIS Manager. Unde Connections pane, click on VPS Name.

    IIS Manager

  3. Open Request Filtering as shown in below image.

    Click on Request Filtering Option

  4. Move to URL tab and click on Deny Sequence.

    Click on Deny Sequence Link

  5. An Add Deny Sequence dialog box will appear, enter the URL sequence which you wish to block. For Example, if you wish to block the common SQL Injection term 'varchar', enter 'varchar' character sequence in the Deny Sequence box. When you wish to block entire directory access, give '..' as shown in below image.

    Add URL Sequence

  6. Click OK. Now, when anyone tries to enter any of the mentioned terms into your URL Sequence, they will receive the HTTP Error 404.5 – URL Sequence denied error message.
 
NOTE: Choose your character sequence wisely. If your site uses any of the terms that you deny, your site visitor will receive the HTTP Error 404.5.

Was this answer helpful? 29 Users Found This Useful (29 Votes)

Powered by WHMCompleteSolution