Hostname
mail.transactionsmortage.com
Last fetched
mail.transactionsmortage.com resolves to 1 IPv4 address operated by i3Dnet - i3D.net B.V in NL.
Nutrition Label
Resolution chain
mail.transactionsmortage.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.163.70.163 | 213.163.64.0/19 | AS49544 | i3Dnet - i3D.net B.V | NL |
WHOIS identity
No WHOIS records are currently associated with mail.transactionsmortage.com in WhisperGraph.
Subdomains
2 observed subdomains of mail.transactionsmortage.com.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mail.transactionsmortage.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.transactionsmortage.com |
| SPF_IP | 147.189.133.86/32 |
| SPF_IP | 147.189.133.89/32 |
| SPF_IP | 154.17.165.31/32 |
| SPF_IP | 154.17.165.32/32 |
| SPF_IP | 193.160.71.204/32 |
| SPF_IP | 193.160.71.205/32 |
| SPF_IP | 45.43.129.111/32 |
| SPF_IP | 45.43.129.112/32 |
| SPF_IP | 63.141.248.125/32 |
| SPF_IP | 63.141.248.126/32 |
| SPF_MX | mail.transactionsmortage.com |
Related pages
Pivot deeper into the graph from mail.transactionsmortage.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.transactionsmortage.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.