Hostname
asmart.jp
Last fetched
asmart.jp resolves to 13 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
asmart.jp resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.159.5.196 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 176.34.38.247 | 176.34.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.176.66.35 | 18.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.181.73.63 | 18.180.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.114.25.227 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.72.210.61 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.73.175.230 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.74.183.19 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.75.183.198 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.196.39.23 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.168.31.183 | 54.168.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.178.241.180 | 54.178.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.238.117.246 | 54.238.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- amuse
- Contact emails
Subdomains
36 observed subdomains of asmart.jp.
Web-graph footprint
Distinct hostnames that link to or from asmart.jp in the public web crawl.
839 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for asmart.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf.securemx.jp |
| SPF_INCLUDE | u23324590.wl091.sendgrid.net |
| SPF_IP | 180.37.100.128/28 |
| SPF_IP | 3.35.255.91 |
| SPF_IP | 52.193.50.212 |
| SPF_IP | 52.196.56.57 |
| SPF_IP | 52.68.189.135 |
| SPF_IP | 52.68.62.246 |
| SPF_IP | 54.150.64.203 |
Related pages
Pivot deeper into the graph from asmart.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asmart.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.