Hostname
webwish.nl
Last fetched
webwish.nl resolves to 2 IPv4 addresses operated by LITESERVER in NL. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
webwish.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 |
|---|---|---|---|---|
| 150.129.8.4 | 150.129.8.0/24 | AS60404 | LITESERVER | NL |
| 5.255.118.46 | 5.255.96.0/19 | AS60404 | LITESERVER | NL |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of webwish.nl.
Web-graph footprint
Distinct hostnames that link to or from webwish.nl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for webwish.nl.
| Mechanism | Target |
|---|---|
| SPF_A | webwish.nl |
| SPF_INCLUDE | relay.litehosting.nl |
| SPF_MX | webwish.nl |
Related pages
Pivot deeper into the graph from webwish.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webwish.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.