Hostname
corp.netease.com
Last fetched
corp.netease.com resolves to 3 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in FR.
Nutrition Label
Resolution chain
corp.netease.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.163.70.119 | 34.163.64.0/18 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | FR |
| 34.85.24.55 | 34.85.16.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | JP |
| 34.94.99.235 | 34.94.96.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with corp.netease.com in WhisperGraph.
Subdomains
8 observed subdomains of corp.netease.com.
Web-graph footprint
Distinct hostnames that link to or from corp.netease.com in the public web crawl.
5 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for corp.netease.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | b.spf.corp.netease.com |
| SPF_INCLUDE | spf.corp.netease.com |
| SPF_IP | 123.58.164.0/24 |
| SPF_IP | 123.58.171.164/32 |
| SPF_IP | 34.85.37.119/32 |
| SPF_IP | 59.111.134.0/24 |
| SPF_IP | 7.63.70.134/32 |
Related pages
Pivot deeper into the graph from corp.netease.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "corp.netease.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.