Hostname
ccpitbj.org
Last fetched
ccpitbj.org resolves to 2 IPv4 addresses operated by AS133119 in CN. WHOIS lists iana:1915 as the registrar.
Nutrition Label
Resolution chain
ccpitbj.org 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 |
|---|---|---|---|---|
| 120.52.185.35 | 120.52.128.0/17 | AS133119 | — | CN |
| 211.147.145.36 | 211.147.128.0/19 | AS18239 | — | CN |
WHOIS identity
- Registrar
- iana:1915
- Organization
- china chamber of international commerce beijing chamber of commerce
- Contact emails
Subdomains
4 observed subdomains of ccpitbj.org.
Web-graph footprint
Distinct hostnames that link to or from ccpitbj.org in the public web crawl.
30 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ccpitbj.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.beijing.gov.cn |
Related pages
Pivot deeper into the graph from ccpitbj.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccpitbj.org"})-[: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.