Convert file hash to corresponding hashes
Common Playbooks Pack.#
This Playbook is part of theGets 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.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
IntegrationsThis playbook does not use any integrations.
#
ScriptsThis playbook does not use any scripts.
#
Commands- file
#
Playbook InputsName | Description | Default Value | Source | Required |
---|---|---|---|---|
SHA256 | The SHA256 hash on which to search. | SHA256 | File | Optional |
SHA1 | The SHA1 hash on which to search. | SHA1 | File | Optional |
MD5 | The MD5 hash on which to search. | MD5 | File | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
File.SHA256 | The output for detected SHA256 hash of the file. | string |
File.SHA1 | The output for detected SHA1 hash of the file. | string |
File.MD5 | The output for detected MD5 hash of the file. | string |