Hostname
tantora.jp
Last fetched
tantora.jp resolves to 19 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
tantora.jp resolves to 19 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- —
- Organization
- donuts co.
- Contact emails
Subdomains
11 observed subdomains of tantora.jp.
Web-graph footprint
Distinct hostnames that link to or from tantora.jp in the public web crawl.
46 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for tantora.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 115.30.15.10 |
| SPF_IP | 118.67.109.192/27 |
| SPF_IP | 118.67.87.91 |
| SPF_IP | 124.35.199.152/28 |
| SPF_IP | 182.236.111.204 |
| SPF_IP | 182.236.111.224 |
Related pages
Pivot deeper into the graph from tantora.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tantora.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.