Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "File Hash" observable Caption with "Hash" #900

Merged
merged 3 commits into from
Jan 2, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. For example MD5: <code>3172ac7e2b55cbb81f04a6e65855a628</code>",
"max_len": 64,
zschmerber marked this conversation as resolved.
Show resolved Hide resolved
"observable": 8,
"type": "string_t",
Expand Down
Loading