Hostname
gmc.edu
Last fetched
gmc.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
gmc.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
- Registrar
- —
- Organization
- georgia military college
- Contact emails
- —
Subdomains
32 observed subdomains of gmc.edu.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gmc.edu in the public web crawl.
375 sites link to this hostname.
195 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
30 SPF mechanisms authorising senders for gmc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | gmc.edu |
| SPF_INCLUDE | 8104483.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.regroupcloud.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 167.89.16.8/32 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 192.254.112.0/20 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 198.37.144.0/20 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.255.192.0/22 |
| SPF_IP | 204.93.202.186/32 |
| SPF_IP | 208.117.48.0/20 |
| SPF_IP | 209.222.82.0/24 |
| SPF_IP | 23.249.208.0/20 |
| SPF_IP | 23.251.224.0/19 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 52.82.172.0/22 |
| SPF_IP | 54.240.0.0/18 |
| SPF_IP | 54.240.64.0/19 |
| SPF_IP | 54.240.96.0/19 |
| SPF_IP | 66.151.109.0/24 |
| SPF_IP | 66.189.250.126/32 |
| SPF_IP | 69.169.224.0/20 |
| SPF_IP | 76.223.128.0/19 |
| SPF_IP | 76.223.176.0/20 |
| SPF_IP | 97.80.148.0/24 |
Related pages
Pivot deeper into the graph from gmc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gmc.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.