Hostname
jick.ca
Last fetched
jick.ca resolves to 2 IPv4 addresses operated by SHAW - Shaw Communications in CA. WHOIS lists registrar:rcom canada, corp. as the registrar.
Nutrition Label
Resolution chain
jick.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 |
|---|---|---|---|---|
| 24.109.87.170 | 24.109.64.0/19 | AS6327 | SHAW - Shaw Communications | CA |
| 24.69.77.86 | 24.69.76.0/22 | AS6327 | SHAW - Shaw Communications | CA |
WHOIS identity
- Registrar
- registrar:rcom canada, corp.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of jick.ca.
| Subdomain |
|---|
| mta-sts.jick.ca |
| www.jick.ca |
Web-graph footprint
Distinct hostnames that link to or from jick.ca in the public web crawl.
5 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from jick.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jick.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.