Hostname
mestro.com.ua
Last fetched
mestro.com.ua resolves to 1 IPv4 address operated by VPS-UA-AS - PE Skurykhin Mukola Volodumurovuch in UA.
Nutrition Label
Resolution chain
mestro.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 |
|---|---|---|---|---|
| 45.94.157.235 | 45.94.157.0/24 | AS56851 | VPS-UA-AS - PE Skurykhin Mukola Volodumurovuch | UA |
WHOIS identity
No WHOIS records are currently associated with mestro.com.ua in WhisperGraph.
Subdomains
10 observed subdomains of mestro.com.ua.
Web-graph footprint
Distinct hostnames that link to or from mestro.com.ua in the public web crawl.
6 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mestro.com.ua
SPF policy
9 SPF mechanisms authorising senders for mestro.com.ua.
| Mechanism | Target |
|---|---|
| SPF_A | mestro.com.ua |
| SPF_IP | 185.91.75.15 |
| SPF_IP | 31.131.24.249 |
| SPF_IP | 31.131.28.50 |
| SPF_IP | 45.94.157.231 |
| SPF_IP | 45.94.157.53 |
| SPF_IP | 45.94.159.41 |
| SPF_IP | 45.94.159.89 |
| SPF_MX | mestro.com.ua |
Related pages
Pivot deeper into the graph from mestro.com.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mestro.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.