Hostname
km.ua
Last fetched
km.ua resolves to 1 IPv4 address operated by SNU - Olga Soroka in UA.
Nutrition Label
Resolution chain
km.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 |
|---|---|---|---|---|
| 193.201.116.3 | 193.201.116.0/24 | AS29663 | SNU - Olga Soroka | UA |
WHOIS identity
No WHOIS records are currently associated with km.ua in WhisperGraph.
Subdomains
15,628 observed subdomains of km.ua.
Showing 25 of 15,628. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from km.ua in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for km.ua.
| Mechanism | Target |
|---|---|
| SPF_IP | 2a00:6740:0:0:0:0:0:10 |
| SPF_IP | 2a00:6740::/32 |
| SPF_IP | 46.252.208.0/20 |
| SPF_IP | 78.152.160.0/19 |
| SPF_IP | 78.152.160.10 |
| SPF_IP | 94.230.192.0/20 |
Related pages
Pivot deeper into the graph from km.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "km.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.