Hostname
mgcc.edu
Last fetched
mgcc.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
mgcc.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with mgcc.edu in WhisperGraph.
Subdomains
9 observed subdomains of mgcc.edu.
Web-graph footprint
Distinct hostnames that link to or from mgcc.edu in the public web crawl.
106 sites link to this hostname.
118 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mgcc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.147.186/32 |
| SPF_IP | 164.106.100.35/32 |
| SPF_IP | 167.89.101.239/32 |
| SPF_IP | 167.89.118.83/32 |
| SPF_IP | 192.249.120.205 |
| SPF_IP | 198.21.1.32/32 |
| SPF_IP | 216.17.93.137/32 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 35.174.145.124/32 |
Related pages
Pivot deeper into the graph from mgcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mgcc.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.