Hostname
netbox.cz
Last fetched
netbox.cz resolves to 2 IPv4 addresses operated by AS31246 in CZ. WHOIS lists registrar:reg-ct as the registrar.
Nutrition Label
Resolution chain
netbox.cz 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 |
|---|---|---|---|---|
| 83.240.17.163 | 83.240.0.0/17 | AS31246 | — | CZ |
| 83.240.17.163 | 83.240.0.0/17 | AS31246 | — | CZ |
| 85.162.11.47 | 85.162.0.0/16 | AS28725 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-ct
- Organization
- smart comp. s.r.o.
- Contact emails
Subdomains
2,849 observed subdomains of netbox.cz.
Showing 25 of 2,849. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netbox.cz in the public web crawl.
123 sites link to this hostname.
119 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for netbox.cz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 46.39.160.13 |
| SPF_IP | 83.240.0.137 |
| SPF_IP | 83.240.0.138 |
| SPF_IP | 83.240.0.196 |
| SPF_IP | 83.240.0.201 |
| SPF_IP | 83.240.0.204 |
| SPF_IP | 83.240.0.220 |
| SPF_IP | 83.240.17.229 |
| SPF_IP | 83.240.77.5 |
| SPF_IP | 83.240.77.6 |
Related pages
Pivot deeper into the graph from netbox.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netbox.cz"})-[: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.