Skip to content

Hostname

api-prod.learning.amplify.com

Last fetched

api-prod.learning.amplify.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-prod.learning.amplify.comRouting diversity4.8/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api-prod.learning.amplify.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.48.24.39100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.116.87100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.236.255100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
107.20.213.66107.20.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
3.233.200.2523.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.198.221.21434.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.203.70.934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.172.93.16135.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.209.163.6844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.216.92.2644.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.159.39.19754.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.88.158.5198.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-prod.learning.amplify.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-prod.learning.amplify.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-prod.learning.amplify.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.