Hostname
hk.pool.ntp.org
Last fetched
hk.pool.ntp.org resolves to 6 IPv4 addresses operated by AS9269 in HK.
Nutrition Label
Resolution chain
hk.pool.ntp.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.19.245.61 | 138.19.192.0/18 | AS9269 | — | HK |
| 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 |
| 17.253.84.253 | 17.253.84.0/23 | AS6185 | APPLE-AUSTIN - Apple Inc. | HK |
| 181.215.18.90 | 181.215.18.0/24 | AS212238 | — | HK |
| 209.58.185.100 | 209.58.184.0/23 | AS133752 | — | HK |
WHOIS identity
No WHOIS records are currently associated with hk.pool.ntp.org in WhisperGraph.
Subdomains
2 observed subdomains of hk.pool.ntp.org.
| Subdomain |
|---|
| 0.hk.pool.ntp.org |
| 1.hk.pool.ntp.org |
Threat posture
History
Related pages
Pivot deeper into the graph from hk.pool.ntp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hk.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.