Hostname
cd-mail.jp
Last fetched
cd-mail.jp resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
cd-mail.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 |
|---|---|---|---|---|
| 3.112.136.241 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.199.141.226 | 54.199.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- mkakoto miura
- Contact emails
Subdomains
11 observed subdomains of cd-mail.jp.
Web-graph footprint
Distinct hostnames that link to or from cd-mail.jp in the public web crawl.
5 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cd-mail.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.onamae.ne.jp |
| SPF_IP | 133.130.77.182 |
| SPF_IP | 182.48.22.197 |
| SPF_IP | 210.172.133.0/24 |
| SPF_IP | 210.172.148.0/24 |
| SPF_IP | 219.94.180.222 |
| SPF_IP | 54.178.65.44 |
Related pages
Pivot deeper into the graph from cd-mail.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cd-mail.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.