Hostname
b-token.ca
Last fetched
b-token.ca resolves to 1 IPv4 address operated by COMBELL-AS - Combell NV in BE. WHOIS lists registrar:open provider inc. as the registrar.
Nutrition Label
Resolution chain
b-token.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 |
|---|---|---|---|---|
| 185.135.13.195 | 185.135.12.0/23 | AS34762 | COMBELL-AS - Combell NV | BE |
WHOIS identity
- Registrar
- registrar:open provider inc.
- Organization
- jean guastaferri
- Contact emails
Subdomains
1 observed subdomain of b-token.ca.
| Subdomain |
|---|
| www.b-token.ca |
Web-graph footprint
Distinct hostnames that link to or from b-token.ca in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for b-token.ca.
| Mechanism | Target |
|---|---|
| SPF_A | b-token.ca |
| SPF_INCLUDE | cmail1.com |
| SPF_INCLUDE | spf.addemar.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_MX | b-token.ca |
Related pages
Pivot deeper into the graph from b-token.ca.
- IP · 185.135.13.195
- ASN · AS34762COMBELL-AS - Combell NV
- Registrar · registrar:open provider inc.
- Country · BE
- Email · b-token.dnsman@belnames.be
- TLD · .ca
- Browse hostnames · bt…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-token.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.