From a357f52fa5aa9f79d061b5560afe4df0458d81fd Mon Sep 17 00:00:00 2001 From: Mats Klepsland Date: Sun, 10 Dec 2017 16:47:07 +0100 Subject: [PATCH] doc: add documentation for ja3_string keyword --- doc/userguide/rules/ja3-keywords.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/userguide/rules/ja3-keywords.rst b/doc/userguide/rules/ja3-keywords.rst index 35676a9263..d210bf64bc 100644 --- a/doc/userguide/rules/ja3-keywords.rst +++ b/doc/userguide/rules/ja3-keywords.rst @@ -19,3 +19,18 @@ Example:: ``ja3_hash`` is a 'Sticky buffer'. ``ja3_hash`` can be used as ``fast_pattern``. + +ja3_string +---------- + +Match on JA3 string. + +Example:: + + alert tls any any -> any any (msg:"match JA3 string"; \ + ja3_string; content:"19-20-21-22"; \ + sid:100002;) + +``ja3_string`` is a 'Sticky buffer'. + +``ja3_string`` can be used as ``fast_pattern``.