Hostname
c-d.co.jp
Last fetched
c-d.co.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
c-d.co.jp has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- carnival
- Contact emails
- —
Subdomains
1 observed subdomain of c-d.co.jp.
| Subdomain |
|---|
| www.c-d.co.jp |
Web-graph footprint
Distinct hostnames that link to or from c-d.co.jp in the public web crawl.
24 sites link to this hostname.
38 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- c-d.co.jp
SPF policy
26 SPF mechanisms authorising senders for c-d.co.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 153.122.0.0/16 |
| SPF_IP | 163.43.28.21/32 |
| SPF_IP | 203.137.163.166/32 |
| SPF_IP | 203.137.167.180/32 |
| SPF_IP | 203.137.181.5/32 |
| SPF_IP | 203.137.184.15/32 |
| SPF_IP | 203.137.189.170/32 |
| SPF_IP | 203.137.190.86/32 |
| SPF_IP | 210.129.10.168/32 |
| SPF_IP | 210.129.14.236/32 |
| SPF_IP | 210.129.17.233/32 |
| SPF_IP | 210.129.43.46/32 |
| SPF_IP | 210.140.44.121/32 |
| SPF_IP | 210.140.47.172/32 |
| SPF_IP | 210.140.78.152/32 |
| SPF_IP | 210.152.115.227/32 |
| SPF_IP | 210.152.115.239/32 |
| SPF_IP | 210.152.116.252/32 |
| SPF_IP | 210.152.80.112/32 |
| SPF_IP | 210.152.81.224/32 |
| SPF_IP | 210.152.85.110/32 |
| SPF_IP | 210.152.85.124/32 |
| SPF_IP | 210.236.231.123/32 |
| SPF_IP | 218.219.208.136 |
| SPF_IP | 219.113.141.192/26 |
| SPF_IP | 59.106.234.208/28 |
Related pages
Pivot deeper into the graph from c-d.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "c-d.co.jp"})-[: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.