Hostname
boekel.nl
Last fetched
boekel.nl resolves to 1 IPv4 address operated by AS15703 in NL. WHOIS lists registrar:kpn as the registrar.
Nutrition Label
Resolution chain
boekel.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 |
|---|---|---|---|---|
| 87.233.198.66 | 87.233.192.0/18 | AS15703 | — | NL |
WHOIS identity
- Registrar
- registrar:kpn
- Organization
- —
- Contact emails
- —
Subdomains
12 observed subdomains of boekel.nl.
Web-graph footprint
Distinct hostnames that link to or from boekel.nl in the public web crawl.
144 sites link to this hostname.
107 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for boekel.nl.
| Mechanism | Target |
|---|---|
| SPF_A | boekel.nl |
| SPF_A | prd-mailserver.iburgerzaken.nl |
| SPF_A | smtp1.iburgerzaken.nl |
| SPF_INCLUDE | overheid.care.nl |
| SPF_INCLUDE | remmail.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.74.87.84 |
| SPF_IP | 45.80.232.20/30 |
| SPF_IP | 85.90.85.177/32 |
| SPF_IP | 85.90.85.193/32 |
| SPF_MX | boekel.nl |
Related pages
Pivot deeper into the graph from boekel.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "boekel.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.