EC-Council Certified DevSecOps Engineer (ECDE) Training Course
The EC-Council Certified DevSecOps Engineer (ECDE) is a practical course designed to empower professionals with the skills necessary to integrate security throughout the DevOps lifecycle, ensuring secure software development from the initial planning stages through to deployment.
This instructor-led live training, available either online or on-site, targets intermediate-level software and DevOps professionals aiming to embed security practices into Continuous Integration and Continuous Deployment (CI/CD) pipelines, thereby guaranteeing the delivery of secure and compliant code.
Upon completion of this training, participants will be able to:
- Comprehend the core principles and practices of DevSecOps.
- Safeguard every stage of the CI/CD pipeline using automated security tools.
- Adopt secure coding methodologies and implement vulnerability scanning techniques.
- Effectively prepare for the ECDE certification through practical lab exercises and review sessions.
Course Format
- Engaging interactive lectures and discussions.
- Practical application of DevSecOps tools within simulated pipelines.
- Guided exercises centred on secure development and deployment processes.
Course Customization Options
- To request tailored training for this course that aligns with your team’s specific workflows or toolchain, please contact us to make arrangements.
Course Outline
Introduction to DevSecOps and ECDE Framework
- Foundational concepts and principles of DevSecOps
- Security challenges prevalent in DevOps environments
- Overview of the ECDE examination and its domains
Secure DevOps Culture and Mindset
- Understanding security as a shared organisational responsibility
- Implementing 'shift-left' security strategies in the SDLC
- Aligning stakeholders and defining team roles
Integrating Security in CI/CD Pipelines
- Securing pipelines in Jenkins, GitLab CI, and Azure DevOps
- Managing secrets and configuring environments securely
- Ensuring secure container builds and conducting image scanning
Application Security in DevSecOps
- Static Application Security Testing (SAST) and Dynamic Application Security Testing (DAST)
- Scanning open-source dependencies using Software Composition Analysis (SCA) tools
- Conducting secure code reviews and adhering to best coding practices
Infrastructure as Code and Cloud Security
- Securing configurations for Terraform, Ansible, and Kubernetes
- Implementing Identity and Access Management (IAM) and policy-as-code
- Implementing DevSecOps in hybrid and multi-cloud environments
Monitoring, Compliance, and Incident Readiness
- Security monitoring and logging within CI/CD pipelines
- Automating compliance with standards such as NIST, ISO, and SOC 2
- Establishing automated remediation and incident response workflows
ECDE Exam Preparation and Final Lab
- Understanding the ECDE exam structure and receiving preparation tips
- Completing a capstone DevSecOps pipeline lab
- Undergoing knowledge checks and readiness assessments
Summary and Next Steps
Requirements
- Understanding of fundamental DevOps workflows and tools
- Familiarity with the software development lifecycle (SDLC)
- Knowledge of application security principles is advantageous
Audience
- DevOps engineers
- Application security professionals
- Software developers integrating security measures into pipelines
Need help picking the right course?
southafrica@nobleprog.co.za or +27 (0)10 005 5793
EC-Council Certified DevSecOps Engineer (ECDE) Training Course - 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
Very good to understand how a hacker would potentially analyse sites for weakness and tools they might employ .
Roger - OTT Mobile
Course - .NET, C# and ASP.NET Security Development
Related Courses
ABAP Secure code
14 HoursUpon completion of this training, participants will be capable of:
- Articulating the concepts of application security and common vulnerabilities
- Outlining ABAP programming best practices and the management of SY-SUBRC
- Gaining insight into injection-related vulnerabilities
- Describing security testing utilities
- Explaining the functions of ATC and CVA
Course Format
- Interactive lectures accompanied by discussions.
- Ample opportunities for exercises and practical application.
- Hands-on implementation within a live-lab environment.
Applications Security Foundation
21 HoursThis course addresses the fundamental secure coding practices essential for a wide array of web application developers. It equips students with secure programming principles by examining specific code snippets, identifying vulnerabilities, and implementing effective remediation strategies.
Participants will observe demonstrations of real-world attacks and learn how to mitigate them, thereby building confidence in enhancing the security posture of their applications.
Duration: 3 days
Target Audience: Developers seeking to expand their expertise in secure coding.
Learning Outcomes
• Upon completion, students will gain proficiency in:
• Web Application Security.
• Common Web Application Risks.
• Demo Web Application Penetration Testing.
• Data Validation.
• Authentication.
• Session Management.
• Secure SDLC.
Certified Chief Information Security Officer (CCISO)
35 HoursThe EC-Council’s CCISO Program has certified leading information security professionals around the world. A core group of high-level information security executives, the CCISO Advisory Board, contributed by forming the foundation of the program and outlining the content that would be covered by the exam, body of knowledge, and training. Some members of the Board contributed as authors, others as exam writers, others as quality assurance checks, and still others as trainers. Each segment of the program was developed with the aspiring CISO in mind and looks to transfer the knowledge of seasoned professionals to the next generation in the areas that are most critical in the development and maintenance of a successful information security program.
The Certified CISO (CCISO) program is the first of its kind training and certification program aimed at producing top-level information security executives. The CCISO does not focus solely on technical knowledge but on the application of information security management principles from an executive management point of view. The program was developed by sitting CISOs for current and aspiring CISOs.
Network Security and Secure Communication
21 HoursBuilding a secure networked application can be challenging, even for developers who have prior experience with cryptographic building blocks like encryption and digital signatures. To help participants grasp the role and application of these cryptographic primitives, this course first establishes a solid foundation on the core requirements of secure communication: secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also highlights common threats that compromise these requirements alongside practical, real-world solutions.
Since cryptography is a critical component of network security, the course covers essential cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on complex mathematical theories, these concepts are explored from a developer's perspective, featuring typical use-case examples and practical considerations such as public key infrastructures. The course also introduces security protocols used across various domains of secure communication, with a detailed examination of widely adopted protocol families like IPSEC and SSL/TLS.
Common cryptographic vulnerabilities are discussed in relation to specific algorithms and protocols, including BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and the RSA timing attack. For each issue, practical implications and potential consequences are outlined, avoiding deep mathematical derivations.
Finally, given that XML technology is central to data exchange for networked applications, the course addresses XML security. This includes the use of XML in web services and SOAP messages, along with protective measures such as XML Signature and XML Encryption. It also covers weaknesses in these protections and XML-specific security issues, including 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 at different OSI layers
- Have a practical understanding of cryptography
- Understand essential security protocols
- Understand some recent attacks against cryptosystems
- Get 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 robust C and C++ applications demands proactive defense against malicious exploitation, memory corruption, and vulnerabilities that bypass input validation. This course explores common vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will implement secure coding standards, leverage static analysis tools, and adopt defensive programming practices to remove weaknesses, ensure proper input sanitization, and build software that is resilient to cyber threats.
Advanced Java Security
21 HoursEven seasoned Java developers often do not fully master the diverse security services provided by Java, nor are they always aware of the various vulnerabilities that impact web applications built with Java.
In addition to introducing the security components of Standard Java Edition, this course addresses security concerns within Java Enterprise Edition (JEE) and web services. The discussion of specific services begins with the fundamentals of cryptography and secure communication. Participants will explore declarative and programmatic security techniques in JEE through various exercises, while also examining both transport-layer and end-to-end security for web services. Practical exercises allow participants to apply these APIs and tools, providing hands-on experience with all discussed components.
The course also covers and explains the most common and severe programming flaws associated with the Java language and platform, as well as web-related vulnerabilities. Beyond typical bugs committed by Java developers, the security vulnerabilities addressed include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and corresponding attacks are demonstrated through clear, understandable exercises, followed by recommended coding guidelines and potential mitigation strategies.
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 how to avoid them
- Understand the security concepts of web services
- Learn to utilize various security features within the Java development environment
- Gain a practical understanding of cryptography
- Understand the security solutions offered by Java EE
- Learn about typical coding mistakes and how to prevent them
- Gain information on recent vulnerabilities in the Java framework
- Acquire practical knowledge in using security testing tools
- Receive resources and further reading materials on secure coding practices
Audience
Developers
Standard Java Security: Secure Coding & Development Practices
14 HoursDescription
Although the Java language and the Java Runtime Environment (JRE) were engineered to minimize the common security vulnerabilities often found in other languages like C/C++, developers and architects must do more than just leverage the environment's positive security features. They must also recognize the persistent 'negative security' vulnerabilities that remain relevant to Java development.
This course begins with a concise overview of cryptographic foundations, establishing a common baseline for understanding the purpose and operation of applicable security components. Participants will then apply these concepts through practical exercises, allowing them to experiment with the discussed APIs firsthand.
Additionally, the curriculum examines the most frequent and severe programming flaws inherent to the Java language and platform. This includes addressing typical mistakes made by Java programmers as well as issues specific to the language and environment. All vulnerabilities and associated attack vectors are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and effective mitigation techniques.
Participants attending this course will
- Gain a solid understanding of fundamental security concepts, IT security, and secure coding principles
- Identify Web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them
- Master the use of various security features within the Java development environment
- Develop a practical understanding of cryptography
- Recognize common coding mistakes and learn strategies to avoid them
- Stay informed about recent vulnerabilities in the Java framework
- Access sources and further reading materials on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, a variety of programming languages can be used 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-level and code-level programming techniques to implement the required security functionality, avoid vulnerabilities, and limit their potential exploitation.
This course aims to equip developers with practical skills through numerous hands-on exercises. Participants will learn how to prevent untrusted code from executing privileged actions, secure resources via strong authentication and authorization, manage remote procedure calls, handle sessions effectively, and explore various implementations for specific functionalities.
The course introduces various vulnerabilities by highlighting typical programming errors made when using .NET. It also examines ASP.NET vulnerabilities in the context of different environment settings and their impact. Furthermore, the topic of ASP.NET-specific vulnerabilities covers general web application security challenges as well as specialized issues and attack methods, such as ViewState attacks and string termination attacks.
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 how to avoid them
- Master the use of various security features within the .NET development environment
- Gain practical knowledge on using security testing tools
- Identify typical coding mistakes and learn how to prevent them
- Stay informed about recent vulnerabilities in .NET and ASP.NET
- Access sources and further reading materials on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the essential skills needed to build applications that are resilient against modern internet-based attacks. The curriculum explores web vulnerabilities using practical PHP examples that extend beyond the OWASP Top Ten, addressing a wide range of issues such as various injection attacks, script injections, session handling weaknesses in PHP, insecure direct object references, file upload problems, and more. PHP-specific vulnerabilities are categorized into standard vulnerability types, including missing or inadequate input validation, improper error and exception handling, misuse of security features, and time- and state-related issues. For the latter category, we examine attacks such as open_basedir circumvention, denial-of-service via magic float manipulation, and hash table collision attacks. In every scenario, participants will learn the critical techniques and functions required to mitigate these risks.
A significant emphasis is placed on client-side security, tackling security concerns related to JavaScript, Ajax, and HTML5. The course introduces several PHP security extensions, such as hash, mcrypt, and OpenSSL for cryptographic purposes, as well as Ctype, ext/filter, and HTML Purifier for robust input validation. Best practices for hardening are discussed in the context of PHP configuration (specifically php.ini), Apache, and server-level settings in general. Furthermore, the course provides an overview of various security testing tools and techniques available to developers and testers, including security scanners, penetration testing methods, exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the introduction of vulnerability concepts and configuration practices are reinforced through numerous hands-on exercises. These demonstrations illustrate the consequences of successful attacks, show how to apply mitigation strategies, and guide participants in using various extensions and tools effectively.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding
- Understand web vulnerabilities that extend beyond the OWASP Top Ten and learn how to prevent them
- Acquire knowledge of client-side vulnerabilities and secure coding standards
- Develop a practical understanding of cryptography
- Learn to utilize various built-in security features of PHP
- Identify typical coding mistakes and understand how to avoid them
- Stay informed about recent vulnerabilities within the PHP framework
- Gain practical experience in using security testing tools
- Access resources and further readings on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis comprehensive SDL core training offers an in-depth look at secure software design, development, and testing via the Microsoft Secure Development Lifecycle (SDL). It presents a foundational Level 100 overview of SDL's essential components, followed by design strategies aimed at identifying and rectifying vulnerabilities during the early stages of the development process.
Focusing on the development phase, the course outlines common security-related programming errors in both managed and native code. Attack vectors associated with these vulnerabilities are discussed alongside mitigation techniques, all illustrated through practical, hands-on exercises that engage participants in live hacking scenarios. The training 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 code through practical exercises.
By the end of this course, participants will be able to
Comprehend fundamental concepts of security, IT security, and secure coding
Familiarize themselves with the key steps of the Microsoft Secure Development Lifecycle
Acquire knowledge of secure design and development practices
Understand principles of secure implementation
Grasp the methodology of security testing
- Access resources and further reading materials on secure coding practices
Target Audience
Developers, Managers
Certified Penetration Testing Professional - CPENT
35 HoursThe Certified Penetration Testing Professional (CPENT) credential is a world-renowned benchmark that validates an individual's expertise and proficiency in penetration testing and ethical hacking. Professionals holding the CPENT designation demonstrate their capability to detect, evaluate, and mitigate security weaknesses within network infrastructure. This certification ensures mastery of penetration testing frameworks, comprehension of legal and regulatory requirements, and deep technical insight into attack vectors and defensive measures. Many sectors mandate CPENT-certified experts to protect their systems from malicious actors. Consequently, the CPENT certification acts as proof of a candidate's advanced proficiency in securing networks and systems, which is vital in the ever-changing realm of cybersecurity.
CYBERSECURE CODER (CSC)
21 HoursThis course caters to individuals such as software developers, testers, and architects involved in creating software using different programming languages and platforms like desktop, web, cloud, and mobile. It aims to enhance their capacity to produce software of superior quality, with a special focus on security and privacy aspects.
EC-COUNCIL CERTIFIED INCIDENT HANDLER (ECIH)
21 HoursThis comprehensive specialist-level program imparts knowledge and skills on how organizations can effectively manage post-breach consequences by reducing the financial and reputational impact of incidents. The learning objectives are emphasized through practical learning, with 40% of the course covering hands-on experience of the latest incident handling and response tools, techniques, methodologies, and frameworks.
Incident Response
21 HoursCourse Format
- Interactive lectures and discussions.
- Extensive exercises and practical practice.
- Hands-on implementation in a live-lab environment.
Customization Options for the Course
- To request customized training for this course, please contact us to arrange.
Threat Hunting
21 HoursCourse Structure
- Engaging lectures coupled with group discussions.
- Ample opportunities for practical exercises and skill application.
- Real-world implementation exercises conducted in a live laboratory setting.
Customization Options
- For organizations seeking tailored training for this course, please reach out to us to make the necessary arrangements.