Hostname
dog-cake.jp
Last fetched
dog-cake.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dog-cake.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 |
|---|---|---|---|---|
| 108.138.128.31 | 108.138.128.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.128.47 | 108.138.128.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.128.48 | 108.138.128.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.128.86 | 108.138.128.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.117.30 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 54.192.117.33 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 54.192.117.83 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 54.192.117.89 | 54.192.116.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
- Registrar
- —
- Organization
- (not displayed by registrant's request)
- Contact emails
Subdomains
4 observed subdomains of dog-cake.jp.
Web-graph footprint
Distinct hostnames that link to or from dog-cake.jp in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for dog-cake.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _pvc.nova-holdings.jp |
| SPF_INCLUDE | kagoya.net |
Related pages
Pivot deeper into the graph from dog-cake.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dog-cake.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.