Hostname
vsa.com.ua
Last fetched
vsa.com.ua resolves to 2 IPv4 addresses operated by VPS-UA-AS - PE Skurykhin Mukola Volodumurovuch in NL.
Nutrition Label
Resolution chain
vsa.com.ua 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 |
|---|---|---|---|---|
| 193.111.62.11 | 193.111.62.0/24 | AS56851 | VPS-UA-AS - PE Skurykhin Mukola Volodumurovuch | NL |
| 31.131.26.59 | 31.131.26.0/24 | AS56851 | VPS-UA-AS - PE Skurykhin Mukola Volodumurovuch | NL |
WHOIS identity
No WHOIS records are currently associated with vsa.com.ua in WhisperGraph.
Subdomains
2 observed subdomains of vsa.com.ua.
| Subdomain |
|---|
| mail.vsa.com.ua |
| www.vsa.com.ua |
Threat posture
History
Mail and authentication
MX records
- mail.vsa.com.ua
- vsa.com.ua
SPF policy
3 SPF mechanisms authorising senders for vsa.com.ua.
| Mechanism | Target |
|---|---|
| SPF_A | vsa.com.ua |
| SPF_IP | 31.131.27.14 |
| SPF_MX | vsa.com.ua |
Related pages
Pivot deeper into the graph from vsa.com.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vsa.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.