Hostname
rocklee.ca
Last fetched
rocklee.ca resolves to 1 IPv4 address operated by IDIGITAL - Idigital Internet Inc. in CA.
Nutrition Label
Resolution chain
rocklee.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 |
|---|---|---|---|---|
| 104.193.174.6 | 104.193.174.0/23 | AS54643 | IDIGITAL - Idigital Internet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with rocklee.ca in WhisperGraph.
Subdomains
31 observed subdomains of rocklee.ca.
Showing 19 of 31. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- rocklee.ca
SPF policy
10 SPF mechanisms authorising senders for rocklee.ca.
| Mechanism | Target |
|---|---|
| SPF_A | rocklee.ca |
| SPF_INCLUDE | idig.net |
| SPF_IP | 104.193.174.103 |
| SPF_IP | 104.193.174.41 |
| SPF_IP | 104.193.174.80 |
| SPF_IP | 104.193.174.82 |
| SPF_IP | 104.193.174.98 |
| SPF_IP | 104.193.175.13 |
| SPF_IP | 67.231.21.100 |
| SPF_MX | rocklee.ca |
Related pages
Pivot deeper into the graph from rocklee.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rocklee.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.