maltego_find_path
Find the shortest relationship path between two entities in a Maltego graph. Displays the chain of connections with link labels to reveal how they are related.
Instructions
Find the shortest relationship path between two entities (undirected BFS).
Use when: you want to know how two findings are connected (e.g. does this email relate to that IP, and through what?).
Args: params (FindPathInput): - source_id (str): Start entity id. - target_id (str): End entity id.
Returns: str: The shortest path as a chain of entities (with link labels), or a note if no path exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |