Hostname
uwsuper.edu
Last fetched
uwsuper.edu resolves to 1 IPv4 address operated by WISC-MADISON-AS - University of Wisconsin Madison in US.
Nutrition Label
Resolution chain
uwsuper.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 |
|---|---|---|---|---|
| 128.104.252.106 | 128.104.0.0/16 | AS59 | WISC-MADISON-AS - University of Wisconsin Madison | US |
WHOIS identity
- Registrar
- —
- Organization
- university of wisconsin-superior
- Contact emails
- —
Subdomains
181 observed subdomains of uwsuper.edu.
Showing 25 of 181. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uwsuper.edu in the public web crawl.
576 sites link to this hostname.
454 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for uwsuper.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.uwsuper.edu |
| SPF_IP | 137.81.9.0/24 |
| SPF_IP | 144.92.160.134 |
| SPF_IP | 144.92.197.128/25 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 174.142.116.39/28 |
| SPF_IP | 174.142.116.50/31 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 184.107.80.100/31 |
| SPF_IP | 184.107.80.111 |
| SPF_IP | 208.177.49.214 |
| SPF_IP | 216.54.119.75 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 3.21.109.212 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 52.43.50.148/32 |
| SPF_IP | 52.86.188.131/32 |
| SPF_IP | 67.231.145.152 |
| SPF_IP | 67.231.153.115 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from uwsuper.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uwsuper.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.