Executive Cyber Security Awareness Training Course
This course is designed to give leaders and managers a comprehensive overview of the key issues and activities within the realm of cybersecurity.
Leaders will gain insights across various topics, enhancing their knowledge and refining their executive decision-making capabilities regarding cybersecurity threats.
Upon completion of this training, participants will be able to:
- Comprehend internet usage and social network privacy.
- Understand Personally Identifiable Information (PII) and its significance.
- Learn how to secure online assets.
- Understand methods for maintaining the privacy of business users.
- Familiarize themselves with cyber laws that protect privacy.
Course Format
- Interactive lectures and discussions.
- Extensive exercises and practice sessions.
- Hands-on implementation within a live-lab environment.
Course Customization Options
- To request customized training for this course, please contact us to make arrangements.
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 spray
- 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 usage skills
Basic internet and email usage skills
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 Taiwan (online or onsite) is designed for system administrators who want 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 Taiwan (online or on-site) is designed for system administrators who wish to utilize Microsoft Active Directory to manage and secure data access.
By the end of this training, participants will be able to:
- Set up and configure Active Directory.
- Set up a domain and define access rights of 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.
Android Security
14 HoursAndroid is an open-source mobile platform widely used in smartphones and tablets. It offers a broad range of security features designed to simplify the development of secure software; however, it lacks certain security measures found in other mobile platforms. This course provides a comprehensive overview of these security capabilities and highlights critical vulnerabilities related to the underlying Linux kernel, file system, and general environment, as well as issues concerning permissions and other Android development components.
Common security pitfalls and vulnerabilities affecting both native code and Java applications are discussed, accompanied by recommendations and best practices to prevent and mitigate them. Many of the issues presented are illustrated with real-world examples and case studies. Additionally, the course offers a brief guide on utilizing security testing tools to identify potential security-related programming flaws.
Upon completing this course, participants will:
- Gain a solid understanding of fundamental security concepts, information technology security, and secure coding principles.
- Learn about the security mechanisms available on Android.
- Acquire skills to effectively utilize various security features within the Android platform.
- Review recent vulnerabilities in Java within the Android ecosystem.
- Understand typical coding errors and learn how to avoid them.
- Develop insight into vulnerabilities associated with native code on Android.
- Recognize the serious consequences of improper buffer handling in native code.
- Understand architectural protection techniques and their associated limitations.
- Access resources and further reading materials on secure coding practices.
Target Audience
Professionals
Network Security and Secure Communication
21 HoursDeveloping a secure networked application can be challenging, even for developers who have previously utilized various cryptographic building blocks like encryption and digital signatures. To help participants grasp the role and application of these cryptographic primitives, we first establish a solid foundation regarding the core requirements of secure communication: secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. We also highlight typical threats that can undermine these requirements, alongside real-world solutions.
Given that cryptography is a critical component of network security, we discuss the most important algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on deep mathematical backgrounds, we approach these topics from a developer's perspective, providing typical use-case examples and practical considerations, such as public key infrastructures. We introduce security protocols across various areas of secure communication, offering an in-depth look at widely-used protocol families like IPSEC and SSL/TLS.
We also address 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, we describe practical considerations and potential consequences without delving into complex mathematical details.
Finally, since XML technology is central to data exchange for networked applications, we cover XML security aspects. This includes using XML within web services and SOAP messages, along with protection measures like XML Signature and XML Encryption. We also examine 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 the basic concepts of security, IT security, and secure coding
- Grasp the requirements of secure communication
- Learn about network attacks and defenses across different OSI layers
- Gain a practical understanding of cryptography
- Comprehend essential security protocols
- Understand recent attacks against cryptosystems
- Gain insights into recent related vulnerabilities
- Understand security concepts for 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 exploitation targeting vulnerabilities related to memory management and input handling. It emphasizes 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 fully aware of the various vulnerabilities that impact web applications written in Java.
Besides introducing the security components of Standard Java Edition, this course addresses security issues related to Java Enterprise Edition (JEE) and web services. The discussion of specific services begins with the fundamentals of cryptography and secure communication. A variety of exercises cover both declarative and programmatic security techniques in JEE, while the course examines both transport-layer and end-to-end security for web services. Through several practical exercises, participants can gain hands-on experience with the discussed APIs and tools.
The course also explores and explains the most common and severe programming flaws associated with the Java language and platform, as well as web-related vulnerabilities. In addition to typical errors made by Java programmers, the covered security vulnerabilities include 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 the 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 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 about some recent vulnerabilities in the Java framework
- Acquire practical knowledge in using security testing tools
- Obtain sources and further readings on secure coding practices
Audience
Developers
Standard Java Security
14 HoursDescription
The Java programming language and the Java Runtime Environment (JRE) were designed to minimize exposure to the common security vulnerabilities that plague other languages, such as C and C++. However, software developers and architects must not only master the positive security features inherent in the Java ecosystem but also maintain a sharp awareness of the numerous vulnerabilities that remain relevant to Java development (negative security).
Before introducing Java security services, the course provides a concise overview of cryptographic foundations. This establishes a common baseline for understanding the purpose and functionality of the components involved. Participants will engage in several practical exercises to apply and test these APIs firsthand.
The course also examines and explains the most frequent and severe programming flaws within the Java language and platform. This includes both typical errors made by Java programmers and issues specific to the language and its environment. All vulnerabilities and their corresponding attack vectors are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and mitigation techniques.
Participants attending this course will
- Gain a solid understanding of core security concepts, IT security, and secure coding principles
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Master the use of various security features within the Java development environment
- Develop a practical understanding of cryptography
- Identify common coding mistakes and learn how to avoid them
- Receive information regarding recent vulnerabilities within the Java framework
- Access valuable resources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursCurrently, numerous programming languages are available to compile code for the .NET and ASP.NET frameworks. While this environment offers powerful tools for security development, developers must understand how to apply architecture- and coding-level techniques to implement desired security functionality, prevent vulnerabilities, or limit their exploitation.
This course aims to teach developers through numerous hands-on exercises how to prevent untrusted code from performing privileged actions, protect resources using strong authentication and authorization, provide remote procedure calls, manage sessions, introduce various implementations for specific functionalities, and much more.
The introduction to various vulnerabilities begins by presenting typical programming problems encountered when using .NET. The discussion on ASP.NET vulnerabilities also covers various environment settings and their effects. Finally, the topic of ASP.NET-specific vulnerabilities addresses not only general web application security challenges but also special issues and attack methods, such as attacking the ViewState or string termination attacks.
Participants attending this course will
- Understand the basic concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and know how to avoid them
- Learn to use various security features of the .NET development environment
- Gain practical knowledge in using security testing tools
- Learn about typical coding mistakes and how to avoid them
- Get information about some recent vulnerabilities in .NET and ASP.NET
- Get sources and further readings on secure coding practices
Audience
Developers
The Secure Coding Landscape
14 HoursThis course provides an introduction to fundamental security principles, offering a broad overview of vulnerability characteristics across different programming languages and platforms. It outlines strategies for managing software security risks throughout all phases of the software development lifecycle. Without delving into deep technical intricacies, the course highlights several critical and prevalent vulnerabilities found across various development technologies. It also addresses the challenges associated with security testing, presenting practical techniques and tools that participants can use to identify existing issues within their code.
By the end of this course, participants will be able to:
- Grasp the foundational concepts of security, IT security, and secure coding practices.
- Comprehend web vulnerabilities affecting both server-side and client-side environments.
- Appreciate the serious consequences of improper buffer handling.
- Stay informed about recent vulnerabilities affecting development environments and frameworks.
- Learn to recognize typical coding errors and discover methods to prevent them.
- Understand various security testing approaches and methodologies.
Target Audience
Managers
FreeIPA for Administrators
14 HoursThis instructor-led live training in Taiwan (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 Taiwan (online or on-site) is designed for system administrators who wish to use Okta for identity and access management.
Upon completion of this training, participants will be capable of:
- Configuring, integrating, and managing Okta.
- Integrating Okta into existing applications.
- Enhancing security through multi-factor authentication.
OpenLDAP Workshop
21 HoursThis instructor-led, live training in Taiwan (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 Taiwan (online or on-site) is designed for system administrators who want to use OpenAM to manage identity and access controls for web applications.
Upon completing this training, participants will be able to:
- Configure the necessary server environment to set up authentication and access controls using OpenAM.
- Implement single sign-on (SSO), multi-factor authentication (MFA), and user self-service features for web applications.
- Utilize federation services (OAuth 2.0, OpenID, SAML v2.0, etc.) to securely extend identity management across various systems or applications.
- Access and manage authentication, authorization, and identity services via REST APIs.
OpenDJ for Administrators
14 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at system administrators who wish to use OpenDJ to manage their organization's user credentials in a production environment.
By the end of this training, participants will be able to:
- Install and configure OpenDJ.
- Maintain an OpenDJ server, including monitoring, troubleshooting, and optimizing for performance.
- Create and manage multiple OpenDJ databases.
- Backup and migrate an OpenDJ server.