Hostname
cape.ca
Last fetched
cape.ca resolves to 2 IPv4 addresses operated by HVC-AS - HIVELOCITY, Inc. in US. WHOIS lists registrar:enom canada corp. as the registrar.
Nutrition Label
Resolution chain
cape.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 |
|---|---|---|---|---|
| 23.137.224.170 | 23.137.224.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
| 23.180.104.123 | 23.180.104.0/24 | AS14807 | STORMWEB - StormWeb Canada Hosting Inc. | CA |
WHOIS identity
- Registrar
- registrar:enom canada corp.
- Organization
- canadian association of physicians for the environment
- Contact emails
Subdomains
11 observed subdomains of cape.ca.
Web-graph footprint
Distinct hostnames that link to or from cape.ca in the public web crawl.
448 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cape.ca.
| Mechanism | Target |
|---|---|
| SPF_A | cape.ca |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 159.183.122.251 |
| SPF_IP | 23.137.224.170 |
| SPF_IP | 23.180.104.123 |
| SPF_MX | cape.ca |
Related pages
Pivot deeper into the graph from cape.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cape.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.