Hostname
3.pool.ntp.org
Last fetched
3.pool.ntp.org resolves to 8 IPv4 addresses operated by ATT-INTERNET4 - AT&T Enterprises, LLC in US.
Nutrition Label
Resolution chain
3.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 |
|---|---|---|---|---|
| 12.203.31.102 | 12.128.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
| 15.204.87.223 | 15.204.0.0/17 | AS16276 | OVH | US |
| 166.88.142.52 | 166.88.142.0/24 | AS399646 | DARTNODE - Snaju Development | US |
| 172.104.28.175 | 172.104.16.0/20 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | US |
| 172.238.164.57 | 172.238.160.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | US |
| 45.63.54.13 | 45.63.48.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 64.44.115.65 | 64.44.115.0/24 | AS20278 | NEXEON - Nexeon Technologies, Inc. | US |
| 66.244.16.123 | 66.244.16.0/24 | AS23483 | SHASTACOE - Shasta County Office of Education | US |
WHOIS identity
No WHOIS records are currently associated with 3.pool.ntp.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from 3.pool.ntp.org in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from 3.pool.ntp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3.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.