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

Examples

This rule constrains the search for the pattern "EFG" to the raw body of an HTTP client request.

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

Note:   The http_client_body modifier is not allowed to be used with the rawbytes modifier for the same content.



Eugene Misnik 2013-05-08