I am using the CrowdStrike App in my playbook and trying to run the detonate file action. One of the required parameters is Vault ID, which supposedly the Vault ID of the file. I am not quite sure what the vault id means.
@TheGovernor21 the vault_id is a hash value assigned to the file when ingested into SOAR. Generally it's a SHA1 of the file so if you already know that you should be able to pass it into the action.
Otherwise you will need to grab the id by using the vault API in a custom function to retrieve the value and pass it into the action: https://docs.splunk.com/Documentation/SOARonprem/6.1.0/PlaybookAPI/VaultAPI
- Hopefully this helped! If it's a solution please mark it for others to see! Happy SOARing -
The vault id can be found in the file part of the container.
Yes but you can only get that manually. If you need to use it in a playbook then you need to get it via the API 1st then pass the value you need into the action input.