Hostname
boma.cz
Last fetched
boma.cz resolves to 2 IPv4 addresses operated by AS43541 in CZ.
Nutrition Label
Resolution chain
boma.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 |
|---|---|---|---|---|
| 185.115.2.64 | 185.115.2.0/24 | AS43541 | — | CZ |
| 62.109.141.182 | 62.109.128.0/19 | AS29134 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with boma.cz in WhisperGraph.
Subdomains
2 observed subdomains of boma.cz.
| Subdomain |
|---|
| cdn.boma.cz |
| www.boma.cz |
Web-graph footprint
Distinct hostnames that link to or from boma.cz in the public web crawl.
7 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for boma.cz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.ignum.cz |
| SPF_IP | 178.238.42.111/32 |
| SPF_IP | 2001:1ab0:7e1e:c57::/64 |
| SPF_IP | 217.31.52.0/24 |
| SPF_IP | 217.31.53.0/29 |
| SPF_IP | 62.109.141.128/26 |
| SPF_MX | boma.cz |
Related pages
Pivot deeper into the graph from boma.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "boma.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.