Hostname
msn.kg
Last fetched
msn.kg resolves to 1 IPv4 address operated by AS28753 in DE.
Nutrition Label
Resolution chain
msn.kg 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 |
|---|---|---|---|---|
| 185.17.120.27 | 185.17.120.0/22 | AS28753 | — | DE |
WHOIS identity
No WHOIS records are currently associated with msn.kg in WhisperGraph.
Subdomains
7 observed subdomains of msn.kg.
Web-graph footprint
Distinct hostnames that link to or from msn.kg in the public web crawl.
173 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- msn.kg
SPF policy
6 SPF mechanisms authorising senders for msn.kg.
| Mechanism | Target |
|---|---|
| SPF_A | msn.kg |
| SPF_IP | 176.227.196.234 |
| SPF_IP | 185.17.120.5 |
| SPF_IP | 81.94.194.162 |
| SPF_IP | 94.229.73.98 |
| SPF_MX | msn.kg |
Related pages
Pivot deeper into the graph from msn.kg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "msn.kg"})-[: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.