Hostname
ail.ca
Last fetched
ail.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:go daddy domains canada, inc as the registrar.
Nutrition Label
Resolution chain
ail.ca has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:go daddy domains canada, inc
- Organization
- atlantic industries
- Contact emails
Subdomains
8 observed subdomains of ail.ca.
Web-graph footprint
Distinct hostnames that link to or from ail.ca in the public web crawl.
58 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for ail.ca.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc762-76.ca.iphmx.com |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | spf.myconnectwise.net |
| SPF_IP | 103.28.42.0/24 |
| SPF_IP | 135.84.68.123/32 |
| SPF_IP | 146.88.28.0/24 |
| SPF_IP | 163.47.180.0/22 |
| SPF_IP | 182.50.78.64/28 |
| SPF_IP | 203.55.21.0/24 |
| SPF_IP | 204.14.232.64/28 |
| SPF_IP | 204.14.234.64/28 |
| SPF_IP | 204.75.142.0/24 |
| SPF_IP | 206.152.14.54/32 |
| SPF_IP | 208.86.168.7/32 |
| SPF_IP | 2603:10b6:b01:b1:0:0:0:17 |
| SPF_IP | 2603:10b6:c01:4a:0:0:0:16 |
| SPF_IP | 27.126.146.0/24 |
| SPF_IP | 96.43.144.64/31 |
| SPF_IP | 96.43.148.64/31 |
Related pages
Pivot deeper into the graph from ail.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ail.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.