get_entities_related_to_a_domain
Retrieve related entities for a given domain, such as associated malware families, campaigns, subdomains, or DNS records, to investigate threats.
Instructions
Retrieve entities related to the the given domain.
The following table shows a summary of available relationships for domain objects.
Relationship | Description | Return type |
associations | Domain's associated objects (reports, campaigns, IoC collections, malware families, software toolkits, vulnerabilities, threat-actors), without filtering by the associated object type. | Everyone. |
caa_records | Records CAA for the domain. | domain |
campaigns | Campaigns associated to the domain. | collection |
cname_records | Records CNAME for the domain. | domain |
collections | IoC Collections associated to the domain. | collection |
comments | Community posted comments about the domain. | comment |
communicating_files | Files that communicate with the domain. | file |
downloaded_files | Files downloaded from that domain. | file |
graphs | Graphs including the domain. | graph |
historical_ssl_certificates | SSL certificates associated with the domain. | ssl-cert |
historical_whois | WHOIS information for the domain. | whois |
immediate_parent | Domain's immediate parent. | domain |
malware_families | Malware families associated to the domain. | collection |
memory_pattern_parents | Files having a domain as string on memory during sandbox execution. | file |
mx_records | Records MX for the domain. | domain |
ns_records | Records NS for the domain. | domain |
parent | Domain's top parent. | domain |
referrer_files | Files containing the domain. | file |
related_comments | Community posted comments in the domain's related objects. | comment |
related_reports | Reports that are directly and indirectly related to the domain. | collection |
related_threat_actors | Threat actors related to the domain. | collection |
reports | Reports directly associated to the domain. | collection |
resolutions | DNS resolutions for the domain. | resolution |
siblings | Domain's sibling domains. | domain |
soa_records | Records SOA for the domain. | domain |
software_toolkits | Software and Toolkits associated to the domain. | collection |
subdomains | Domain's subdomains. | domain |
urls | URLs having this domain. | url |
user_votes | Current user's votes. | vote |
votes | Domain's votes. | vote |
vulnerabilities | Vulnerabilities associated to the domain. | collection |
Args: domain (required): Domain to analyse. relationship_name (required): Relationship name. descriptors_only (required): Bool. Must be True when the target object type is one of file, domain, url, ip_address or collection. limit: Limit the number of entities to retrieve. 10 by default. Returns: List of entities related to the domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| domain | Yes | ||
| descriptors_only | Yes | ||
| relationship_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |