Skip to content

Hostname

mx.kpi.ua

Last fetched

mx.kpi.ua resolves to 2 IPv4 addresses operated by NTUU-KPI-AS - User Association of Ukrainian Research and Academic Network URAN in UA.

Nutrition Label

WHISPER CANON · mx.kpi.uaRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/mx.kpi.ua

Resolution chain

mx.kpi.ua resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
77.47.128.13577.47.128.0/21AS25500NTUU-KPI-AS - User Association of Ukrainian Research and Academic Network URANUA
77.47.128.13677.47.128.0/21AS25500NTUU-KPI-AS - User Association of Ukrainian Research and Academic Network URANUA

WHOIS identity

No WHOIS records are currently associated with mx.kpi.ua in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for mx.kpi.ua.

MechanismTarget
SPF_REDIRECT_spf.kpi.ua

Related pages

Pivot deeper into the graph from mx.kpi.ua.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mx.kpi.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.