Create, edit, and delete custom WAF rules to block or alert on traffic by IP, country, header, or path across your domains.
Criteria | Description |
|---|---|
equals | The attribute value must exactly match the specified value. |
contains | The attribute value must include the specified string. |
range | The attribute value must fall within the specified range. An IP range is a common example. |
wildcard | The attribute value must match the specified wildcard pattern, where * matches any sequence of characters. |
Regex | The attribute value must match the specified regular expression pattern. Uses RE2 syntax. The pattern is evaluated as a full match against the attribute value. |
In Value, enter the value to match. Examples:
You can combine different attributes and criteria by creating multiple custom rules.
The rule deploys to the edge and begins evaluating requests shortly after you save.
When you select regex as the criteria, the rule evaluates the attribute value against a regular expression pattern you provide.
Acquia Edge uses Syntax for regex patterns. RE2 is a safe, linear-time regex engine that does not support backreferences or lookahead/lookbehind assertions.
Changes deploy to the edge after you save. Use Security Metrics to confirm that the updated rule behaves as expected.
Once deleted, the rule no longer evaluates or blocks traffic. If you still need similar protection, create a replacement rule with the updated logic.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
The attribute value must exactly match the specified value.
contains | The attribute value must include the specified string. |
range | The attribute value must fall within the specified range. An IP range is a common example. |
wildcard | The attribute value must match the specified wildcard pattern, where * matches any sequence of characters. |
Regex | The attribute value must match the specified regular expression pattern. Uses RE2 syntax. The pattern is evaluated as a full match against the attribute value. |
In Value, enter the value to match. Examples:
You can combine different attributes and criteria by creating multiple custom rules.
The rule deploys to the edge and begins evaluating requests shortly after you save.
When you select regex as the criteria, the rule evaluates the attribute value against a regular expression pattern you provide.
Acquia Edge uses Syntax for regex patterns. RE2 is a safe, linear-time regex engine that does not support backreferences or lookahead/lookbehind assertions.
Changes deploy to the edge after you save. Use Security Metrics to confirm that the updated rule behaves as expected.
Once deleted, the rule no longer evaluates or blocks traffic. If you still need similar protection, create a replacement rule with the updated logic.
If this content did not answer your questions, try searching or contacting our support team for further assistance.