Hostname
2.debian.pool.ntp.org
Last fetched
2.debian.pool.ntp.org resolves to 6 IPv4 addresses operated by AS135967 in VN.
Nutrition Label
Resolution chain
2.debian.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 |
|---|---|---|---|---|
| 103.121.88.12 | 103.121.88.0/23 | AS135967 | — | VN |
| 103.186.118.215 | 103.186.118.0/24 | AS149791 | — | TW |
| 45.252.250.189 | 45.252.248.0/22 | AS63760 | — | VN |
| 51.16.235.6 | 51.16.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.16.77.36 | 51.16.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 95.216.144.226 | 95.216.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with 2.debian.pool.ntp.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from 2.debian.pool.ntp.org in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from 2.debian.pool.ntp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2.debian.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.