Skip to content

Hostname

cast.es

Last fetched

cast.es resolves to 2 IPv4 addresses operated by AS48348 in ES.

Nutrition Label

WHISPER CANON · cast.esRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/cast.es

Resolution chain

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

IPPrefixASNOperatorCountry
185.80.7.13185.80.7.0/24AS48348ES
199.59.243.228199.59.243.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with cast.es in WhisperGraph.

Subdomains

12 observed subdomains of cast.es.

Web-graph footprint

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

1 site linked to from this hostname.

Sample inbound links

Sample outbound links

Threat posture

History

Mail and authentication

MX records

  • cast.es

SPF policy

3 SPF mechanisms authorising senders for cast.es.

MechanismTarget
SPF_Acast.es
SPF_IP185.80.7.13
SPF_MXcast.es

Related pages

Pivot deeper into the graph from cast.es.

Cypher and MCP

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

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