Hostname
etchingwines.ca
Last fetched
etchingwines.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
etchingwines.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.164.68.19 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.21 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.84 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.88 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.171.85.125 | 3.171.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.85.16 | 3.171.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.85.26 | 3.171.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.85.47 | 3.171.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- dsm computing solutions
- Contact emails
- —
Subdomains
1 observed subdomain of etchingwines.ca.
| Subdomain |
|---|
| www.etchingwines.ca |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for etchingwines.ca.
| Mechanism | Target |
|---|---|
| SPF_A | etchingwines.ca |
| SPF_INCLUDE | spf-ca.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 20.116.154.3 |
| SPF_IP | 20.116.154.5 |
| SPF_IP | 69.17.168.112/29 |
| SPF_IP | 69.17.172.226/30 |
| SPF_MX | etchingwines.ca |
Related pages
Pivot deeper into the graph from etchingwines.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "etchingwines.ca"})-[: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.