Hostname
cdn.nodes-two.com
Last fetched
cdn.nodes-two.com resolves to 13 IPv4 addresses operated by AS45753 in HK.
Nutrition Label
Resolution chain
cdn.nodes-two.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 180.178.37.171 | 180.178.37.0/24 | AS45753 | — | HK |
| 180.178.37.172 | 180.178.37.0/24 | AS45753 | — | HK |
| 180.178.37.173 | 180.178.37.0/24 | AS45753 | — | HK |
| 180.178.37.174 | 180.178.37.0/24 | AS45753 | — | HK |
| 182.16.57.19 | 182.16.57.0/24 | AS45753 | — | HK |
| 182.16.57.20 | 182.16.57.0/24 | AS45753 | — | HK |
| 182.16.57.21 | 182.16.57.0/24 | AS45753 | — | HK |
| 182.16.57.22 | 182.16.57.0/24 | AS45753 | — | HK |
| 192.238.225.9 | 192.238.225.0/24 | AS138995 | — | HK |
| 192.238.254.112 | 192.238.254.0/24 | AS138995 | — | CN |
| 38.49.39.49 | 38.49.39.0/24 | AS8796 | FD-298-8796 - FASTNET DATA INC | US |
| 38.49.39.50 | 38.49.39.0/24 | AS8796 | FD-298-8796 - FASTNET DATA INC | US |
| 38.49.39.51 | 38.49.39.0/24 | AS8796 | FD-298-8796 - FASTNET DATA INC | US |
WHOIS identity
No WHOIS records are currently associated with cdn.nodes-two.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from cdn.nodes-two.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.nodes-two.com"})-[: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.