maltego_add_entity
Add domains, IPs, people or other entities to a Maltego graph. Specify type and value; duplicate entities are merged automatically.
Instructions
Add an entity (node) to the active graph.
Use this to place domains, IPs, people, emails, etc. on the investigation
graph. By default duplicate entities (same type + value) are merged rather
than re-created. Unknown maltego.* types are accepted so investigations
are never blocked by a missing catalog entry.
Args: params (AddEntityInput): - type (str): Maltego entity type id (e.g. 'maltego.Domain'). - value (str): Primary value (e.g. 'example.com'). - properties (Optional[Dict[str,str]]): Extra properties. - notes (Optional[str]): Free-text notes. - dedupe (bool): Reuse existing identical entity (default True).
Returns: str: Confirmation including the new (or existing) entity id, plus a hint if the entity type is not in the known catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |