Hostname
koala.sk
Last fetched
koala.sk resolves to 1 IPv4 address operated by AS57707 in CZ. WHOIS lists registrar:webglobe, a.s. as the registrar.
Nutrition Label
Resolution chain
koala.sk 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 |
|---|---|---|---|---|
| 171.25.220.89 | 171.25.220.0/23 | AS57707 | — | CZ |
WHOIS identity
- Registrar
- registrar:webglobe, a.s.
- Organization
- karol koala tours, a.s.
- Contact emails
- —
Subdomains
18 observed subdomains of koala.sk.
Web-graph footprint
Distinct hostnames that link to or from koala.sk in the public web crawl.
83 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for koala.sk.
| Mechanism | Target |
|---|---|
| SPF_IP | 171.25.220.87/32 |
| SPF_IP | 171.25.220.89 |
| SPF_IP | 176.9.162.210 |
| SPF_IP | 2a01:4f8:160:4448:0:0:244:27 |
| SPF_IP | 2a01:4f8:160:4448:176:9:162:210 |
| SPF_IP | 5.9.244.27 |
| SPF_IP | 81.89.56.112 |
Related pages
Pivot deeper into the graph from koala.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "koala.sk"})-[: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.