Skip to content

Hostname

api-dev.shipwithmina.com

Last fetched

api-dev.shipwithmina.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-dev.shipwithmina.comRouting diversity5.2/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-dev.shipwithmina.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.30.100.51100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.178.61100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.215.27.16818.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
204.236.225.123204.236.224.0/19AS14618AMAZON-AES - Amazon.com, Inc.US
3.92.35.733.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.195.51.18834.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.205.63.15052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.157.25052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.197.229.20954.196.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.82.208.4554.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.84.73.19598.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.194.24198.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-dev.shipwithmina.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.shipwithmina.com.

Cypher and MCP

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

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