Hostname
nl.pool.ntp.org
Last fetched
nl.pool.ntp.org resolves to 8 IPv4 addresses operated by AS63949 in NL.
Nutrition Label
Resolution chain
nl.pool.ntp.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.233.59.163 | 172.233.32.0/19 | AS63949 | — | NL |
| 185.51.192.61 | 185.51.192.0/24 | AS60781 | — | NL |
| 185.71.60.123 | 185.71.60.0/22 | AS60781 | — | NL |
| 193.123.38.172 | 193.123.32.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | NL |
| 212.34.149.56 | 212.34.149.0/24 | AS216071 | — | NL |
| 23.94.219.146 | 23.94.219.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | NL |
| 5.255.99.180 | 5.255.96.0/19 | AS60404 | — | NL |
| 80.60.67.39 | 80.60.0.0/15 | AS1136 | — | NL |
WHOIS identity
No WHOIS records are currently associated with nl.pool.ntp.org in WhisperGraph.
Subdomains
4 observed subdomains of nl.pool.ntp.org.
Web-graph footprint
Distinct hostnames that link to or from nl.pool.ntp.org in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from nl.pool.ntp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nl.pool.ntp.org"})-[: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.