You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide/rules/nfs-keywords.rst

19 lines
442 B
ReStructuredText

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`.