get_file_relationship
Retrieve specific relationship data for a file hash (MD5, SHA-1, SHA-256) with pagination support. Get related objects like contacted domains, URLs, or malware samples.
Instructions
Query a specific relationship type for a file with pagination support.
Args: file_hash: MD5, SHA-1 or SHA-256 hash of the file relationship: Type of relationship to query limit: Maximum number of related objects to retrieve (1-40) cursor: Continuation cursor for pagination
Returns: str: Formatted relationship data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| file_hash | Yes | ||
| relationship | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |