Hostname
nz.ccb.com
Last fetched
nz.ccb.com resolves to 2 IPv4 addresses operated by AS4808 in CN.
Nutrition Label
Resolution chain
nz.ccb.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 |
|---|---|---|---|---|
| 114.251.248.78 | 114.251.192.0/18 | AS4808 | — | CN |
| 119.36.223.217 | 119.36.0.0/16 | AS4837 | — | CN |
WHOIS identity
No WHOIS records are currently associated with nz.ccb.com in WhisperGraph.
Subdomains
4 observed subdomains of nz.ccb.com.
Web-graph footprint
Distinct hostnames that link to or from nz.ccb.com in the public web crawl.
28 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for nz.ccb.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 124.127.253.0/24 |
| SPF_IP | 223.72.147.0/24 |
Related pages
Pivot deeper into the graph from nz.ccb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nz.ccb.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.