Skip to content

Hostname

www.futurehosting.com

Last fetched

www.futurehosting.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

www.futurehosting.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
65.8.49.1265.8.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
65.8.49.265.8.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
65.8.49.5365.8.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
65.8.49.9565.8.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with www.futurehosting.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for www.futurehosting.com.

MechanismTarget
SPF_EXISTS%{i}._spf.mta.salesforce.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmktomail.com
SPF_INCLUDErelay.mailchannels.net
SPF_IP207.32.181.131
SPF_IP207.32.181.132
SPF_IP208.69.120.160/27
SPF_IP208.69.120.35

Related pages

Pivot deeper into the graph from www.futurehosting.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "www.futurehosting.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.