Hostname
gcccks.edu
Last fetched
gcccks.edu resolves to 1 IPv4 address operated by KANREN - Kansas Research and Education Network in US.
Nutrition Label
Resolution chain
gcccks.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 |
|---|---|---|---|---|
| 198.248.196.6 | 198.248.0.0/16 | AS2495 | KANREN - Kansas Research and Education Network | US |
WHOIS identity
- Registrar
- —
- Organization
- garden city community college
- Contact emails
- —
Subdomains
14 observed subdomains of gcccks.edu.
Web-graph footprint
Distinct hostnames that link to or from gcccks.edu in the public web crawl.
198 sites link to this hostname.
203 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for gcccks.edu.
| Mechanism | Target |
|---|---|
| SPF_A | gcccks.edu |
| SPF_A | mail.gcccks.edu |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | mbssmtp.mbsbooks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 198.248.196.5/32 |
| SPF_IP | 198.248.197.180/32 |
| SPF_MX | gcccks.edu |
Related pages
Pivot deeper into the graph from gcccks.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gcccks.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.