Hostname
leacond.com.ua
Last fetched
leacond.com.ua resolves to 1 IPv4 address operated by AS25393 in UA.
Nutrition Label
Resolution chain
leacond.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 |
|---|---|---|---|---|
| 89.184.90.204 | 89.184.88.0/21 | AS25393 | — | UA |
WHOIS identity
No WHOIS records are currently associated with leacond.com.ua in WhisperGraph.
Subdomains
4 observed subdomains of leacond.com.ua.
Web-graph footprint
Distinct hostnames that link to or from leacond.com.ua in the public web crawl.
23 sites link to this hostname.
375 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for leacond.com.ua.
| Mechanism | Target |
|---|---|
| SPF_A | leacond.com.ua |
| SPF_IP | 31.131.16.93/32 |
| SPF_IP | 45.94.156.80 |
| SPF_IP | 89.162.150.250 |
| SPF_IP | 89.162.150.253 |
| SPF_MX | leacond.com.ua |
Related pages
Pivot deeper into the graph from leacond.com.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leacond.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.