Skip to content

Hostname

docs.xbench.net

Last fetched

docs.xbench.net resolves to 8 IPv4 addresses operated by AS64073 in BR.

Nutrition Label

WHISPER CANON · docs.xbench.netRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/docs.xbench.net

Resolution chain

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

IPPrefixASNOperatorCountry
108.158.194.1120.0.0.0/0AS64073BR
108.158.194.40.0.0.0/0AS64073BR
108.158.194.590.0.0.0/0AS64073BR
108.158.194.930.0.0.0/0AS64073BR
3.166.49.83.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
3.166.49.803.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
3.166.49.863.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
3.166.49.893.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with docs.xbench.net in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from docs.xbench.net in the public web crawl.

7 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from docs.xbench.net.

Cypher and MCP

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

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