Hostname
bd.nl
Last fetched
bd.nl resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in GB. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
bd.nl resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.18.63.21 | 2.18.63.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 2.18.63.50 | 2.18.63.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 23.206.172.20 | 23.206.172.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.206.172.27 | 23.206.172.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.110.138 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.203 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.50.131.132 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.137 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.146.16 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.24 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
62 observed subdomains of bd.nl.
Showing 25 of 62. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bd.nl in the public web crawl.
3,454 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for bd.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.relay.mailprotect.be |
| SPF_INCLUDE | _spf1.bd.nl |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.mailjet.com |
Related pages
Pivot deeper into the graph from bd.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bd.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.