Cyber Security Body of Knowledge (CyBOK) Training Course
CyBOK offers a structured methodology for defining foundational and standardized knowledge within the field of cyber security. Its objective is to integrate cyber security into a unified academic curriculum and industry training framework, mapping out the distinct knowledge areas of CyBOK.
This instructor-led live training (available online or onsite) is designed for software engineers and IT professionals seeking to deepen their understanding of CyBOK and strengthen both theoretical and practical skills in cyber security.
By the end of this training, participants will be able to:
- Grasp the fundamental concepts, definitions, and principles of cyber security.
- Develop in-depth expertise in cyber security by applying the CyBOK knowledge areas.
- Acquire extensive foundational knowledge to effectively implement the CyBOK framework.
- Enable communities and organizations to enhance their focus on data security and privacy.
- Unlock new opportunities for earning specializations and credentials in cyber security professions.
Course Format
- Interactive lectures and discussions.
- Ample exercises and practice opportunities.
- Hands-on implementation within a live-lab environment.
Customization Options
- The training primarily utilizes open-source tools, tailored to your operating system (Windows, Linux, Mac, mobile devices, etc.) and organizational needs. Please contact us to arrange.
- To request customized training for this course, please contact us to arrange.
Course Outline
Introduction
- Overview of Cyber Security concepts and definitions
- Understanding the CyBOK knowledge areas (KAs)
- Implementing CyBOK knowledge to address security issues
Human, Organisational, and Regulatory Aspects
- Risk management and governance
- Law and regulation
- Human factors
- Privacy and online rights
Attacks and Defences
- Malware and attack technologies
- Adversarial behaviors
- Security operations and incident management
- Forensics
Systems Security
- Cryptography
- Operating systems and virtualisation
- Distributed systems security
- Formal methods for security
- Authentication, authorization, and accountability
Software Platform and Security
- Software security
- Web and mobile security
- Secure software lifecycle
Infrastructure Security
- Applied cryptography
- Network security
- Hardware security
- Cyber-physical systems security
- Physical layer and telecommunications security
Summary and Next Steps
Requirements
- Basic understanding of cyber security and software engineering
Target Audience
- Software engineers
- IT professionals
Open Training Courses require 5+ participants.
Cyber Security Body of Knowledge (CyBOK) Training Course - Booking
Cyber Security Body of Knowledge (CyBOK) Training Course - Enquiry
Cyber Security Body of Knowledge (CyBOK) - Consultancy Enquiry
Testimonials (2)
I enjoyed the hands on labs because they were engaging and very knowledge sharing
Sinoxolo - Vodacom
Course - Cyber Security Body of Knowledge (CyBOK)
The huge amount of new information/knowledge I gained from this training!
David - Vodacom
Course - Cyber Security Body of Knowledge (CyBOK)
Upcoming Courses
Related Courses
389 Directory Server for Administrators
14 HoursThis instructor-led, live training in Romania (online or onsite) is targeted at system administrators who wish to use 389 Directory Server to configure and manage LDAP-based authentication and authorization.
Upon completion of this training, participants will be able to:
- Install and configure 389 Directory Server.
- Comprehend the features and architecture of 389 Directory Server.
- Learn how to configure the directory server using both the web console and CLI.
- Establish and monitor replication to ensure high availability and load balancing.
- Manage LDAP authentication using SSSD to enhance performance.
- Integrate 389 Directory Server with Microsoft Active Directory.
Active Directory for Admins
21 HoursThis instructor-led, live training in Romania (online or onsite) is targeted at system administrators who wish to utilize Microsoft Active Directory to manage and secure data access.
By the end of this training, participants will be able to:
- Set up and configure Active Directory.
- Set up a domain and define access rights of users and devices.
- Manage users and machines through Group Policies.
- Control access to file servers.
- Set up a Certificate Service and manage certificates.
- Implement and manage services such as encryption, certificates, and authentication.
Android Security
14 HoursAndroid is an open platform for mobile devices such as handsets and tablets. It offers a wide range of security features designed to simplify the development of secure software; however, it lacks certain security aspects found in other handheld platforms. This course provides a comprehensive overview of these features and highlights the most critical gaps related to the underlying Linux environment, the file system, and general Android ecosystem dynamics, including the use of permissions and other software development components.
We explore common security pitfalls and vulnerabilities in both native code and Java applications, offering recommendations and best practices to prevent and mitigate them. Many discussed issues are illustrated with real-world examples and case studies. Additionally, we provide a brief overview of how to utilize security testing tools to uncover security-related programming bugs.
Upon completing this course, participants will
- Grasp fundamental concepts of security, IT security, and secure coding
- Gain knowledge of Android security mechanisms
- Learn to effectively utilize various security features of the Android platform
- Acquire information on recent Java vulnerabilities specific to Android
- Understand typical coding errors and how to avoid them
- Develop insight into native code vulnerabilities on Android
- Recognize the severe consequences of insecure buffer handling in native code
- Comprehend architectural protection techniques and their limitations
- Access resources and further reading materials on secure coding practices
Target Audience
Professionals
Network Security and Secure Communication
21 HoursImplementing a secure networked application can be challenging, even for developers who have previously utilized various cryptographic building blocks (such as encryption and digital signatures). To help participants grasp the role and application of these cryptographic primitives, the course first establishes a solid foundation on the core requirements of secure communication—secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also highlights typical threats to these requirements alongside real-world solutions.
Since cryptography is a critical aspect of network security, the course discusses the most important algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on deep mathematical backgrounds, these elements are presented from a developer's perspective, illustrating typical use-case examples and practical considerations related to cryptography, such as public key infrastructures. Security protocols used in various areas of secure communication are introduced, with an in-depth discussion on widely-used protocol families like IPSEC and SSL/TLS.
Common cryptographic vulnerabilities are examined, both concerning specific crypto algorithms and protocols, such as BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and others, as well as RSA timing attacks. For each issue, practical considerations and potential consequences are described, without delving into complex mathematical details.
Finally, given that XML technology is central to data exchange for networked applications, the security aspects of XML are covered. This includes the usage of XML within web services and SOAP messages, along with protection measures such as XML signature and XML encryption. The course also addresses weaknesses in these protection measures and XML-specific security issues like XML injection, XML external entity (XXE) attacks, XML bombs, and XPath injection.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Understand the requirements of secure communication
- Learn about network attacks and defenses at different OSI layers
- Have a practical understanding of cryptography
- Understand essential security protocols
- Understand some recent attacks against cryptosystems
- Get information about some recent related vulnerabilities
- Understand security concepts of Web services
- Get sources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursOver the course of three days, this training provides an introduction to safeguarding C/C++ code against malicious exploitation, particularly regarding vulnerabilities linked to memory management and input handling. Participants will learn the core principles for developing secure software.
Advanced Java Security
21 HoursEven seasoned Java developers often do not fully master the breadth of security services provided by Java, nor are they always aware of the various vulnerabilities pertinent to Java-based web applications.
Aside from introducing the security components of Standard Java Edition, this course addresses security challenges in Java Enterprise Edition (JEE) and web services. Before exploring specific services, the curriculum covers the fundamentals of cryptography and secure communication. Through a variety of exercises, participants explore both declarative and programmatic security techniques in JEE, as well as transport-layer and end-to-end security for web services. All components are illustrated through practical exercises, allowing participants to experiment with the discussed APIs and tools firsthand.
The course also examines and clarifies the most common and critical programming flaws in the Java language and platform, along with web-related vulnerabilities. Beyond typical errors made by Java programmers, the security vulnerabilities discussed encompass both language-specific issues and problems arising from the runtime environment. All vulnerabilities and their corresponding attacks are demonstrated through straightforward exercises, followed by recommended coding guidelines and potential mitigation techniques.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Comprehend the security concepts of Web services
- Gain proficiency in using the various security features of the Java development environment
- Develop a practical understanding of cryptography
- Understand the security solutions offered by Java EE
- Identify typical coding mistakes and learn how to avoid them
- Receive information on recent vulnerabilities within the Java framework
- Acquire practical knowledge in utilizing security testing tools
- Access resources and further reading on secure coding practices
Audience
Developers
Standard Java Security
14 HoursDescription
The Java programming language and its Runtime Environment (JRE) were engineered to eliminate many of the common, severe security vulnerabilities that affect other languages, such as C and C++. However, software developers and architects must do more than just understand how to leverage the positive security features available in Java; they must also recognize the persistent negative security risks—vulnerabilities that remain relevant in modern Java development.
Before diving into the implementation of security services, the course provides a concise overview of cryptographic foundations. This establishes a shared baseline for comprehending the purpose and mechanics of the components used in secure systems. Participants will reinforce this knowledge through practical exercises, allowing them to experiment directly with the discussed APIs.
The curriculum also addresses the most frequent and critical programming flaws inherent to the Java language and platform. This includes both typical errors made by Java developers and issues specific to the language’s architecture and environment. Each vulnerability and its corresponding attack vectors are illustrated through clear, hands-on exercises, followed by recommended coding guidelines and effective mitigation strategies.
Participants attending this course will
- Grasp core concepts related to general security, IT security, and secure coding practices
- Identify web vulnerabilities extending beyond the OWASP Top Ten and learn how to prevent them
- Master the utilization of various security features within the Java development environment
- Develop a practical understanding of cryptography
- Recognize typical coding mistakes and learn strategies to avoid them
- Gain insights into recent vulnerabilities affecting the Java framework
- Access resources and further reading materials on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, numerous programming languages allow code to be compiled for the .NET and ASP.NET frameworks. While this environment offers robust security development capabilities, developers must understand how to apply architectural and coding-level techniques to implement effective security measures, mitigate vulnerabilities, and limit potential exploitation.
This course aims to equip developers with the skills to prevent untrusted code from executing privileged actions, safeguard resources via strong authentication and authorization, manage remote procedure calls and sessions, and explore various implementation strategies through extensive hands-on exercises.
The course introduces common vulnerabilities by highlighting typical programming pitfalls specific to .NET. It also examines ASP.NET vulnerabilities, covering how different environment settings impact security. Furthermore, the discussion on ASP.NET-specific threats addresses general web application security challenges alongside specialized attack vectors, such as ViewState manipulation and string termination attacks.
Participants attending this course will
- Gain a solid understanding of fundamental security concepts, IT security principles, and secure coding practices
- Identify and learn to avoid web vulnerabilities beyond the OWASP Top Ten
- Master the various security features available within the .NET development environment
- Acquire practical experience in utilizing security testing tools
- Recognize common coding mistakes and learn strategies to prevent them
- Stay informed about recent vulnerabilities affecting .NET and ASP.NET
- Access resources and further reading materials on secure coding practices
Audience
Developers
The Secure Coding Landscape
14 HoursThis course provides an introduction to fundamental security concepts, offering a broad perspective on vulnerability types across different programming languages and platforms. It explains how to manage software security risks throughout the various phases of the software development lifecycle. Moving beyond deep technical intricacies, the course highlights prevalent and critical vulnerabilities in modern development technologies and addresses the challenges of security testing, presenting practical techniques and tools for identifying issues within your code.
Upon completing this course, participants will be able to:
- Comprehend the basic principles of security, IT security, and secure coding practices.
- Identify web vulnerabilities affecting both server-side and client-side environments.
- Recognize the severe implications of improper buffer handling.
- Gain awareness of recent vulnerabilities within development environments and frameworks.
- Learn about common coding errors and strategies to prevent them.
- Understand the approaches and methodologies used in security testing.
Target Audience
Managers
FreeIPA for Administrators
14 HoursThis instructor-led live training in Romania (online or onsite) targets system administrators who wish to utilize FreeIPA to centralize authentication, authorization, and account information for their organization's users, groups, and machines.
By the end of this training, participants will be able to:
- Install and configure FreeIPA.
- Manage Linux users and clients from a single central location.
- Use FreeIPA's CLI, Web UI and RPC interface to set up and manage permissions.
- Enable Single Sign On authentication across all systems, services and applications.
- Integrate FreeIPA with Windows Active Directory.
- Backup, replicate and migrate an FreeIPA server.
Identity and Access Management with Okta
14 HoursThis instructor-led, live training in Romania (online or onsite) is designed for system administrators who wish to utilize Okta for identity and access management.
Upon completion of this training, participants will be able to:
- Configure, integrate, and manage Okta.
- Integrate Okta into existing applications.
- Implement security measures using multi-factor authentication.
OpenLDAP Workshop
21 HoursThis instructor-led, live training in Romania (online or onsite) is aimed at intermediate-level system administrators and IT professionals who wish to install, configure, manage, and secure LDAP directories using OpenLDAP.
By the end of this training, participants will be able to:
- Understand the structure and operation of LDAP directories.
- Install and configure OpenLDAP for various deployment environments.
- Implement access control, authentication, and replication mechanisms.
- Use OpenLDAP with third-party services and applications.
Identity and Access Management using OpenAM
14 HoursThis instructor-led live training in Romania (online or onsite) is designed for system administrators who wish to use OpenAM to manage identity and access controls for web applications.
By the end of this training, participants will be able to:
- Configure the necessary server environment to start setting up authentication and access controls using OpenAM.
- Implement single sign-on (SSO), multi-factor authentication (MFA), and user self-service features for web applications.
- Use federation services (OAuth 2.0, OpenID, SAML v2.0, etc.) to securely extend identity management across different systems or applications.
- Access and manage authentication, authorization, and identity services through REST APIs.
OpenDJ for Administrators
14 HoursThis instructor-led, live training in Romania (online or onsite) is designed for system administrators who want to use OpenDJ to manage their organization's user credentials in a production environment.
By the end of this training, participants will be able to:
- Install and configure OpenDJ.
- Maintain an OpenDJ server, including monitoring, troubleshooting, and optimizing for performance.
- Create and manage multiple OpenDJ databases.
- Backup and migrate an OpenDJ server.