Executive Cyber Security Awareness Training Course
This course offers leaders and managers a comprehensive overview of the key issues and activities within the cybersecurity landscape.
Participants will gain insights into various critical topics designed to deepen their understanding and refine executive decision-making capabilities concerning cybersecurity threats.
Upon completion of this training, attendees will be equipped to:
- Comprehend privacy issues related to the internet and social networking platforms
- Understand Personally Identifiable Information (PII) and its significance
- Implement strategies to safeguard online activities
- Maintain the privacy of business users effectively
- Gain familiarity with cyber laws that protect privacy
Course Format
- Interactive lectures and discussions
- Extensive exercises and practical practice
- Hands-on implementation in a live-lab environment
Customization Options
- For tailored training solutions, please contact us to arrange.
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
Fundamental knowledge of computer operations
Basic proficiency in internet and email usage
Need help picking the right course?
uae@nobleprog.com or +971 4871 6715
Executive Cyber Security Awareness Training Course - 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 the UAE (online or onsite) is aimed at sysadmins who wish 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 the UAE (online or onsite) targets system administrators keen on utilizing Microsoft Active Directory to manage and secure data access.
By the conclusion of this training, participants will be capable of:
- Setting up and configuring Active Directory.
- Establishing a domain and defining access rights for users and devices.
- Managing users and machines through Group Policies.
- Controlling access to file servers.
- Setting up a Certificate Service and managing certificates.
- Implementing and managing services such as encryption, certificates, and authentication.
Network Security and Secure Communication
21 HoursDeveloping secure networked applications presents significant challenges, even for developers familiar with cryptographic building blocks like encryption and digital signatures. To help participants grasp the role and application of these cryptographic primitives, the course begins by establishing a solid foundation on the core requirements of secure communication: acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also addresses common threats that compromise these requirements alongside practical, real-world solutions.
Given that cryptography is central to network security, the course explores essential cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on complex mathematical theory, this content is presented from a developer's perspective, highlighting typical use cases and practical considerations such as public key infrastructures (PKI). The curriculum introduces security protocols across various domains of secure communication, with an in-depth examination of widely adopted protocol families like IPSEC and SSL/TLS.
Common cryptographic vulnerabilities are examined concerning both specific algorithms and protocols. Topics include BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each issue, the course details practical considerations and potential consequences without delving into deep mathematical analysis.
As XML technology is vital for data exchange in networked applications, the course covers XML security aspects. This includes using XML within web services and SOAP messages, alongside protective measures such as XML Signature and XML Encryption. It also addresses weaknesses in these protections and specific XML vulnerabilities like XML injection, XML external entity (XXE) attacks, XML bombs, and XPath injection.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding
- Comprehend the requirements for secure communication
- Gain knowledge of network attacks and defenses across various OSI layers
- Develop a practical understanding of cryptography
- Understand essential security protocols
- Analyze recent attacks targeting cryptosystems
- Acquire information on contemporary related vulnerabilities
- Understand the security concepts underlying Web services
- Access sources and further reading materials on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursDeveloping secure C and C++ applications demands rigorous protection against malicious exploitation, memory corruption, and input validation bypasses. This program explores vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will implement secure coding guidelines, utilize static analysis tools, and apply defensive programming techniques to eliminate weaknesses, enforce input sanitization, and deliver hardened software that is resilient against cyberattacks.
Advanced Java Security
21 HoursEven seasoned Java developers often do not fully master the various security services provided by Java, nor are they always aware of the different vulnerabilities relevant to web applications written in Java.
Aside from introducing the security components of Standard Java Edition, this course addresses security issues in Java Enterprise Edition (JEE) and web services. The discussion of specific services is preceded by a foundation in cryptography and secure communication. Various exercises cover declarative and programmatic security techniques in JEE, while both transport-layer and end-to-end security of web services are discussed. The use of all components is presented through several practical exercises, allowing participants to try out the discussed APIs and tools themselves.
The course also covers and explains the most frequent and severe programming flaws in the Java language and platform, as well as web-related vulnerabilities. Besides 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 the 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 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 of Java EE
- Learn about typical coding mistakes and how to avoid them
- Get information about some recent vulnerabilities in the Java framework
- Get practical knowledge in using security testing tools
- Get sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, various programming languages enable the compilation of code for the .NET and ASP.NET frameworks. While this environment offers robust capabilities for security development, developers must understand how to apply architectural and coding-level techniques to implement the required security features, prevent vulnerabilities, and minimize the risk of exploitation.
This course aims to equip developers with the skills to prevent untrusted code from executing privileged actions, safeguard resources through rigorous authentication and authorization, manage remote procedure calls, handle sessions effectively, and explore diverse implementation strategies for specific functionalities, among other key areas, through extensive hands-on exercises.
The course begins by introducing common vulnerabilities, starting with typical programming errors encountered in .NET development. The discussion on ASP.NET vulnerabilities also covers various environmental configurations and their impacts. Furthermore, the section on ASP.NET-specific vulnerabilities addresses general web application security challenges as well as specialized issues and attack vectors, such as ViewState manipulation and string termination attacks.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding principles
- Identify web vulnerabilities beyond the OWASP Top Ten and learn how to mitigate them
- Utilize the various security features available in the .NET development environment
- Acquire practical experience with security testing tools
- Recognize common coding mistakes and learn strategies to avoid them
- Stay informed about recent vulnerabilities affecting .NET and ASP.NET
- Access resources and further reading materials on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the critical skills needed to fortify applications against modern internet-based threats. By exploring web vulnerabilities through practical PHP examples, the curriculum extends beyond the OWASP Top Ten to cover various injection attacks, script injections, session handling weaknesses, insecure direct object references, file upload risks, and more. PHP-specific vulnerabilities are categorized into standard types such as inadequate input validation, improper error or exception handling, misuse of security features, and time- or state-related issues. Key attack vectors discussed include open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. Throughout the course, participants will master essential techniques and functions to mitigate these identified risks.
A significant portion of the training focuses on client-side security, addressing vulnerabilities in JavaScript, Ajax, and HTML5. Participants will be introduced to vital PHP security extensions for cryptography (such as hash, mcrypt, and OpenSSL) and input validation (including Ctype, ext/filter, and HTML Purifier). The course also covers best practices for hardening PHP configurations (via php.ini), Apache settings, and general server security. Additionally, it provides an overview of security testing tools and methodologies available to developers and testers, including scanners, penetration testing utilities, exploit kits, sniffers, proxies, fuzzing tools, and static source code analyzers.
Theoretical concepts of vulnerabilities and configuration practices are reinforced with hands-on exercises. These activities demonstrate the impact of successful attacks, show how to implement mitigation strategies, and guide the use of various extensions and testing tools.
Learning Outcomes
- Grasp fundamental concepts of security, IT security, and secure coding
- Identify web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them
- Understand client-side vulnerabilities and apply secure coding standards
- Develop a practical understanding of cryptographic principles
- Utilize PHP’s built-in security features effectively
- Recognize common coding pitfalls and learn methods to avoid them
- Stay informed about recent vulnerabilities within the PHP framework
- Gain hands-on experience with security testing tools
- Access resources and further reading on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThe Combined SDL core training provides an in-depth look at secure software design, development, and testing within the framework of the Microsoft Secure Development Lifecycle (SDL). It offers a foundational overview of SDL's essential components, followed by design techniques aimed at identifying and resolving vulnerabilities during the early stages of the development process.
During the development phase, the course outlines common security-related programming errors found in both managed and native code. It presents attack vectors for these vulnerabilities alongside corresponding mitigation strategies. Through a series of hands-on exercises that offer participants engaging, live hacking experiences, these concepts are practically demonstrated. The training then introduces various security testing methods and showcases the effectiveness of different testing tools. Participants gain a clear understanding of how these tools operate by applying them to previously discussed vulnerable code in practical exercises.
Participants attending this course will
Comprehend the fundamental concepts of security, IT security, and secure coding
Become familiar with the critical steps of the Microsoft Secure Development Lifecycle
Master secure design and development practices
Learn the principles of secure implementation
Understand security testing methodology
- Access resources and further reading materials on secure coding practices
Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in the UAE, participants will learn how to formulate a proper security strategy to address the challenges of DevOps security.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical course designed to empower professionals with the expertise to integrate security throughout the DevOps lifecycle, ensuring secure software development from initial planning through to deployment.
This instructor-led, live training (available online or on-site) targets intermediate-level software and DevOps professionals looking to embed security practices into CI/CD pipelines, guaranteeing the delivery of secure and compliant code.
Upon completion of this training, participants will be able to:
- Grasp the core principles and practices of DevSecOps.
- Secure every phase of the CI/CD pipeline using automated tools.
- Implement secure coding methodologies and vulnerability scanning techniques.
- Prepare effectively for the ECDE certification through practical labs and review sessions.
Course Format
- Interactive lectures and discussions.
- Hands-on application of DevSecOps tools within simulated pipelines.
- Guided exercises centered on secure development and deployment processes.
Course Customization Options
- To arrange customized training for this course tailored to your team’s specific workflows or toolchain, please contact us.
FreeIPA for Administrators
14 HoursThis instructor-led live training in the UAE (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.
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 a FreeIPA server.
Identity and Access Management with Okta
14 HoursThis instructor-led, live training in the UAE (online or onsite) is aimed at 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 with multi-factor authentication.
OpenLDAP for Linux Systems
7 HoursOpenLDAP is open-source software used to implement the Lightweight Directory Access Protocol (LDAP), which enables management and access to information directories. It is a popular directory server that can be used to store and share data about users, groups, network resources, and other objects on the network.