doc: add file.name information to nfs keyword doc

Signed-off-by: jason taylor <jtfas90@gmail.com>
pull/9985/head
jason taylor 1 year ago committed by Victor Julien
parent 327ba7397a
commit 9d1ad0187e

@ -33,6 +33,7 @@ Suricata Rules
ike-keywords
http2-keywords
quic-keywords
nfs-keywords
app-layer
xbits
thresholding

@ -0,0 +1,19 @@
NFS Keywords
============
.. role:: example-rule-options
file.name
---------
The ``file.name`` keyword can be used at the NFS application level.
Signature Example:
.. container:: example-rule
alert nfs any any -> any any (msg:"NFS file.name usage"; \
:example-rule-options:`file.name; content:"file.txt";` \
classtype:bad-unknown; sid:1; rev:1;)
For additional information on the ``file.name`` keyword, see :doc:`file-keywords`.
Loading…
Cancel
Save