Hostname
a149.ms.a.microsoft.com
Last fetched
a149.ms.a.microsoft.com resolves to 4 IPv4 addresses operated by XMISSION - XMission, L.C. in US.
Nutrition Label
Resolution chain
a149.ms.a.microsoft.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.70.146.137 | 166.73.16.0/24 | AS6315 | XMISSION - XMission, L.C. | US |
| 166.70.146.143 | 166.73.16.0/24 | AS6315 | XMISSION - XMission, L.C. | US |
| 209.148.170.192 | 209.149.164.0/24 | AS812 | ROGERS-COMMUNICATIONS - Rogers Communications Canada Inc. | CA |
| 209.148.170.216 | 209.149.164.0/24 | AS812 | ROGERS-COMMUNICATIONS - Rogers Communications Canada Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with a149.ms.a.microsoft.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from a149.ms.a.microsoft.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from a149.ms.a.microsoft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a149.ms.a.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.