Hostname
b2design.nl
Last fetched
b2design.nl resolves to 1 IPv4 address operated by AS20857 in NL. WHOIS lists registrar:linqhost as the registrar.
Nutrition Label
Resolution chain
b2design.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 |
|---|---|---|---|---|
| 85.10.133.214 | 85.10.128.0/19 | AS20857 | — | NL |
WHOIS identity
- Registrar
- registrar:linqhost
- Organization
- —
- Contact emails
- —
Subdomains
21 observed subdomains of b2design.nl.
Showing 18 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from b2design.nl in the public web crawl.
116 sites link to this hostname.
92 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for b2design.nl.
| Mechanism | Target |
|---|---|
| SPF_A | vps.b2design.nl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.gripp.com |
| SPF_INCLUDE | _spf.linqhost.nl |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 213.189.27.57 |
| SPF_IP | 5.172.45.172/24 |
| SPF_IP | 89.30.162.160 |
| SPF_IP | 89.30.162.254 |
| SPF_MX | b2design.nl |
| SPF_MX | mail.b2design.nl |
Related pages
Pivot deeper into the graph from b2design.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2design.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.