Hostname
cdms.jp
Last fetched
cdms.jp resolves to 2 IPv4 addresses operated by AS2497 in JP.
Nutrition Label
Resolution chain
cdms.jp 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 |
|---|---|---|---|---|
| 202.214.3.201 | 202.214.0.0/16 | AS2497 | — | JP |
| 202.214.164.219 | 202.214.0.0/16 | AS2497 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- toppan edge
- Contact emails
Subdomains
24 observed subdomains of cdms.jp.
Web-graph footprint
Distinct hostnames that link to or from cdms.jp in the public web crawl.
18 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for cdms.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | hagaki.dejibin.com |
| SPF_IP | 132.179.196.67 |
| SPF_IP | 202.214.164.223 |
| SPF_IP | 202.214.164.224 |
| SPF_IP | 202.214.3.129 |
| SPF_IP | 202.214.3.130 |
| SPF_IP | 202.214.3.160 |
| SPF_IP | 202.214.3.190 |
| SPF_IP | 202.214.3.199 |
| SPF_IP | 202.218.14.15 |
| SPF_IP | 202.218.14.16 |
| SPF_IP | 202.218.14.2 |
| SPF_IP | 202.218.14.35 |
| SPF_IP | 210.158.197.92 |
Related pages
Pivot deeper into the graph from cdms.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdms.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.