Hostname
rt.towernet.ca
Last fetched
rt.towernet.ca resolves to 1 IPv4 address operated by EICAT - E. I. Catalyst in CA.
Nutrition Label
Resolution chain
rt.towernet.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.96.20.137 | 66.96.16.0/20 | AS30528 | EICAT - E. I. Catalyst | CA |
WHOIS identity
No WHOIS records are currently associated with rt.towernet.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail.eicat.ca
- mail.towernet.ca
- rt.towernet.ca
Related pages
Pivot deeper into the graph from rt.towernet.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rt.towernet.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.