User Session Recording Technology for Security and Compliance Training Course
User session recording technology is utilised to capture, monitor, and audit user activity on IT systems, providing valuable insights for security, compliance, and forensic investigations.
This instructor-led, live training (available online or onsite) is designed for beginner to intermediate 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.
- Extensive 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
Upcoming Courses
Related Courses
389 Directory Server for Administrators
14 HoursThis instructor-led live training in South Africa (online or onsite) is targeted at system administrators who wish to utilise 389 Directory Server to configure and manage LDAP-based authentication and authorisation.
Upon completion of this training, participants will be able to:
- Install and configure 389 Directory Server.
- Grasp 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 enhanced performance.
- Integrate 389 Directory Server with Microsoft Active Directory.
Active Directory for Admins
21 HoursThis instructor-led live training in South Africa, offered online or onsite, targets system administrators eager to leverage Microsoft Active Directory for managing and securing data access.
By the end of this course, participants will be able to:
- Deploy and configure Active Directory.
- Establish a domain and define access rights for users and devices.
- Govern 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.
Comprehensive C# and .NET Application Security
21 HoursA wide array of programming languages is currently available to compile code for the .NET and ASP.NET frameworks. While this environment offers powerful security development capabilities, developers must understand how to apply architecture- and coding-level techniques to implement desired security functions, avoid 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 via strong authentication and authorisation, provide remote procedure calls, handle sessions, introduce different implementations for specific functionality, and much more. A dedicated section focuses on the configuration and hardening of the .NET and ASP.NET environment for enhanced security.
A brief introduction to cryptography fundamentals provides a common practical baseline for understanding the purpose and operation of various algorithms. Based on this, the course presents the cryptographic features usable in .NET. This is followed by an overview of recent crypto vulnerabilities related to certain algorithms and protocols, as well as side-channel attacks.
The introduction to various vulnerabilities begins with typical programming problems encountered when using .NET, including bug categories such as input validation, error handling, or race conditions. Special attention is given to XML security, while the topic of ASP.NET-specific vulnerabilities addresses special issues and attack methods, such as attacking the ViewState or string termination attacks.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Learn to use various security features of the .NET development environment
- Gain a practical understanding of cryptography
- Understand some recent attacks against cryptosystems
- Receive information about recent vulnerabilities in .NET and ASP.NET
- Learn about typical coding mistakes and how to avoid them
- Acquire practical knowledge in using security testing tools
- Obtain sources and further readings on secure coding practices
Audience
Developers
Network Security and Secure Communication
21 HoursDeveloping a secure networked application presents challenges, even for developers familiar with cryptographic building blocks like encryption and digital signatures. To clarify the role and usage of these primitives, this course establishes a solid foundation on the core requirements of secure communication—namely, secure acknowledgement, integrity, confidentiality, remote identification, and anonymity. It also addresses typical issues that can compromise these requirements alongside real-world solutions.
Given that cryptography is central to network security, the course covers essential algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than delving into complex mathematics, these topics are explored from a developer's perspective, highlighting practical use-case examples and considerations such as public key infrastructures (PKI). The course introduces security protocols across various domains of secure communication, with a detailed focus on widely used protocol families like IPSEC and SSL/TLS.
Common cryptographic vulnerabilities are examined in relation to specific algorithms and protocols, including BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each issue, practical implications and potential consequences are described without excessive mathematical detail.
Finally, as XML technology is pivotal for data exchange in networked applications, the course outlines its security aspects. This covers XML usage within web services and SOAP messages, alongside protection mechanisms like XML Signature and XML Encryption. It also addresses 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 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 HoursCrafting secure C and C++ applications demands rigorous defence against malicious exploitation, memory corruption, and bypasses of input validation. This programme investigates vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will apply secure coding guidelines, static analysis tools, and defensive programming techniques to eliminate weaknesses, enforce input sanitisation, and deliver hardened software that is resilient against cyberattacks.
Advanced Java Security
21 HoursEven seasoned Java developers often do not fully master the array of security services provided by Java, nor are they always aware of the various vulnerabilities relevant to Java-based web applications.
In addition to introducing the security components of Standard Java Edition, this course addresses security challenges within Java Enterprise Edition (JEE) and web services. The discussion of specific services is grounded in the fundamentals of cryptography and secure communication. Through a series of practical exercises, participants explore declarative and programmatic security techniques in JEE, as well as transport-layer and end-to-end security for web services. This approach allows participants to apply the discussed APIs and tools hands-on.
The course also examines and explains the most common and severe programming flaws in the Java language and platform, alongside web-related vulnerabilities. Beyond typical errors made by Java programmers, the covered security vulnerabilities address both language-specific issues and problems arising from the runtime environment. These vulnerabilities and their associated attacks are demonstrated through accessible exercises, followed by recommended coding guidelines and mitigation strategies.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding.
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them.
- Comprehend the security concepts underlying web services.
- Gain proficiency in using the various security features of the Java development environment.
- Develop a practical understanding of cryptography.
- Understand the security solutions offered by Java EE.
- Learn about common coding mistakes and how to avoid them.
- Receive insights into recent vulnerabilities within the Java framework.
- Acquire practical experience with security testing tools.
- Access resources and further reading materials on secure coding practices.
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, developers have access to various programming languages capable of compiling code for the .NET and ASP.NET frameworks. While this environment offers robust tools for security development, it is crucial for developers to understand how to apply architectural and coding-level techniques to implement effective security measures, avoid vulnerabilities, and limit potential exploitation.
This course aims to equip developers with the skills to prevent untrusted code from executing privileged actions through numerous hands-on exercises. Participants will learn to protect resources via strong authentication and authorization, manage remote procedure calls, handle sessions, and explore various implementation strategies for specific functionalities.
The course introduces various vulnerabilities by highlighting typical programming errors made when using .NET. The discussion on ASP.NET vulnerabilities covers the impact of different environment settings. Furthermore, the section on ASP.NET-specific vulnerabilities addresses general web application security challenges alongside specialized issues and attack vectors, such as ViewState attacks and string termination exploits.
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
- Utilise the various security features available in the .NET development environment
- Acquire practical skills in using security testing tools
- Recognise common coding mistakes and understand how to prevent them
- Gain insights into 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 the essential skills required to fortify applications against contemporary internet-based attacks. It examines web vulnerabilities through PHP-centric examples, extending beyond the OWASP Top Ten to address various injection attacks, script injections, session handling flaws, insecure direct object references, file upload issues, and more. PHP-related vulnerabilities are categorised into standard types such as missing or improper input validation, incorrect error and exception handling, misuse of security features, and time- and state-related problems. For the latter category, we explore attacks like open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. In each case, participants will master the key techniques and functions needed to mitigate these risks.
Special emphasis is placed on client-side security, addressing issues with JavaScript, Ajax, and HTML5. The course introduces several PHP extensions for security purposes, including hash, mcrypt, and OpenSSL for cryptography, as well as Ctype, ext/filter, and HTML Purifier for input validation. We also provide guidance on hardening practices related to PHP configuration (php.ini), Apache, and the server environment at large. Finally, an overview of various security testing tools and techniques is provided for developers and testers, covering security scanners, penetration testing, exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the introduction to vulnerabilities and configuration practices are reinforced by numerous hands-on exercises that demonstrate the consequences of successful attacks, show how to apply mitigation techniques, and introduce the use of various extensions and tools.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding
- Gain knowledge of web vulnerabilities beyond the OWASP Top Ten and learn how to avoid them
- Understand client-side vulnerabilities and secure coding practices
- Acquire a practical understanding of cryptography
- Learn to utilise various PHP security features
- Identify typical coding mistakes and learn how to prevent them
- Stay informed about recent PHP framework vulnerabilities
- Gain practical experience with security testing tools
- Access sources and further reading materials 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 via the Microsoft Secure Development Lifecycle (SDL). This course offers a level 100 overview of the fundamental building blocks of the SDL, followed by design techniques to help you detect and fix flaws in the early stages of the development process.
During the development phase, the course provides an overview of typical security-relevant programming bugs found in both managed and native code. Attack methods are presented for the discussed vulnerabilities, along with associated mitigation techniques, all explained through a number of hands-on exercises providing live hacking fun for the participants. The introduction of different security testing methods is followed by demonstrating the effectiveness of various testing tools. Participants can understand the operation of these tools through a number of practical exercises by applying the tools to the already discussed vulnerable code.
Participants attending this course will
Understand basic concepts of security, IT security and secure coding
Get known to the essential steps of Microsoft Secure Development Lifecycle
Learn secure design and development practices
Learn about secure implementation principles
Understand security testing methodology
- Get sources and further readings on secure coding practices
Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in South Africa, participants will learn how to formulate the proper security strategy to face the DevOps security challenge.
FreeIPA for Administrators
14 HoursThis instructor-led live training in South Africa (online or on-site) is aimed at system administrators who wish to use FreeIPA to centralise the authentication, authorisation, and account information for their organisation'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 South Africa (online or onsite) is tailored for system administrators aiming to utilise 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 for Linux Systems
7 HoursOpenLDAP is an open-source software used to implement the LDAP (Lightweight Directory Access Protocol), enabling the management and access of information directories. It is a widely-used directory server that can store and share data about users, groups, network resources, and other network objects.