Hostname
future.do
Last fetched
future.do resolves to 1 IPv4 address operated by A2HOSTING - A2 Hosting, Inc. in US.
Nutrition Label
Resolution chain
future.do 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 |
|---|---|---|---|---|
| 68.66.216.8 | 68.66.216.0/21 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with future.do in WhisperGraph.
Subdomains
39 observed subdomains of future.do.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from future.do in the public web crawl.
18 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for future.do.
| Mechanism | Target |
|---|---|
| SPF_A | future.do |
| SPF_INCLUDE | _spf.cloudwebhosting.com |
| SPF_INCLUDE | spf.supercp.com |
| SPF_IP | 165.140.69.202 |
| SPF_IP | 68.66.216.8 |
| SPF_MX | future.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.