Hostname
wine.com
Last fetched
wine.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
wine.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 |
|---|---|---|---|---|
| 3.162.38.17 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.162.38.28 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.162.38.88 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.162.38.99 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.136.105 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.33 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.48 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.63 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.180.12 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.180.18 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.180.33 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.180.75 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- wine.com,
- Contact emails
Subdomains
49 observed subdomains of wine.com.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wine.com in the public web crawl.
2,248 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for wine.com.
| Mechanism | Target |
|---|---|
| SPF_A | wine.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | reflexion.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 100.42.115.0/27 |
| SPF_IP | 100.42.120.128/27 |
| SPF_IP | 204.156.179.89 |
| SPF_IP | 209.119.99.128/26 |
| SPF_IP | 4.15.76.136/29 |
| SPF_IP | 65.205.207.18/29 |
| SPF_IP | 69.84.129.224/27 |
| SPF_MX | wine.com |
Related pages
Pivot deeper into the graph from wine.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wine.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.