Hostname
bsstyle.jp
Last fetched
bsstyle.jp resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
bsstyle.jp resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.92.19.197 | 54.92.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- hiroshi miyauchi
- Contact emails
Subdomains
5 observed subdomains of bsstyle.jp.
Web-graph footprint
Distinct hostnames that link to or from bsstyle.jp in the public web crawl.
12 sites link to this hostname.
79 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bsstyle.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.muumuu-mail.com |
| SPF_IP | 120.143.35.0/25 |
| SPF_IP | 120.143.37.0/25 |
| SPF_IP | 157.7.128.0/17 |
| SPF_IP | 157.7.32.0/19 |
| SPF_IP | 157.7.64.0/18 |
| SPF_IP | 172.26.11.0/24 |
| SPF_IP | 18.176.192.96 |
| SPF_IP | 210.48.230.128/25 |
| SPF_IP | 52.194.78.0/24 |
Related pages
Pivot deeper into the graph from bsstyle.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bsstyle.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.