Hostname
uiw.edu
Last fetched
uiw.edu resolves to 2 IPv4 addresses operated by LVLT-3549 - Level 3 Parent, LLC in US.
Nutrition Label
Resolution chain
uiw.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.54.215.78 | 216.54.128.0/17 | AS3549 | LVLT-3549 - Level 3 Parent, LLC | US |
| 216.59.63.135 | 216.59.63.0/24 | AS53334 | ADISTEC-MIA-TMXO - Adistec Corp | US |
WHOIS identity
- Registrar
- —
- Organization
- university of the incarnate word
- Contact emails
- —
Subdomains
34 observed subdomains of uiw.edu.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uiw.edu in the public web crawl.
1,051 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for uiw.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from uiw.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uiw.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.