Hostname
store-locator.dev.wpsandwatch.com
Last fetched
store-locator.dev.wpsandwatch.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL.
Nutrition Label
Resolution chain
store-locator.dev.wpsandwatch.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 |
|---|---|---|---|---|
| 18.239.69.126 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.28 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.29 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.69.80 | 18.239.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 3.164.92.103 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.164.92.113 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.164.92.13 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.164.92.98 | 3.164.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.175.86.52 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.58 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.76 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.95 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with store-locator.dev.wpsandwatch.com in WhisperGraph.
Subdomains
1 observed subdomain of store-locator.dev.wpsandwatch.com.
Web-graph footprint
Distinct hostnames that link to or from store-locator.dev.wpsandwatch.com in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from store-locator.dev.wpsandwatch.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "store-locator.dev.wpsandwatch.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.