Hostname
ntp.spring-ford.net
Last fetched
ntp.spring-ford.net resolves to 4 IPv4 addresses operated by NTT-DATA-2914 - NTT America, Inc. in US.
Nutrition Label
Resolution chain
ntp.spring-ford.net resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 204.2.134.173 | 204.0.0.0/14 | AS2914 | NTT-DATA-2914 - NTT America, Inc. | US |
| 204.9.54.119 | 204.9.48.0/21 | AS19255 | YOUR-ORG-INC-NA - YOUR.ORG, INC. | US |
| 23.159.16.194 | 23.159.16.0/24 | AS835 | GOCODEIT-EDGE - GoCodeIT Inc | CA |
| 72.14.186.59 | 72.14.176.0/20 | AS63949 | — | US |
WHOIS identity
No WHOIS records are currently associated with ntp.spring-ford.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ntp.spring-ford.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntp.spring-ford.net"})-[: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.