]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: add documentation for ja3s.string keyword
authorMats Klepsland <mats.klepsland@gmail.com>
Fri, 16 Nov 2018 17:50:58 +0000 (18:50 +0100)
committerMats Klepsland <mats.klepsland@gmail.com>
Mon, 20 May 2019 12:30:27 +0000 (14:30 +0200)
doc/userguide/rules/ja3-keywords.rst

index 0c3e43c034e41a5b3c7aae9aab472be02455f615..c77b9f390635fe44daeb423a143aa60ab1451b7b 100644 (file)
@@ -57,3 +57,17 @@ Example::
 ``ja3s.hash`` is a 'sticky buffer'.
 
 ``ja3s.hash`` can be used as ``fast_pattern``.
+
+ja3s.string
+-----------
+
+Match on JA3S string.
+
+Example::
+
+  alert tls any any -> any any (msg:"match on JA3S string"; \
+      ja3s.string; content:"771,23-35"; sid:100004;)
+
+``ja3s.string`` is a 'sticky buffer'.
+
+``ja3s.string`` can be used as ``fast_pattern``.