Skip to content

Hostname

edtech.owu.edu

Last fetched

edtech.owu.edu resolves to 1 IPv4 address operated by OARNET-AS - OARnet in US.

Nutrition Label

WHISPER CANON · edtech.owu.eduRouting diversity1.5/10Peering density7.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/edtech.owu.edu

Resolution chain

edtech.owu.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
192.68.223.168192.68.223.0/24AS600OARNET-AS - OARnetUS

WHOIS identity

No WHOIS records are currently associated with edtech.owu.edu in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from edtech.owu.edu in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for edtech.owu.edu.

MechanismTarget
SPF_Aedtech.owu.edu
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from edtech.owu.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "edtech.owu.edu"})-[: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.