Skip to content

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

WHISPER CANON · ntp.spring-ford.netRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.6/10canon.whisper.security/host/ntp.spring-ford.net

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.

IPPrefixASNOperatorCountry
204.2.134.173204.0.0.0/14AS2914NTT-DATA-2914 - NTT America, Inc.US
204.9.54.119204.9.48.0/21AS19255YOUR-ORG-INC-NA - YOUR.ORG, INC.US
23.159.16.19423.159.16.0/24AS835GOCODEIT-EDGE - GoCodeIT IncCA
72.14.186.5972.14.176.0/20AS63949US

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 20

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