Skip to content

Hostname

sem.baidu.com

Last fetched

sem.baidu.com resolves to 20 IPv4 addresses operated by CHINANET-YUNNAN-IDC2 CHINANET Yunnan province IDC2 network in CN.

Nutrition Label

WHISPER CANON · sem.baidu.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/sem.baidu.com

Resolution chain

sem.baidu.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
106.56.217.38106.56.217.0/24AS134766CHINANET-YUNNAN-IDC2 CHINANET Yunnan province IDC2 networkCN
111.170.165.38111.170.160.0/20AS151185CT-XIANGYANG-IDC2 China TelecomCN
111.170.25.38111.170.16.0/20AS151185CT-XIANGYANG-IDC2 China TelecomCN
113.142.207.38113.142.128.0/17AS134768CHINANET-SHAANXI-CLOUD-BASE CHINANET SHAANXI province Cloud Base networkCN
113.142.212.38113.142.128.0/17AS134768CHINANET-SHAANXI-CLOUD-BASE CHINANET SHAANXI province Cloud Base networkCN
115.152.219.38115.152.0.0/15AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
117.33.185.38117.33.128.0/18AS134768CHINANET-SHAANXI-CLOUD-BASE CHINANET SHAANXI province Cloud Base networkCN
117.68.56.38117.68.56.0/22AS134425CHINANET-HEFEI-QIMENLU-IDC China TelecomCN
120.41.32.38120.40.0.0/14AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
121.14.9.38121.8.0.0/13AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
124.226.72.38124.226.72.0/22AS137693CHINATELECOM-GUANGXI-NANNING-IDC CHINATELECOM Guangxi Nanning IDC networkdescr: NanningGuangxi Province, P.R.China.CN
171.109.97.38171.109.96.0/20AS138169ASEAN-INTERNATIONAL-INFORMATION-GARDEN-IDC China TelecomCN
171.214.23.38171.208.0.0/12AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
180.97.198.38180.97.198.0/23AS140292CHINATELECOM-JIANGSU-SUZHOU-5G-NETWORK CHINATELECOM Jiangsu province Suzhou 5G networkCN
182.240.161.38182.240.161.0/24AS134766CHINANET-YUNNAN-IDC2 CHINANET Yunnan province IDC2 networkCN
183.60.227.38183.60.224.0/21AS134763CT-DONGGUAN-IDC CHINANET Guangdong province networkCN
42.101.56.3842.101.56.0/22AS137698CHINATELECOM-HEILONGJIANG-HANAN-IDC HaerbingHeilongjiang Province, P.R.China.CN
58.221.32.3858.208.0.0/12AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
61.170.57.3861.170.0.0/18AS4812CHINANET-SH-AP China Telecom GroupCN
61.172.254.3861.172.0.0/16AS4812CHINANET-SH-AP China Telecom GroupCN

WHOIS identity

No WHOIS records are currently associated with sem.baidu.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from sem.baidu.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from sem.baidu.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sem.baidu.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.