Hostname
uwp.edu
Last fetched
uwp.edu resolves to 1 IPv4 address operated by BRUWS-AS3128 - University of Wisconsin System in US.
Nutrition Label
Resolution chain
uwp.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 |
|---|---|---|---|---|
| 143.235.200.25 | 143.235.0.0/16 | AS3128 | BRUWS-AS3128 - University of Wisconsin System | US |
WHOIS identity
- Registrar
- —
- Organization
- university of wisconsin-parkside
- Contact emails
- —
Subdomains
612 observed subdomains of uwp.edu.
Showing 25 of 612. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uwp.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for uwp.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | _spf.wiscmail.wisc.edu |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | em.pressero.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_IP | 131.210.0.0/16 |
| SPF_IP | 143.235.182.27 |
| SPF_MX | uwp.edu |
Related pages
Pivot deeper into the graph from uwp.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uwp.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.