Hostname
eusbot.support.microsoft.com
Last fetched
eusbot.support.microsoft.com resolves to 2 IPv4 addresses operated by IXARIS-MT-AS in DE.
Nutrition Label
Resolution chain
eusbot.support.microsoft.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.244.26.14 | 162.244.24.0/22 | AS51167 | IXARIS-MT-AS | DE |
| 89.117.60.121 | 89.117.48.0/20 | AS51167 | IXARIS-MT-AS | US |
WHOIS identity
No WHOIS records are currently associated with eusbot.support.microsoft.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for eusbot.support.microsoft.com.
| Mechanism | Target |
|---|---|
| SPF_A | eusbot.support.microsoft.com |
| SPF_IP | 173.212.240.93 |
| SPF_MX | eusbot.support.microsoft.com |
Related pages
Pivot deeper into the graph from eusbot.support.microsoft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eusbot.support.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.