Hostname
411.ca
Last fetched
411.ca resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
411.ca resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.156.27.96 | 15.156.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.157.247.60 | 15.156.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.222.115.138 | 15.222.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.222.218.174 | 15.222.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.223.140.168 | 15.222.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.97.63.17 | 3.96.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 52.60.89.46 | 52.60.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.79.163.109 | 99.79.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 16.54.64.11 | 16.54.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.98.69.237 | 3.98.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- yellow pages group co./ groupe pages jaunes cie.
- Contact emails
Subdomains
260 observed subdomains of 411.ca.
Showing 25 of 260. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 411.ca in the public web crawl.
603 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for 411.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mail.411.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | 411.ca |
Related pages
Pivot deeper into the graph from 411.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "411.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.