Hostname
stan.store
Last fetched
stan.store resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
stan.store resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.58.10.237 | 16.58.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.58.99.19 | 16.58.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.116.54.90 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.117.59.121 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.119.230.119 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.218.171.234 | 18.216.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.218.72.168 | 18.216.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.219.3.11 | 18.216.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.223.46.166 | 18.220.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.12.29.185 | 3.12.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.130.48.138 | 3.130.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.134.120.36 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.134.124.185 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.140.231.34 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.142.11.118 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.147.107.194 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.147.9.203 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.151.97.33 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.16.58.117 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.16.8.223 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from stan.store in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for stan.store.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from stan.store.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stan.store"})-[: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.