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, providing valuable insights for security, compliance, and forensic investigations.
This instructor-led, live training (online or onsite) is designed for beginner to intermediate IT and security professionals who want 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
Open Training Courses require 5+ participants.
User Session Recording Technology for Security and Compliance Training Course - Booking
User Session Recording Technology for Security and Compliance Training Course - Enquiry
User Session Recording Technology for Security and Compliance - Consultancy 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 Argentina (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.
- Gain a deep understanding of the features and architecture of 389 Directory Server.
- Learn how to configure the directory server using both the web console and the command-line interface (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 Argentina (online or onsite) targets system administrators who wish to use Microsoft Active Directory to manage and secure data access.
Upon completion of this training, participants will be able to:
- Install and configure Active Directory.
- Establish a domain and define access rights for users and devices.
- Manage users and machines via Group Policies.
- Control access to file servers.
- Set up a Certificate Service and manage certificates.
- Implement and manage services including encryption, certificates, and authentication.
Android Security
14 HoursAndroid serves as an open platform for mobile devices, including smartphones and tablets. It offers a wide array of security features designed to simplify the development of secure software; however, it lacks certain security aspects found on other handheld platforms. This course provides a comprehensive overview of these features, highlighting critical shortcomings related to the underlying Linux system, the file system, the general environment, as well as the use of permissions and other Android software development components.
Common security pitfalls and vulnerabilities affecting both native code and Java applications are discussed, along with recommendations and best practices to prevent and mitigate them. Many of the issues covered are illustrated with real-life examples and case studies. Additionally, the course provides a brief overview of how to utilize security testing tools to uncover security-related programming bugs.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Learn about security solutions available on Android
- Learn to utilize various security features of the Android platform
- Gain insights into recent vulnerabilities in Java on Android
- Learn about common coding mistakes and how to avoid them
- Gain understanding of native code vulnerabilities on Android
- Recognize the severe consequences of insecure buffer handling in native code
- Understand architectural protection techniques and their weaknesses
- Access resources and further readings on secure coding practices
Audience
Professionals
Network Security and Secure Communication
21 HoursDeveloping a secure networked application can be challenging, even for developers who have prior experience with cryptographic building blocks such as encryption and digital signatures. To help participants grasp the role and application of these cryptographic primitives, this course first establishes a solid foundation regarding the core requirements of secure communication—namely, secure 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 a critical component of network security, the course covers essential algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on complex mathematical theories, these topics are examined from a developer’s perspective, highlighting typical use cases and practical considerations, such as the implementation of public key infrastructures. The course also introduces security protocols across various domains of secure communication, with detailed discussions on widely used protocol families like IPsec and SSL/TLS.
Typical cryptographic vulnerabilities associated with specific algorithms and protocols are explored, including BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each issue, the practical implications and potential consequences are outlined, avoiding deep mathematical derivations.
Finally, since XML technology is central to data exchange in networked applications, the security aspects of XML are thoroughly described. This includes the use of XML in web services and SOAP messages, along with protective measures like XML Signature and XML Encryption. The course also covers weaknesses in these protection mechanisms 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 HoursThis three-day course provides an introduction to securing C/C++ code against malicious exploitation, focusing on vulnerabilities related to memory management and input handling. It also explores 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 always aware of the various vulnerabilities affecting web applications built in Java.
This course not only introduces the security components of Standard Java Edition but also addresses security issues related to Java Enterprise Edition (JEE) and web services. The discussion of specific services is grounded in the fundamentals of cryptography and secure communication. Through various exercises, participants explore declarative and programmatic security techniques in JEE, along with both transport-layer and end-to-end security for web services. Practical exercises demonstrate the use of all components, allowing participants to experiment with the discussed APIs and tools firsthand.
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 bugs made by Java programmers, the covered security vulnerabilities include language-specific issues and problems arising from the runtime environment. All vulnerabilities and their associated attacks are illustrated through easy-to-understand exercises, followed by recommended coding guidelines and potential mitigation techniques.
Participants attending this course will
- Understand fundamental 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 utilize various security features of the Java development environment
- Gain a practical understanding of cryptography
- Understand security solutions within Java EE
- Learn about typical coding mistakes and how to prevent them
- Receive information on recent vulnerabilities in the Java framework
- Acquire practical knowledge in using security testing tools
- Access sources and further readings on secure coding practices
Audience
Developers
Standard Java Security: Secure Coding & Development Practices
14 HoursDescription
The Java language and Runtime Environment (JRE) were engineered to eliminate many of the critical security vulnerabilities often found in languages like C and C++. However, software developers and architects must do more than just leverage the positive security features of the Java ecosystem; they must also recognize and mitigate the negative security aspects, specifically the numerous vulnerabilities that remain relevant in modern Java development.
Before introducing security services, the course provides a concise overview of cryptography fundamentals, establishing a common baseline to understand the purpose and functionality of the relevant components. Participants will explore the application of these components through practical exercises, allowing them to directly test and utilize the discussed APIs.
The curriculum also examines the most frequent and severe programming flaws within the Java language and platform, addressing both common mistakes made by Java developers and issues specific to the language and its environment. All vulnerabilities and associated attack vectors are demonstrated through accessible exercises, followed by recommended coding guidelines and effective mitigation techniques.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding principles
- Explore web vulnerabilities extending beyond the OWASP Top Ten and learn strategies to avoid them
- Acquire the skills to utilize various security features within the Java development environment
- Gain a practical understanding of cryptography
- Identify typical coding errors and understand how to prevent them
- Receive information regarding recent vulnerabilities in the Java framework
- Access 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 powerful tools for security development, developers must understand how to apply architectural and coding-level techniques to implement desired security features, prevent vulnerabilities, and limit their potential exploitation.
This course aims to equip developers with the skills to prevent untrusted code from executing privileged actions, secure resources via robust authentication and authorization, manage remote procedure calls, handle sessions, and explore various implementation strategies through extensive hands-on exercises.
The course introduces various vulnerabilities by highlighting common programming pitfalls in .NET. It also examines ASP.NET vulnerabilities, discussing how different environment settings impact security. Additionally, it covers ASP.NET-specific challenges, including general web application security issues and specialized attack vectors such as ViewState attacks and string termination exploits.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding practices
- Identify web vulnerabilities beyond the OWASP Top Ten and learn how to mitigate them
- Utilize the security features available within the .NET development environment
- Gain practical experience with security testing tools
- Recognize common coding errors and learn strategies to avoid them
- Stay informed about recent .NET and ASP.NET vulnerabilities
- Access resources and further reading materials on secure coding practices
Audience
Developers
The Secure Coding Landscape
14 HoursThis course provides an introduction to fundamental security principles, offering a broad perspective on vulnerabilities irrespective of the programming languages or platforms employed. It outlines strategies for managing software security risks throughout the various stages of the software development lifecycle. By avoiding deep technical intricacies, the curriculum emphasizes notable and prevalent vulnerabilities across different development technologies. Furthermore, it addresses the complexities of security testing, showcasing practical techniques and tools to help identify and resolve issues within existing codebases.
Participants attending this course will
- Comprehend the foundational concepts of security, IT security, and secure coding practices
- Gain insight into web vulnerabilities affecting both server-side and client-side environments
- Recognize the critical implications of improper buffer handling
- Stay informed about recent vulnerabilities found in development environments and frameworks
- Learn to identify typical coding errors and implement methods to prevent them
- Understand various security testing approaches and methodologies
Audience
Managers
FreeIPA for Administrators
14 HoursThis instructor-led, live training in Argentina (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 Argentina (online or onsite) is aimed at system administrators who wish to use 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 Workshop
21 HoursThis instructor-led, live training in Argentina (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 Argentina (online or onsite) is designed for system administrators who wish to use OpenAM to manage identity and access controls for web applications.
By the end of this training, participants will be able to:
- Set up the necessary server environment to begin configuring authentication and access controls using OpenAM.
- Implement single sign-on (SSO), multi-factor authentication (MFA), and user self-service features for web applications.
- Use federation services (OAuth 2.0, OpenID, SAML v2.0, etc.) to securely extend identity management across different systems or applications.
- Access and manage authentication, authorization, and identity services through REST APIs.
OpenDJ for Administrators
14 HoursThis instructor-led, live training in Argentina (online or onsite) is designed for 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.