config : server-policy pattern custom-susp-url
 
server-policy pattern custom-susp-url
Use this command to configure custom suspicious URL requests to augment the list of predefined suspicious URL requests. You can add custom suspicious URLs to a custom suspicious URL rule.
To use this command, your administrator account’s access control profile must have either w or rw permission to the traroutegrp area. For more information, see “Permissions”.
Syntax
config server-policy pattern custom-susp-url
edit <custom-susp-url_name>
set expression <url_pattern>
next
end
Variable
Description
Default
<custom-susp-url_name>
Type the name of the custom URL. The maximum length is 35 characters.
To display the list of existing URLs, type:
edit ?
No default.
expression <url_pattern>
Type either a simple string or a regular expression to defines the custom URL request to check for. The maximum length is 2,071 characters.
No default.
Example
This example configures a custom suspicious URL named Suspicious-URL 1 and defines the custom expression associated with that suspicious URL.
config server-policy pattern custom-susp-url
edit "Suspicious URL 1"
set expression "^/schema.xml$"
next
end
Related topics
config server-policy pattern suspicious-url-rule