Hostname
back2front.ca
Last fetched
back2front.ca resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:enom canada corp. as the registrar.
Nutrition Label
Resolution chain
back2front.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 35.209.183.198 | 35.208.0.0/15 | AS43515 | — | US |
WHOIS identity
- Registrar
- registrar:enom canada corp.
- Organization
- arnon weinberg
- Contact emails
- —
Subdomains
34 observed subdomains of back2front.ca.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from back2front.ca in the public web crawl.
36 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for back2front.ca.
| Mechanism | Target |
|---|---|
| SPF_A | back2front.ca |
| SPF_INCLUDE | abraham.back2front.ca |
| SPF_INCLUDE | jacqueline.back2front.ca |
| SPF_IP | 170.75.162.26 |
| SPF_MX | back2front.ca |
Related pages
Pivot deeper into the graph from back2front.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "back2front.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.