Hostname
webmail.au.multiplex.global
Last fetched
webmail.au.multiplex.global resolves to 12 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
webmail.au.multiplex.global resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 40.104.46.2 | 40.123.224.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 40.97.4.1 | 40.123.192.0/19 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 40.99.232.114 | 40.123.192.0/19 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.111.98 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.32.178 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.69.50 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.88.18 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.96.88.50 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 52.97.112.146 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | ID |
| 52.97.112.194 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | ID |
| 52.97.112.210 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | ID |
| 52.97.112.98 | 52.117.179.0/24 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | ID |
WHOIS identity
No WHOIS records are currently associated with webmail.au.multiplex.global in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from webmail.au.multiplex.global.
- IP · 40.104.46.2
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Country · US
- Apex domain · multiplex.global
- Parent domain · au.multiplex.global
- TLD · .global
- Browse hostnames · we…
- 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: "webmail.au.multiplex.global"})-[: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.