]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add file.name information to ftp keyword doc
authorjason taylor <jtfas90@gmail.com>
Wed, 20 Sep 2023 20:44:36 +0000 (20:44 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 6 Dec 2023 14:26:59 +0000 (15:26 +0100)
Signed-off-by: jason taylor <jtfas90@gmail.com>
doc/userguide/rules/ftp-keywords.rst

index 068b14e33cc7a93098f9f8f6afc040b85b1cd0d0..0d25f6031213c2be9c254d90b062f0f9ea94e251 100644 (file)
@@ -29,3 +29,15 @@ Detect FTP bounce attacks.
 Syntax::
 
   ftpbounce
+
+file.name
+---------
+
+The ``file.name`` keyword can be used at the FTP application level.
+
+Example::
+
+alert ftp-data any any -> any any (msg:"ftp layer file.name keyword usage"; \
+file.name; content:"file.txt"; classtype:bad-unknown; sid:1; rev:1;)
+
+For additional information on the ``file.name`` keyword, see :doc:`file-keywords`.
\ No newline at end of file