Hostname
uwrf.edu
Last fetched
uwrf.edu resolves to 1 IPv4 address operated by BRUWS-AS3128 - University of Wisconsin System in US.
Nutrition Label
Resolution chain
uwrf.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 |
|---|---|---|---|---|
| 139.225.18.121 | 139.235.64.0/18 | AS3128 | BRUWS-AS3128 - University of Wisconsin System | US |
WHOIS identity
- Registrar
- —
- Organization
- university of wisconsin - river falls
- Contact emails
- —
Subdomains
76 observed subdomains of uwrf.edu.
Showing 25 of 76. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uwrf.edu in the public web crawl.
853 sites link to this hostname.
244 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for uwrf.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.uwrf.edu |
| SPF_INCLUDE | spf2.uwrf.edu |
| SPF_IP | 139.225.17.208/28 |
| SPF_IP | 139.225.17.26 |
| SPF_IP | 139.225.17.56/29 |
| SPF_IP | 216.27.20.130 |
| SPF_IP | 216.27.20.140 |
| SPF_IP | 216.27.20.141/30 |
| SPF_IP | 216.27.20.142 |
| SPF_IP | 40.124.24.47 |
Related pages
Pivot deeper into the graph from uwrf.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uwrf.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.