maltego_identify_pivots
Rank entities by their connectivity (degree >= 2) in the active graph to pinpoint the best pivot points—like shared IPs or central emails—for advancing your investigation.
Instructions
Identify the most promising pivot entities in the active graph.
Deterministically ranks entities that connect many others (degree >= 2), which are typically the best points to pivot an investigation (shared IPs, central emails, etc.).
Args: params (AnalysisLimitInput): - limit (int): Max pivots to return (1-50, default 10). - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: Ranked pivots with id, value, type, degree, and a reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |