Hostname
luxus.cz
Last fetched
luxus.cz resolves to 2 IPv4 addresses operated by netcup-AS - netcup GmbH in DE. WHOIS lists registrar:reg-gransy as the registrar.
Nutrition Label
Resolution chain
luxus.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 |
|---|---|---|---|---|
| 159.195.42.126 | 159.195.40.0/22 | AS197540 | netcup-AS - netcup GmbH | DE |
| 62.109.155.141 | 62.109.128.0/19 | AS29134 | IGNUM-AS - Webglobe, s.r.o. | CZ |
WHOIS identity
- Registrar
- registrar:reg-gransy
- Organization
- michal hutta
- Contact emails
- —
Subdomains
3 observed subdomains of luxus.cz.
| Subdomain |
|---|
| 2.luxus.cz |
| www.luxus.cz |
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from luxus.cz in the public web crawl.
147 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for luxus.cz.
| Mechanism | Target |
|---|---|
| SPF_A | luxus.cz |
| SPF_INCLUDE | _spf.webglobe.cz |
| SPF_IP | 159.195.42.126 |
| SPF_MX | luxus.cz |
Related pages
Pivot deeper into the graph from luxus.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "luxus.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.