Hostname
payment-elements.gfm-test01.com
Last fetched
payment-elements.gfm-test01.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
payment-elements.gfm-test01.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.173.114 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 13.227.173.13 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 13.227.173.18 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 13.227.173.74 | 13.227.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.165.160.127 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.160.2 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.160.38 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.160.71 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.239.69.19 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.33 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.4 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.75 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
WHOIS identity
No WHOIS records are currently associated with payment-elements.gfm-test01.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from payment-elements.gfm-test01.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "payment-elements.gfm-test01.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.