From b59e82a6426a76d8cd35a6936bc50634a1c13df8 Mon Sep 17 00:00:00 2001 From: Mats Klepsland Date: Fri, 16 Nov 2018 18:50:58 +0100 Subject: [PATCH] userguide: add documentation for ja3s.string keyword --- doc/userguide/rules/ja3-keywords.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/userguide/rules/ja3-keywords.rst b/doc/userguide/rules/ja3-keywords.rst index 0c3e43c034..c77b9f3906 100644 --- a/doc/userguide/rules/ja3-keywords.rst +++ b/doc/userguide/rules/ja3-keywords.rst @@ -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``.