Hostname
zen4all.nl
Last fetched
zen4all.nl resolves to 1 IPv4 address operated by AS48635 in NL. WHOIS lists registrar:axc as the registrar.
Nutrition Label
Resolution chain
zen4all.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 |
|---|---|---|---|---|
| 5.157.83.41 | 5.157.80.0/21 | AS48635 | — | NL |
WHOIS identity
- Registrar
- registrar:axc
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of zen4all.nl.
Web-graph footprint
Distinct hostnames that link to or from zen4all.nl in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for zen4all.nl.
| Mechanism | Target |
|---|---|
| SPF_A | zen4all.nl |
| SPF_IP | 5.157.83.41 |
| SPF_MX | zen4all.nl |
Related pages
Pivot deeper into the graph from zen4all.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zen4all.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.