Hostname
idemitsu.com
Last fetched
idemitsu.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
idemitsu.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.159.47.116 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.74.85.191 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.192.149.164 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.195.24.216 | 52.194.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.197.72.160 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.199.22.70 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.150.12.215 | 54.150.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.168.108.52 | 54.168.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.178.84.229 | 54.178.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.65.143.240 | 54.64.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.65.229.65 | 54.64.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.180.75.30 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.182.217.234 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.181.212.0 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from idemitsu.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for idemitsu.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.bownow.jp |
| SPF_INCLUDE | kairos3.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.securemx.jp |
| SPF_INCLUDE | spf1.idemitsu.com |
| SPF_INCLUDE | spf2.idemitsu.com |
| SPF_INCLUDE | spf3.idemitsu.com |
| SPF_INCLUDE | spf4.idemitsu.com |
| SPF_INCLUDE | toyu.idemitsu.com |
Related pages
Pivot deeper into the graph from idemitsu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idemitsu.com"})-[: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.