Skip to content

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

WHISPER CANON · netbox.czRouting diversity2.4/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency6.7/10Resolver footprint4.0/10canon.whisper.security/host/netbox.cz

Resolution chain

netbox.cz resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
registrar:reg-ct
Organization
smart comp. s.r.o.
Contact emails

Subdomains

2,849 observed subdomains of netbox.cz.

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.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for netbox.cz.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEservers.mcsv.net
SPF_IP46.39.160.13
SPF_IP83.240.0.137
SPF_IP83.240.0.138
SPF_IP83.240.0.196
SPF_IP83.240.0.201
SPF_IP83.240.0.204
SPF_IP83.240.0.220
SPF_IP83.240.17.229
SPF_IP83.240.77.5
SPF_IP83.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.