Hostname
mu.edu
Last fetched
mu.edu resolves to 1 IPv4 address operated by MU-AS - Marquette University in US.
Nutrition Label
Resolution chain
mu.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 |
|---|---|---|---|---|
| 134.48.29.23 | 134.48.29.0/24 | AS1736 | MU-AS - Marquette University | US |
WHOIS identity
- Registrar
- —
- Organization
- marquette university
- Contact emails
- —
Subdomains
8,002 observed subdomains of mu.edu.
Showing 25 of 8,002. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mu.edu in the public web crawl.
161 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mu.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ymem.net |
| SPF_INCLUDE | spf1.marquette.edu |
Related pages
Pivot deeper into the graph from mu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mu.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.