Skip to content

Hostname

nft.subnet.ch

Last fetched

nft.subnet.ch resolves to 3 IPv4 addresses operated by DFINITY-NET - DFINITY USA Research, LLC in CH.

Nutrition Label

WHISPER CANON · nft.subnet.chRouting diversity3.0/10Peering density5.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/nft.subnet.ch

Resolution chain

nft.subnet.ch resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
195.5.171.242195.5.171.0/24AS398485DFINITY-NET - DFINITY USA Research, LLCCH
212.71.124.188212.71.120.0/21AS24951EVERYWARE-NET - EveryWare AGCH
23.142.184.12923.142.184.0/24AS398485DFINITY-NET - DFINITY USA Research, LLCUS

WHOIS identity

No WHOIS records are currently associated with nft.subnet.ch in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from nft.subnet.ch.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "nft.subnet.ch"})-[: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.