Skip to content

Hostname

0.axis.pool.ntp.org

Last fetched

0.axis.pool.ntp.org resolves to 8 IPv4 addresses operated by AS197540 in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
152.53.132.244152.53.132.0/22AS197540DE
152.53.51.182152.53.48.0/22AS197540AT
162.159.200.123162.159.200.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
23.95.49.21623.95.49.0/24AS36352AS-COLOCROSSING - HostPapaUS
66.228.58.2066.228.56.0/21AS63949US
69.89.207.9969.89.192.0/20AS33362WIKTEL - Wikstrom Telephone Company, IncorporatedUS
78.41.116.14978.41.112.0/21AS35492AT
96.19.94.8296.19.94.0/24AS11492CABLEONE - CABLE ONE, INC.US

WHOIS identity

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

Threat posture

History

Related pages

Pivot deeper into the graph from 0.axis.pool.ntp.org.

Cypher and MCP

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

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