Skip to content

Hostname

atlas-api.dev.cochlear.link

Last fetched

atlas-api.dev.cochlear.link resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · atlas-api.dev.cochlear.linkRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/atlas-api.dev.cochlear.link

Resolution chain

atlas-api.dev.cochlear.link resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.54.148.12313.54.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
13.54.151.15013.54.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
16.176.251.19616.176.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU
16.176.53.14116.176.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU
3.24.209.1473.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
54.253.140.3054.253.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with atlas-api.dev.cochlear.link in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from atlas-api.dev.cochlear.link.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "atlas-api.dev.cochlear.link"})-[: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.