Skip to content

Hostname

instance.uriho.jp

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.180.142.22518.180.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
35.73.197.19935.72.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
35.74.89.11235.72.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
52.196.58.14352.196.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with instance.uriho.jp in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from instance.uriho.jp in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from instance.uriho.jp.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "instance.uriho.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.