Skip to content

Hostname

study.95572.com

Last fetched

study.95572.com resolves to 3 IPv4 addresses operated by CHINA169-BACKBONE CHINA UNICOM China169 Backbone in CN.

Nutrition Label

WHISPER CANON · study.95572.comRouting diversity3.0/10Peering density8.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/study.95572.com

Resolution chain

study.95572.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
117.10.116.228117.8.0.0/13AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
123.151.17.228123.151.17.0/24AS17638CHINATELECOM-TJ-AS-AP ASN for TIANJIN Provincial Net of CTCN
222.35.103.42222.35.96.0/21AS24138CTTNET China TieTong Telecommunications CorporationCN

WHOIS identity

No WHOIS records are currently associated with study.95572.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from study.95572.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "study.95572.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 20

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