Hostname
401auto.ca
Last fetched
401auto.ca resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
401auto.ca resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.165.22 | 13.33.164.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.236.125 | 18.64.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.236.61 | 18.64.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.236.74 | 18.64.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.208.49.204 | 35.208.0.0/15 | AS43515 | YOUTUBE YOUTUBE | 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 401auto.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for 401auto.ca.
| Mechanism | Target |
|---|---|
| SPF_A | 401auto.ca |
| SPF_INCLUDE | 401auto.ca.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | _spf.sendergen.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 35.208.49.204 |
| SPF_MX | 401auto.ca |
Related pages
Pivot deeper into the graph from 401auto.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "401auto.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.