Skip to content

Hostname

email.thefusebase.com

Last fetched

email.thefusebase.com resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · email.thefusebase.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/email.thefusebase.com

Resolution chain

email.thefusebase.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.52.59.210100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.226.101.1213.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.175.21.2735.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.196.174.15044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.198.195.6444.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.84.101.054.84.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with email.thefusebase.com in WhisperGraph.

Subdomains

1 observed subdomain of email.thefusebase.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for email.thefusebase.com.

MechanismTarget
SPF_INCLUDEmailgun.org
SPF_INCLUDEone.zoho.com
SPF_INCLUDEspf.leadconnectorhq.com

Related pages

Pivot deeper into the graph from email.thefusebase.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "email.thefusebase.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.