├── .github └── workflows │ └── jekyll-gh-pages.yml ├── Important PDFs ├── Chapter - 3.pdf ├── Chapter - 4.pdf ├── Chapter - 5.pdf ├── Chapter - 1.pdf ├── Chapter - 2.pdf ├── Domain Chapter Map.pdf └── Outline.pdf ├── Notes ├── Access Control Concepts │ └── Access Control Concepts.md ├── Business Continuity controls │ └── L2.IncidentResponse.BusinessContinuity.md ├── Network Security │ └── Network Security.md ├── Risk Management │ └── Risk Management.md ├── Security Concepts │ ├── Security Concepts.md │ └── Security Principles.md └── Security Operations │ └── Security Operations.md ├── Quiz.md ├── README.md └── flashcard.md /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/.github/workflows/jekyll-gh-pages.yml -------------------------------------------------------------------------------- /Important PDFs/Chapter - 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Important PDFs/Chapter - 3.pdf -------------------------------------------------------------------------------- /Important PDFs/Chapter - 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Important PDFs/Chapter - 4.pdf -------------------------------------------------------------------------------- /Important PDFs/Chapter - 5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Important PDFs/Chapter - 5.pdf -------------------------------------------------------------------------------- /Important PDFs/Chapter - 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Important PDFs/Chapter - 1.pdf -------------------------------------------------------------------------------- /Important PDFs/Chapter - 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Important PDFs/Chapter - 2.pdf -------------------------------------------------------------------------------- /Important PDFs/Domain Chapter Map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Important PDFs/Domain Chapter Map.pdf -------------------------------------------------------------------------------- /Important PDFs/Outline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Important PDFs/Outline.pdf -------------------------------------------------------------------------------- /Notes/Access Control Concepts/Access Control Concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Notes/Access Control Concepts/Access Control Concepts.md -------------------------------------------------------------------------------- /Notes/Business Continuity controls/L2.IncidentResponse.BusinessContinuity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Notes/Business Continuity controls/L2.IncidentResponse.BusinessContinuity.md -------------------------------------------------------------------------------- /Notes/Network Security/Network Security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Notes/Network Security/Network Security.md -------------------------------------------------------------------------------- /Notes/Risk Management/Risk Management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Notes/Risk Management/Risk Management.md -------------------------------------------------------------------------------- /Notes/Security Concepts/Security Concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Notes/Security Concepts/Security Concepts.md -------------------------------------------------------------------------------- /Notes/Security Concepts/Security Principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Notes/Security Concepts/Security Principles.md -------------------------------------------------------------------------------- /Notes/Security Operations/Security Operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Notes/Security Operations/Security Operations.md -------------------------------------------------------------------------------- /Quiz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/Quiz.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/README.md -------------------------------------------------------------------------------- /flashcard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyberfascinate/ISC2-CC-Study-Material/HEAD/flashcard.md --------------------------------------------------------------------------------