Hostname
antey.com.ua
Last fetched
antey.com.ua resolves to 1 IPv4 address operated by AS15440 in LT.
Nutrition Label
Resolution chain
antey.com.ua 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 |
|---|---|---|---|---|
| 92.62.141.163 | 92.62.141.0/24 | AS15440 | — | LT |
WHOIS identity
No WHOIS records are currently associated with antey.com.ua in WhisperGraph.
Subdomains
17 observed subdomains of antey.com.ua.
Showing 16 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from antey.com.ua in the public web crawl.
10 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for antey.com.ua.
| Mechanism | Target |
|---|---|
| SPF_A | antey.com.ua |
| SPF_INCLUDE | spf2.esputnik.com |
| SPF_IP | 178.136.98.21 |
| SPF_IP | 178.136.98.98 |
| SPF_IP | 195.138.78.205 |
| SPF_IP | 79.142.205.3 |
| SPF_IP | 91.192.131.143 |
| SPF_IP | 92.62.141.163 |
| SPF_IP | 92.62.141.245 |
| SPF_MX | antey.com.ua |
Related pages
Pivot deeper into the graph from antey.com.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "antey.com.ua"})-[: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.