Hostname
mpc.kh.ua
Last fetched
mpc.kh.ua resolves to 2 IPv4 addresses operated by AS12722 in RU.
Nutrition Label
Resolution chain
mpc.kh.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 |
|---|---|---|---|---|
| 195.209.45.102 | 195.209.32.0/19 | AS12722 | — | RU |
| 217.28.140.115 | 217.28.140.0/24 | AS204057 | — | PT |
WHOIS identity
No WHOIS records are currently associated with mpc.kh.ua in WhisperGraph.
Subdomains
2 observed subdomains of mpc.kh.ua.
| Subdomain |
|---|
| mail.mpc.kh.ua |
| www.mpc.kh.ua |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for mpc.kh.ua.
| Mechanism | Target |
|---|---|
| SPF_A | mpc.kh.ua |
| SPF_IP | 217.28.140.115 |
| SPF_MX | mpc.kh.ua |
Related pages
Pivot deeper into the graph from mpc.kh.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mpc.kh.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.