Skip to content

Hostname

product-api-dev.em-test.com

Last fetched

product-api-dev.em-test.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · product-api-dev.em-test.comRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/product-api-dev.em-test.com

Resolution chain

product-api-dev.em-test.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.144.170.10316.144.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
16.148.150.10416.148.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
52.38.102.20452.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.71.220.23354.70.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with product-api-dev.em-test.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from product-api-dev.em-test.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "product-api-dev.em-test.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.