Cyber Security Body of Knowledge (CyBOK) Training Course
CyBOK is a structured approach designed to establish foundational and standardized knowledge in the field of cyber security. It aims to integrate cyber security into common academic curricula and industry training frameworks by mapping out CyBOK's knowledge areas.
This instructor-led, live training (available online or on-site) is tailored for software engineers and IT professionals who wish to deepen their understanding of CyBOK and enhance 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.
- Acquire comprehensive expertise in cyber security through the implementation of CyBOK knowledge areas.
- Gain a solid and extensive foundation to operationalize the CyBOK framework effectively.
- Promote community and organizational engagement to enhance focus on data security and privacy.
- Expand career opportunities by earning specializations and credentials in cyber security professions.
Format of the Course
- Interactive lectures and discussions.
- Ample exercises and practice sessions.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- Primarily open-source tools will be utilized, tailored to your operating system (Windows, Linux, Mac, mobile devices, etc.) and organizational needs. Please contact us for arrangement.
- To request a customized training session for this course, please contact us to arrange.
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 Taiwan (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 Taiwan (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 is an open platform designed for mobile devices, including handsets and tablets. It offers a wide range of security features to facilitate the development of secure software; however, it also lacks certain security aspects found in other handheld platforms. This course provides a comprehensive overview of these features and highlights the most critical shortcomings related to the underlying Linux system, the file system, and the general environment, as well as issues with permissions and other Android software development components.
Common security pitfalls and vulnerabilities are discussed for both native code and Java applications, along with recommendations and best practices to avoid and mitigate these issues. Many of the topics covered are supported by real-life examples and case studies. Additionally, the course offers a brief overview of how to use security testing tools to identify any programming bugs that could impact security.
Participants attending this course will
- Gain an understanding of basic concepts in security, IT security, and secure coding
- Learn about the security solutions available on Android
- Discover how to utilize various security features of the Android platform
- Receive information about recent vulnerabilities in Java applications on Android
- Understand typical coding mistakes and how to avoid them
- Gain insight into native code vulnerabilities on Android
- Recognize the severe consequences of insecure buffer handling in native code
- Comprehend architectural protection techniques and their potential weaknesses
- Access sources and further readings on secure coding practices
Audience
Professionals
Network Security and Secure Communication
21 HoursImplementing a secure networked application can be challenging, even for developers who have previously worked with various cryptographic components like encryption and digital signatures. To ensure participants grasp the role and usage of these cryptographic elements, we start by laying a solid foundation on the primary requirements of secure communication—secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. We also address typical issues that can compromise these requirements and present real-world solutions.
Given that cryptography is a critical aspect of network security, we delve into the most important cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than delving into complex mathematical theories, these elements are discussed from a developer's perspective, with practical use-case examples and considerations related to implementing cryptographic solutions, such as public key infrastructures. We introduce security protocols across various secure communication areas, focusing on widely-used protocol families like IPSEC and SSL/TLS.
We discuss common cryptographic vulnerabilities associated with specific algorithms and protocols, including BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and similar issues, as well as the RSA timing attack. For each vulnerability, we describe practical implications and potential consequences without diving into deep mathematical details.
Since XML technology is central to data exchange in networked applications, we explore the security aspects of XML. This includes its use within web services and SOAP messages, along with protection measures like XML signatures and XML encryption. We also examine 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
- Comprehend the requirements for secure communication
- Learn about network attacks and defenses at different OSI layers
- Gain a practical understanding of cryptography
- Understand essential security protocols
- Be aware of recent attacks against cryptosystems
- Receive information on recent related vulnerabilities
- Understand the security concepts of Web services
- Get sources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursThis three-day course provides an overview of securing C/C++ code to protect against malicious users who might exploit vulnerabilities related to memory management and input handling. The course delves into the principles of writing secure code.
Advanced Java Security
21 HoursEven experienced Java programmers may not fully grasp all the security features provided by Java, nor are they always aware of the various vulnerabilities that can affect web applications built with Java.
This course covers more than just the security components of Standard Java Edition; it delves into the security challenges of Java Enterprise Edition (JEE) and web services. Before diving into specific services, the course provides a foundation in cryptography and secure communication. Practical exercises explore both declarative and programmatic security techniques in JEE, as well as transport-layer and end-to-end security for web services. Participants will engage in several hands-on exercises to familiarize themselves with the APIs and tools discussed.
The course also examines and explains the most common and critical programming flaws in the Java language and platform, along with web-related vulnerabilities. It covers not only typical bugs made by Java programmers but also issues specific to the language and problems arising from the runtime environment. Each vulnerability and attack is demonstrated through straightforward exercises, followed by recommended coding guidelines and mitigation techniques.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to prevent them
- Grasp the security principles of web services
- Become proficient in using various security features of the Java development environment
- Gain a practical understanding of cryptography
- Understand the security solutions provided by Java EE
- Learn about common coding mistakes and how to avoid them
- Stay informed about recent vulnerabilities in the Java framework
- Acquire practical knowledge in using security testing tools
- Access resources and further readings on secure coding practices
Audience
Developers
Standard Java Security
14 HoursDescription
The Java language and the Runtime Environment (JRE) were designed to avoid many of the most common security vulnerabilities found in other languages, such as C/C++. However, software developers and architects need to be well-versed not only in utilizing the various security features of the Java environment (positive security) but also in understanding the numerous vulnerabilities that remain relevant for Java development (negative security).
Before delving into security services, the course provides a brief overview of cryptography fundamentals, ensuring everyone has a common foundation to understand the purpose and operation of the applicable components. Participants will engage in several practical exercises where they can experiment with these APIs firsthand.
The course also explores and explains the most frequent and severe programming flaws in the Java language and platform. It covers both typical bugs made by Java programmers and issues specific to the language and environment. Each vulnerability and relevant attack is demonstrated through straightforward exercises, followed by recommended coding guidelines and mitigation techniques.
Participants attending this course will
- Gain a solid understanding of basic security concepts, IT security, and secure coding practices
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to prevent them
- Become proficient in using various security features within the Java development environment
- Develop a practical understanding of cryptography
- Identify typical coding mistakes and learn how to avoid them
- Stay informed about recent vulnerabilities in the Java framework
- Receive sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursA variety of programming languages are available today for compiling code to the .NET and ASP.NET frameworks. These environments offer robust tools for security development, but it is essential for developers to understand how to apply architectural and coding techniques to implement effective security measures and minimize vulnerabilities or their exploitation.
The goal of this course is to teach developers through numerous hands-on exercises how to prevent untrusted code from executing privileged actions, secure resources with strong authentication and authorization, facilitate remote procedure calls, manage sessions, explore different implementations for specific functionalities, and much more.
The introduction to various vulnerabilities begins by discussing typical programming issues that arise when using .NET. The discussion on ASP.NET vulnerabilities also covers different environment settings and their impacts. Additionally, the course addresses ASP.NET-specific vulnerabilities, including general web application security challenges as well as special issues and attack methods such as attacking the ViewState or string termination attacks.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Learn about Web vulnerabilities beyond the OWASP Top Ten and how to mitigate them
- Gain knowledge in utilizing various security features of the .NET development environment
- Acquire practical experience with security testing tools
- Become familiar with common coding errors and learn how to avoid them
- Stay informed about recent vulnerabilities in .NET and ASP.NET
- Receive resources and further readings on secure coding practices
Audience
Developers
The Secure Coding Landscape
14 HoursThis course provides an introduction to common security concepts, offering a broad overview of vulnerabilities that are prevalent across different programming languages and platforms. It explains how to manage the risks associated with software security throughout the various phases of the software development lifecycle. While avoiding deep technical details, it highlights some of the most significant and painful vulnerabilities found in various software development technologies. Additionally, it addresses the challenges of security testing, presenting techniques and tools that can be used to identify and address any existing issues in your code.
Participants attending this course will
- Gain an understanding of fundamental concepts in security, IT security, and secure coding
- Comprehend Web vulnerabilities on both the server and client sides
- Recognize the serious consequences of improper buffer handling
- Stay informed about recent vulnerabilities in development environments and frameworks
- Learn about common coding mistakes and how to avoid them
- Understand different approaches and methodologies for security testing
Audience
Managers
FreeIPA for Administrators
14 HoursThis instructor-led, live training in Taiwan (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 Taiwan (online or onsite) is aimed at system administrators who wish to use Okta for identity and access management.
By the end of this training, participants will be able to:
- Configure, integrate, and manage Okta.
- Integrate Okta into an existing application.
- Implement security with multi-factor authentication.
OpenLDAP Workshop
21 HoursThis instructor-led, live training in Taiwan (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 Taiwan (online or onsite) is aimed at 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:
- Set up the necessary server environment to start configuring 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 extend identity management securely 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 Taiwan (online or onsite) 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.