Skip to content

Hostname

wiki.rei-zero.com

Last fetched

wiki.rei-zero.com resolves to 3 IPv4 addresses operated by DREAMHOST-AS - New Dream Network, LLC in US.

Nutrition Label

WHISPER CANON · wiki.rei-zero.comRouting diversity3.0/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/wiki.rei-zero.com

Resolution chain

wiki.rei-zero.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
208.97.182.10208.97.128.0/18AS26347DREAMHOST-AS - New Dream Network, LLCUS
64.90.62.23064.90.32.0/19AS26347DREAMHOST-AS - New Dream Network, LLCUS
66.33.205.23066.33.192.0/20AS26347DREAMHOST-AS - New Dream Network, LLCUS

WHOIS identity

No WHOIS records are currently associated with wiki.rei-zero.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from wiki.rei-zero.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "wiki.rei-zero.com"})-[: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.