Hostname
btl.com
Last fetched
btl.com resolves to 1 IPv4 address operated by AS30740 in GB. WHOIS lists iana:320 as the registrar.
Nutrition Label
Resolution chain
btl.com 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 |
|---|---|---|---|---|
| 82.219.13.134 | 82.219.0.0/16 | AS30740 | — | GB |
WHOIS identity
- Registrar
- iana:320
- Organization
- btl group
- Contact emails
Subdomains
6 observed subdomains of btl.com.
Web-graph footprint
Distinct hostnames that link to or from btl.com in the public web crawl.
20 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for btl.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 51.140.1.224 |
| SPF_IP | 82.219.13.128/28 |
| SPF_IP | 92.52.114.0/30 |
| SPF_IP | 92.52.118.136/29 |
| SPF_IP | 92.52.70.232/29 |
| SPF_IP | 92.52.89.8/29 |
| SPF_IP | 94.236.0.96/29 |
| SPF_IP | 94.236.2.184/29 |
| SPF_IP | 94.236.51.72/28 |
| SPF_IP | 94.236.88.248/29 |
| SPF_MX | btl.com |
Related pages
Pivot deeper into the graph from btl.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "btl.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.