Hostname
box.sk
Last fetched
box.sk resolves to 2 IPv4 addresses operated by ANTIK - ANTIK Telecom s.r.o in SK. WHOIS lists registrar:box network, s.r.o. as the registrar.
Nutrition Label
Resolution chain
box.sk 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 |
|---|---|---|---|---|
| 88.212.29.3 | 88.212.16.0/20 | AS42841 | ANTIK - ANTIK Telecom s.r.o | SK |
| 169.58.140.252 | 169.58.128.0/17 | AS51167 | CONTABO - Contabo GmbH | US |
WHOIS identity
- Registrar
- registrar:box network, s.r.o.
- Organization
- box network, s.r.o.
- Contact emails
Subdomains
15 observed subdomains of box.sk.
Web-graph footprint
Distinct hostnames that link to or from box.sk in the public web crawl.
24 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from box.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "box.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.