Skip to content

Hostname

future.do

Last fetched

future.do resolves to 1 IPv4 address operated by A2HOSTING - A2 Hosting, Inc. in US.

Nutrition Label

WHISPER CANON · future.doRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/future.do

Resolution chain

future.do resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
68.66.216.868.66.216.0/21AS55293A2HOSTING - A2 Hosting, Inc.US

WHOIS identity

No WHOIS records are currently associated with future.do in WhisperGraph.

Subdomains

39 observed subdomains of future.do.

Web-graph footprint

Distinct hostnames that link to or from future.do in the public web crawl.

18 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

6 SPF mechanisms authorising senders for future.do.

MechanismTarget
SPF_Afuture.do
SPF_INCLUDE_spf.cloudwebhosting.com
SPF_INCLUDEspf.supercp.com
SPF_IP165.140.69.202
SPF_IP68.66.216.8
SPF_MXfuture.do

Related pages

Pivot deeper into the graph from future.do.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "future.do"})-[: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.