Hostname
acaa.ca
Last fetched
acaa.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:rebel.ca corp. as the registrar.
Nutrition Label
Resolution chain
acaa.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 |
|---|---|---|---|---|
| 52.85.129.100 | 52.85.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.129.3 | 52.85.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.129.47 | 52.85.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.129.99 | 52.85.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.171.118 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.120 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.124 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.98 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
- Registrar
- registrar:rebel.ca corp.
- Organization
- atlantic colleges athletic association
- Contact emails
Subdomains
1 observed subdomain of acaa.ca.
| Subdomain |
|---|
| www.acaa.ca |
Web-graph footprint
Distinct hostnames that link to or from acaa.ca in the public web crawl.
22 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for acaa.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | prestosports.com |
Related pages
Pivot deeper into the graph from acaa.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acaa.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.