Skip to content

Hostname

api.choco-up.com

Last fetched

api.choco-up.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · api.choco-up.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.choco-up.com

Resolution chain

api.choco-up.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
47.130.46.5447.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
52.221.62.22952.220.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
52.74.88.7752.74.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG
54.251.49.8754.251.0.0/18AS16509AMAZON-02 - Amazon.com, Inc.SG
54.254.205.4154.254.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with api.choco-up.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.choco-up.com.

Cypher and MCP

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

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