Configuring a Data Masking Rule

This topic describes how to configure data masking rules. You can configure data masking rules to prevent sensitive data such as passwords from being displayed in event logs.

Prerequisites

A website has been added to WAF.

Constraints

Impact on the System

Sensitive data in the events will be masked to protect your website visitor's privacy.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner of the management console and select a region or project.
  3. Click in the upper left corner and choose Web Application Firewall (Dedicated) under Security.
  4. In the navigation pane, choose Website Settings.
  5. In the Policy column of the row containing the target website, click the number to go to the Policies page.
  6. In the Data Masking configuration area, change Status if needed and click Customize Rule.

    Figure 1 Data Masking configuration area

  7. In the upper left corner of the Data Masking page, click Add Rule.
  8. In the displayed dialog box, specify the parameters described in Table 1.

    Figure 2 Adding a data masking rule
    Table 1 Rule parameters

    Parameter

    Description

    Example Value

    Path

    Part of the URL that does not include the domain name.

    • Prefix match: The path ending with * indicates that the path is used as a prefix. For example, if the path to be protected is /admin/test.php or /adminabc, set Path to /admin*.
    • Exact match: The path to be entered must match the path to be protected. If the path to be protected is /admin, set Path to /admin.
    NOTE:
    • The path supports prefix and exact matches only and does not support regular expressions.
    • The path cannot contain two or more consecutive slashes. For example, ///admin. If you enter ///admin, WAF converts /// to /.

    /admin/login.php

    For example, if the URL to be protected is http://www.example.com/admin/login.php, set Path to /admin/login.php.

    Masked Field

    A field set to be masked
    • Params: A request parameter
    • Cookie: A small piece of data to identify web visitors
    • Header: A user-defined HTTP header
    • Form: A form parameter
    • If Masked Field is Params and Field Name is id, content that matches id is masked.
    • If Masked Field is Cookie and Field Name is name, content that matches name is masked.

    Field Name

    Set the parameter based on Masked Field. The masked field will not be displayed in logs.

    NOTICE:

    The length of a subfield cannot exceed 2,048 bytes. Only digits, letters, underscores (_), and hyphens (-) are allowed.

    Rule Description

    A brief description of the rule. This parameter is optional.

    None

  9. Click Confirm. The added data masking rule is displayed in the list of data masking rules.

Other Operations

Configuration Example - Masking the Cookie Field

To verify that WAF is protecting your domain name www.example.com against a data masking rule (with Cookie selected for Masked Field and jsessionid entered in Field Name):

  1. Add a data masking rule.

    Figure 3 Select Cookie for Masked Field and enter jsessionid in Field Name.

  2. Enable data masking.
  3. In the navigation pane on the left, choose Events.
  4. In the row containing the event hit the rule, click Details in the Operation column and view the event details.

    Data in the jsessionid cookie field is masked.