Hostname
presswalker.jp
Last fetched
presswalker.jp resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.
Nutrition Label
Resolution chain
presswalker.jp resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.183.122 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.127 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.69 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.81 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 18.179.211.251 | 18.179.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.169.202.123 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.202.18 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.202.37 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.202.66 | 3.169.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.192.249.135 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- kadokawa corporation
- Contact emails
Subdomains
20 observed subdomains of presswalker.jp.
Web-graph footprint
Distinct hostnames that link to or from presswalker.jp in the public web crawl.
1,324 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for presswalker.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mail.knockbot.jp |
| SPF_IP | 133.167.8.159/32 |
Related pages
Pivot deeper into the graph from presswalker.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "presswalker.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.