Hostname
bookmark-tool.jp
Last fetched
bookmark-tool.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
bookmark-tool.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.67.0.107 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.0.114 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.0.123 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.0.124 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- bookmark ,inc
- Contact emails
Subdomains
1 observed subdomain of bookmark-tool.jp.
| Subdomain |
|---|
| mail.bookmark-tool.jp |
Web-graph footprint
Distinct hostnames that link to or from bookmark-tool.jp in the public web crawl.
7 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for bookmark-tool.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.owlet.work |
Related pages
Pivot deeper into the graph from bookmark-tool.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bookmark-tool.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.