forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
13 KiB
13 KiB
Configuring an Information Leakage Prevention Rule
You can add two types of information leakage prevention rules.
- Sensitive information filtering: prevents disclosure of sensitive information (such as ID numbers, phone numbers, and email addresses).
- Response code interception: blocks the specified HTTP status codes.
Prerequisites
A website has been added to WAF.
Constraints
It takes several minutes for a new rule to take effect. After the rule takes effect, protection events triggered by the rule will be displayed on the Events page.
Procedure
- Log in to the management console.
- Click
in the upper left corner of the management console and select a region or project.
- Click
in the upper left corner and choose Web Application Firewall (Dedicated) under Security.
- In the navigation pane, choose Website Settings.
- In the Policy column of the row containing the target website, click the number to go to the Policies page.
- In the Information Leakage Prevention configuration area, change Status if needed and click Customize Rule.
- In the upper left corner of the Information Leakage Prevention page, click Add Rule.
- In the dialog box displayed, add an information leakage prevention rule by referring to Table 1. Figure 2 and Figure 3 show two examples.
Information leakage prevention rules prevent sensitive information (such as ID numbers, phone numbers, and email addresses) from being disclosed. This type of rule can also block specified HTTP status codes.
Sensitive information filtering: Configure rules to mask sensitive information, such as phone numbers and ID numbers, from web pages. For example, you can set the following protection rules to mask sensitive information, such as ID numbers, phone numbers, and email addresses:Response code interception: An error page of a specific HTTP response code may contain sensitive information. You can configure rules to block such error pages to prevent such information from being leaked out. For example, you can set the following rule to block error pages of specified HTTP response codes 404, 502, and 503. - Click Confirm. The added information leakage prevention rule is displayed in the list of information leakage prevention rules.
Other Operations
- To disable a rule, click Disable in the Operation column of the rule. The default Rule Status is Enabled.
- To modify a rule, click Modify in the row containing the rule.
- To delete a rule, click Delete in the row containing the rule.
Configuration Example — Masking Sensitive Information
To verify that WAF is protecting your domain name www.example.com against an information leakage prevention rule:
- Add an information leakage prevention rule.
- Enabling information leakage prevention.
- Clear the browser cache and access http://www.example.com/admin/.
The email address, phone number, and identity number on the returned page are masked.
Parent topic: Rule Configuration