Hostname
oru.edu
Last fetched
oru.edu resolves to 2 IPv4 addresses operated by NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC in US.
Nutrition Label
Resolution chain
oru.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.241.6.199 | 162.241.4.0/22 | AS19871 | NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC | US |
| 97.65.10.8 | 97.65.10.0/24 | AS395572 | CLEARWINDS - Clear Winds Technologies Incorporated | US |
WHOIS identity
- Registrar
- —
- Organization
- oral roberts university
- Contact emails
- —
Subdomains
189 observed subdomains of oru.edu.
Showing 25 of 189. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oru.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
29 SPF mechanisms authorising senders for oru.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 108.178.6.0/24 |
| SPF_IP | 139.60.0.0/24 |
| SPF_IP | 139.60.1.0/24 |
| SPF_IP | 139.60.2.0/24 |
| SPF_IP | 139.60.3.0/24 |
| SPF_IP | 165.193.85.0/24 |
| SPF_IP | 173.236.20.0/24 |
| SPF_IP | 192.92.97.0/24 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
| SPF_IP | 205.143.139.214 |
| SPF_IP | 205.143.139.217 |
| SPF_IP | 205.143.139.224 |
| SPF_IP | 208.117.49.214/32 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 34.210.12.74 |
| SPF_IP | 52.128.40.0/21 |
| SPF_IP | 63.101.54.51 |
| SPF_IP | 66.151.109.0/24 |
| SPF_IP | 67.228.34.32/27 |
| SPF_IP | 72.50.228.113/32 |
Related pages
Pivot deeper into the graph from oru.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oru.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.