Skip to content

Hostname

api.wevy.cloud

Last fetched

api.wevy.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.wevy.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.wevy.cloud

Resolution chain

api.wevy.cloud resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.139.29.103108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.12108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.17108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.33108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.164.195.383.164.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE
3.164.195.73.164.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE
3.164.195.863.164.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE
3.164.195.963.164.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from api.wevy.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.wevy.cloud"})-[: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.