Hostname
test-server.mps.live
Last fetched
test-server.mps.live resolves to 3 IPv4 addresses operated by UNICOM-SHFT-IDC - China Unicom Shanghai FuTe IDC network in CN.
Nutrition Label
Resolution chain
test-server.mps.live resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 140.207.176.252 | 140.207.176.0/24 | AS140979 | UNICOM-SHFT-IDC - China Unicom Shanghai FuTe IDC network | CN |
| 183.194.238.248 | 183.194.232.0/21 | AS9808 | CHINAMOBILE-CN - China Mobile Communications Group Co., Ltd. | CN |
| 61.151.229.102 | 61.151.228.0/22 | AS4811 | CHINANET-SHANGHAI-MAN - China Telecom (Group) | CN |
WHOIS identity
No WHOIS records are currently associated with test-server.mps.live in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from test-server.mps.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test-server.mps.live"})-[: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.