Cyber Security Body of Knowledge (CyBOK) Training Course
CyBOK offers a structured method for defining foundational and standardized knowledge in the realm of cyber security. Its goal is to integrate the cyber security discipline into a unified academic curriculum and industry training framework by mapping out the CyBOK knowledge areas.
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 enhance their theoretical and practical cyber security skills.
Upon completion of this training, participants will be able to:
- Grasp the core concepts, definitions, and principles of cyber security.
- Develop specialized expertise in cyber security by applying the CyBOK knowledge areas.
- Obtain comprehensive foundational knowledge necessary to implement the CyBOK framework effectively.
- Promote community and organizational capabilities to prioritize data security and privacy.
- Explore new opportunities for obtaining specializations and credentials in cyber security careers.
Course Format
- Interactive lectures and discussions.
- Numerous exercises and practice sessions.
- Hands-on implementation within a live-lab environment.
Course Customization Options
- The training primarily utilizes open-source tools, tailored to your operating system (Windows, Linux, Mac, mobile devices, etc.) and specific organizational needs. Please contact us to arrange these details.
- If you wish to request customized training for this course, please contact us to organize it.
Course Outline
Introduction
- Overview of Cyber Security concepts and definition
- 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
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 Turkey (online or onsite) is aimed at sysadmins who wish to use 389 Directory Server to configure and manage LDAP-based authentication and authorization.
By the end of this training, participants will be able to:
- Install and configure 389 Directory Server.
- Understand the features and architecture of 389 Directory Server.
- Learn how to configure the directory server using the web console and CLI.
- Set up and monitor replication for high availability and load balancing.
- Manage LDAP authentication using SSSD for faster performance.
- Integrate 389 Directory Server with Microsoft Active Directory.
Active Directory for Admins
21 HoursThis instructor-led, live training in Turkey (online or onsite) is aimed at system administrators who wish to use 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 serves as an open platform for mobile devices, including smartphones and tablets. While it offers a wide range of security features designed to simplify the creation of secure software, it also lacks certain security aspects found in other handheld platforms. This course provides a comprehensive examination of these features, highlighting the most critical shortcomings related to the underlying Linux system, the file structure, and the general environment, as well as issues concerning permissions and other Android software development components.
The course describes common security pitfalls and vulnerabilities in both native code and Java applications, offering recommendations and best practices to prevent and mitigate them. Many of the discussed issues are illustrated with real-life examples and case studies. Finally, we provide a brief overview of how to utilize security testing tools to identify potential security-related programming errors.
Participants attending this course will
- Gain a solid understanding of the fundamental concepts of security, IT security, and secure coding
- Learn about the security solutions available on Android
- Acquire the skills to utilize various security features of the Android platform
- Receive information on recent Java vulnerabilities within the Android environment
- Understand typical coding errors and learn how to avoid them
- Develop an understanding of native code vulnerabilities on Android
- Recognize the serious 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 prior experience with various cryptographic building blocks (such as encryption and digital signatures). To ensure participants grasp the role and application of these cryptographic primitives, the course begins by establishing a solid foundation on the core requirements of secure communication – including secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also highlights typical issues that can compromise these requirements alongside real-world solutions.
Since cryptography is a critical aspect of network security, the course covers the most important algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on in-depth mathematical theory, these topics are explored from a developer's perspective, featuring typical use-case examples and practical considerations such as public key infrastructures. Security protocols used in various aspects of secure communication are introduced, with a detailed discussion on widely adopted protocol families like IPSEC and SSL/TLS.
The course examines typical cryptographic vulnerabilities associated with specific algorithms and protocols, such as BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each issue, practical considerations and potential consequences are described, avoiding deep mathematical details.
Finally, as XML technology is central to data exchange in networked applications, the course describes its security aspects. This includes using XML within web services and SOAP messages, along with protection measures like XML signature and XML encryption. It also addresses weaknesses in these protection measures and XML-specific security issues such as 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 across different OSI layers
- Gain a practical understanding of cryptography
- Understand essential security protocols
- Understand recent attacks against cryptosystems
- Gain 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 program delves into the foundational aspects of protecting C/C++ code from malicious actors who seek to exploit vulnerabilities arising from poor memory management and inadequate input handling. The course focuses on the core principles necessary for writing secure, resilient code.
Advanced Java Security
21 HoursEven seasoned Java developers often struggle to fully grasp the breadth of security services provided by Java, nor do they always recognize the diverse vulnerabilities that impact web applications built with Java.
This course goes beyond introducing the security components of Standard Java Edition to address security concerns within Java Enterprise Edition (JEE) and web services. The discussion begins with the fundamentals of cryptography and secure communication before diving into specific services. Participants will engage in various exercises focused on both declarative and programmatic security techniques in JEE, as well as explore transport-layer and end-to-end security for web services. Through hands-on practical exercises, attendees will actively experiment with the APIs and tools covered, gaining direct experience with their application.
The course also thoroughly examines and explains the most common and critical programming flaws associated with the Java language and platform, alongside web-related vulnerabilities. Beyond typical errors made by Java developers, the security topics address both language-specific issues and problems arising from the runtime environment. Each vulnerability and its corresponding attack vectors are illustrated through clear, understandable exercises, followed by recommended coding guidelines and effective mitigation strategies.
Participants attending this course will
- Grasp 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 principles underlying web services
- Master the use of various security features within the Java development environment
- Develop a practical understanding of cryptography
- Understand the security solutions offered by Java EE
- Recognize common coding mistakes and learn how to avoid them
- Gain insights into recent vulnerabilities affecting the Java framework
- Acquire practical skills in using security testing tools
- Access resources and further readings on secure coding practices
Audience
Developers
Standard Java Security
14 HoursDescription
Although the Java language and its Runtime Environment (JRE) were engineered to eliminate the most prevalent security vulnerabilities found in languages such as C and C++, developers and architects must possess more than just knowledge of Java’s built-in security features (positive security). They must also recognize the many vulnerabilities that remain relevant to Java development (negative security).
The course introduces security services by first providing a concise overview of cryptographic foundations, establishing a common baseline for understanding the purpose and operation of applicable components. Participants explore the use of these components through several practical exercises, allowing them to experiment with the discussed APIs firsthand.
Additionally, the course examines and explains the most frequent and severe programming flaws associated with the Java language and platform. This includes covering typical errors made by Java programmers as well as issues specific to the language and its environment. All vulnerabilities and corresponding attacks are demonstrated through clear, easy-to-understand exercises, followed by recommended coding guidelines and effective mitigation techniques.
Participants attending this course will
- Understand the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to avoid them
- Learn to utilize various security features within the Java development environment
- Gain a practical understanding of cryptography
- Identify typical coding mistakes and learn how to prevent them
- Receive information on 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, a variety of programming languages enable code compilation for the .NET and ASP.NET frameworks. While these environments offer robust capabilities for security development, developers must master architecture-level and coding-level techniques to implement desired security functionalities, prevent vulnerabilities, and mitigate their exploitation.
This course aims to equip developers with practical skills through extensive hands-on exercises. Participants will learn to prevent untrusted code from executing privileged actions, secure resources via strong authentication and authorization mechanisms, manage remote procedure calls, handle sessions, explore various functional implementations, and more.
The course introduces various vulnerabilities by highlighting typical programming pitfalls specific to .NET. The discussion on ASP.NET vulnerabilities addresses diverse environment configurations and their impacts. Furthermore, the section on ASP.NET-specific vulnerabilities covers general web application security challenges alongside specialized issues and attack vectors, such as ViewState attacks and string termination attacks.
Participants attending this course will
- Comprehend the fundamental concepts of security, IT security, and secure coding
- Gain knowledge of web vulnerabilities beyond the OWASP Top Ten and understand how to avoid them
- Master the use of various security features within the .NET development environment
- Acquire practical experience in utilizing security testing tools
- Identify common coding mistakes and learn strategies to avoid them
- Stay informed about recent vulnerabilities in .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 overview of fundamental security concepts and the nature of vulnerabilities across different programming languages and platforms. It explains how to manage software security risks throughout the various stages of the software development lifecycle. Rather than delving deeply into technical specifics, the program highlights significant and critical vulnerabilities in diverse software development technologies. It also addresses the challenges of security testing, offering techniques and tools to help identify potential issues in code.
Participants attending this course will
- Grasp the core concepts of security, IT security, and secure coding
- Gain insight into web vulnerabilities affecting both server and client sides
- Appreciate the serious implications of improper buffer handling
- Stay informed about recent vulnerabilities in development environments and frameworks
- Learn about common coding errors and strategies to prevent them
- Understand various approaches and methodologies for security testing
Audience
Managers
FreeIPA for Administrators
14 HoursThis instructor-led live training in Turkey (online or onsite) is aimed at system administrators who wish to use FreeIPA to centralize the 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 Turkey (online or onsite) is designed for system administrators aiming to leverage Okta for identity and access management.
By the conclusion of this training, participants will be capable of:
- Configuring, integrating, and managing Okta.
- Integrating Okta into existing applications.
- Implementing security measures using multi-factor authentication.
OpenLDAP Workshop
21 HoursThis instructor-led, live training in Turkey (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 Turkey (available online or onsite) is designed for system administrators looking to utilize OpenAM for managing identity and access controls in web applications.
By the end of this course, participants will be able to:
- Configure the necessary server environment to initiate authentication and access control setups using OpenAM.
- Implement key features such as single sign-on (SSO), multi-factor authentication (MFA), and user self-service for web applications.
- Utilize federation services (including OAuth 2.0, OpenID, and SAML v2.0) to securely expand identity management across various systems.
- Access and manage authentication, authorization, and identity services via REST APIs.
OpenDJ for Administrators
14 HoursThis instructor-led, live training in Turkey (online or on-site) is aimed at system administrators who wish 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.