get_file_behavior_report
Retrieve a detailed file behavior report using a unique file behavior identifier, combining file hash and sandbox name. Understand file actions and interactions in a sandbox environment.
Instructions
Retrieve the file behaviour report of the given file behaviour identifier.
You can get all the file behaviour of a given a file by calling get_entities_related_to_a_file as the file hash and the behaviours as relationship name.
The file behaviour ID is composed using the following pattern: "{file hash}_{sandbox name}".
Args: file_behaviour_id (required): File behaviour ID. Returns: The file behaviour report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_behaviour_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |