Hostname
t-walker.jp
Last fetched
t-walker.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
t-walker.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.180.16.56 | 18.180.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.76.15.74 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.194.82.193 | 52.194.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.196.24.198 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.168.136.133 | 54.168.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.65.239.7 | 54.64.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.181.47.85 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.198.18.175 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- tommywalker
- Contact emails
Subdomains
13 observed subdomains of t-walker.jp.
Showing 5 of 13. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from t-walker.jp in the public web crawl.
97 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for t-walker.jp.
| Mechanism | Target |
|---|---|
| SPF_A | t-walker.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 133.217.192.19/32 |
| SPF_IP | 133.217.192.20/32 |
| SPF_IP | 133.217.192.21/32 |
| SPF_IP | 133.217.192.22/32 |
| SPF_IP | 52.199.6.10 |
| SPF_MX | t-walker.jp |
Related pages
Pivot deeper into the graph from t-walker.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "t-walker.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.