Hostname
ua.pool.ntp.org
Last fetched
ua.pool.ntp.org resolves to 7 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ua.pool.ntp.org resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.159.200.1 | 162.159.200.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 162.159.200.123 | 162.159.200.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 217.156.67.138 | 217.156.67.0/24 | AS48753 | — | MD |
| 31.28.161.71 | 31.28.160.0/22 | AS15497 | — | UA |
| 79.142.192.130 | 79.142.192.0/23 | AS44291 | — | UA |
| 91.236.251.13 | 91.236.251.0/24 | AS57944 | — | UA |
| 91.236.251.29 | 91.236.251.0/24 | AS57944 | — | UA |
WHOIS identity
No WHOIS records are currently associated with ua.pool.ntp.org in WhisperGraph.
Subdomains
1 observed subdomain of ua.pool.ntp.org.
| Subdomain |
|---|
| 0.ua.pool.ntp.org |
Threat posture
History
Related pages
Pivot deeper into the graph from ua.pool.ntp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ua.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.