Hostname
icac.ca
Last fetched
icac.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
icac.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
- east gate alliance church
- Contact emails
Subdomains
13 observed subdomains of icac.ca.
Web-graph footprint
Distinct hostnames that link to or from icac.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for icac.ca.
| Mechanism | Target |
|---|---|
| SPF_A | icac.ca |
| SPF_A | lan.icac.ca |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 23.137.224.170 |
| SPF_IP | 23.180.104.123 |
| SPF_MX | icac.ca |
Related pages
Pivot deeper into the graph from icac.ca.
- IP · 23.137.224.170
- ASN · AS29802HVC-AS - HIVELOCITY, Inc.
- Registrar · registrar:enom canada corp.
- Country · US
- Email · webmaster@eastgatealliance.ca
- TLD · .ca
- Browse hostnames · ic…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "icac.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.