Hostname
wikizone.com
Last fetched
wikizone.com resolves to 3 IPv4 addresses operated by GRIDFURY-AS - GridFury, LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
wikizone.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.94.116.152 | 208.94.116.0/22 | AS40630 | GRIDFURY-AS - GridFury, LLC | US |
| 208.94.116.184 | 208.94.116.0/22 | AS40630 | GRIDFURY-AS - GridFury, LLC | US |
| 208.94.117.30 | 208.94.116.0/22 | AS40630 | GRIDFURY-AS - GridFury, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- brainstream media
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for wikizone.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fusemail.net |
| SPF_INCLUDE | mailanyone.net |
Related pages
Pivot deeper into the graph from wikizone.com.
- IP · 208.94.116.152
- ASN · AS40630GRIDFURY-AS - GridFury, LLC
- Registrar · iana:146
- Country · US
- Email · hostmaster@brainstreammedia.com
- TLD · .com
- Browse hostnames · wi…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wikizone.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.