Skip to main content

Convert file hash to corresponding hashes

This Playbook is part of the Common Playbooks Pack.#

Gets all of the corresponding hashes for a file even if there is only one hash type available. For example, if we have only the SHA256 hash, the playbook will get the SHA1 hash and MD5 hash as long as the original searched hash is recognized by any our the threat intelligence integrations.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

This playbook does not use any integrations.

Scripts#

This playbook does not use any scripts.

Commands#

  • file

Playbook Inputs#


NameDescriptionDefault ValueSourceRequired
SHA256The SHA256 hash on which to search.SHA256FileOptional
SHA1The SHA1 hash on which to search.SHA1FileOptional
MD5The MD5 hash on which to search.MD5FileOptional

Playbook Outputs#


PathDescriptionType
File.SHA256The output for detected SHA256 hash of the file.string
File.SHA1The output for detected SHA1 hash of the file.string
File.MD5The output for detected MD5 hash of the file.string

Playbook Image#


Convert_file_hash_to_corresponding_hashes