Hostname
tool.mbga.jp
Last fetched
tool.mbga.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
tool.mbga.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 |
|---|---|---|---|---|
| 13.192.201.87 | 13.192.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.74.97.173 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.196.91.48 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.178.230.88 | 54.178.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with tool.mbga.jp in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for tool.mbga.jp.
| Mechanism | Target |
|---|---|
| SPF_A | idcfsmtp.mbga.jp |
| SPF_A | smtpidc-sv01.dena.jp |
| SPF_A | smtpidc-sv02.dena.jp |
| SPF_INCLUDE | cloudsmtp.mbga.jp |
| SPF_IP | 103.23.4.0/24 |
| SPF_IP | 118.159.236.0/24 |
| SPF_IP | 122.220.64.0/24 |
| SPF_IP | 202.238.105.0/25 |
| SPF_IP | 27.131.8.0/22 |
Related pages
Pivot deeper into the graph from tool.mbga.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tool.mbga.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.