Hostname
payments-ui.devcb.in
Last fetched
payments-ui.devcb.in resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.
Nutrition Label
Resolution chain
payments-ui.devcb.in 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 |
|---|---|---|---|---|
| 108.157.229.126 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.229.23 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.229.37 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.229.64 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 13.32.241.123 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.129 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.38 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.44 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.181.10 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.22 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.5 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.79 | 18.67.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
No WHOIS records are currently associated with payments-ui.devcb.in in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from payments-ui.devcb.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "payments-ui.devcb.in"})-[: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.