Hostname
nts-test.strangled.net
Last fetched
nts-test.strangled.net resolves to 5 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.
Nutrition Label
Resolution chain
nts-test.strangled.net resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.203.82.102 | 159.203.80.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
| 51.68.44.27 | 51.68.0.0/16 | AS16276 | — | FR |
| 51.75.67.47 | 51.75.0.0/16 | AS16276 | — | DE |
| 51.89.151.183 | 51.89.0.0/16 | AS16276 | — | GB |
| 54.39.23.64 | 54.39.0.0/16 | AS16276 | — | CA |
| 54.39.23.64 | 54.39.0.0/16 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with nts-test.strangled.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from nts-test.strangled.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nts-test.strangled.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.