Hostname
openmc.kz
Last fetched
openmc.kz resolves to 2 IPv4 addresses operated by Hoster-AST - LLP "Kompaniya Hoster.KZ" in KZ.
Nutrition Label
Resolution chain
openmc.kz 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.100.65.83 | 185.100.65.0/24 | AS207333 | Hoster-AST - LLP "Kompaniya Hoster.KZ" | KZ |
| 213.130.74.29 | 213.130.74.0/24 | AS201993 | kz-tildapublishing-1 - Tilda Publishing Kaz LLC | KZ |
WHOIS identity
No WHOIS records are currently associated with openmc.kz in WhisperGraph.
Subdomains
1 observed subdomain of openmc.kz.
| Subdomain |
|---|
| www.openmc.kz |
Web-graph footprint
Distinct hostnames that link to or from openmc.kz in the public web crawl.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for openmc.kz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.yandex.net |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from openmc.kz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "openmc.kz"})-[: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.