We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug File hashes are described in OCSF fingerprint object. But it is currently mapped to a custom file extension property-
"fingerprints": { "algorithm": { "key": "file.extensions.x-ocsf-file-ext.algorithm", "object": "file" }, "algorithm_id": { "key": "file.extensions.x-ocsf-file-ext.algorithm_id", "object": "file" }, "value": { "key": "file.extensions.x-ocsf-file-ext.algorithm_value", "object": "file" } }
Here is a sample of OCSF fingerprint object-
{ "algorithm": "SHA-256", "algorithm_id": 3, "value": "DDA18A0E21AE47C53B4309434CBC02AE8BF764FA83A6DEFBB719431242722AA7" }
The algorithm and values needs to be correctly set to appropriate file hash STIX objects.
The text was updated successfully, but these errors were encountered:
mdazam1942
No branches or pull requests
Describe the bug
File hashes are described in OCSF fingerprint object. But it is currently mapped to a custom file extension property-
Here is a sample of OCSF fingerprint object-
The algorithm and values needs to be correctly set to appropriate file hash STIX objects.
The text was updated successfully, but these errors were encountered: