Hostname
base48.cz
Last fetched
base48.cz resolves to 2 IPv4 addresses operated by MASTER-AS Czech Republic www.master.cz in CZ. WHOIS lists registrar:reg-websupport as the registrar.
Nutrition Label
Resolution chain
base48.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 |
|---|---|---|---|---|
| 37.205.11.107 | 37.205.8.0/22 | AS24971 | MASTER-AS Czech Republic www.master.cz | CZ |
| 37.205.11.107 | 37.205.8.0/22 | AS24971 | MASTER-AS Czech Republic www.master.cz | CZ |
| 37.205.13.28 | 37.205.12.0/22 | AS24971 | MASTER-AS Czech Republic www.master.cz | CZ |
WHOIS identity
- Registrar
- registrar:reg-websupport
- Organization
- websupport, s.r.o.
- Contact emails
- —
Subdomains
11 observed subdomains of base48.cz.
Web-graph footprint
Distinct hostnames that link to or from base48.cz in the public web crawl.
31 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for base48.cz.
| Mechanism | Target |
|---|---|
| SPF_A | base48.cz |
| SPF_MX | base48.cz |
Related pages
Pivot deeper into the graph from base48.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "base48.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.