Skip to content

Hostname

3.nl.pool.ntp.org

Last fetched

3.nl.pool.ntp.org resolves to 8 IPv4 addresses operated by AS215248 in NL.

Nutrition Label

WHISPER CANON · 3.nl.pool.ntp.orgRouting diversity4.8/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/3.nl.pool.ntp.org

Resolution chain

3.nl.pool.ntp.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.149.168.181103.149.168.0/24AS215248NL
108.61.189.74108.61.188.0/23AS20473AS-VULTR - The Constant Company, LLCNL
162.159.200.1162.159.200.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
185.71.60.123185.71.60.0/22AS60781NL
193.123.38.172193.123.32.0/20AS31898ORACLE-BMC-31898 - Oracle CorporationNL
193.123.56.220193.123.32.0/19AS31898ORACLE-BMC-31898 - Oracle CorporationNL
45.138.55.6145.138.52.0/22AS206238NL
80.60.67.3980.60.0.0/15AS1136NL

WHOIS identity

No WHOIS records are currently associated with 3.nl.pool.ntp.org in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from 3.nl.pool.ntp.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "3.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.