You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a hash observable is exported to MISP, its type is chosen randomly among the hashes supported by MISP (x509-fingerprint-sha256, imphash, hassh-md5, ...). If the size of the data doesn't match the selected hash type, MISP reject the observable and attribute is not created.
The solution is to hardcode the hash type according the size of the data:
32: md5
40: sha1
56: sha224
64: sha256
96: sha384
128: sha512
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
TheHive 4.0.0
Problem Description
When a hash observable is exported to MISP, its type is chosen randomly among the hashes supported by MISP (x509-fingerprint-sha256, imphash, hassh-md5, ...). If the size of the data doesn't match the selected hash type, MISP reject the observable and attribute is not created.
The solution is to hardcode the hash type according the size of the data:
The text was updated successfully, but these errors were encountered: