Skip to content

Hostname

superfuture.com

Last fetched

superfuture.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.26.12.73104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.13.73104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.70.73172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:2
Organization
attn superfuture.com care of network solutions
Contact emails

Subdomains

8 observed subdomains of superfuture.com.

Web-graph footprint

Distinct hostnames that link to or from superfuture.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for superfuture.com.

MechanismTarget
SPF_Asuperfuture.com
SPF_INCLUDEspf.smtp2go.com
SPF_IP216.119.112.177
SPF_IP63.134.207.1/32
SPF_IP66.240.234.14
SPF_MXsuperfuture.com

Related pages

Pivot deeper into the graph from superfuture.com.

Cypher and MCP

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

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