Hostname
ipe2015.crrf.ca
Last fetched
ipe2015.crrf.ca resolves to 1 IPv4 address operated by AS14670 in US.
Nutrition Label
Resolution chain
ipe2015.crrf.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 |
|---|---|---|---|---|
| 65.181.111.151 | 65.181.111.0/24 | AS14670 | — | US |
WHOIS identity
No WHOIS records are currently associated with ipe2015.crrf.ca in WhisperGraph.
Subdomains
1 observed subdomain of ipe2015.crrf.ca.
| Subdomain |
|---|
| www.ipe2015.crrf.ca |
Web-graph footprint
Distinct hostnames that link to or from ipe2015.crrf.ca in the public web crawl.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for ipe2015.crrf.ca.
| Mechanism | Target |
|---|---|
| SPF_A | ipe2015.crrf.ca |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.hostpapa.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 192.96.200.111 |
| SPF_IP | 65.181.111.151 |
| SPF_IP | 69.164.222.230 |
| SPF_IP | 69.90.66.190 |
| SPF_IP | 69.90.66.40 |
| SPF_MX | ipe2015.crrf.ca |
Related pages
Pivot deeper into the graph from ipe2015.crrf.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipe2015.crrf.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.