Hostname
nns.internetcomputer.org
Last fetched
nns.internetcomputer.org resolves to 3 IPv4 addresses operated by DFINITY-NET - DFINITY USA Research, LLC in CH.
Nutrition Label
Resolution chain
nns.internetcomputer.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.5.171.242 | 195.7.13.0/24 | AS398485 | DFINITY-NET - DFINITY USA Research, LLC | CH |
| 209.34.235.18 | 209.35.104.0/24 | AS13649 | ASN-FLEXENTIAL - Flexential Colorado Corp. | US |
| 212.71.124.188 | 212.72.132.0/22 | AS24951 | EVERYWARE-NET - EveryWare AG | CH |
WHOIS identity
No WHOIS records are currently associated with nns.internetcomputer.org in WhisperGraph.
Subdomains
1 observed subdomain of nns.internetcomputer.org.
| Subdomain |
|---|
| beta.nns.internetcomputer.org |
Web-graph footprint
Distinct hostnames that link to or from nns.internetcomputer.org in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from nns.internetcomputer.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nns.internetcomputer.org"})-[: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.