User Session Recording Technology for Security and Compliance Training Course
User session recording technology is employed to capture, monitor, and audit user activity on IT systems, offering valuable insights for security, compliance, and forensic investigations.
This instructor-led live training (available online or onsite) is designed for beginner to intermediate-level IT and security professionals who aim to implement user session recording solutions to enhance monitoring, compliance, and accountability.
Upon completing this training, participants will be able to:
- Grasp the core principles of user session recording.
- Deploy and configure session recording solutions.
- Analyze and audit recorded sessions to ensure compliance.
- Integrate session recording with existing security monitoring systems.
Course Format
- Interactive lectures and discussions.
- Extensive exercises and practical practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request customized training for this course, please contact us to arrange.
Course Outline
Introduction to User Session Recording
- Understanding session recording.
- Use cases in security and compliance.
- Legal and ethical considerations.
Deploying Session Recording
- Architecture and deployment options.
- Configuration and storage considerations.
- Agent versus agentless approaches.
Monitoring and Analysis
- Viewing and auditing recorded sessions.
- Integrating with SIEM and monitoring tools.
- Detecting insider threats and anomalies.
Best Practices and Maintenance
- Data protection and privacy.
- Storage and retention policies.
- Ongoing monitoring and performance tuning.
Summary and Next Steps
Requirements
- A solid understanding of IT security fundamentals.
- Experience working with Windows or Linux environments.
- Familiarity with compliance and audit processes.
Target Audience
- Security administrators.
- Compliance officers.
- IT operations teams.
Need help picking the right course?
southafrica@nobleprog.co.za or +27 (0)10 005 5793
User Session Recording Technology for Security and Compliance Training Course - Enquiry
Testimonials (3)
Experience sharing, it's teacher's know-how and valuable.
Carey Fan - Logitech
Course - C/C++ Secure Coding
get to understand more about the product and some key differences between RHDS and open source OpenLDAP.
Jackie Xie - Westpac Banking Corporation
Course - 389 Directory Server for Administrators
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
Related Courses
389 Directory Server for Administrators
14 HoursThis instructor-led, live training in Nigeria (online or onsite) is designed for system administrators 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 Nigeria (online or onsite) is designed for system administrators aiming to use Microsoft Active Directory for managing and securing data access.
By the end of this training, participants will be able to:
- Set up and configure Active Directory.
- Establish a domain and define user and device access rights.
- Manage users and machines through Group Policies.
- Control file server access.
- Set up a Certificate Service and manage certificates.
- Implement and manage services such as encryption, certificates, and authentication.
Network Security and Secure Communication
21 HoursDeveloping secure networked applications is a challenging task, even for developers who have previously worked with 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 main requirements of secure communication—namely, secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. We also present typical problems that can compromise these requirements alongside real-world solutions.
As cryptography is critical to network security, we discuss the most important cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on deep mathematical backgrounds, we examine these elements from a developer's perspective, providing typical use-case examples and practical considerations related to cryptography, such as public key infrastructures. We introduce security protocols across various areas of secure communication, offering an in-depth discussion on the most widely-used protocol families, including IPSEC and SSL/TLS.
We discuss common cryptographic vulnerabilities related to certain crypto algorithms and protocols, such as BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and similar threats, as well as the RSA timing attack. In each case, we describe the practical considerations and potential consequences of these problems without delving into complex mathematical details.
Finally, since XML technology is central to data exchange for networked applications, we describe the security aspects of XML. This includes using XML within web services and SOAP messages, alongside protection measures like XML signature and XML encryption. We also cover 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
- 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 secure C and C++ programs demands rigorous defense against malicious exploitation, memory corruption, and input validation bypasses. This course 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 resilient against cyberattacks.
Advanced Java Security
21 HoursEven seasoned Java developers often struggle to fully master the diverse security services provided by Java, and they are frequently unaware of the various vulnerabilities that impact web applications built with Java.
Beyond introducing the security components of Standard Java Edition, this course addresses the security challenges associated with Java Enterprise Edition (JEE) and web services. The discussion of specific services is grounded in the fundamental principles of cryptography and secure communication. Participants will engage in various exercises covering declarative and programmatic security techniques in JEE, while also exploring transport-layer and end-to-end security for web services. Through practical exercises, attendees can apply the discussed APIs and tools, gaining hands-on experience with each component.
The course also examines and explains the most common and severe programming flaws in the Java language and platform, as well as web-related vulnerabilities. In addition to typical errors made by Java developers, the identified security vulnerabilities encompass both language-specific issues and problems arising from the runtime environment. All vulnerabilities and corresponding attacks are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and effective mitigation techniques.
Participants attending this course will
- Grasp the core concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Understand the security concepts underlying web services
- Acquire skills in utilizing 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 strategies to avoid them
- Gain insights into recent vulnerabilities affecting the Java framework
- Acquire practical knowledge in using security testing tools
- Receive resources and further reading materials on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, numerous programming languages can compile code for the .NET and ASP.NET frameworks. While this environment offers robust tools for security development, developers must understand how to apply programming techniques at both the architectural and coding levels. This knowledge is essential for implementing desired security features while avoiding vulnerabilities or limiting their exploitation.
The primary goal of this course is to guide developers through numerous hands-on exercises. Participants will learn how to prevent untrusted code from executing privileged actions, protect resources using strong authentication and authorization mechanisms, manage remote procedure calls, handle sessions, and explore various implementation strategies for specific functionalities, among other critical skills.
The introduction to various vulnerabilities begins by highlighting typical programming errors commonly made when using .NET. The discussion on ASP.NET vulnerabilities also covers different environment settings and their impact. Furthermore, the topic of ASP.NET-specific vulnerabilities addresses not only general web application security challenges but also specialized issues and attack vectors, such as attacks targeting the ViewState or string termination exploits.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding practices
- Identify web vulnerabilities beyond the OWASP Top Ten and learn how to avoid them
- Utilize various security features within the .NET development environment
- Gain practical experience with security testing tools
- Recognize typical coding mistakes and understand how to prevent them
- Learn about recent vulnerabilities affecting .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 critical skills to safeguard their applications against modern internet threats. It explores web vulnerabilities through practical PHP examples, extending beyond the OWASP Top Ten to cover various injection attacks, script injections, session handling weaknesses, insecure direct object references, file upload issues, and more. The curriculum categorizes PHP-specific vulnerabilities into standard types such as inadequate input validation, faulty error and exception handling, misuse of security features, and time- or state-related problems. Specific topics include mitigating open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. Participants will learn essential techniques and functions to neutralize these risks.
A significant emphasis is placed on client-side security, addressing JavaScript, Ajax, and HTML5 vulnerabilities. The course introduces vital PHP extensions for cryptography (hash, mcrypt, OpenSSL) and input validation (Ctype, ext/filter, HTML Purifier). It also covers best hardening practices for PHP configuration (php.ini), Apache, and general server settings. Finally, it provides an overview of security testing tools and techniques available to developers and testers, including scanners, penetration testing tools, exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both vulnerability concepts and configuration practices are reinforced with hands-on exercises that demonstrate attack consequences, show how to implement mitigation strategies, and guide the use of various extensions and tools.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding
- Explore web vulnerabilities beyond the OWASP Top Ten and learn how to avoid them
- Understand client-side vulnerabilities and adopt secure coding practices
- Gain practical knowledge of cryptography
- Learn to utilize various PHP security features effectively
- Identify typical coding mistakes and understand how to prevent them
- Stay informed about recent vulnerabilities in the PHP framework
- Acquire hands-on experience with security testing tools
- Access resources and further readings on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis comprehensive core training offers a deep dive into secure software design, development, and testing via the Microsoft Secure Development Lifecycle (SDL). It provides a foundational overview of SDL’s key principles, 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 environments. Participants will explore attack vectors associated with these vulnerabilities, along with corresponding mitigation techniques. The learning experience is reinforced through numerous hands-on exercises that provide practical, real-world hacking scenarios. Additionally, various security testing methods are introduced, alongside demonstrations of effective testing tools. Participants gain a clear understanding of these tools by applying them to previously discussed vulnerable codebases during practical exercises.
Key Takeaways for Participants
Grasp fundamental concepts of security, IT security, and secure coding practices
Familiarize themselves with the critical stages of the Microsoft Secure Development Lifecycle
Acquire skills in secure design and development methodologies
Understand the principles of secure implementation
Comprehend security testing methodologies
- Access resources and further reading materials on secure coding practices
Target Audience
Software Developers, IT Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Nigeria, participants will learn how to develop an appropriate security strategy to tackle 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 software remains secure from the initial planning stages through to deployment.
This instructor-led live training (available online or onsite) targets intermediate-level software and DevOps professionals who want to weave security practices into their CI/CD pipelines, guaranteeing the delivery of secure and compliant code.
Upon completing this training, participants will be able to:
- Grasp the core principles and practices of DevSecOps.
- Secure each phase of the CI/CD pipeline using automated tools.
- Apply secure coding standards and vulnerability scanning techniques.
- Prepare for the ECDE certification through practical labs and comprehensive review.
Course Format
- Interactive lectures and discussions.
- Practical application of DevSecOps tools within simulated pipelines.
- Guided exercises centered on secure development and deployment.
Course Customization Options
- To request a customized training program tailored to your team’s specific workflows or toolchain, please contact us to make arrangements.
FreeIPA for Administrators
14 HoursThis instructor-led live training in Nigeria (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 Nigeria (available online or onsite) is tailored for system administrators who wish to adopt Okta for identity and access management.
By the conclusion 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 for Linux Systems
7 HoursOpenLDAP is open-source software used to implement the LDAP (Lightweight Directory Access Protocol) protocol, which enables the management and access of 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 in a network.