Skip to content

Hostname

ie-corp-dev.cloudk.net

Last fetched

ie-corp-dev.cloudk.net resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · ie-corp-dev.cloudk.netRouting diversity3.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ie-corp-dev.cloudk.net

Resolution chain

ie-corp-dev.cloudk.net resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.251.77.16534.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.208.65.8452.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.211.71.3652.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.215.71.14752.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
54.170.124.16054.170.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
54.228.147.454.228.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with ie-corp-dev.cloudk.net in WhisperGraph.

Subdomains

1 observed subdomain of ie-corp-dev.cloudk.net.

Threat posture

History

Related pages

Pivot deeper into the graph from ie-corp-dev.cloudk.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ie-corp-dev.cloudk.net"})-[: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.