Skip to content

Hostname

iput.ac.jp

Last fetched

iput.ac.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · iput.ac.jpRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/iput.ac.jp

Resolution chain

iput.ac.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.65.202.10118.65.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.65.202.418.65.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.65.202.4218.65.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.65.202.8018.65.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with iput.ac.jp in WhisperGraph.

Subdomains

15 observed subdomains of iput.ac.jp.

Web-graph footprint

Distinct hostnames that link to or from iput.ac.jp in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for iput.ac.jp.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_IP118.155.192.7
SPF_IP118.155.207.11
SPF_IP210.166.154.16
SPF_IP210.166.154.7

Related pages

Pivot deeper into the graph from iput.ac.jp.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "iput.ac.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.