Skip to content

Commit

Permalink
adding a regex pattern for file_hash_t type
Browse files Browse the repository at this point in the history
Signed-off-by: Rajas Panat <[email protected]>
  • Loading branch information
floydtree committed Sep 11, 2024
1 parent d43611c commit 55ca372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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: <code>3172ac7e2b55cbb81f04a6e65855a628</code>.",
"regex": "[a-fA-F0-9]+",
"type": "string_t",
"type_name": "String"
},
Expand Down

0 comments on commit 55ca372

Please sign in to comment.