Hostname
10dollar.ca
Last fetched
10dollar.ca resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
10dollar.ca 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 |
|---|---|---|---|---|
| 100.25.103.148 | 100.24.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.90.54.113 | 3.80.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 35.171.209.78 | 35.168.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.221.24.211 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.21.112.178 | 52.20.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.73.146.167 | 52.72.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.144.83.56 | 54.144.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.156.84.26 | 54.156.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.95.202.140 | 98.88.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 13.216.166.74 | 13.216.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 32.199.53.219 | 32.196.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 13.223.202.143 | 13.216.0.0/13 | AS14618 | AMAZON-AES - 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 10dollar.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for 10dollar.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | emailsrvr.com |
| SPF_INCLUDE | registrarmail.net |
| SPF_IP | 52.55.96.0/24 |
| SPF_IP | 52.7.166.0/24 |
| SPF_IP | 54.165.218.0/24 |
| SPF_IP | 54.165.222.0/24 |
| SPF_IP | 54.165.41.0/24 |
| SPF_IP | 54.88.0.0/24 |
| SPF_IP | 54.88.30.0/24 |
Related pages
Pivot deeper into the graph from 10dollar.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "10dollar.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.