Skip to content

Hostname

230book.net

Last fetched

230book.net resolves to 2 IPv4 addresses operated by AS60781 in NL. WHOIS lists iana:472 as the registrar.

Nutrition Label

WHISPER CANON · 230book.netRouting diversity2.4/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint6.6/10canon.whisper.security/host/230book.net

Resolution chain

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

IPPrefixASNOperatorCountry
5.79.75.2005.79.64.0/18AS60781NL
64.120.31.12164.120.28.0/22AS396362LEASEWEB-USA-NYC - Leaseweb USA, Inc.US

WHOIS identity

Registrar
iana:472
Organization
nette, nanci
Contact emails

Subdomains

2 observed subdomains of 230book.net.

Web-graph footprint

Distinct hostnames that link to or from 230book.net in the public web crawl.

13 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from 230book.net.

Cypher and MCP

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

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