Hostname
krisha.kz
Last fetched
krisha.kz resolves to 2 IPv4 addresses operated by AS204706 in KZ. WHOIS lists iana:1656 as the registrar.
Nutrition Label
Resolution chain
krisha.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.143.129.89 | 185.143.129.0/24 | AS204706 | — | KZ |
| 185.143.129.90 | 185.143.129.0/24 | AS204706 | — | KZ |
WHOIS identity
- Registrar
- iana:1656
- Organization
- babeshkin nikolay valerevich
- Contact emails
- —
Subdomains
17 observed subdomains of krisha.kz.
Web-graph footprint
Distinct hostnames that link to or from krisha.kz in the public web crawl.
553 sites link to this hostname.
350 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for krisha.kz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.kolesa.kz |
Related pages
Pivot deeper into the graph from krisha.kz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "krisha.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.