Hostname
service.bitel.net
Last fetched
service.bitel.net resolves to 1 IPv4 address operated by AS198967 in DE.
Nutrition Label
Resolution chain
service.bitel.net 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 |
|---|---|---|---|---|
| 212.100.40.111 | 212.100.40.0/21 | AS198967 | — | DE |
WHOIS identity
No WHOIS records are currently associated with service.bitel.net in WhisperGraph.
Subdomains
1 observed subdomain of service.bitel.net.
| Subdomain |
|---|
| www.service.bitel.net |
Web-graph footprint
Distinct hostnames that link to or from service.bitel.net in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for service.bitel.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 212.100.40.97/28 |
| SPF_IP | 2a00:4841::/32 |
| SPF_IP | 2a00:d58:1:2:0:0:0:151 |
| SPF_IP | 2a00:d58:1:2:0:0:0:a148 |
| SPF_IP | 2a00:d58:1:2:0:0:0:a149 |
| SPF_IP | 2a00:d58:1:3::/64 |
| SPF_IP | 77.75.206.148/32 |
| SPF_IP | 77.75.206.149/32 |
| SPF_IP | 77.75.206.150/32 |
| SPF_IP | 77.75.206.151/32 |
Related pages
Pivot deeper into the graph from service.bitel.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "service.bitel.net"})-[: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.