Hostname
bhtech.ca
Last fetched
bhtech.ca resolves to 1 IPv4 address operated by SASKTEL - Saskatchewan Telecommunications in CA. WHOIS lists registrar:namesilo technologies corp. as the registrar.
Nutrition Label
Resolution chain
bhtech.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 |
|---|---|---|---|---|
| 69.11.10.52 | 69.11.0.0/17 | AS803 | SASKTEL - Saskatchewan Telecommunications | CA |
WHOIS identity
- Registrar
- registrar:namesilo technologies corp.
- Organization
- —
- Contact emails
- —
Subdomains
15 observed subdomains of bhtech.ca.
Web-graph footprint
Distinct hostnames that link to or from bhtech.ca in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for bhtech.ca.
| Mechanism | Target |
|---|---|
| SPF_A | bhtech.ca |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.43.136.147 |
| SPF_IP | 104.43.138.245 |
| SPF_IP | 104.43.140.245 |
| SPF_IP | 104.43.142.10 |
| SPF_IP | 198.169.132.2 |
| SPF_IP | 69.11.10.4/24 |
| SPF_IP | 69.11.10.52 |
| SPF_IP | 8.34.161.0/24 |
| SPF_MX | bhtech.ca |
Related pages
Pivot deeper into the graph from bhtech.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bhtech.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.