From 86c9332554e5fe1e43dac2ccd793f1a3868b4533 Mon Sep 17 00:00:00 2001 From: Zachary Schmerber Date: Wed, 20 Dec 2023 13:44:11 -0800 Subject: [PATCH 1/3] Replace "File Hash" observable Caption with Hash --- dictionary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dictionary.json b/dictionary.json index 828ba1393..602f50e1e 100644 --- a/dictionary.json +++ b/dictionary.json @@ -3614,8 +3614,8 @@ "type_name": "String" }, "file_hash_t": { - "caption": "File Hash", - "description": "File hash. A unique value that corresponds to the content of the file.", + "caption": "Hash", + "description": "hash. A unique value that corresponds to the content of the file, image, ja3_hash or hassh found in the schema.", "max_len": 64, "observable": 8, "type": "string_t", From b3187cb4a20b5c6115d8536b65c12f49f758a510 Mon Sep 17 00:00:00 2001 From: Zachary Schmerber Date: Wed, 20 Dec 2023 13:59:56 -0800 Subject: [PATCH 2/3] adding example --- dictionary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionary.json b/dictionary.json index 602f50e1e..9e00de9a9 100644 --- a/dictionary.json +++ b/dictionary.json @@ -3615,7 +3615,7 @@ }, "file_hash_t": { "caption": "Hash", - "description": "hash. A unique value that corresponds to the content of the file, image, ja3_hash or hassh found in the schema.", + "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", "max_len": 64, "observable": 8, "type": "string_t", From 262a815f2784a2cf66571a33d40dae7ea1649fd4 Mon Sep 17 00:00:00 2001 From: Zach Schmerber Date: Fri, 22 Dec 2023 10:19:32 -0800 Subject: [PATCH 3/3] Update dictionary.json adding "." Signed-off-by: Zach Schmerber --- dictionary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionary.json b/dictionary.json index 9e00de9a9..1328b7e57 100644 --- a/dictionary.json +++ b/dictionary.json @@ -3615,7 +3615,7 @@ }, "file_hash_t": { "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", + "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.", "max_len": 64, "observable": 8, "type": "string_t",