Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 2.1 KB

File metadata and controls

53 lines (46 loc) · 2.1 KB

ednue-cybersecurity-bootcamp

A structured 30-hour cybersecurity course covering fundamental concepts, risk management, security principles, and hands-on exercises.

Overview

This repository contains materials for a 30-hour Cybersecurity Course designed to provide fundamental knowledge and practical skills in cybersecurity. The syllabus follows a structured approach based on key cybersecurity concepts.

Course Structure

  • Duration: 30 Hours (1 hour per day)
  • Topics Covered:
    • Information Security vs. IT Security vs. Cybersecurity
    • The CIA Triad (Confidentiality, Integrity, Availability)
    • Identification, Authentication, Authorization, and Accountability (IAAA)
    • Privacy and Risk Management
    • Access Control, Ethics, and Security Governance
    • Business Continuity and Disaster Recovery Planning
    • Incident Response and Security Operations
    • Physical and Logical Access Control
    • Networking Basics, OSI & TCP/IP Models, and Network Security
    • Cyber Threats, Attacks, and Countermeasures
    • Cryptography, Data Security, and Social Engineering Attacks

Repository Structure

ednue-cybersecurity-bootcamp/
│── README.md              # Course Overview and Guidelines
│── Notes/Day01/                 # Introduction to Cybersecurity
│── Notes/Day02/                 # CIA Triad Deep Dive
│── Notes/Day03/                 # Identification & Authentication
│── ...
│── Assessments/           # Assignments and Quizzes
│── Resources/             # External References and Reading Material
└── Final_Project/         # Capstone Project

Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/ednue-cybersecurity-bootcamp.git
  2. Navigate to the course directory:
    cd ednue-cybersecurity-bootcamp
  3. Follow the materials in each day's folder for guided learning.

Contributions

Feel free to contribute by submitting pull requests for improvements, additional resources, or new assessments.

License

This project is licensed under the MIT License.


Happy Learning! 🛡️