Hostname
midmich.edu
Last fetched
midmich.edu resolves to 1 IPv4 address operated by TUT-AS - Total Uptime Technologies, LLC in US.
Nutrition Label
Resolution chain
midmich.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 |
|---|---|---|---|---|
| 216.59.56.190 | 216.59.56.0/24 | AS53334 | TUT-AS - Total Uptime Technologies, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- mid michigan community college
- Contact emails
- —
Subdomains
29 observed subdomains of midmich.edu.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from midmich.edu in the public web crawl.
245 sites link to this hostname.
459 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for midmich.edu.
| Mechanism | Target |
|---|---|
| SPF_A | fw.midmich.edu |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 67.209.250.213 |
| SPF_MX | midmich.edu |
Related pages
Pivot deeper into the graph from midmich.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "midmich.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.