Hostname
yu-ju.com
Last fetched
yu-ju.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:1557 as the registrar.
Nutrition Label
Resolution chain
yu-ju.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.176.244.133 | 18.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 43.207.28.210 | 43.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.192.199.82 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.199.250.53 | 54.199.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.249.118.13 | 54.249.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.180.185.38 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:1557
- Organization
- lv hang
- Contact emails
Subdomains
2 observed subdomains of yu-ju.com.
| Subdomain |
|---|
| track.yu-ju.com |
| track2.yu-ju.com |
Web-graph footprint
Distinct hostnames that link to or from yu-ju.com in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for yu-ju.com.
| Mechanism | Target |
|---|---|
| SPF_A | sv12769.xserver.jp |
| SPF_A | yu-ju.com |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | yu-ju.com |
Related pages
Pivot deeper into the graph from yu-ju.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yu-ju.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.