maltego_investigate_domain
Automatically investigate a domain by adding it to a Maltego graph and running DNS and OSINT transforms across multiple rounds. De-duplicates results for a concise overview.
Instructions
Automatically investigate a domain by adding it and running transforms.
A one-call workflow: ensures an active graph (creating one if needed), adds a Domain entity, then expands the graph by running every applicable + available transform (DNS, plus any configured OSINT providers) for a few rounds, de-duplicating results. Use this instead of chaining transforms manually.
Args: params (InvestigateInput): - value (str): The domain to investigate (e.g. 'example.com'). - allow_network (bool): Run network transforms (default True). - max_rounds (int): Expansion depth 1-4 (default 2).
Returns: str: Summary of how many transforms ran and what was discovered, plus a note of any transforms skipped for missing API keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |