Hostname
baidu.com
Last fetched
baidu.com resolves to 4 IPv4 addresses operated by CHINA169-BACKBONE CHINA UNICOM China169 Backbone in CN. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
baidu.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 110.242.74.102 | 110.240.0.0/12 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 111.63.65.103 | 111.63.64.0/20 | AS24547 | CMNET-V4HEBEI-AS-AP Hebei Mobile Communication Company Limited | CN |
| 111.63.65.247 | 111.63.64.0/20 | AS24547 | CMNET-V4HEBEI-AS-AP Hebei Mobile Communication Company Limited | CN |
| 124.237.177.164 | 124.236.0.0/14 | AS4134 | CHINANET-BACKBONE No.31,Jin-rong Street | CN |
WHOIS identity
- Registrar
- iana:292
- Organization
- baidu netcom science technology
- Contact emails
Subdomains
1,954 observed subdomains of baidu.com.
Showing 25 of 1,954. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from baidu.com in the public web crawl.
150,704 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for baidu.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.baidu.com |
| SPF_INCLUDE | spf2.baidu.com |
| SPF_INCLUDE | spf3.baidu.com |
| SPF_INCLUDE | spf4.baidu.com |
Related pages
Pivot deeper into the graph from baidu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.