Cyber Security Body of Knowledge (CyBOK) Training Course
CyBOK offers a structured methodology for defining foundational and standardized knowledge in the field of cyber security. It strives to integrate cyber security into a unified academic curriculum and industry training framework, effectively mapping 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 both their theoretical and practical cyber security skills.
Upon completion of this training, participants will be able to:
- Comprehend the core concepts, definitions, and principles of cyber security.
- Develop in-depth cyber security expertise by applying the CyBOK knowledge areas.
- Gain extensive foundational knowledge to effectively operationalize the CyBOK framework.
- Support community and organizational enablement to prioritize data security and privacy.
- Explore new opportunities for earning specializations and credentials in cyber security professions.
Course Format
- Interactive lectures and discussions.
- Abundant exercises and practice sessions.
- Hands-on implementation within a live laboratory environment.
Course Customization Options
- The course primarily utilizes open-source tools, which will be tailored to your operating system (Windows, Linux, Mac, mobile devices, etc.) and organizational requirements. Please contact us to make arrangements.
- For customized training requests, please contact us to make arrangements.
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 designed for system administrators who want 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 on-site) is designed for 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.
Network Security and Secure Communication
21 HoursDeveloping a secure networked application can be challenging, even for developers who have previously utilized various cryptographic building blocks like encryption and digital signatures. To help participants grasp the role and application of these cryptographic primitives, we first establish a solid foundation regarding the core requirements of secure communication: secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. We also highlight typical threats that can undermine these requirements, alongside real-world solutions.
Given that cryptography is a critical component of network security, we discuss the most important algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on deep mathematical backgrounds, we approach these topics from a developer's perspective, providing typical use-case examples and practical considerations, such as public key infrastructures. We introduce security protocols across various areas of secure communication, offering an in-depth look at widely-used protocol families like IPSEC and SSL/TLS.
We also address common 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, we describe practical considerations and potential consequences without delving into complex mathematical details.
Finally, since XML technology is central to data exchange for networked applications, we cover XML security aspects. This includes using XML within web services and SOAP messages, along with protection measures like XML Signature and XML Encryption. We also examine weaknesses in these protections 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 the basic concepts of security, IT security, and secure coding
- Grasp the requirements of secure communication
- Learn about network attacks and defenses across different OSI layers
- Gain a practical understanding of cryptography
- Comprehend essential security protocols
- Understand recent attacks against cryptosystems
- Gain insights into recent related vulnerabilities
- Understand security concepts for Web services
- Access sources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursThis three-day course introduces the fundamentals of protecting C/C++ code from malicious exploitation targeting vulnerabilities related to memory management and input handling. It emphasizes the core principles of writing secure code.
Advanced Java Security
21 HoursEven seasoned Java developers do not always master every security service provided by Java, nor are they always aware of the various vulnerabilities relevant to Java-based web applications.
This course, in addition to introducing the security components of Standard Java Edition, addresses security issues within Java Enterprise Edition (JEE) and web services. The discussion of specific services begins with the foundations of cryptography and secure communication. Various exercises focus on declarative and programmatic security techniques in JEE, while both transport-layer and end-to-end security for web services are examined. The application of all components is demonstrated through several practical exercises, allowing participants to experiment with the discussed APIs and tools firsthand.
The course also reviews and explains the most common and severe programming flaws in the Java language and platform, as well as web-related vulnerabilities. Beyond typical errors made by Java programmers, the introduced security vulnerabilities cover both language-specific issues and problems arising from the runtime environment. All vulnerabilities and associated attacks are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and potential mitigation techniques.
Participants attending this course will
- Understand the basic concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and know how to avoid them
- Understand the security concepts of web services
- Learn to use various security features of the Java development environment
- Gain a practical understanding of cryptography
- Understand the security solutions of Java EE
- Learn about typical coding mistakes and how to avoid them
- Gain information about some recent vulnerabilities in the Java framework
- Acquire practical knowledge in using security testing tools
- Obtain sources and further readings on secure coding practices
Audience
Developers
Standard Java Security: Secure Coding & Development Practices
14 HoursDescription
The Java language and the Runtime Environment (JRE) were designed to be free from the most problematic common security vulnerabilities experienced in other languages, like C/C++. Yet, software developers and architects should not only know how to use the various security features of the Java environment (positive security), but should also be aware of the numerous vulnerabilities that are still relevant for Java development (negative security).
The introduction of security services is preceded with a brief overview of the foundations of cryptography, providing a common baseline for understanding the purpose and the operation of the applicable components. The use of these components is presented through several practical exercises, where participants can try out the discussed APIs for themselves.
The course also goes through and explains the most frequent and severe programming flaws of the Java language and platform, covering both the typical bugs committed by Java programmers and the language- and environment-specific issues. All vulnerabilities and the relevant attacks are demonstrated through easy-to-understand exercises, followed by the recommended coding guidelines and the possible mitigation techniques.
Participants attending this course will
- Understand basic concepts of security, IT security and secure coding
- Learn Web vulnerabilities beyond OWASP Top Ten and know how to avoid them
- Learn to use various security features of the Java development environment
- Have a practical understanding of cryptography
- Learn about typical coding mistakes and how to avoid them
- Get information about some recent vulnerabilities in the Java framework
- Get sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, numerous programming languages are available for compiling code to the .NET and ASP.NET frameworks. While this environment offers powerful tools for security development, developers must understand how to apply architecture- and code-level programming techniques to implement desired security functionalities, avoid vulnerabilities, or limit their exploitation.
This course aims to teach developers through extensive hands-on exercises how to prevent untrusted code from performing privileged actions, protect resources via robust authentication and authorization, facilitate remote procedure calls, manage sessions, and explore various implementations for specific functionalities, among other topics.
The introduction to various vulnerabilities begins by examining typical programming issues encountered when using .NET. The discussion on ASP.NET vulnerabilities also covers various environment settings and their impacts. Finally, the topic of ASP.NET-specific vulnerabilities addresses not only general web application security challenges but also special issues and attack methods, such as ViewState attacks and 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 know how to avoid them.
- Learn to utilize various security features of the .NET development environment.
- Acquire practical knowledge in using security testing tools.
- Learn about common coding mistakes and how to prevent them.
- Gain information about recent vulnerabilities in .NET and ASP.NET.
- Access sources and further readings on secure coding practices.
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the vital skills needed to build applications that are resilient against modern internet-based threats. We explore web vulnerabilities through PHP examples that extend beyond the OWASP Top Ten, addressing various injection attacks, script injection, weaknesses in PHP session handling, insecure direct object references, file upload issues, and more. PHP vulnerabilities are categorized into standard types such as insufficient or flawed input validation, improper error and exception handling, misuse of security features, and time- or state-related issues. For the latter, we examine attacks like open_basedir bypass, denial-of-service via magic floats, and hash table collision attacks. In each scenario, participants will learn the essential techniques and functions required to mitigate these risks.
A significant emphasis is placed on client-side security, addressing JavaScript, Ajax, and HTML5 vulnerabilities. We introduce several PHP security extensions, such as hash, mcrypt, and OpenSSL for cryptography, and Ctype, ext/filter, and HTML Purifier for input validation. Best practices for hardening are covered in the context of PHP configuration (php.ini), Apache, and general server setup. Additionally, we provide an overview of various security testing tools and techniques available to developers and testers, including security scanners, penetration testing tools, exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the exploration of vulnerabilities and configuration practices are reinforced with hands-on exercises. These demonstrate the impact of successful attacks, show how to implement mitigation strategies, and introduce the use of various extensions and tools.
Participants in this course will
- Grasp fundamental concepts of security, IT security, and secure coding.
- Understand web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them.
- Gain knowledge of client-side vulnerabilities and secure coding practices.
- Develop a practical understanding of cryptography.
- Learn to utilize various security features within PHP.
- Identify common coding mistakes and understand how to avoid them.
- Stay informed about recent vulnerabilities in PHP frameworks.
- Acquire practical experience with security testing tools.
- Receive resources and further reading on secure coding practices.
Audience
Developers
Microsoft SDL Core
14 HoursThe Comprehensive SDL Core training provides an in-depth look at secure software design, development, and testing methodologies through the lens of Microsoft's Secure Development Lifecycle (SDL). It offers a level 100 overview of the fundamental building blocks of SDL, followed by design techniques to help identify and remediate vulnerabilities during the early stages of the development process.
Focusing on the development phase, the course outlines common security-related programming defects in both managed and native code. It presents attack vectors for these vulnerabilities alongside corresponding mitigation strategies, all demonstrated through hands-on exercises that provide participants with practical experience in live hacking scenarios. The curriculum introduces various security testing methods and demonstrates the effectiveness of different testing tools. Participants gain a clear understanding of how these tools operate by applying them to previously discussed vulnerable codebases through practical exercises.
Participants attending this course will
Understand foundational concepts of general security, IT security, and secure coding
Become familiar with the essential steps of the Microsoft Secure Development Lifecycle
Learn secure design and development practices
Learn about secure implementation principles
Understand security testing methodology
- Access resources and further readings on secure coding practices
Audience
Developers, 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 on-site) is designed for system administrators who wish to use Okta for identity and access management.
Upon completion of this training, participants will be capable of:
- Configuring, integrating, and managing Okta.
- Integrating Okta into existing applications.
- Enhancing security through 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 on-site) is designed for system administrators who want to use OpenAM to manage identity and access controls for web applications.
Upon completing this training, participants will be able to:
- Configure the necessary server environment to set up authentication and access controls using OpenAM.
- Implement single sign-on (SSO), multi-factor authentication (MFA), and user self-service features for web applications.
- Utilize federation services (OAuth 2.0, OpenID, SAML v2.0, etc.) to securely extend identity management across various systems or applications.
- Access and manage authentication, authorization, and identity services via 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.