Hostname
telebec.com
Last fetched
telebec.com resolves to 2 IPv4 addresses operated by BACOM - Bell Canada in CA. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
telebec.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.150.210.146 | 184.150.210.0/24 | AS577 | BACOM - Bell Canada | CA |
| 184.150.211.146 | 184.150.211.0/24 | AS577 | BACOM - Bell Canada | CA |
WHOIS identity
- Registrar
- iana:48
- Organization
- dave cloutier
- Contact emails
Subdomains
30 observed subdomains of telebec.com.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from telebec.com in the public web crawl.
30 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for telebec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-esa.bell.ca |
| SPF_IP | 142.217.192.0/24 |
| SPF_IP | 142.217.193.2/24 |
| SPF_IP | 142.217.214.0/25 |
| SPF_IP | 142.217.217.0/24 |
Related pages
Pivot deeper into the graph from telebec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "telebec.com"})-[: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.