Skip to content

Hostname

ca.godaddy.com

Last fetched

ca.godaddy.com resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in ZA.

Nutrition Label

WHISPER CANON · ca.godaddy.comRouting diversity3.0/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/ca.godaddy.com

Resolution chain

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

IPPrefixASNOperatorCountry
184.28.84.64184.28.84.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.ZA
23.217.124.1323.217.124.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.US
23.46.188.1523.46.188.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.FR

WHOIS identity

No WHOIS records are currently associated with ca.godaddy.com in WhisperGraph.

Web-graph footprint

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

515 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from ca.godaddy.com.

Cypher and MCP

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

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