Introducing Information Security & Charting a Career Path Training Course
Target Audience:
This course is tailored for individuals seeking to grasp the fundamentals of information security and explore viable career trajectories within the sector. It is accessible to people from various backgrounds, including those with minimal prior technical experience.
Course Objectives:
Participants will:
- Acquire a comprehensive understanding of core information security concepts and principles.
- Learn to recognize significant threats and vulnerabilities.
- Explore diverse career opportunities and specializations within the field of information security.
- Establish a solid foundation for ongoing education and professional exploration.
Course Format:
- Interactive lectures complemented by group discussions.
- Hands-on exercises accompanied by feedback sessions.
- Participants are encouraged to bring questions and engage actively in the dialogue.
This agenda is adaptable and can be modified according to time limitations and audience interests. Customized iterations may incorporate interactive components such as quizzes, polls, and group discussions.
Resources and information regarding further education, professional organizations, and career development tools will be provided.
Customization Options
- To arrange customized training for this course, please contact us.
Course Outline
Welcome & Introduction - Course overview and objectives
The Information Security Landscape
- Defining information security: Confidentiality, Integrity, Availability (CIA triad)
- Data classifications and sensitivity levels
- Understanding common cyber threats (malware, phishing, social engineering, etc.)
- Real-world case studies of information security breaches
Building Your Information Security Arsenal
- Essential security controls: Access control, encryption, firewalls, intrusion detection
- Implementing secure practices: Password management, multi-factor authentication (MFA), data backups
- Understanding security frameworks and standards (NIST, ISO 27001)
Navigating the Information Security Career Landscape
- Overview of the diverse career paths available (Security Management, Governance, Risk and Compliance (GRC), Security Analyst, Penetration Tester, Incident Responder, etc.)
- Understanding the skills and qualifications required for different roles
- Exploring educational and certification options
- Q&A with industry professionals (optional)
Specialising in the Security Realm
- Deep dive into specific security domains: Network security, cloud security, application security, data security
- Emerging trends and future directions in information security - AI, Culture Change
- Career growth and advancement opportunities
Hands-on Activity: Applying Security Concepts
- Interactive scenario-based exercise to put theory into practice
- Group discussion and collaborative problem-solving
Charting Your Course: Actionable Steps
- Developing a personalized career roadmap
- Identifying resources for further learning and networking
- Q&A and open discussion
Course Wrap-up and Feedback
- Key takeaways and concluding remarks
- Feedback form and evaluation
Requirements
No specific technical skills are required; however, a basic understanding of common technologies, such as the Internet and standard IT tools like MS Office, is helpful.
Open Training Courses require 5+ participants.
Introducing Information Security & Charting a Career Path Training Course - Booking
Introducing Information Security & Charting a Career Path Training Course - Enquiry
Introducing Information Security & Charting a Career Path - 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
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
Upcoming Courses
Related Courses
ABAP Secure code
14 HoursUpon completion of this training, participants will be able to:
- Explain the principles of application security and common vulnerabilities
- Outline ABAP programming best practices and the proper handling of SY-SUBRC
- Understand the nature of injection vulnerabilities
- Describe available security testing tools
- Explain the functions of ATC and CVA
Course Format
- Interactive lectures and group discussions.
- Extensive exercises and practical activities.
- Hands-on implementation within a live-lab environment.
Applications Security Foundation
21 HoursThis course addresses the fundamental topics of secure coding that are critical for a wide range of web application developers. Participants will learn the core principles of secure programming by examining specific code snippets, identifying potential security vulnerabilities, and applying effective remediation strategies.
Throughout the course, you will observe demonstrations of real-world attacks and learn how to defend against them, building your confidence as you strive to enhance the security of your applications.
Duration: 3 days
Target Audience: Developers seeking to expand their expertise in secure coding practices.
Learning Outcomes
• Participants will acquire knowledge in:
• Web Application Security.
• Common Web Application Risks.
• Demo Web Application Penetration Testing.
• Data Validation.
• Authentication.
• Session Management.
• Secure SDLC.
Android Security
14 HoursAndroid is an open-source platform designed for mobile devices, including smartphones and tablets. While it offers a wide range of security features to simplify the development of secure software, it lacks certain security mechanisms found in other mobile platforms. This course provides a comprehensive overview of these features, highlighting critical shortcomings related to the underlying Linux kernel, the file system, and the general environment, as well as the use of permissions and other Android development components.
Common security pitfalls and vulnerabilities affecting both native code and Java applications are examined, along with recommendations and best practices to prevent and mitigate them. Many of the discussed issues are illustrated with real-world examples and case studies. Additionally, the course offers a brief overview of how to utilize security testing tools to identify potential security-related programming errors.
Participants attending this course will
- Gain a solid understanding of fundamental security concepts, IT security, and secure coding principles
- Explore the security solutions available on the Android platform
- Learn how to effectively utilize various security features provided by Android
- Discover information about recent Java vulnerabilities on Android
- Identify common coding mistakes and learn how to avoid them
- Understand vulnerabilities associated with native code on Android
- Recognize the severe consequences of improper buffer handling in native code
- Comprehend architectural protection techniques and their potential weaknesses
- Access resources and further reading materials 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 utilized 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 on the core requirements of secure communication – secure acknowledgement, integrity, confidentiality, remote identification, and anonymity. It also highlights typical issues that can compromise these requirements and presents real-world solutions.
Given that cryptography is a critical aspect of network security, the course discusses essential cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Instead of delving into an in-depth mathematical background, these elements are examined from a developer's perspective, illustrating typical use-case examples and practical considerations related to crypto usage, such as public key infrastructures. The course introduces security protocols across various areas of secure communication, with an in-depth discussion on the most widely used protocol families, such as IPSEC and SSL/TLS.
Typical crypto vulnerabilities are examined, both concerning specific crypto algorithms and cryptographic protocols, such as BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and others, as well as the RSA timing attack. For each issue, practical considerations and potential consequences are described, again without going into deep mathematical details.
Finally, as XML technology is central to data exchange in networked applications, the security aspects of XML are described. This includes the usage of XML within web services and SOAP messages alongside protection measures such as XML signature and XML encryption – as well as weaknesses in those 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
- Understand the requirements of secure communication
- Learn about network attacks and defenses at different OSI layers
- Acquire 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 HoursSpanning three days, this course introduces the fundamental principles of writing secure C and C++ code. It focuses on defending against malicious users who may exploit vulnerabilities related to memory management and input handling.
Advanced Java Security
21 HoursEven seasoned Java developers often lack comprehensive mastery of the full range of security services provided by Java, as well as the various vulnerabilities that impact web applications built with Java.
In addition to introducing the security components of the Standard Java Edition, this course addresses security challenges within the Java Enterprise Edition (JEE) and web services. The discussion of specific services is grounded in the fundamentals of cryptography and secure communication. Through a series of exercises, participants explore declarative and programmatic security techniques in JEE, while also examining transport-layer and end-to-end security for web services. The practical application of these components is demonstrated through hands-on exercises, allowing participants to experiment directly with the discussed APIs and tools.
The course also covers and explains the most common and critical programming flaws in the Java language and platform, as well as web-related vulnerabilities. Beyond typical errors made by Java developers, the security vulnerabilities addressed include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and associated attacks are illustrated through accessible exercises, followed by recommended coding guidelines and potential mitigation strategies.
Participants attending this course will
- Gain an understanding of the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and discover how to prevent them
- Understand the security concepts underlying web services
- Acquire the skills to utilize various security features within the Java development environment
- Develop a practical understanding of cryptography
- Comprehend the security solutions offered by Java EE
- Learn about typical coding mistakes and how to avoid them
- Receive information regarding recent vulnerabilities in the Java framework
- Gain 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 programming language and its Runtime Environment (JRE) were specifically engineered to minimize the most common and problematic security vulnerabilities often found in other languages, such as C and C++. Despite this robust foundation, software developers and architects must not only master the positive security features of the Java environment but also remain vigilant regarding the numerous vulnerabilities that still impact Java development (negative security).
Before introducing security services, the course provides a concise overview of cryptographic fundamentals, establishing a shared baseline for understanding the purpose and functionality of the relevant components. Participants will apply their knowledge through practical exercises, allowing them to experiment directly with the discussed APIs.
The course also examines and explains the most frequent and severe programming flaws inherent to the Java language and platform, addressing both typical errors made by Java developers and issues specific to the language and its environment. All identified vulnerabilities and associated attack vectors are demonstrated through accessible exercises, followed by recommended coding guidelines and mitigation strategies.
Participants attending this course will
- Comprehend fundamental concepts of security, IT security, and secure coding.
- Gain insight into web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them.
- Master the utilization of various security features within the Java development environment.
- Develop a practical understanding of cryptography.
- Identify typical coding mistakes and learn how to avoid them.
- Receive information regarding recent vulnerabilities in the Java framework.
- Obtain resources and further reading recommendations 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, prevent vulnerabilities, and limit their potential exploitation.
The primary aim of this course is to equip developers with the skills to prevent untrusted code from executing privileged actions, protect resources through robust authentication and authorization, manage remote procedure calls, handle sessions, and explore various implementation strategies for specific functionalities, all through extensive hands-on exercises.
The course introduces various vulnerabilities by first presenting typical programming errors common in .NET development. The discussion on ASP.NET vulnerabilities examines different environment settings and their impacts. Finally, the topic of ASP.NET-specific vulnerabilities addresses 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 core concepts of security, IT security, and secure coding.
- Gain knowledge of web vulnerabilities beyond the OWASP Top Ten and learn how to avoid them.
- Learn to utilize the various security features of the .NET development environment.
- Acquire practical experience with security testing tools.
- Identify typical coding mistakes and learn how to avoid them.
- Receive information on recent vulnerabilities in .NET and ASP.NET.
- Obtain sources and further reading materials on secure coding practices.
Audience
Developers
The Secure Coding Landscape
14 HoursThis course introduces fundamental security concepts and provides an overview of vulnerability types across different programming languages and platforms. It explains how to manage software security risks throughout the various phases of the software development lifecycle. Rather than delving into deep technical specifics, the course highlights significant and prevalent vulnerabilities in various software development technologies, while also addressing the challenges of security testing and presenting techniques and tools that can be used to identify existing issues in code.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Grasp web vulnerabilities on both the server and client sides
- Recognize the severe consequences of insecure buffer handling
- Gain awareness of recent vulnerabilities in development environments and frameworks
- Learn about typical coding mistakes and how to avoid them
- Understand security testing approaches and methodologies
Audience
Managers
Secure coding in PHP
21 HoursThis course equips PHP developers with essential skills to fortify applications against modern internet-based threats. It explores web vulnerabilities through practical PHP examples that extend beyond the OWASP Top Ten, addressing injection attacks, script injections, flaws in PHP session handling, insecure direct object references, file upload issues, and more. PHP-specific vulnerabilities are categorized into common patterns such as inadequate or incorrect input validation, poor error and exception handling, misuse of security features, and time- or state-related vulnerabilities. The latter section covers attacks like open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. Participants will learn key techniques and functions to mitigate these risks.
Special attention is also paid to client-side security, addressing issues within JavaScript, Ajax, and HTML5. The curriculum introduces vital PHP extensions for cryptography (such as hash, mcrypt, and OpenSSL) and input validation (including Ctype, ext/filter, and HTML Purifier). Best practices for hardening PHP configurations (php.ini), Apache, and server settings are provided. Additionally, the course offers an overview of security testing tools and methods available to developers and testers, including security scanners, penetration testing frameworks, exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the explanation of vulnerabilities and configuration guidelines are reinforced with hands-on exercises. These labs demonstrate the impact of successful attacks, illustrate how to apply mitigation strategies, and guide participants in using various extensions and tools effectively.
Learning outcomes
- Grasp fundamental concepts of IT security and secure coding
- Identify and prevent web vulnerabilities beyond the OWASP Top Ten
- Understand client-side vulnerabilities and secure coding standards
- Gain practical knowledge of cryptography
- Master the use of PHP's built-in security features
- Recognize common coding errors and learn how to avoid them
- Stay informed about recent security issues in the PHP framework
- Acquire hands-on experience with security testing tools
- Access resources and further reading on secure coding
Target Audience
Developers
Microsoft SDL Core
14 HoursThe Integrated SDL Core training provides a comprehensive look into secure software design, development, and testing via the Microsoft Secure Development Lifecycle (SDL). It offers a foundational (level 100) overview of SDL’s core components, followed by design strategies aimed at identifying and resolving vulnerabilities during the early stages of the development cycle.
Regarding the development phase, the course outlines common security-related programming bugs found in both managed and native code environments. For each vulnerability discussed, the associated attack methods and mitigation techniques are detailed, all illustrated through practical exercises that offer participants real-world hacking experience. The session also introduces various security testing methodologies, demonstrating the effectiveness of different testing tools. Participants will gain a deep understanding of these tools' operations by applying them to the vulnerable code samples used throughout the course.
Upon completion, participants will be able to
Comprehend fundamental concepts of security, IT security, and secure coding
Familiarize themselves with the essential steps of the Microsoft Secure Development Lifecycle
Master secure design and development practices
Understand principles of secure implementation
Grasp security testing methodologies
- Access resources and further reading materials on secure coding practices
Intended Audience
Developers, Managers
Security Testing
14 HoursAfter gaining familiarity with various vulnerabilities and attack vectors, participants will explore the general approach and methodology for security testing, along with techniques designed to uncover specific weaknesses. The process begins with information gathering about the system under evaluation (ToC), followed by comprehensive threat modeling to identify and prioritize all potential threats, ultimately leading to a risk analysis-driven test plan.
Security evaluations are integrated throughout various stages of the Software Development Life Cycle (SDLC). The course covers design reviews, code reviews, reconnaissance, and system information gathering, as well as implementation testing and environment hardening for secure deployment. Detailed instruction is provided on numerous security testing techniques, including taint analysis, heuristics-based code reviews, static code analysis, dynamic web vulnerability testing, and fuzzing. Participants will be introduced to a variety of tools that automate the security evaluation of software, reinforced by hands-on exercises where these tools are applied to analyze previously discussed vulnerable code. Real-world case studies are utilized to deepen the understanding of different vulnerability types.
This course equips testers and QA professionals with the ability to effectively plan and execute security tests, select and utilize the most suitable tools and techniques to detect even concealed security flaws, and gain essential practical skills immediately applicable to their daily work.
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
- Study client-side vulnerabilities and secure coding best practices
- Understand security testing approaches and methodologies
- Acquire practical knowledge in applying security testing techniques and tools
- Access resources and further reading materials on secure coding practices
Audience
Developers, Testers
Secure Web Application Development and Testing
21 HoursProtecting web-accessible applications demands security professionals who are consistently vigilant regarding current attack vectors and trends. While a vast array of technologies and environments facilitate the comfortable development of web applications, developers must not only grasp the security issues specific to those platforms but also understand general vulnerabilities that persist regardless of the development tools used.
This course provides an overview of effective security solutions for web applications, with a particular emphasis on understanding the critical cryptographic mechanisms required for implementation. We present various web application vulnerabilities on both the server side (aligned with the OWASP Top Ten) and the client side, illustrating them through relevant attack scenarios. These are followed by recommended coding practices and mitigation strategies to prevent such issues. The topic of secure coding concludes with a discussion of common security-related programming errors, including input validation flaws, misuse of security features, and code quality issues.
Testing is crucial for ensuring the security and robustness of web applications. Various approaches—ranging from high-level auditing and penetration testing to ethical hacking—can be employed to uncover different types of vulnerabilities. However, to move beyond easily discoverable 'low-hanging fruit,' security testing must be meticulously planned and executed. Keep in mind: while a security tester must ideally find all bugs to ensure protection, an adversary only needs to find one exploitable vulnerability to gain access.
Practical exercises will aid in understanding web application vulnerabilities, programming mistakes, and, most importantly, mitigation techniques. Through hands-on experience with various testing tools—from security scanners and sniffers to proxy servers, fuzzing tools, and static source code analyzers—this course delivers essential practical skills applicable immediately in the workplace.
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
- Gain knowledge of client-side vulnerabilities and secure coding practices
- Develop a practical understanding of cryptography
- Understand security testing approaches and methodologies
- Acquire practical knowledge of using security testing techniques and tools
- Stay informed about recent vulnerabilities in various platforms, frameworks, and libraries
- Access resources and further readings on secure coding practices
Audience
Developers, Testers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Slovakia, 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 course designed to give professionals the skills needed to integrate security throughout the DevOps lifecycle, ensuring secure software development from the planning phase through to deployment.
This instructor-led live training (available online or onsite) targets intermediate-level software and DevOps professionals who want to incorporate security practices into CI/CD pipelines, guaranteeing secure and compliant code delivery.
Upon completing this training, participants will be able to:
- Grasp the core principles and practices of DevSecOps.
- Secure all stages of the CI/CD pipeline using automated tools.
- Apply secure coding practices and conduct vulnerability scanning.
- Prepare for the ECDE certification through hands-on labs and review.
Course Format
- Interactive lectures and discussions.
- Practical experience with DevSecOps tools in simulated pipelines.
- Guided exercises focused on secure development and deployment.
Course Customization Options
- To arrange customized training for this course tailored to your team’s workflows or toolchain, please contact us.