Hostname
mx.bhosted.nl
Last fetched
mx.bhosted.nl resolves to 3 IPv4 addresses operated by NEDZONE-AS in NL.
Nutrition Label
Resolution chain
mx.bhosted.nl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 94.124.121.10 | 94.124.120.0/21 | AS25459 | NEDZONE-AS | NL |
| 94.124.121.12 | 94.124.120.0/21 | AS25459 | NEDZONE-AS | NL |
| 94.124.121.32 | 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.
Threat posture
History
Related pages
Pivot deeper into the graph from mx.bhosted.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx.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.