ISC2 Certified in Cybersecurity (CC)¶
The genuine entry point to security certification: no prerequisites, no work experience required, and both the training and the exam are free through the ISC2 One Million Certified in Cybersecurity initiative.
This repo is called "zero to hero". Until now its security path started at Security+, which assumes some background and costs money. CC is the actual zero.
Exam Details¶
- Exam Code: CC
- Duration: 120 minutes
- Questions: 100, multiple choice, linear
- Passing Score: 700/1000
- Cost: Free exam and training through the ISC2 initiative; an Annual Maintenance Fee applies after certification
- Validity: 3 years, maintained with CPE credits and the AMF
- Prerequisites: None
Full detail in the fact sheet.
Domains¶
| Domain | Weight | Notes |
|---|---|---|
| Security Principles | 26% | 01 |
| Network Security | 24% | 02 |
| Access Control Concepts | 22% | 03 |
| Security Operations | 18% | 04 |
| Business Continuity, Disaster Recovery, and Incident Response | 10% | 05 |
What to expect¶
CC tests vocabulary and concepts, not implementation. You are not asked to configure a firewall; you are asked what a firewall does, where it sits, and which control type it is.
That makes it very learnable in a few weeks, and it makes precision matter. The exam distinguishes carefully between terms that sound similar:
- Threat, vulnerability, and risk
- Authentication, authorization, and accounting
- Preventive, detective, corrective, deterrent, and compensating controls
- Technical, administrative, and physical controls
- Business continuity, disaster recovery, and incident response
- RTO and RPO
- Symmetric encryption, asymmetric encryption, and hashing
If you can define each of those cleanly and give an example, you are most of the way there.
Study sequence¶
- Security principles - the vocabulary everything else uses. 26% of the exam.
- Network security - the hardest domain for beginners, and 24%. Start early.
- Access control - conceptually straightforward once principles are solid.
- Security operations - data handling, encryption basics, logging, policies.
- BC, DR, and IR - smallest domain, and mostly about knowing which is which.
Schedule in the practice plan.
If the networking vocabulary is new¶
Domain 3 assumes you know what an IP address, a port, and a protocol are. If that is unfamiliar, work through the repo's beginner material first; it will save you time overall:
Study resources¶
- π ISC2 CC certification page - registration and the free training offer
- π ISC2 CC exam outline - the authoritative domain list; study against this
- π ISC2 free online self-paced training - the official course, free
- Practice questions - question bank in this repo
After CC¶
| Next | Why |
|---|---|
| Security+ | Broader and more technical; the common hiring baseline |
| SC-900 or AZ-900 | If your direction is cloud |
| CCSK | Cloud security specifically |
| CCSP or CISSP | Later, once you have the experience requirement |
See the Security Engineer roadmap for the full path.