Skip to content

Hostname

up.to

Last fetched

up.to resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · up.toRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/up.to

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.92.68104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.187.162172.67.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with up.to in WhisperGraph.

Subdomains

467 observed subdomains of up.to.

Web-graph footprint

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

141 sites link to this hostname.

260 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for up.to.

MechanismTarget
SPF_INCLUDEcomcast.net
SPF_INCLUDEoptonline.net
SPF_IP107.161.20.177
SPF_IP107.161.25.178

Related pages

Pivot deeper into the graph from up.to.

Cypher and MCP

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

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