Skip to content

Hostname

intersoftsapient.cn

Last fetched

intersoftsapient.cn resolves to 2 IPv4 addresses operated by CHINAMOBILE-CN - China Mobile Communications Group Co., Ltd. in CN.

Nutrition Label

WHISPER CANON · intersoftsapient.cnRouting diversity2.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/intersoftsapient.cn

Resolution chain

intersoftsapient.cn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
111.48.88.115111.48.88.0/24AS9808CHINAMOBILE-CN - China Mobile Communications Group Co., Ltd.CN
27.128.219.10927.128.208.0/20AS58539CHINATELECOM-Hebei-Langfang-IDC - Langfang,Hebei province, P.R.ChinaCN

WHOIS identity

No WHOIS records are currently associated with intersoftsapient.cn in WhisperGraph.

Subdomains

16 observed subdomains of intersoftsapient.cn.

Threat posture

History

Related pages

Pivot deeper into the graph from intersoftsapient.cn.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "intersoftsapient.cn"})-[: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.