Hostname
cmap.zula.jp
Last fetched
cmap.zula.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
cmap.zula.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.158.218.169 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.249.97.52 | 54.249.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.180.120.232 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.181.164.109 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with cmap.zula.jp in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cmap.zula.jp in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for cmap.zula.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.conoha.ne.jp |
| SPF_IP | 150.95.132.82 |
| SPF_IP | 150.95.173.224 |
| SPF_IP | 182.161.77.48/32 |
| SPF_IP | 3.113.198.80 |
| SPF_IP | 54.168.112.163 |
| SPF_IP | 54.238.38.132 |
Related pages
Pivot deeper into the graph from cmap.zula.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmap.zula.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.