get_domain_relationship
Query a specific relationship type for a domain (e.g., resolutions, subdomains) with pagination to retrieve related objects from VirusTotal.
Instructions
Query a specific relationship type for a domain with pagination support.
Args: domain: Domain name to analyze 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 | ||
| domain | Yes | ||
| relationship | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |