]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: remove legacy uricontent information
authorjason taylor <jtfas90@gmail.com>
Fri, 29 Dec 2023 11:59:29 +0000 (11:59 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 10 Apr 2024 05:03:07 +0000 (07:03 +0200)
ticket: 3025

Signed-off-by: jason taylor <jtfas90@gmail.com>
doc/userguide/rules/http-keywords.rst

index 583e143fa56cd73bd9157e2b74bd8943f24d62cf..093511ac0453bd6e1c4bcd0f72141ae2f5a630ab 100644 (file)
@@ -205,28 +205,6 @@ Example Request::
 
 Reference: `https://redmine.openinfosecfoundation.org/issues/2881 <https://redmine.openinfosecfoundation.org/issues/2881>`_
 
-uricontent
-----------
-
-The ``uricontent`` keyword has the exact same effect as the
-``http.uri`` sticky buffer. ``uricontent`` is a deprecated
-(although still supported) way to match specifically and only on the
-request URI buffer.
-
-Example of ``uricontent``:
-
-.. container:: example-rule
-
-    alert tcp $HOME_NET any -> $EXTERNAL_NET $HTTP_PORTS (msg:"ET TROJAN Possible Vundo Trojan Variant reporting to Controller"; flow:established,to_server; content:"POST "; depth:5; :example-rule-emphasis:`uricontent:"/frame.html?";` urilen: > 80; classtype:trojan-activity; reference:url,doc.emergingthreats.net/2009173; reference:url,www.emergingthreats.net/cgi-bin/cvsweb.cgi/sigs/VIRUS/TROJAN_Vundo; sid:2009173; rev:2;)
-
-The difference between ``http.uri`` and ``uricontent`` is the syntax:
-
-
-
-When authoring new rules, it is recommended that the ``http.uri``
-content sticky buffer be used rather than the deprecated ``uricontent``
-keyword.
-
 .. _urilen:
 
 urilen