Hostname
cnjiaming.com
Last fetched
cnjiaming.com resolves to 2 IPv4 addresses operated by AS45102 in MY. WHOIS lists iana:2869 as the registrar.
Nutrition Label
Resolution chain
cnjiaming.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 |
|---|---|---|---|---|
| 47.254.247.158 | 47.254.224.0/19 | AS45102 | — | MY |
| 47.52.31.165 | 47.52.0.0/17 | AS45102 | — | HK |
WHOIS identity
- Registrar
- iana:2869
- Organization
- perfect privacy,
- Contact emails
Subdomains
2 observed subdomains of cnjiaming.com.
| Subdomain |
|---|
| en.cnjiaming.com |
| www.cnjiaming.com |
Web-graph footprint
Distinct hostnames that link to or from cnjiaming.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for cnjiaming.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.163.com |
Related pages
Pivot deeper into the graph from cnjiaming.com.
- IP · 47.254.247.158
- ASN · AS45102
- Registrar · iana:2869
- Country · MY
- Email · 97q329e802gdta8of26su6bdmr@domaindiscreet.com
- TLD · .com
- Browse hostnames · cn…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnjiaming.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.