maltego_investigate_ip
Investigate an IPv4 address by performing reverse DNS lookup, identifying open ports and services, and expanding the investigative graph with intelligence from Shodan and Censys.
Instructions
Automatically investigate an IPv4 address (reverse DNS, ports, services).
Adds an IPv4 Address entity and expands the graph using reverse DNS plus any configured host-intelligence providers (Shodan, Censys). See maltego_investigate_domain for the shared behaviour and return shape.
Args: params (InvestigateInput): - value (str): The IPv4 address (e.g. '8.8.8.8'). - allow_network (bool): Run network transforms (default True). - max_rounds (int): Expansion depth 1-4 (default 2).
Returns: str: Summary of what was discovered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |