Hostname
api.myprofile.microsoft.com
Last fetched
api.myprofile.microsoft.com resolves to 10 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in KR.
Nutrition Label
Resolution chain
api.myprofile.microsoft.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 20.190.144.141 | 20.184.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 20.190.144.142 | 20.184.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 20.190.144.143 | 20.184.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 20.190.163.0 | 20.184.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
| 20.190.163.128 | 20.184.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
| 20.190.163.23 | 20.184.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
| 40.126.16.161 | 40.126.0.0/18 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 40.126.16.162 | 40.126.0.0/18 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 40.126.35.131 | 40.126.0.0/18 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
| 40.126.35.132 | 40.126.0.0/18 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
WHOIS identity
No WHOIS records are currently associated with api.myprofile.microsoft.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api.myprofile.microsoft.com.
- IP · 20.190.144.141
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Country · KR
- Apex domain · microsoft.com
- Parent domain · myprofile.microsoft.com
- TLD · .com
- Browse hostnames · ap…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.myprofile.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.