Public Key Infrastructure Training Course
This training is designed for all operating system administrators who plan to implement a public key infrastructure based on MS Windows Server 2012 R2 and intend to use qualified electronic signature certificates.
Participants will gain an understanding of the fundamental issues related to the implementation of public key infrastructure, as well as the concept of applying the latest cryptographic solutions to secure information systems.
Using the MS Windows Server 2012 R2 operating system, the course explores the possibilities of utilising certificate services for enterprise needs. During the training, a complete certification centre is installed in a virtual environment, and key issues related to managing and administering public key infrastructure in an Active Directory domain are discussed.
The training also covers theoretical and practical knowledge regarding the use of electronic signatures issued by certificate authorities in Poland, in accordance with the 'Act on Electronic Signatures'. Legal issues, statutory requirements, and examples of electronic signature certificate usage in Poland are discussed.
Participants will acquire the knowledge required to create electronic correspondence related to communication with public administration authorities and to use other services that enable or require the use of this type of identity verification.
This course is available as onsite live training in Australia or online live training.Course Outline
Theoretical Lessons
- Information Security Fundamentals
- Identity Verification
- Characteristics and Properties of Electronic Documents
- Cryptography Fundamentals
- Implementing Cryptographic Solutions in Information Systems
- Certificate Authority
- Certificate Chain and Trust
- Qualified and Non-Qualified Certificates
- Verification of Electronic Signatures
- Certificate Renewal and Revocation
- Legal Issues Concerning the Use of Electronic Signatures
- Application of Electronic Signature Certificates in Poland (e-administration, e-invoicing, etc.)
- e-PUAP and Trusted Profile
Practical Lessons
- Windows Server 2008R2/2012R2 Administration and Security Fundamentals
- Configuration of BitLocker and TrueCrypt Tools
- Installation and Configuration of Certificate Authority in Active Directory Domain
- Certificate Management in Windows 7/8/8.1, 10 Systems
- Certificate Management on Cryptographic Cards
- Signing and Encrypting Electronic Documents
- Timestamping Electronic Documents
- Signing and Encrypting Email
- Logging into the System Using Smart Cards
- Configuring SSL Certificates for Websites
- Configuring EFS File Encryption
- IPSec Configuration
- Signing PowerShell Scripts Using CodeSign Certificates
Summary
Requirements
Basic knowledge of issues related to administering the MS Windows Server system (minimum version 2003), as well as the client environment based on MS Windows 7/8/8.1 or 10.
Open Training Courses require 5+ participants.
Public Key Infrastructure Training Course - Booking
Public Key Infrastructure Training Course - Enquiry
Public Key Infrastructure - Consultancy Enquiry
Testimonials (3)
Experience sharing, it's teacher's know-how and valuable.
Carey Fan - Logitech
Course - C/C++ Secure Coding
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
The topic is current and I needed to be updated
Damilano Marco - SIAP s.r.l.
Course - Secure Developer Java (Inc OWASP)
Provisional Upcoming Courses (Require 5+ participants)
Related Courses
Network Security and Secure Communication
21 HoursBuilding a secure networked application can be challenging, even for developers who have previously utilised 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 regarding the core requirements of secure communication—specifically secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also outlines typical threats that can compromise these requirements, alongside practical real-world solutions.
Given that cryptography is a critical component of network security, the course examines the most important cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than delving into complex mathematical theory, these topics are explored from a developer’s perspective, featuring typical use-case examples and practical considerations related to cryptography, such as public key infrastructures. Security protocols across various domains of secure communication are introduced, with an in-depth discussion of widely-used protocol families including IPSEC and SSL/TLS.
The course also addresses common cryptographic vulnerabilities, both concerning specific crypto algorithms and cryptographic protocols. Examples include BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and similar threats, as well as RSA timing attacks. For each issue, the practical implications and potential consequences are described, again avoiding deep mathematical analysis.
Finally, as XML technology is central to data exchange for networked applications, the security aspects of XML are detailed. This covers the use of XML within web services and SOAP messages, along with protection measures such as XML signature and XML encryption. The course also highlights 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 fundamental concepts of security, IT security, and secure coding
- Understand the requirements of secure communication
- Learn about network attacks and defenses at different OSI layers
- Gain a practical understanding of cryptography
- Understand essential security protocols
- Understand some recent attacks against cryptosystems
- Gain information about some recent related vulnerabilities
- Understand security concepts of 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 actors who may exploit vulnerabilities related to memory management and input handling. Participants will learn the core principles of writing secure code.
Advanced Java Security
21 HoursEven seasoned Java developers do not necessarily master every security service provided by Java, nor are they always aware of the various vulnerabilities relevant to web applications written in Java.
This course introduces the security components of Standard Java Edition and delves into the security issues associated with Java Enterprise Edition (JEE) and web services. The discussion of specific services is preceded by an exploration of 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 covered. The use of all components is demonstrated through several practical exercises, allowing participants to test the discussed APIs and tools themselves.
The course also addresses and explains the most frequent and severe programming flaws in the Java language and platform, as well as web-related vulnerabilities. Beyond the typical bugs committed by Java programmers, the introduced security vulnerabilities cover both language-specific issues and problems stemming 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
- Have a practical understanding of cryptography
- Understand security solutions for 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
- Access 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 HoursA variety of programming languages are currently available to compile code for the .NET and ASP.NET frameworks. While this environment offers robust tools for security development, developers must understand how to apply architecture- and code-level programming techniques to implement the desired security functionality, thereby avoiding vulnerabilities or limiting their exploitation.
The goal of this course is to equip developers with the skills to prevent untrusted code from executing privileged actions, protect resources through robust authentication and authorisation, facilitate remote procedure calls, manage sessions, and introduce alternative implementations for specific functionality, among other critical areas, through extensive hands-on exercises.
The introduction to various vulnerabilities begins by examining typical programming errors common in .NET usage. The discussion on ASP.NET vulnerabilities also addresses various environment settings and their impacts. Furthermore, the topic of ASP.NET-specific vulnerabilities covers 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
- 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
- Learn to utilise the various security features of the .NET development environment
- Gain practical knowledge in using security testing tools
- Understand typical coding mistakes and how to avoid them
- Receive information on recent vulnerabilities within .NET and ASP.NET
- Access sources and further reading on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the vital skills needed to fortify their applications against modern internet-based threats. By utilising PHP-centric examples, the curriculum extends beyond the OWASP Top Ten to explore a range of injection attacks, script injections, vulnerabilities in PHP's session handling, insecure direct object references, file upload issues, and more. PHP-specific vulnerabilities are categorised into standard fault types, such as inadequate or missing input validation, flawed error and exception handling, misuse of security features, and time- or state-related problems. For these latter areas, we examine attacks including open_basedir circumvention, denial-of-service via 'magic floats', and hash table collision attacks. In every instance, participants will become proficient in the key techniques and functions required to mitigate these risks.
A significant emphasis is placed on client-side security, addressing vulnerabilities within JavaScript, Ajax, and HTML5. The course also introduces essential PHP security extensions, such as hash, mcrypt, and OpenSSL for cryptography, alongside Ctype, ext/filter, and HTML Purifier for robust input validation. Best practices for hardening PHP configurations (including php.ini settings), Apache, and the server environment are detailed comprehensively. Finally, an overview of various security testing tools and techniques available to developers and testers is provided, covering security scanners, penetration testing, exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the explanation of vulnerabilities and the configuration practices are reinforced by numerous hands-on exercises. These demonstrations illustrate the impact of successful attacks, show how to implement mitigation techniques, and introduce the use of various extensions and tools.
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 prevent them
- Gain insight into client-side vulnerabilities and secure coding practices
- Develop a practical understanding of cryptography
- Learn to utilise various PHP security features
- Recognise typical coding mistakes and learn how to avoid them
- Stay informed about recent vulnerabilities within PHP frameworks
- Acquire practical knowledge of security testing tools
- Receive sources and further reading materials on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis consolidated SDL Core training provides an insightful look into secure software design, development, and testing through the Microsoft Secure Development Lifecycle (SDL). It offers a Level 100 overview of the fundamental building blocks of the SDL, followed by design techniques aimed at detecting and rectifying flaws in the early stages of the development process.
Focusing on the development phase, the course outlines typical security-related programming bugs in both managed and native code. Attack vectors for the discussed vulnerabilities are presented alongside associated mitigation techniques, all explained through a series of hands-on exercises that offer participants engaging, live hacking experiences. The introduction to various security testing methods is followed by a demonstration of the effectiveness of different testing tools. Participants gain an understanding of how these tools operate through practical exercises, applying them to the previously discussed vulnerable code.
Participants attending this course will
Understand basic concepts of 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
- Gain access to sources and further reading on secure coding practices
Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Australia, participants will learn how to formulate the proper security strategy to face the DevOps security challenge.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical programme designed to empower professionals with the capabilities to weave security into every phase of the DevOps lifecycle, fostering secure software development from initial planning through to deployment.
Delivered as instructor-led live training, available either online or onsite, this course targets intermediate-level software engineers and DevOps practitioners looking to integrate robust security practices into their CI/CD pipelines, ensuring the delivery of secure and compliant code.
Upon completion of this training, participants will be equipped to:
- Grasp the core principles and practices underpinning DevSecOps.
- Safeguard every stage of the CI/CD pipeline using automated tools.
- Apply secure coding standards and conduct vulnerability scanning.
- Prepare effectively for the ECDE certification through practical lab exercises and review sessions.
Course Format
- Interactive lectures and discussions.
- Practical application of DevSecOps tools within simulated pipelines.
- Guided exercises centred on secure development and deployment processes.
Course Customisation Options
- To arrange a tailored training session for this course that aligns with your team’s specific workflows or toolchain, please contact us.
Introduction to FortiGate 1100E
14 HoursThis instructor-led, live training in Australia (online or onsite) is aimed at beginner-level network administrators who wish to use FortiGate 1100E to manage and secure their network environments effectively.
By the end of this training, participants will be able to:
- Understand the basic architecture and features of FortiGate 1100E.
- Learn how to deploy FortiGate 1100E in various network environments.
- Gain hands-on experience with basic configuration and management tasks.
- Understand security policies, NAT, and VPNs.
- Learn to monitor and maintain FortiGate 1100E.
Fortigate 600E Security Administration and Operations
14 HoursThis instructor-led, live training in Australia (online or onsite) targets intermediate-level network and security professionals aiming to effectively manage and secure networks using Fortigate 600E hardware, with a particular emphasis on High Availability (HA) configurations to boost reliability and performance.
Upon completion of this training, participants will be able to:
- Grasp the features, specifications, and operational principles of the Fortigate 600E firewall.
- Carry out the initial setup of the Fortigate 600E, including fundamental configuration tasks such as interface setup, routing, and establishing initial firewall policies.
- Configure and oversee advanced security features, including SSL VPN, user authentication, antivirus, IPS, web filtering, and anti-malware capabilities, to guard against diverse network threats.
- Troubleshoot common issues within HA setups and effectively manage HA environments.
Penetration Testing with Nmap
14 HoursThis instructor-led live training in Australia (online or onsite) is tailored for software testers keen on safeguarding their organisation's network using Nmap.
Upon completing this training, participants will be able to:
- Establish the required testing environment to begin using Nmap.
- Scan network systems for security vulnerabilities.
- Identify active and vulnerable hosts.
How to Write Secure Code
35 HoursThis course aims to assist with the following:
- Empower developers to master the techniques of writing secure code.
- Enable software testers to assess application security prior to deployment in production environments.
- Assist software architects in understanding the risks associated with applications.
- Support team leaders in establishing security baselines for their development teams.
- Guide webmasters in configuring servers to avoid misconfigurations.
Secure Developer Java (Inc OWASP)
21 HoursThis course explores secure coding concepts and principles for Java, utilising the testing methodologies of the Open Web Application Security Project (OWASP). The Open Web Application Security Project is a global community dedicated to producing freely accessible articles, methodologies, documentation, tools, and technologies focused on web application security.
Secure Developer .NET (Inc OWASP)
21 HoursThis course delves into secure coding concepts and principles within ASP.NET, utilising the testing methodology of the Open Web Application Security Project (OWASP). OWASP is an online community dedicated to creating freely accessible articles, methodologies, documentation, tools, and technologies in the realm of web application security.
The course explores the security features of the .NET Framework and demonstrates how to protect web applications.