Hostname
akb24.kz
Last fetched
akb24.kz resolves to 2 IPv4 addresses operated by AS51115 in RU.
Nutrition Label
Resolution chain
akb24.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.65.148.57 | 185.65.148.0/23 | AS51115 | — | RU |
| 185.98.5.169 | 185.98.5.0/24 | AS207333 | — | KZ |
WHOIS identity
No WHOIS records are currently associated with akb24.kz in WhisperGraph.
Subdomains
3 observed subdomains of akb24.kz.
Web-graph footprint
Distinct hostnames that link to or from akb24.kz in the public web crawl.
12 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 akb24.kz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hoster.kz |
| SPF_REDIRECT | _spf.yandex.net |
Related pages
Pivot deeper into the graph from akb24.kz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akb24.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.