maltego_run_machine
Execute an investigation machine on a seed value to expand entities and discover connections automatically.
Instructions
Run an investigation machine against a seed value on the active graph.
Ensures an active graph (creating one if needed), seeds the machine's entity
type with seed_value, and expands the graph per the machine's recipe.
Missing/unavailable transforms are skipped gracefully.
Args: params (RunMachineInput): - machine_name (str): e.g. 'passive_domain' (see maltego_list_machines). - seed_value (str): Seed value (domain/email/ip). - allow_network (Optional[bool]): Override the machine's network setting. - max_rounds (Optional[int]): Override expansion depth.
Returns: str: Summary of what the machine discovered, or an actionable error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |