Skip to content

Hostname

uio.instructure.com

Last fetched

uio.instructure.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · uio.instructure.comRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/uio.instructure.com

Resolution chain

uio.instructure.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.241.64.14135.16.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
34.248.245.9835.17.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
34.250.210.2435.17.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
52.211.245.752.216.17.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
54.170.227.10454.191.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
63.33.23.4063.39.160.0/20AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with uio.instructure.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from uio.instructure.com in the public web crawl.

17 sites link to this hostname.

6 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from uio.instructure.com.

Cypher and MCP

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

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

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