Skip to content

Hostname

cristalcloud.com

Last fetched

cristalcloud.com resolves to 1 IPv4 address operated by NEO-ASN Zayo Europe in FR. WHOIS lists iana:69 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
94.103.141.6994.103.128.0/20AS8218NEO-ASN Zayo EuropeFR

WHOIS identity

Registrar
iana:69
Organization
rdi
Contact emails

Subdomains

13 observed subdomains of cristalcloud.com.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for cristalcloud.com.

MechanismTarget
SPF_Acristalcloud.com
SPF_IP158.255.109.113
SPF_IP94.103.129.107
SPF_MXcristalcloud.com

Related pages

Pivot deeper into the graph from cristalcloud.com.

Cypher and MCP

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

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