maltego_investigate_email
Investigate an email address by extracting its domain, checking for breach exposure, and expanding the domain's footprint in a Maltego graph. Uses HaveIBeenPwned if configured.
Instructions
Automatically investigate an email address (domain, breaches, footprint).
Adds an Email Address entity and expands the graph: derives the domain, checks breach exposure (if a HaveIBeenPwned key is configured), and expands the related domain's basic footprint. See maltego_investigate_domain for the shared behaviour and return shape.
Args: params (InvestigateInput): - value (str): The email to investigate (e.g. 'bob@example.com'). - 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 |