Skip to content

Hostname

k8s.camcodedata.com

Last fetched

k8s.camcodedata.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · k8s.camcodedata.comRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/k8s.camcodedata.com

Resolution chain

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

IPPrefixASNOperatorCountry
184.72.30.246184.72.0.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
52.52.116.9652.52.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.53.114.25352.52.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.176.249.15854.176.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with k8s.camcodedata.com in WhisperGraph.

Subdomains

2 observed subdomains of k8s.camcodedata.com.

Threat posture

History

Related pages

Pivot deeper into the graph from k8s.camcodedata.com.

Cypher and MCP

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

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