Skip to content

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

WHISPER CANON · test-server.mps.liveRouting diversity3.0/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/test-server.mps.live

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.

IPPrefixASNOperatorCountry
140.207.176.252140.207.176.0/24AS140979UNICOM-SHFT-IDC - China Unicom Shanghai FuTe IDC networkCN
183.194.238.248183.194.232.0/21AS9808CHINAMOBILE-CN - China Mobile Communications Group Co., Ltd.CN
61.151.229.10261.151.228.0/22AS4811CHINANET-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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.