Hostname
ou.edu
Last fetched
ou.edu resolves to 1 IPv4 address operated by OUHSC-EDU - University of Oklahoma HSC in US.
Nutrition Label
Resolution chain
ou.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 156.110.247.18 | 156.110.240.0/20 | AS16922 | OUHSC-EDU - University of Oklahoma HSC | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from ou.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for ou.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 129.15.42.13/32 |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 168.245.25.116/32 |
| SPF_IP | 208.86.201.61/32 |
| SPF_IP | 216.37.17.227/32 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 52.86.188.131/32 |
| SPF_IP | 54.236.109.30/32 |
| SPF_IP | 54.236.128.150/32 |
| SPF_IP | 64.72.147.142/32 |
| SPF_IP | 64.72.147.23/32 |
| SPF_IP | 67.231.145.144/32 |
Related pages
Pivot deeper into the graph from ou.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ou.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.