Hostname
muohio.edu
Last fetched
muohio.edu resolves to 1 IPv4 address operated by MIAMI-UNIVERSITY - Miami University in US.
Nutrition Label
Resolution chain
muohio.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.53.247.33 | 134.53.0.0/16 | AS22968 | MIAMI-UNIVERSITY - Miami University | US |
WHOIS identity
- Registrar
- —
- Organization
- miami university
- Contact emails
- —
Subdomains
623 observed subdomains of muohio.edu.
Showing 25 of 623. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from muohio.edu in the public web crawl.
194 sites link to this hostname.
91 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for muohio.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.miamioh.edu |
| SPF_INCLUDE | _netblocks2.miamioh.edu |
| SPF_INCLUDE | _netblocks3.miamioh.edu |
| SPF_INCLUDE | _netblocks4.miamioh.edu |
| SPF_INCLUDE | miamioh-edu.spf.smtp25.com |
Related pages
Pivot deeper into the graph from muohio.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "muohio.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.