Hostname
bhosted.nl
Last fetched
bhosted.nl resolves to 1 IPv4 address operated by NEDZONE-AS in NL.
Nutrition Label
Resolution chain
bhosted.nl 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 |
|---|---|---|---|---|
| 94.124.120.212 | 94.124.120.0/21 | AS25459 | NEDZONE-AS | NL |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from bhosted.nl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bhosted.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.exsilia.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | nameweb.biz |
| SPF_INCLUDE | spf.bhosted.nl |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.189.139.197 |
| SPF_IP | 2001:15c8:0:5:0:0:0:5 |
| SPF_IP | 2001:7b8:1119:baa:0:0:0:4 |
| SPF_IP | 217.148.163.138 |
Related pages
Pivot deeper into the graph from bhosted.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bhosted.nl"})-[: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.