Hostname
0.us.pool.ntp.org
Last fetched
0.us.pool.ntp.org resolves to 8 IPv4 addresses operated by MOJO - Mojo Networks in US.
Nutrition Label
Resolution chain
0.us.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 |
|---|---|---|---|---|
| 198.137.202.56 | 198.137.202.0/24 | AS7247 | MOJO - Mojo Networks | US |
| 207.58.172.126 | 207.58.128.0/18 | AS30633 | LEASEWEB-USA-WDC - Leaseweb USA, Inc. | US |
| 23.143.196.199 | 23.143.196.0/24 | AS401903 | CRIMSON-PACIFIC-NETWORKS - Crimson Pacific Networks, LLC | US |
| 23.168.24.210 | 23.168.24.0/24 | AS393577 | TRITAN-DEVELOPMENT - Tritan Development | US |
| 50.251.160.20 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 64.44.115.65 | 64.44.115.0/24 | AS20278 | NEXEON - Nexeon Technologies, Inc. | US |
| 69.176.84.38 | 69.176.84.0/24 | AS398493 | SYSTEMINPLACE - System In Place | US |
| 74.208.90.90 | 74.208.0.0/16 | AS8560 | — | US |
WHOIS identity
No WHOIS records are currently associated with 0.us.pool.ntp.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from 0.us.pool.ntp.org in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 0.us.pool.ntp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "0.us.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.