Hostname
japatalk.com
Last fetched
japatalk.com resolves to 2 IPv4 addresses operated by AS9370 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
japatalk.com 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 |
|---|---|---|---|---|
| 160.16.200.244 | 160.16.128.0/17 | AS9370 | — | JP |
| 160.16.215.156 | 160.16.128.0/17 | AS9370 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- asia internet sevice,
- Contact emails
Subdomains
4 observed subdomains of japatalk.com.
Web-graph footprint
Distinct hostnames that link to or from japatalk.com in the public web crawl.
44 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- japatalk.com
- mail-new.japatalk.com
- mail-old.japatalk.com
SPF policy
3 SPF mechanisms authorising senders for japatalk.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 160.16.200.244 |
| SPF_IP | 160.16.215.156 |
| SPF_MX | japatalk.com |
Related pages
Pivot deeper into the graph from japatalk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "japatalk.com"})-[: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.