Hostname
hidden-zone.com
Last fetched
hidden-zone.com resolves to 2 IPv4 addresses operated by AS35415 in NL. WHOIS lists iana:886 as the registrar.
Nutrition Label
Resolution chain
hidden-zone.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.11.86.39 | 5.11.86.0/24 | AS35415 | — | NL |
| 91.194.110.74 | 91.194.110.0/24 | AS213166 | — | NL |
WHOIS identity
- Registrar
- iana:886
- Organization
- barentex commerce
- Contact emails
Subdomains
1 observed subdomain of hidden-zone.com.
| Subdomain |
|---|
| www.hidden-zone.com |
Web-graph footprint
Distinct hostnames that link to or from hidden-zone.com in the public web crawl.
15 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for hidden-zone.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 5.11.86.36 |
Related pages
Pivot deeper into the graph from hidden-zone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hidden-zone.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.