Skip to content

Hostname

ntp.powernet.dk

Last fetched

ntp.powernet.dk resolves to 12 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · ntp.powernet.dkRouting diversity5.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.6/10canon.whisper.security/host/ntp.powernet.dk

Resolution chain

ntp.powernet.dk resolves to 12 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
155.248.196.28155.248.192.0/20AS31898ORACLE-BMC-31898 - Oracle CorporationUS
162.244.81.139162.244.81.0/24AS19624SERVERROOM - Data Room, IncUS
172.104.209.204172.104.208.0/20AS63949US
172.235.60.8172.235.32.0/19AS63949US
198.23.133.146198.23.132.0/23AS36352AS-COLOCROSSING - HostPapaUS
23.150.41.12223.150.41.0/24AS21738ROZINT - RozintUS
23.157.160.16823.157.160.0/24AS21700NEPTUNE-NETWORKS - Neptune Networks, LLCUS
23.186.168.12723.186.168.0/24AS393746MAXHOST-IO - Amazing Creations and More LLCUS
23.186.168.13023.186.168.0/24AS393746MAXHOST-IO - Amazing Creations and More LLCUS
23.95.49.21623.95.49.0/24AS36352AS-COLOCROSSING - HostPapaUS
66.59.198.17866.59.196.0/22AS13649ASN-FLEXENTIAL - Flexential Colorado Corp.US

WHOIS identity

No WHOIS records are currently associated with ntp.powernet.dk in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ntp.powernet.dk.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ntp.powernet.dk"})-[: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.