Hostname
worldissues.jp
Last fetched
worldissues.jp resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
worldissues.jp 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 |
|---|---|---|---|---|
| 35.74.77.167 | 35.96.6.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.194.90.66 | 52.216.7.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with worldissues.jp in WhisperGraph.
Subdomains
4 observed subdomains of worldissues.jp.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for worldissues.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.dpubems.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mdzambia.maildealer.jp |
| SPF_IP | 211.10.131.0/24 |
| SPF_IP | 211.10.132.0/24 |
| SPF_IP | 52.69.229.175/32 |
Related pages
Pivot deeper into the graph from worldissues.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "worldissues.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.