Hostname
b.dnspod.com
Last fetched
b.dnspod.com resolves to 3 IPv4 addresses operated by UNICOM-GUANGZHOU-IDC China Unicom Guangdong IP network in CN.
Nutrition Label
Resolution chain
b.dnspod.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 |
|---|---|---|---|---|
| 163.177.5.79 | 163.177.5.0/24 | AS136958 | UNICOM-GUANGZHOU-IDC China Unicom Guangdong IP network | CN |
| 220.196.136.75 | 220.196.136.0/24 | AS140979 | UNICOM-SHFT-IDC China Unicom Shanghai FuTe IDC network | CN |
| 43.161.3.75 | 43.161.0.0/18 | AS132203 | TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue | JP |
WHOIS identity
No WHOIS records are currently associated with b.dnspod.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from b.dnspod.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b.dnspod.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.