Hostname
web-uat.vamoos.com
Last fetched
web-uat.vamoos.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
web-uat.vamoos.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.224.125.4 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.125.54 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.125.56 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.125.79 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.172.52.119 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.172.52.16 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.172.52.32 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.172.52.41 | 18.172.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.174.98.37 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.98.74 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.98.87 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.98.92 | 3.174.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with web-uat.vamoos.com in WhisperGraph.
Subdomains
1 observed subdomain of web-uat.vamoos.com.
| Subdomain |
|---|
| wildcard.web-uat.vamoos.com |
Threat posture
History
Related pages
Pivot deeper into the graph from web-uat.vamoos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web-uat.vamoos.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.