Skip to content

Hostname

8ch.net

Last fetched

8ch.net resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:617 as the registrar.

Nutrition Label

WHISPER CANON · 8ch.netRouting diversity2.4/10Peering density6.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/8ch.net

Resolution chain

8ch.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.110.155.60143.110.144.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
82.115.7.12282.115.4.0/22AS42532VEESP-LV-ASNL

WHOIS identity

Registrar
iana:617
Organization
anonymize, llc.
Contact emails

Subdomains

201 observed subdomains of 8ch.net.

Web-graph footprint

Distinct hostnames that link to or from 8ch.net in the public web crawl.

360 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from 8ch.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "8ch.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.