Skip to content

Maltego: WHOIS, History, and Reputation transforms

These transforms expose the DomainTools WHOIS, WHOIS History, reverse-lookup, hosting-history, and domain-reputation APIs inside Maltego. They complement the Iris Investigate transforms by providing the raw WHOIS record, historical WHOIS snapshots, and reverse pivots across shared hosting, nameservers, and registrants.

Start from a Domain entity.

TransformOutputDescription
Domain to WHOIS RecordWHOISReturns the current WHOIS record as a WHOIS entity. The raw record text is attached to the entity’s display information. The properties panel is populated with Create, Update, and Expire dates when available.
Domain to WHOIS Emails (raw)Email AddressExtracts email addresses from the raw WHOIS record via pattern matching (handles both user@example.com and user at example dot com variants). Entities are link-labeled with the WHOIS record date.
Domain to WHOIS Emails (parsed)Email AddressReturns email addresses from the parsed WHOIS record broken out by contact role (registrant, administrative, technical, billing). Entities are link-labeled with the contact role and record date.
Domain to WHOIS Name Servers (raw)NS RecordReturns the list of name servers from the current WHOIS record.
Domain to WHOIS Name Servers (parsed)NS RecordReturns the list of name servers from the parsed WHOIS record.
Domain to WHOIS Registrant (raw)Domain RegistrantReturns the registrant name from the current WHOIS record.
Domain to WHOIS Registrant (parsed)Domain RegistrantReturns the registrant name from the parsed WHOIS record.
Domain to WHOIS Registrar (raw)RegistrarReturns the registrar from the current WHOIS record.
Domain to WHOIS Registrar (parsed)RegistrarReturns the registrar from the parsed WHOIS record.
Domain to WHOIS Server IPIPv4 AddressReturns the IPv4 address of the WHOIS server that answered the query.

Start from a Domain entity. Historical WHOIS transforms return multiple time-stamped entities; each result is link-labeled with the date of the historical record.

TransformOutputDescription
Domain to Historical WHOIS EmailsEmail AddressReturns every email address seen in the domain’s WHOIS history.
Domain to Historical WHOIS RegistrantsDomain RegistrantReturns every registrant name seen in the domain’s WHOIS history.

Start from a Domain entity. Hosting history transforms return time-stamped IP, nameserver, or registrar changes. Entity weights are reduced for older records so recent changes rank higher.

TransformOutputDescription
Domain to Historical IP AddressesIPv4 AddressReturns each IP address the domain has resolved to over time.
Domain to Historical Name ServersNS RecordReturns each name server the domain has delegated to over time, with a link label describing the action (added/removed).
Domain to Historical RegistrarsRegistrarReturns each registrar the domain has used over time.

Start from a Domain or IPv4 Address entity.

TransformOutputDescription
Shared DomainsDomainFrom a Domain, returns other domains that share the same hosting IP. From an IPv4 address, returns domains hosted at that IP. Entities are link-labeled with the IP.

Start from a name server hostname entity.

TransformOutputDescription
Name Server to Domains (via reverse-NS)DomainReturns primary domains that delegate to this name server.

Start from a Domain or a phrase / registrant entity containing text to search on.

TransformOutputDescription
Reverse WHOIS (historic)DomainReturns domains that historically had WHOIS records matching the input term.
Reverse WHOIS (current)DomainReturns domains whose current WHOIS records match the input term.

Start from a Domain entity.

TransformOutputDescription
Domain ReputationDomain (enriched)Adds a Risk property with the DomainTools reputation risk score and a Reasons property listing the reputation reasons.

The WHOIS History, hosting history, reverse IP, reverse nameserver, and reverse WHOIS transforms draw on heavier endpoints than a current WHOIS lookup. Transforms against large result sets may take noticeably longer than a single-domain lookup. If a transform feels slow, scope the input — reverse lookups on common values return large result sets. See Troubleshooting.