Hostname
api-dev.paymentoptions.com
Last fetched
api-dev.paymentoptions.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
api-dev.paymentoptions.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.225.196.101 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.37 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.65 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.74 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.164.68.10 | 18.164.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.164.68.123 | 18.164.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.164.68.41 | 18.164.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.164.68.8 | 18.164.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.164.206.14 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.206.22 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.206.6 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.206.63 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
WHOIS identity
No WHOIS records are currently associated with api-dev.paymentoptions.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api-dev.paymentoptions.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev.paymentoptions.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev.paymentoptions.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.