Skip to content

Hostname

5ch.net

Last fetched

5ch.net resolves to 6 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:617 as the registrar.

Nutrition Label

WHISPER CANON · 5ch.netRouting diversity3.9/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/5ch.net

Resolution chain

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

IPPrefixASNOperatorCountry
104.20.47.38104.20.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.14.243104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.15.243104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.148.29172.66.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.74.208172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
209.196.146.115209.196.146.0/24AS394456EPIK-LLC - Epik LLCUS

WHOIS identity

Registrar
iana:617
Organization
anonymize, llc.
Contact emails

Subdomains

423 observed subdomains of 5ch.net.

Web-graph footprint

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

631 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for 5ch.net.

MechanismTarget
SPF_IP206.223.145.195
SPF_IP206.223.145.71
SPF_IP206.223.147.11
SPF_IP206.223.147.18
SPF_IP206.223.147.20
SPF_IP206.223.147.6
SPF_MX5ch.net

Related pages

Pivot deeper into the graph from 5ch.net.

Cypher and MCP

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

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