Skip to content

Hostname

api-payment.xform-dev.xformative.cloud

Last fetched

api-payment.xform-dev.xformative.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH.

Nutrition Label

WHISPER CANON · api-payment.xform-dev.xformative.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api-payment.xform-dev.xformative.cloud

Resolution chain

api-payment.xform-dev.xformative.cloud resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.55.17143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.20143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.57143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.75143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
3.164.206.183.164.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.FI
3.164.206.473.164.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.FI
3.164.206.663.164.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.FI
3.164.206.743.164.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.FI

WHOIS identity

No WHOIS records are currently associated with api-payment.xform-dev.xformative.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-payment.xform-dev.xformative.cloud.

Cypher and MCP

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

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