Skip to content

Hostname

mb-api.dev.adapid.link

Last fetched

mb-api.dev.adapid.link resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.202.40.25413.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.205.134.5313.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
13.205.156.21113.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
13.205.185.7213.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
13.205.95.25413.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
65.0.254.7965.0.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with mb-api.dev.adapid.link in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mb-api.dev.adapid.link.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mb-api.dev.adapid.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.