next up previous contents
Next: http_raw_cookie Up: http_cookie Previous: Format   Contents

Examples

This rule constrains the search for the pattern "EFG" to the extracted Cookie Header field of a HTTP client request.

    alert tcp any any -> any 80 (content:"ABC"; content:"EFG"; http_cookie;)

Note:  

The http_cookie modifier is not allowed to be used with the rawbytes or fast_pattern modifiers for the same content.



Eugene Misnik 2013-05-08