Hostname
capla.ca
Last fetched
capla.ca resolves to 2 IPv4 addresses operated by WHG-USE1 in US. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
capla.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.16.114.2 | 154.16.114.0/24 | AS14670 | WHG-USE1 | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | CA |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- canadian association of prior learning assessment (capla)
- Contact emails
Subdomains
8 observed subdomains of capla.ca.
Web-graph footprint
Distinct hostnames that link to or from capla.ca in the public web crawl.
58 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- capla.ca
SPF policy
8 SPF mechanisms authorising senders for capla.ca.
| Mechanism | Target |
|---|---|
| SPF_A | capla.ca |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 154.16.114.2 |
| SPF_IP | 181.214.142.2 |
| SPF_IP | 181.214.31.148 |
| SPF_IP | 191.96.133.83 |
| SPF_MX | capla.ca |
Related pages
Pivot deeper into the graph from capla.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capla.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.