Executive Cyber Security Awareness Training Course
This program is designed to give leaders and managers a comprehensive overview of the challenges and activities involved in cybersecurity.
Participants will gain insights across various topics, helping to build their knowledge and sharpen executive decision-making skills concerning cyber threats.
Upon completion of this training, participants will be able to:
- Understand internet privacy and social networking implications
- Recognize the significance of PII (Personally Identifiable Information)
- Learn strategies to secure online activities
- Understand how to protect the privacy of business users
- Familiarize themselves with cyber laws that safeguard privacy
Course Format
- Interactive lectures and discussions
- Extensive exercises and practical application
- Hands-on implementation in a live-lab environment
Course Customization Options
- To request a customized version of this training, please contact us to arrange details.
Course Outline
Introduction
Threat Actors and Their Motivations
- Cybercriminals
- Script kiddies
- State-sponsored hackers
- Hacktivists
- Insiders
- Researchers / white hackers
Types of Cyber Attacks
- Ransomware
- DDoS
- APT
Tactics and Techniques
- Phishing, vishing, smishing
- Malicious devices
- Physical security
- Brute force / password spraying
- APT attacks
Cyber Resilience Strategy
- MITRE ATT&CK
- Defense-in-depth
- Security monitoring
- Disaster recovery
Personal Security
- Password security and multifactor authentication
- Darknet monitoring
- Secure internet connection
- Data encryption
- Secure email
- Mobile security
Summary and Next Steps
Requirements
Basic computer literacy
Fundamental knowledge of internet and email usage
Open Training Courses require 5+ participants.
Executive Cyber Security Awareness Training Course - Booking
Executive Cyber Security Awareness Training Course - Enquiry
Executive Cyber Security Awareness - Consultancy Enquiry
Testimonials (1)
I enjoyed refreshing my knowledge on the various subjects on cyber security. I was increasingly interested around cyber attacks, how they happen and what we (as an organisation) could potentially do to try and mitigate any risks. I did raise a question around AI in cyber attacks, and the answer was very in depth and interesting with a live example given on the spot.
Siobhan
Course - Executive Cyber Security Awareness
Upcoming Courses
Related Courses
389 Directory Server for Administrators
14 HoursThis instructor-led, live training in South Korea (online or onsite) is designed for system administrators who want to use 389 Directory Server to configure and manage LDAP-based authentication and authorization.
Upon completion 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 South Korea (online or onsite) targets system administrators who want to utilize Microsoft Active Directory to manage and secure data access.
By the conclusion of this training, participants will be able to:
- Deploy and configure Active Directory.
- Establish domains and define access permissions for users and devices.
- Administer users and machines via Group Policies.
- Regulate access to file servers.
- Configure Certificate Services and oversee certificate management.
- Deploy and manage services including encryption, certificates, and authentication.
Android Security
14 HoursAndroid serves as an open platform for mobile devices, including smartphones and tablets. It offers a wide array of security features designed to facilitate the development of secure software. However, it also lacks certain security aspects found in other handheld platforms. This course provides a comprehensive overview of these features, highlighting critical shortcomings related to the underlying Linux environment, file systems, and general usage. It also covers the proper use of permissions and other Android software development components.
The curriculum describes typical security pitfalls and vulnerabilities affecting both native code and Java applications, along with recommendations and best practices to avoid and mitigate these risks. Many of the discussed issues are supported by real-life examples and case studies. Finally, the course provides a brief overview of how to utilize security testing tools to identify security-related programming bugs.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Learn about security solutions within Android
- Learn to utilize various security features of the Android platform
- Gain information about recent vulnerabilities in Java on Android
- Learn about typical coding mistakes and how to avoid them
- Understand native code vulnerabilities on Android
- Recognize the severe consequences of insecure buffer handling in native code
- Understand architectural protection techniques and their weaknesses
- Receive resources and further reading on secure coding practices
Audience
Professionals
Network Security and Secure Communication
21 HoursBuilding a secure networked application can be challenging, even for developers who have previously utilized various cryptographic components like encryption and digital signatures. To help participants grasp the role and application of these cryptographic primitives, the course first establishes a strong foundation on the core requirements of secure communication—including secure acknowledgment, integrity, confidentiality, remote authentication, and anonymity. It also outlines common threats that can compromise these requirements alongside real-world mitigation strategies.
Given that cryptography is a critical component of network security, the course examines essential cryptographic algorithms, including symmetric cryptography, hashing, asymmetric cryptography, and key agreement protocols. Rather than focusing on complex mathematical theories, the material is presented from a developer's perspective, featuring typical use-case examples and practical considerations such as public key infrastructure (PKI). Additionally, security protocols across various domains of secure communication are introduced, with a detailed examination of widely adopted protocol families like IPSEC and SSL/TLS.
The course addresses 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, practical implications and potential consequences are explained without delving into deep mathematical details.
Finally, since XML technology is central to data exchange in networked applications, the course covers XML security aspects. This includes the use of XML in web services and SOAP messages, protection mechanisms like XML Signature and XML Encryption, and potential weaknesses in these measures. XML-specific security issues such as XML injection, XML external entity (XXE) attacks, XML bombs, and XPath injection are also discussed.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Comprehend the requirements for secure communication
- Learn about network attacks and defenses across different OSI layers
- Gain practical knowledge of cryptography
- Understand essential security protocols
- Recognize recent attacks targeting cryptosystems
- Gain insights into recent related vulnerabilities
- Understand security concepts within web services
- Access resources and further reading materials on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursThis three-day course provides foundational knowledge on securing C/C++ code against potential exploitation by malicious actors, focusing on vulnerabilities related to memory management and input handling. It emphasizes the core principles necessary for writing robust and secure software.
Advanced Java Security
21 HoursEven seasoned Java developers do not necessarily master every security service provided by Java, nor are they always fully aware of the various vulnerabilities pertinent to Java-based web applications.
In addition to introducing the security components of the Standard Java Edition, this course addresses security issues within Java Enterprise Edition (JEE) and web services. Before diving into specific services, the course covers the foundations of cryptography and secure communication. Through various exercises, participants will explore declarative and programmatic security techniques in JEE, as well as both transport-layer and end-to-end security for web services. Practical exercises allow participants to experiment with the discussed APIs and tools firsthand.
The course also examines and explains the most common and severe programming flaws and web-related vulnerabilities associated with the Java language and platform. Beyond 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 corresponding attacks are demonstrated through accessible exercises, followed by recommended coding guidelines and 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 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
- Receive information on some recent vulnerabilities in the Java framework
- Acquire practical knowledge in using security testing tools
- Obtain resources and further readings on secure coding practices
Audience
Developers
Standard Java Security: Secure Coding & Development Practices
14 HoursDescription
The Java language and its Runtime Environment (JRE) were intentionally designed to eliminate many of the common, problematic security vulnerabilities frequently found in other languages, such as C and C++. However, software developers and architects must do more than just know how to utilize the various security features available in the Java environment (positive security); they must also be fully aware of the numerous vulnerabilities that remain relevant to Java development (negative security).
The introduction of security services begins with a brief overview of cryptographic foundations, establishing a common baseline for understanding the purpose and operation of applicable components. Participants will explore the practical use of these components through several hands-on exercises, allowing them to experiment with the discussed APIs firsthand.
The course also examines and explains the most frequent and severe programming flaws within the Java language and platform. This covers both typical errors made by Java programmers and issues specific to the language and environment. All vulnerabilities and related attack vectors are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and effective mitigation techniques.
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 prevent them
- Learn to utilize various security features of the Java development environment
- Gain a practical understanding of cryptography
- Identify typical coding mistakes and learn how to avoid them
- Gain insights into recent vulnerabilities within the Java framework
- Receive resources 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 compile code for the .NET and ASP.NET frameworks. While this environment offers robust security development capabilities, developers must understand how to apply architectural and coding-level techniques to implement the desired security features, prevent vulnerabilities, and limit their potential exploitation.
This course aims to teach developers through extensive hands-on exercises how to prevent untrusted code from executing privileged actions, secure resources via strong authentication and authorization, facilitate remote procedure calls, manage sessions, and introduce various implementations for specific functionalities.
The introduction to various vulnerabilities begins by examining typical programming errors associated with .NET. The discussion on ASP.NET vulnerabilities also covers diverse environment settings and their impacts. Furthermore, the topic of ASP.NET-specific vulnerabilities addresses not only general web application security challenges but also 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
- Learn to utilize various security features within the .NET development environment
- Gain practical knowledge in using security testing tools
- Identify typical coding mistakes and learn how to avoid them
- Receive information on recent vulnerabilities in .NET and ASP.NET
- Access sources and further reading materials on secure coding practices
Audience
Developers
The Secure Coding Landscape
14 HoursThis course provides an introduction to fundamental security concepts, offering a comprehensive overview of vulnerability characteristics across diverse programming languages and platforms. It elucidates methods for mitigating software security risks throughout the software development lifecycle. While avoiding deep technical intricacies, the curriculum highlights significant and prevalent vulnerabilities in various software development technologies. It also addresses the challenges inherent in security testing, presenting applicable techniques and tools to identify potential issues within code.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding practices
- Comprehend web vulnerabilities affecting both server and client sides
- Recognize the severe consequences of improper buffer handling
- Stay informed about recent vulnerabilities in development environments and frameworks
- Learn to identify typical coding mistakes and understand how to prevent them
- Understand security testing approaches and methodologies
Audience
Managers
FreeIPA for Administrators
14 HoursThis instructor-led live training in South Korea (online or onsite) is designed for system administrators who wish to use FreeIPA to centralize authentication, authorization, and account information for their organization's users, groups, and machines.
Upon completion of this training, participants will be able to:
- Install and configure FreeIPA.
- Manage Linux users and clients from a single centralized location.
- Utilize FreeIPA’s CLI, Web UI, and RPC interface to establish and manage permissions.
- Enable Single Sign-On (SSO) authentication across all systems, services, and applications.
- Integrate FreeIPA with Windows Active Directory.
- Backup, replicate, and migrate a FreeIPA server.
Identity and Access Management with Okta
14 HoursThis instructor-led, live training in South Korea (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 measures using multi-factor authentication.
OpenLDAP Workshop
21 HoursThis instructor-led live training in South Korea (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 South Korea (online or onsite) is aimed at system administrators who wish to use OpenAM to manage identity and access controls for web applications.
By the end of this training, participants will be able to:
- Set up the necessary server environment to start configuring authentication and access controls using OpenAM.
- Implement single sign-on (SSO), multi-factor authentication (MFA), and user self-service features for web applications.
- Use federation services (OAuth 2.0, OpenID, SAML v2.0, etc.) to extend identity management securely across different systems or applications.
- Access and manage authentication, authorization, and identity services through REST APIs.
OpenDJ for Administrators
14 HoursThis instructor-led, live training in South Korea (online or onsite) is designed for system administrators who want to leverage OpenDJ to manage user credentials within their organization's production environment.
Upon completion of this training, participants will be equipped with the ability to:
- Install and configure OpenDJ.
- Maintain an OpenDJ server, covering monitoring, troubleshooting, and performance optimization.
- Create and manage multiple OpenDJ databases.
- Perform backup and migration tasks for an OpenDJ server.