Hostname
ntp.dnc.io
Last fetched
ntp.dnc.io resolves to 12 IPv4 addresses operated by UUNET - Verizon Business in US.
Nutrition Label
Resolution chain
ntp.dnc.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.89.14.60 | 138.89.0.0/16 | AS701 | UUNET - Verizon Business | US |
| 139.177.202.26 | 139.177.200.0/21 | AS63949 | — | US |
| 149.28.61.105 | 149.28.32.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 172.238.164.57 | 172.238.160.0/19 | AS63949 | — | US |
| 207.58.172.126 | 207.58.128.0/18 | AS30633 | LEASEWEB-USA-WDC - Leaseweb USA, Inc. | US |
| 38.134.40.65 | 38.134.40.0/24 | AS399646 | DARTNODE - Snaju Development | US |
| 54.39.23.64 | 54.39.0.0/16 | AS16276 | — | CA |
| 54.39.23.64 | 54.39.0.0/16 | AS16276 | — | CA |
| 64.246.132.14 | 64.246.132.0/22 | AS22302 | INOC - INOC, LLC | US |
| 66.244.16.123 | 66.244.16.0/24 | AS23483 | SHASTACOE - Shasta County Office of Education | US |
| 66.42.71.197 | 66.42.64.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 69.176.84.38 | 69.176.84.0/24 | AS398493 | SYSTEMINPLACE - System In Place | US |
| 69.89.207.199 | 69.89.192.0/20 | AS33362 | WIKTEL - Wikstrom Telephone Company, Incorporated | US |
WHOIS identity
No WHOIS records are currently associated with ntp.dnc.io in WhisperGraph.
Subdomains
1 observed subdomain of ntp.dnc.io.
| Subdomain |
|---|
| 1.ntp.dnc.io |
Threat posture
History
Related pages
Pivot deeper into the graph from ntp.dnc.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntp.dnc.io"})-[: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.