Hostname
aeir.ca
Last fetched
aeir.ca resolves to 7 IPv4 addresses operated by INTERNAP-BLOCK-4 - Unitas Global in US.
Nutrition Label
Resolution chain
aeir.ca resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 63.251.171.80 | 63.251.160.0/20 | AS14744 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 63.251.171.81 | 63.251.160.0/20 | AS14744 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 66.150.161.140 | 66.150.160.0/20 | AS14744 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 66.150.161.141 | 66.150.160.0/20 | AS14744 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 66.96.160.132 | 66.96.128.0/18 | AS29873 | BIZLAND-SD - Newfold Digital, Inc. | US |
| 69.25.27.170 | 69.25.24.0/21 | AS10913 | INTERNAP-BLK - Unitas Global | US |
| 69.25.27.173 | 69.25.24.0/21 | AS10913 | INTERNAP-BLK - Unitas Global | US |
WHOIS identity
No WHOIS records are currently associated with aeir.ca in WhisperGraph.
Subdomains
2 observed subdomains of aeir.ca.
| Subdomain |
|---|
| mx.aeir.ca |
| www.aeir.ca |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for aeir.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 66.96.128.0/18 |
Related pages
Pivot deeper into the graph from aeir.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aeir.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.