The "Recorded Future Sandbox - File Analysis with Cache" workflow template is designed for threat intelligence enrichment by analyzing files through the Recorded Future Sandbox. It receives a file URL and optionally a hash, calculates the SHA256 hash if not provided, and checks for recent analysis data in the cache. If no cached data is found, the file is submitted for analysis. The output includes a summary of Mitre TTPs, file properties, and related hashes, aiding in efficient threat assessment and response.
Optional Triggers
["This workflow is intended to be used as a function."]
Use Cases
Function , Threat Intelligence Enrichment
Workflow Breakdown
Receives an URL of a file and an optional hash of the file.
If no Hash is provided, then SHA256 is calculated from the file.
Lookup global variables to see if the hash reputation has been saved in the past 24 hours.
If analysis data is found on local cache, the saved data is returned to the parent workflow.
When file is not found on cache and there are not previous analysis, then the file is submitted to analysis.
A summary of the analysis data is created and saved with the original api data.
Vendors
Utils, Torq, Recorded Future Sandbox
Workflow Output
Output information contains Mitre TTPs Summary, related hashes, file properties, malware family and observable's type and subtype as used in Torq Cases.
Tips
Set "Provide Raw Data Analysis" to true or false to add or remove original vendor information to the output.
