Hostname
apteka-plus.com
Last fetched
apteka-plus.com resolves to 2 IPv4 addresses operated by AS42331 in UA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
apteka-plus.com 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.13.5.110 | 185.13.5.0/24 | AS42331 | — | UA |
| 51.15.143.117 | 51.15.0.0/16 | AS12876 | — | FR |
WHOIS identity
- Registrar
- iana:69
- Organization
- komcar sp. z o.o.
- Contact emails
Subdomains
1 observed subdomain of apteka-plus.com.
| Subdomain |
|---|
| www.apteka-plus.com |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from apteka-plus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apteka-plus.com"})-[: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.