Hash Fieldsedit

The hash fields represent different hash algorithms and their values.

Field names for common hashes (e.g. MD5, SHA1) are predefined. Add fields for other hashes by lowercasing the hash algorithm name and using underscore separators as appropriate (snake case, e.g. sha3_512).

Hash Field Detailsedit

Field Description Level

hash.md5

MD5 hash.

type: keyword

extended

hash.sha1

SHA1 hash.

type: keyword

extended

hash.sha256

SHA256 hash.

type: keyword

extended

hash.sha512

SHA512 hash.

type: keyword

extended

Field Reuseedit

The hash fields are expected to be nested at: dll.hash, file.hash, process.hash, process.parent.hash.

Note also that the hash fields are not expected to be used directly at the top level.