Hostname
focom.cz
Last fetched
focom.cz resolves to 1 IPv4 address operated by AS15685 in CZ.
Nutrition Label
Resolution chain
focom.cz resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 77.78.106.35 | 77.78.96.0/20 | AS15685 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with focom.cz in WhisperGraph.
Subdomains
1 observed subdomain of focom.cz.
| Subdomain |
|---|
| www.focom.cz |
Web-graph footprint
Distinct hostnames that link to or from focom.cz in the public web crawl.
7 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for focom.cz.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.8.165.56 |
| SPF_IP | 2001:15e8:110:e5e:0:0:0:1 |
| SPF_IP | 2a03:3b40:fe:61e:0:0:0:1 |
| SPF_IP | 37.205.10.238 |
| SPF_IP | 77.78.106.27 |
| SPF_IP | 81.2.243.177 |
| SPF_IP | 81.2.244.95 |
| SPF_IP | 81.2.246.94 |
Related pages
Pivot deeper into the graph from focom.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "focom.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.