Hostname
app.chat.xiaomi.net
Last fetched
app.chat.xiaomi.net resolves to 4 IPv4 addresses operated by AS45102 in SG.
Nutrition Label
Resolution chain
app.chat.xiaomi.net 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 |
|---|---|---|---|---|
| 161.117.185.166 | 161.117.128.0/17 | AS45102 | — | SG |
| 161.117.226.151 | 161.117.128.0/17 | AS45102 | — | SG |
| 161.117.238.89 | 161.117.128.0/17 | AS45102 | — | SG |
| 161.117.251.225 | 161.117.128.0/17 | AS45102 | — | SG |
WHOIS identity
No WHOIS records are currently associated with app.chat.xiaomi.net in WhisperGraph.
Subdomains
1 observed subdomain of app.chat.xiaomi.net.
| Subdomain |
|---|
| cn.app.chat.xiaomi.net |
Threat posture
History
Related pages
Pivot deeper into the graph from app.chat.xiaomi.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.chat.xiaomi.net"})-[: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.