Hostname
oita-basicclean.jp
Last fetched
oita-basicclean.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
oita-basicclean.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 |
|---|---|---|---|---|
| 108.138.233.33 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.233.4 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.233.46 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.233.85 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 65.9.46.120 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.76 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.81 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.94 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
- Registrar
- —
- Organization
- domain manager
- Contact emails
Subdomains
2 observed subdomains of oita-basicclean.jp.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for oita-basicclean.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.oita-basicclean.jp |
| SPF_IP | 52.68.141.197 |
Related pages
Pivot deeper into the graph from oita-basicclean.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oita-basicclean.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.