Hostname
log.study.163.com
Last fetched
log.study.163.com resolves to 2 IPv4 addresses operated by CHINANET-GUIZHOU-GUIAN-IDC Guizhou GuiAn IDC in CN.
Nutrition Label
Resolution chain
log.study.163.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 111.124.200.109 | 111.124.192.0/19 | AS139203 | CHINANET-GUIZHOU-GUIAN-IDC Guizhou GuiAn IDC | CN |
| 45.254.50.98 | 45.254.50.0/24 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
WHOIS identity
No WHOIS records are currently associated with log.study.163.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for log.study.163.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.163.com |
| SPF_INCLUDE | spf.sendcloud.org |
Related pages
Pivot deeper into the graph from log.study.163.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "log.study.163.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.