Hostname
txl.ca
Last fetched
txl.ca resolves to 1 IPv4 address operated by BR549-JUNIOR-MICHAEL - Denton Commercial Internet in US. WHOIS lists registrar:trillium internet company inc as the registrar.
Nutrition Label
Resolution chain
txl.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 |
|---|---|---|---|---|
| 199.195.248.22 | 199.195.248.0/21 | AS53667 | BR549-JUNIOR-MICHAEL - Denton Commercial Internet | US |
WHOIS identity
- Registrar
- registrar:trillium internet company inc
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of txl.ca.
Web-graph footprint
Distinct hostnames that link to or from txl.ca in the public web crawl.
31 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- txl.ca
SPF policy
6 SPF mechanisms authorising senders for txl.ca.
| Mechanism | Target |
|---|---|
| SPF_A | txl.ca |
| SPF_IP | 104.129.128.32 |
| SPF_IP | 104.225.142.241 |
| SPF_IP | 198.98.50.75 |
| SPF_IP | 199.195.248.22 |
| SPF_MX | txl.ca |
Related pages
Pivot deeper into the graph from txl.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "txl.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.