Hostname
benjamin.co.jp
Last fetched
benjamin.co.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
benjamin.co.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 |
|---|---|---|---|---|
| 13.33.67.18 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.57 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.80 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.89 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.155.252.31 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.252.62 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.252.78 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.252.79 | 18.155.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- —
- Organization
- benjamin
- Contact emails
- —
Subdomains
4 observed subdomains of benjamin.co.jp.
Web-graph footprint
Distinct hostnames that link to or from benjamin.co.jp in the public web crawl.
48 sites link to this hostname.
75 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for benjamin.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
Related pages
Pivot deeper into the graph from benjamin.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "benjamin.co.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.