NIS 2 Directive Foundation Training Course
This course on the Foundations of the NIS 2 Directive offers a thorough introduction to the core requirements, guiding principles, and goals set forth by the EU's NIS 2 Directive. It clarifies how the Directive aims to bolster cybersecurity throughout the European Union and outlines the governance standards, risk management protocols, and incident reporting duties that apply to essential and important entities.
Designed as an instructor-led, live session (available online or in-person), this training targets IT professionals, cybersecurity experts, compliance officers, risk managers, consultants, and business leaders who wish to grasp the NIS 2 Directive and get ready for the official PECB NIS 2 Directive Foundation certification exam.
Upon completing this training, participants will be equipped to:
-
Articulate the purpose and scope of the NIS 2 Directive.
-
Comprehend the central concepts and terminology associated with NIS 2.
-
Recognize the cybersecurity and governance mandates introduced by the Directive.
-
Outline the obligations facing organizations governed by NIS 2.
-
Grasp the principles of managing cybersecurity risks and reporting incidents.
-
Prepare effectively for the PECB NIS 2 Directive Foundation certification exam.
Audience
This course is designed for:
-
Cybersecurity experts
-
IT managers and administrators
-
Risk and compliance professionals
-
Information security officers
-
Consultants engaged in cybersecurity or regulatory compliance
-
Managers seeking insight into NIS 2 requirements
-
Individuals preparing for the PECB NIS 2 Directive Foundation certification
Examination
The PECB NIS 2 Directive Foundation exam assesses participants' grasp of the fundamental principles and requirements of the NIS 2 Directive.
The examination encompasses these competency domains:
-
Domain 1: Core concepts and definitions of the NIS 2 Directive
-
Domain 2: Requirements of the NIS 2 Directive
Certification
Participants who successfully pass the examination may apply for the PECB Certificate Holder in NIS 2 Directive Foundation credential.
To earn this certification, candidates must:
-
Successfully complete the PECB NIS 2 Directive Foundation examination.
-
Sign and adhere to the PECB Code of Ethics.
No prior professional, audit, or NIS 2 implementation experience is necessary for this certification.
Training Methodology
This course blends instructor-led presentations with interactive discussions and practical examples to help participants understand the NIS 2 Directive's requirements and prepare for certification.
This course is available as onsite live training in Serbia or online live training.Course Outline
Module 1 – Introduction to the NIS 2 Directive
-
Overview of EU cybersecurity legislation
-
Purpose and objectives of the NIS 2 Directive
-
Scope and applicability
-
Essential and important entities
-
Key terminology and concepts
-
Regulatory landscape
Module 2 – NIS 2 Directive Requirements
-
Cybersecurity risk management measures
-
Governance and management responsibilities
-
Supply chain security
-
Incident reporting obligations
-
Business continuity and resilience
-
Supervisory and enforcement mechanisms
Module 3 – Practical Application of NIS 2
-
Implementing organizational cybersecurity measures
-
Risk assessment fundamentals
-
Security policies and procedures
-
Roles and responsibilities
-
Continuous improvement
-
Relationship with other cybersecurity frameworks and standards
Module 4 – Certification Preparation
-
Review of key concepts
-
Examination domains
-
Sample questions and discussion
-
Exam preparation guidance
Requirements
There are no formal prerequisites. While a basic familiarity with information technology, information security, or cybersecurity concepts is helpful, it is not mandatory.
Open Training Courses require 5+ participants.
NIS 2 Directive Foundation Training Course - Booking
NIS 2 Directive Foundation Training Course - Enquiry
NIS 2 Directive Foundation - Consultancy Enquiry
Testimonials (3)
Experience sharing, it's teacher's know-how and valuable.
Carey Fan - Logitech
Course - C/C++ Secure Coding
get to understand more about the product and some key differences between RHDS and open source OpenLDAP.
Jackie Xie - Westpac Banking Corporation
Course - 389 Directory Server for Administrators
the knowledge of the trainer was very high - he knew what he was talking about, and knew the answers to our questions
Adam - Fireup.PRO
Course - Advanced Java Security
Upcoming Courses
Related Courses
389 Directory Server for Administrators
14 HoursThis instructor-led, live training in Serbia (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 Serbia (online or on-site) targets system administrators aiming to use Microsoft Active Directory for managing and securing data access.
By the end of this training, participants will be able to:
- Set up and configure Active Directory.
- Establish a domain and define access rights for 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 HoursBuilding secure networked applications can be challenging, even for developers who have previously worked with various cryptographic components (such as encryption and digital signatures). To help participants grasp the role and application of these cryptographic primitives, the course begins by establishing a strong foundation on the core requirements of secure communication: secure authentication, integrity, confidentiality, remote identity verification, and anonymity. It also addresses common threats that compromise these requirements and presents practical, real-world solutions.
As cryptography is a cornerstone of network security, the course examines essential algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on complex mathematical theory, these topics are explored from a developer's perspective, highlighting typical use cases and practical considerations, such as public key infrastructures. The course also introduces security protocols across various domains of secure communication, with a detailed analysis of widely adopted protocol families like IPSEC and SSL/TLS.
Common cryptographic vulnerabilities are discussed, covering both specific algorithms and protocols. Examples include BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each vulnerability, the course outlines practical implications and potential consequences, again avoiding deep mathematical derivations.
Finally, given that XML technology is central to data exchange in networked applications, the course covers XML security. This includes the use of XML in web services and SOAP messages, alongside protection mechanisms like XML Signature and XML Encryption. It also addresses 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 fundamental 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 HoursDeveloping secure C and C++ applications demands robust strategies to counteract malicious exploitation, memory corruption, and input validation bypasses. This program explores common vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will implement secure coding standards, utilize static analysis tools, and apply defensive programming techniques to remove weaknesses, enforce strict input sanitization, and produce hardened software capable of withstanding cyber threats.
Advanced Java Security
21 HoursEven seasoned Java developers do not necessarily master all the security services provided by Java, nor are they always aware of the various vulnerabilities relevant to web applications built with Java.
In addition to introducing the security components of the Standard Java Edition, this course addresses security issues within the Java Enterprise Edition (JEE) and web services. The discussion of specific services begins with the fundamentals of cryptography and secure communication. Various exercises cover declarative and programmatic security techniques in JEE, as well as both transport-layer and end-to-end security for web services. The use of all components is illustrated through several practical exercises, allowing participants to explore the discussed APIs and tools themselves.
The course also reviews and explains the most frequent and severe programming flaws of the Java language and platform, as well as web-related vulnerabilities. Beyond the typical bugs made by Java programmers, the security vulnerabilities covered include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and relevant attacks are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and possible mitigation techniques.
Participants attending this course will
- Understand 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
- Get information about some recent vulnerabilities in the Java framework
- Gain practical knowledge in using security testing tools
- Get sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, numerous programming languages can compile code into the .NET and ASP.NET frameworks. While this environment offers robust mechanisms for security development, it is essential for developers to master the architectural and coding-level techniques required to implement necessary security functions, prevent vulnerabilities, and mitigate their exploitation.
This course aims to equip developers with practical skills through extensive hands-on exercises. Participants will learn how to prevent untrusted code from executing privileged actions, safeguard resources via strong authentication and authorization, manage remote procedure calls and sessions, and explore various functional implementations, among other critical topics.
The course introduces various vulnerabilities by first examining typical programming issues encountered when using .NET. It further discusses ASP.NET vulnerabilities, addressing how different environment settings and their impacts affect security. Additionally, the section on ASP.NET-specific vulnerabilities covers general web application security challenges as well as specialized issues and attack vectors, such as ViewState attacks and string termination exploits.
Participants attending this course will
- Gain a solid understanding of fundamental security concepts, IT security principles, and secure coding practices
- Identify web vulnerabilities beyond the OWASP Top Ten and learn effective strategies to avoid them
- Master the utilization of various security features within the .NET development environment
- Acquire practical expertise in using security testing tools
- Recognize common coding mistakes and understand how to prevent them
- Stay informed about recent vulnerabilities affecting .NET and ASP.NET
- Access valuable resources and further reading materials on secure coding practices
Audience
Software Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the essential skills needed to fortify applications against modern internet-based threats. The curriculum explores web vulnerabilities through PHP-centric examples that extend beyond the OWASP Top Ten, addressing various injection attacks, script injections, session handling flaws, insecure direct object references, file upload issues, and more. PHP-related vulnerabilities are categorized into standard types such as inadequate or missing input validation, incorrect error and exception handling, misuse of security features, and time- and state-related problems. For the latter, we examine attacks like open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. In every scenario, participants will learn critical techniques and functions to mitigate these risks.
A significant emphasis is placed on client-side security, addressing issues related to JavaScript, Ajax, and HTML5. Several PHP security extensions are introduced, including hash, mcrypt, and OpenSSL for cryptography, as well as Ctype, ext/filter, and HTML Purifier for input validation. Comprehensive hardening practices are provided for PHP configuration (php.ini settings), Apache, and server infrastructure in general. Additionally, the course offers an overview of diverse security testing tools and techniques available to developers and testers, such as security scanners, penetration testing and exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the exploration of vulnerabilities and configuration best practices are reinforced with hands-on exercises. These exercises demonstrate the impact of successful attacks, show how to implement mitigation strategies, and guide participants through the use of various extensions and tools.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding
- Explore web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them
- Understand client-side vulnerabilities and secure coding practices
- Gain practical knowledge of cryptography
- Learn to utilize various PHP security features
- Identify common coding errors and learn how to avoid them
- Stay updated on recent vulnerabilities within the PHP framework
- Acquire practical experience using security testing tools
- Receive resources and further reading materials on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThe Combined SDL core training provides an in-depth look at secure software design, development, and testing via the Microsoft Secure Development Lifecycle (SDL). It offers a foundational overview of the essential SDL components, followed by design techniques aimed at identifying and rectifying flaws during the early stages of development.
Focusing on the development phase, the course reviews common security-related programming bugs in both managed and native code. The curriculum presents attack vectors for the discussed vulnerabilities alongside their corresponding mitigation strategies, all illustrated through hands-on exercises that offer participants practical, live hacking experience. Following the introduction to various security testing methods, the effectiveness of different testing tools is demonstrated. Participants gain a clear understanding of how these tools operate by applying them to previously discussed vulnerable code through numerous practical exercises.
Participants attending this course will
Grasp the fundamental concepts of security, IT security, and secure coding.
Become familiar with the essential steps of the Microsoft Secure Development Lifecycle.
Acquire knowledge of secure design and development practices.
Learn the principles of secure implementation.
Understand security testing methodology.
- Access resources and further readings on secure coding practices.
Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Serbia, participants will learn how to formulate an effective security strategy to address the challenges posed by DevOps security.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical course designed to provide professionals with the necessary skills to integrate security throughout the DevOps lifecycle, facilitating secure software development from the planning phase through to deployment.
This instructor-led, live training session (available online or on-site) targets intermediate-level software engineers and DevOps specialists looking to embed security practices into CI/CD pipelines, thereby ensuring the delivery of secure and compliant code.
Upon completion of this training, participants will be capable of:
- Comprehending the core principles and practices of DevSecOps.
- Securing all stages of the CI/CD pipeline using automated tools.
- Implementing secure coding standards and vulnerability scanning techniques.
- Preparing for the ECDE certification through practical labs and review sessions.
Course Format
- Interactive lectures and discussions.
- Hands-on experience with DevSecOps tools in simulated pipelines.
- Guided exercises centered on secure development and deployment.
Course Customization Options
- To arrange customized training tailored to your team’s specific workflows or toolchains, please contact us.
FreeIPA for Administrators
14 HoursThis instructor-led live training in Serbia (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 Serbia (online or onsite) is designed for system administrators who wish to utilize 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.
How to Write Secure Code
35 HoursThis course aims to assist with the following:
- Enable developers to master the techniques of writing Secure Code
- Assist Software Testers in verifying application security before deployment to production environments
- Help Software Architects understand the risks surrounding applications
- Support Team Leaders in establishing security baselines for developers
- Guide Web Masters in configuring servers to avoid misconfigurations
Secure Developer Java (Inc OWASP)
21 HoursThis course explores secure coding principles and practices in Java, utilizing the testing methodology of the Open Web Application Security Project (OWASP). The Open Web Application Security Project is a global online community dedicated to creating freely accessible resources, including articles, methodologies, documentation, tools, and technologies, aimed at advancing web application security.