Hostname
natned.nl
Last fetched
natned.nl resolves to 4 IPv4 addresses operated by AS45820 in IN. WHOIS lists registrar:corporation service company limited as the registrar.
Nutrition Label
Resolution chain
natned.nl resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 14.98.16.11 | 14.98.16.0/24 | AS45820 | — | IN |
| 14.98.16.9 | 14.98.16.0/24 | AS45820 | — | IN |
| 185.200.232.42 | 185.200.232.0/24 | AS200612 | — | NL |
| 185.200.232.43 | 185.200.232.0/24 | AS200612 | — | NL |
WHOIS identity
- Registrar
- registrar:corporation service company limited
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of natned.nl.
| Subdomain |
|---|
| www.natned.nl |
Threat posture
History
Related pages
Pivot deeper into the graph from natned.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "natned.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.