On apache we have the following RewriteCond to block url's with a word in it.
<br/>
RewriteCond %{QUERY_STRING} guest [NC]<br/>
RewriteRule .* - [F]<br/><br/>
How can we transfer this condition to an irule so we can put this on the F5 Loadbalancer?