Hostname
fr.pool.ntp.org
Last fetched
fr.pool.ntp.org resolves to 8 IPv4 addresses operated by AS35540 in FR.
Nutrition Label
Resolution chain
fr.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 |
|---|---|---|---|---|
| 109.190.177.203 | 109.190.0.0/16 | AS35540 | — | FR |
| 129.250.35.251 | 129.250.0.0/16 | AS2914 | NTT-DATA-2914 - NTT America, Inc. | US |
| 141.95.158.40 | 141.95.128.0/17 | AS16276 | — | FR |
| 162.159.200.123 | 162.159.200.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 193.42.63.23 | 193.42.63.0/24 | AS29066 | — | FR |
| 37.59.63.125 | 37.59.0.0/16 | AS16276 | — | FR |
| 51.75.17.219 | 51.75.0.0/16 | AS16276 | — | FR |
| 79.143.250.33 | 79.143.240.0/20 | AS29608 | — | FR |
WHOIS identity
No WHOIS records are currently associated with fr.pool.ntp.org in WhisperGraph.
Subdomains
4 observed subdomains of fr.pool.ntp.org.
Threat posture
History
Related pages
Pivot deeper into the graph from fr.pool.ntp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fr.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.