Hostname
usao.edu
Last fetched
usao.edu resolves to 1 IPv4 address operated by ONENET-AS-1 - Oklahoma Network for Education Enrichment and in US.
Nutrition Label
Resolution chain
usao.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 |
|---|---|---|---|---|
| 164.58.177.142 | 164.58.0.0/16 | AS5078 | ONENET-AS-1 - Oklahoma Network for Education Enrichment and | US |
WHOIS identity
- Registrar
- —
- Organization
- university of science and arts of oklahoma 1727 w. alabama
- Contact emails
- —
Subdomains
70 observed subdomains of usao.edu.
Showing 25 of 70. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from usao.edu in the public web crawl.
268 sites link to this hostname.
195 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for usao.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.myconnectwise.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 164.58.177.139 |
| SPF_IP | 164.58.177.140 |
| SPF_IP | 198.187.196.0/24 |
Related pages
Pivot deeper into the graph from usao.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usao.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.