From 55ca3723bca616a417385fbb0f738f6bd871b848 Mon Sep 17 00:00:00 2001 From: Rajas Panat Date: Wed, 11 Sep 2024 10:16:21 -0400 Subject: [PATCH] adding a regex pattern for file_hash_t type Signed-off-by: Rajas Panat --- dictionary.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dictionary.json b/dictionary.json index 02f7ed288..b2308af98 100644 --- a/dictionary.json +++ b/dictionary.json @@ -4873,6 +4873,7 @@ "observable": 8, "caption": "Hash", "description": "Hash. A unique value that corresponds to the content of the file, image, ja3_hash or hassh found in the schema. For example MD5: 3172ac7e2b55cbb81f04a6e65855a628.", + "regex": "[a-fA-F0-9]+", "type": "string_t", "type_name": "String" },