User Session Recording Technology for Security and Compliance Training Course
User session recording technology is utilized to capture, monitor, and audit user activity on IT systems, providing insights for security, compliance, and forensic investigations.
This instructor-led, live training (online or onsite) is aimed at beginner-level to intermediate-level IT and security professionals who wish to implement user session recording solutions to enhance monitoring, compliance, and accountability.
By the end of this training, participants will be able to:
- Understand the principles of user session recording.
- Deploy and configure session recording solutions.
- Analyze and audit recorded sessions for compliance.
- Integrate session recording with security monitoring systems.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Course Outline
Introduction to User Session Recording
- What is session recording
- Use cases in security and compliance
- Legal and ethical considerations
Deploying Session Recording
- Architecture and deployment options
- Configuration and storage considerations
- Agent vs 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
- An understanding of IT security fundamentals
- Experience with Windows or Linux environments
- Familiarity with compliance and audit processes
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 Kenya (online or onsite) is designed for system administrators who wish 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.
- Comprehend the features and architecture of 389 Directory Server.
- Learn how to configure the directory server via the web console and CLI.
- Set up and monitor replication to ensure high availability and load balancing.
- Manage LDAP authentication using SSSD for improved performance.
- Integrate 389 Directory Server with Microsoft Active Directory.
Active Directory for Admins
21 HoursThis instructor-led live training in Kenya, delivered online or on-site, caters to system administrators intending to utilize Microsoft Active Directory for managing and securing data access.
By the conclusion of this training, participants will be able to:
- Provision and configure Active Directory.
- Establish a domain and delineate access rights for users and devices.
- Oversight of users and machines via Group Policies.
- Regulate access to file servers.
- Deploy a Certificate Service and handle certificates.
- Execute and oversee services including encryption, certificates, and authentication.
Network Security and Secure Communication
21 HoursDeveloping a secure networked application presents challenges, even for developers who have previously utilized 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: secure acknowledgement, integrity, confidentiality, remote identification, and anonymity. It also addresses common issues that can compromise these requirements alongside practical solutions used in the industry.
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 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 detailed discussions on widely adopted protocol families like IPSEC and SSL/TLS.
Typical cryptographic vulnerabilities are explored, relating to both specific algorithms and protocols. Examples include BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each vulnerability, the practical implications and potential consequences are described without delving into deep mathematical details.
As XML technology is central to data exchange for networked applications, the course covers its security aspects. This includes the use of XML in web services and SOAP messages, along with protective measures such as XML signature and XML encryption. The content also addresses weaknesses in these protection mechanisms and XML-specific security issues like 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++ code demands strict protection 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 utilize secure coding guidelines, static analysis tools, and 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 diverse security services provided by Java, nor are they always aware of the various vulnerabilities that impact web applications built with Java.
In addition to introducing the security components of Standard Java Edition, this course addresses security concerns within Java Enterprise Edition (JEE) and web services. The discussion of specific services begins with the fundamentals of cryptography and secure communication. Participants will explore declarative and programmatic security techniques in JEE through various exercises, while also examining both transport-layer and end-to-end security for web services. Practical exercises allow participants to apply these APIs and tools, providing hands-on experience with all discussed components.
The course also covers and explains the most common and severe programming flaws associated with the Java language and platform, as well as web-related vulnerabilities. Beyond typical bugs committed by Java developers, the security vulnerabilities addressed include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and corresponding attacks are demonstrated through clear, understandable exercises, followed by recommended coding guidelines and potential 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 within the Java development environment
- Gain a practical understanding of cryptography
- Understand the security solutions offered by Java EE
- Learn about typical coding mistakes and how to prevent them
- Gain information on recent vulnerabilities in 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, a variety of programming languages can be used to compile code for the .NET and ASP.NET frameworks. While this environment offers robust tools for security development, developers must understand how to apply architecture-level and code-level programming techniques to implement the required security functionality, avoid vulnerabilities, and limit their potential exploitation.
This course aims to equip developers with practical skills through numerous hands-on exercises. Participants will learn how to prevent untrusted code from executing privileged actions, secure resources via strong authentication and authorization, manage remote procedure calls, handle sessions effectively, and explore various implementations for specific functionalities.
The course introduces various vulnerabilities by highlighting typical programming errors made when using .NET. It also examines ASP.NET vulnerabilities in the context of different environment settings and their impact. Furthermore, the topic of ASP.NET-specific vulnerabilities covers 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 the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to avoid them
- Master the use of various security features within the .NET development environment
- Gain practical knowledge on using security testing tools
- Identify typical coding mistakes and learn how to prevent them
- Stay informed about recent vulnerabilities in .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 the critical skills needed to build applications that are resilient against modern internet-based threats. We explore web vulnerabilities using practical PHP examples, extending beyond the OWASP Top Ten to cover a wide range of issues such as 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, including missing or flawed input validation, incorrect error and exception management, misuse of security features, and time- or state-related flaws. For these latter areas, we examine attacks like open_basedir circumvention, denial-of-service via magic floats, and hash table collision exploits. Throughout, participants will master the essential techniques and functions required to mitigate these identified risks.
A dedicated focus is placed on client-side security, addressing issues within JavaScript, Ajax, and HTML5. The course introduces key PHP extensions for cryptography—such as hash, mcrypt, and OpenSSL—as well as tools for input validation like Ctype, ext/filter, and HTML Purifier. We also outline best practices for hardening PHP configurations (including php.ini settings), Apache servers, and the broader server environment. Finally, we provide an overview of diverse security testing tools and techniques available to developers and testers, including security scanners, penetration testing frameworks, exploit packs, network sniffers, proxy servers, fuzzing utilities, and static source code analyzers.
Both the theoretical introduction to vulnerabilities and the practical configuration guidelines are reinforced with numerous hands-on exercises. These sessions demonstrate the impact of successful attacks, illustrate how to apply mitigation strategies, and guide participants in using various extensions and tools effectively.
Upon completing this course, participants will be able to:
- Grasp the fundamental concepts of security, IT security, and secure coding principles.
- Identify web vulnerabilities beyond the OWASP Top Ten and learn strategies to avoid them.
- Understand client-side vulnerabilities and adopt secure coding practices for frontend technologies.
- Develop a practical understanding of cryptography.
- Utilize various built-in security features provided by PHP.
- Recognize common coding errors and learn how to prevent them.
- Stay informed about recent vulnerabilities affecting the PHP framework.
- Gain hands-on experience with security testing tools.
- Access valuable sources and further reading materials on secure coding practices.
Audience
This course is designed for Developers.
Microsoft SDL Core
14 HoursThis comprehensive SDL core training offers an in-depth look at secure software design, development, and testing via the Microsoft Secure Development Lifecycle (SDL). It presents a foundational Level 100 overview of SDL's essential components, 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. Attack vectors associated with these vulnerabilities are discussed alongside mitigation techniques, all illustrated through practical, hands-on exercises that engage participants in live hacking scenarios. The training introduces various security testing methods and demonstrates the effectiveness of different testing tools. Participants gain a clear understanding of how these tools operate by applying them to previously discussed vulnerable code through practical exercises.
By the end of this course, participants will be able to
Comprehend fundamental concepts of security, IT security, and secure coding
Familiarize themselves with the key steps of the Microsoft Secure Development Lifecycle
Acquire knowledge of secure design and development practices
Understand principles of secure implementation
Grasp the methodology of security testing
- Access resources and further reading materials on secure coding practices
Target Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Kenya, participants will learn how to formulate an effective security strategy to address the challenges posed by 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 skills necessary to integrate security throughout the DevOps lifecycle, ensuring secure software development from the initial planning stages through to deployment.
This instructor-led live training, available either online or on-site, targets intermediate-level software and DevOps professionals aiming to embed security practices into Continuous Integration and Continuous Deployment (CI/CD) pipelines, thereby guaranteeing the delivery of secure and compliant code.
Upon completion of this training, participants will be able to:
- Comprehend the core principles and practices of DevSecOps.
- Safeguard every stage of the CI/CD pipeline using automated security tools.
- Adopt secure coding methodologies and implement vulnerability scanning techniques.
- Effectively prepare for the ECDE certification through practical lab exercises and review sessions.
Course Format
- Engaging interactive lectures and discussions.
- Practical application of DevSecOps tools within simulated pipelines.
- Guided exercises centred on secure development and deployment processes.
Course Customization Options
- To request tailored training for this course that aligns with your team’s specific workflows or toolchain, please contact us to make arrangements.
FreeIPA for Administrators
14 HoursThis instructor-led, live training in Kenya (online or onsite) is designed for system administrators who want to leverage FreeIPA to centralize authentication, authorization, and account data 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.
- Utilize 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 Kenya (available online or onsite) is designed for system administrators who aim 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 the management and access to directories of information. 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.