Hostname
dealdenborgh.nl
Last fetched
dealdenborgh.nl resolves to 2 IPv4 addresses operated by AS3223 in NL. WHOIS lists registrar:webhost company as the registrar.
Nutrition Label
Resolution chain
dealdenborgh.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.163.225.66 | 109.163.225.0/24 | AS3223 | — | NL |
| 178.21.23.229 | 178.21.23.0/24 | AS50673 | — | NL |
WHOIS identity
- Registrar
- registrar:webhost company
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of dealdenborgh.nl.
Web-graph footprint
Distinct hostnames that link to or from dealdenborgh.nl in the public web crawl.
13 sites link to this hostname.
60 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for dealdenborgh.nl.
| Mechanism | Target |
|---|---|
| SPF_A | dealdenborgh.nl |
| SPF_INCLUDE | spf.mijn.host |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.21.23.229 |
| SPF_MX | dealdenborgh.nl |
Related pages
Pivot deeper into the graph from dealdenborgh.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dealdenborgh.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.