Create or edit an IPS signature
You can create an IPS signature.
To create an IPS signature:
-
Go to Security Profiles > IPS Signatures and click Create New. You can also go to Security Profiles > Intrusion Prevention, click Create New, click View IPS Signatures, and click Create New.
-
Enter a name (no spaces) for the IPS signature in the Name field.
-
Enter a brief description in the Comments field
-
Enter the text for the signature in the Signature field. The syntax for signatures is described in Valid syntax.
-
Click OK.
You can also edit IPS signatures that you have created. Select the IPS signature and then click Edit.
Valid syntax
The following table shows the valid characters and basic structure. For details about each keyword and its associated values, see Custom signature keywords.
Field |
Valid Characters |
Usage |
---|---|---|
HEADER |
F-SBID |
The header for an attack definition signature. Each custom signature must begin with this header. |
KEYWORD |
Each keyword must start with a pair of dashes (--) and consist of a string of 1 to 19 characters. Normally, keywords are an English word or English words connected by an underscore (_). Keywords are case insensitive. |
The keyword identifies a parameter. |
VALUE |
Double quotes (") must be used around the value if it contains a space and/or a semicolon (;). If the value is NULL, the space between the KEYWORD and VALUE can be omitted. Values are case sensitive. NOTE: If double quotes are used for quoting the value, the double quotes are not considered as part of the value string. |
The value is set specifically for a parameter identified by a keyword. |