Hostname
i3.msdn.microsoft.com
Last fetched
i3.msdn.microsoft.com resolves to 11 IPv4 addresses operated by UNINET in MX.
Nutrition Label
Resolution chain
i3.msdn.microsoft.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 189.247.203.33 | 189.247.203.0/24 | AS8151 | UNINET | MX |
| 189.247.203.57 | 189.247.203.0/24 | AS8151 | UNINET | MX |
| 23.205.105.138 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.139 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.141 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.143 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.168 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.170 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.185 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.188 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.105.190 | 23.205.105.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
No WHOIS records are currently associated with i3.msdn.microsoft.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from i3.msdn.microsoft.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from i3.msdn.microsoft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "i3.msdn.microsoft.com"})-[: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.