rem

The rem rule option is used to convey an arbitrary comment in the rule body. This option has no effect on detection and should be used simply to provide meta information about the rule its in.

This option takes in a single argument, a string enclosed in double quotes.

Format:

rem:"comment_string";

Examples:

rem:"check for a malicious URI string";
http_uri;
content:"/php_backdoor.php";