Hostname
ccu.edu
Last fetched
ccu.edu resolves to 1 IPv4 address operated by CCU-LAKEWOOD - Colorado Christian University in US.
Nutrition Label
Resolution chain
ccu.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 |
|---|---|---|---|---|
| 65.112.125.211 | 65.112.125.0/24 | AS399948 | CCU-LAKEWOOD - Colorado Christian University | US |
WHOIS identity
- Registrar
- —
- Organization
- colorado christian university
- Contact emails
- —
Subdomains
76 observed subdomains of ccu.edu.
Showing 25 of 76. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ccu.edu in the public web crawl.
1,063 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
24 SPF mechanisms authorising senders for ccu.edu.
| Mechanism | Target |
|---|---|
| SPF_A | o1.mailer.samanage.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | spf-004f2901.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 135.84.216.0/22 |
| SPF_IP | 142.0.187.42/32 |
| SPF_IP | 173.205.216.170 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 192.245.61.1/24 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
| SPF_IP | 216.98.158.0/24 |
| SPF_IP | 34.245.210.0/24 |
| SPF_IP | 40.95.0.0/16 |
| SPF_IP | 52.200.59.0/24 |
| SPF_IP | 63.143.57.128/25 |
| SPF_IP | 63.143.59.128/25 |
| SPF_IP | 65.112.125.0/25 |
| SPF_IP | 66.240.227.0/24 |
| SPF_IP | 74.122.104.0/22 |
| SPF_IP | 74.63.212.0/24 |
Related pages
Pivot deeper into the graph from ccu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccu.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.