Skip to content

Hostname

us.pool.ntp.org

Last fetched

us.pool.ntp.org resolves to 8 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · us.pool.ntp.orgRouting diversity4.8/10Peering density8.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/us.pool.ntp.org

Resolution chain

us.pool.ntp.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.131.155.175104.131.144.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
141.11.228.173141.11.228.0/24AS205489US
166.88.142.52166.88.142.0/24AS399646DARTNODE - Snaju DevelopmentUS
204.197.163.71204.197.160.0/22AS398493SYSTEMINPLACE - System In PlaceUS
23.111.186.18623.111.186.0/24AS29802HVC-AS - HIVELOCITY, Inc.US
23.186.168.13223.186.168.0/24AS393746MAXHOST-IO - Amazing Creations and More LLCUS
69.89.207.19969.89.192.0/20AS33362WIKTEL - Wikstrom Telephone Company, IncorporatedUS
72.46.53.23472.46.48.0/20AS15108ALLO-COMM - Allo Communications LLCUS

WHOIS identity

No WHOIS records are currently associated with us.pool.ntp.org in WhisperGraph.

Subdomains

4 observed subdomains of us.pool.ntp.org.

Web-graph footprint

Distinct hostnames that link to or from us.pool.ntp.org in the public web crawl.

16 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from us.pool.ntp.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.