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 want to implement user session recording solutions to improve monitoring, compliance, and accountability.
By the end of this training, participants will be able to:
- Grasp 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.
- Plenty of exercises and 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
- 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
- A basic 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 Serbia (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 Serbia (online or onsite) is designed for system administrators seeking to utilize Microsoft Active Directory for managing and securing data access.
By the end of this training, participants will be able to:
- Establish and configure Active Directory.
- Create domains and define access permissions for users and devices.
- Administer users and machines via Group Policies.
- Regulate access to file servers.
- Deploy a Certificate Service and manage certificates.
- Implement and oversee services including encryption, certificates, and authentication.
Network Security and Secure Communication
21 HoursDeveloping a secure networked application can be challenging, even for developers who have previously utilized various cryptographic building blocks like 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 main requirements of secure communication—secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also addresses common issues that can compromise these requirements alongside real-world solutions.
Since cryptography is a critical aspect of network security, the course discusses the most important cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on deep mathematical backgrounds, these topics are explored from a developer's perspective, showcasing typical use-case examples and practical considerations related to crypto usage, such as public key infrastructures. Security protocols across various areas of secure communication are introduced, with an in-depth discussion on the most widely used protocol families like IPSEC and SSL/TLS.
The course also covers typical cryptographic vulnerabilities related to specific algorithms and protocols, including BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and others, as well as RSA timing attacks. For each issue, practical considerations and potential consequences are described without delving into complex mathematical details.
Finally, given that XML technology is central to data exchange for networked applications, the security aspects of XML are examined. This includes the use of XML within web services and SOAP messages, along with protective measures such as XML signature and XML encryption. The course also addresses weaknesses in these protections 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
- Comprehend the requirements for secure communication
- Learn about network attacks and defenses across different OSI layers
- Gain a practical understanding of cryptography
- Understand essential security protocols
- Grasp recent attacks against cryptosystems
- Receive information on recent related vulnerabilities
- Understand the security concepts of Web services
- Access sources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursCrafting secure C and C++ code demands rigorous defenses against malicious exploitation, memory corruption, and bypasses of input validation. 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 that is resilient against cyberattacks.
Advanced Java Security
21 HoursEven seasoned Java developers do not necessarily master all the security services provided by Java, nor are they always aware of the various vulnerabilities relevant to web applications built with Java.
In addition to introducing the security components of the Standard Java Edition, this course addresses security issues within the Java Enterprise Edition (JEE) and web services. The discussion of specific services begins with the fundamentals of cryptography and secure communication. Various exercises cover declarative and programmatic security techniques in JEE, as well as both transport-layer and end-to-end security for web services. The use of all components is illustrated through several practical exercises, allowing participants to explore the discussed APIs and tools themselves.
The course also reviews and explains the most frequent and severe programming flaws of the Java language and platform, as well as web-related vulnerabilities. Beyond the typical bugs made by Java programmers, the security vulnerabilities covered include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and 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 the security concepts of web services
- Learn to use various security features of the Java development environment
- Gain a practical understanding of cryptography
- Understand the 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
- Gain 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, numerous programming languages can compile code into the .NET and ASP.NET frameworks. While this environment offers robust mechanisms for security development, it is essential for developers to master the architectural and coding-level techniques required to implement necessary security functions, prevent vulnerabilities, and mitigate their exploitation.
This course aims to equip developers with practical skills through extensive hands-on exercises. Participants will learn how to prevent untrusted code from executing privileged actions, safeguard resources via strong authentication and authorization, manage remote procedure calls and sessions, and explore various functional implementations, among other critical topics.
The course introduces various vulnerabilities by first examining typical programming issues encountered when using .NET. It further discusses ASP.NET vulnerabilities, addressing how different environment settings and their impacts affect security. Additionally, the section on ASP.NET-specific vulnerabilities covers general web application security challenges as well as specialized issues and attack vectors, such as ViewState attacks and string termination exploits.
Participants attending this course will
- Gain a solid understanding of fundamental security concepts, IT security principles, and secure coding practices
- Identify web vulnerabilities beyond the OWASP Top Ten and learn effective strategies to avoid them
- Master the utilization of various security features within the .NET development environment
- Acquire practical expertise in using security testing tools
- Recognize common coding mistakes and understand how to prevent them
- Stay informed about recent vulnerabilities affecting .NET and ASP.NET
- Access valuable resources and further reading materials on secure coding practices
Audience
Software 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. 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-related vulnerabilities into standard types such as missing or improper input validation, inadequate error and exception handling, misuse of security features, and time- and state-related problems. Specific attention is paid to advanced attack vectors like open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. Participants will learn essential techniques and functions to mitigate these risks effectively.
A significant focus is placed on client-side security, addressing issues related to JavaScript, Ajax, and HTML5. The course introduces key PHP extensions for cryptography (such as hash, mcrypt, and OpenSSL) and input validation (including Ctype, ext/filter, and HTML Purifier). It also provides guidance on hardening practices for PHP configurations (php.ini), Apache servers, and general server settings. Additionally, the course offers an overview of various security testing tools and techniques available to developers and testers, including security scanners, penetration testing frameworks, exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both theoretical concepts and configuration practices are reinforced through hands-on exercises. These labs demonstrate the impact of successful attacks, illustrate how to implement mitigation strategies, and guide participants in using relevant extensions and tools.
Learning Outcomes
- Grasp fundamental concepts of security, IT security, and secure coding principles.
- Understand web vulnerabilities beyond the OWASP Top Ten and learn strategies to avoid them.
- Identify client-side vulnerabilities and adopt secure coding practices.
- Develop a practical understanding of cryptography.
- Master the use of various PHP security features.
- Recognize typical coding mistakes and learn how to prevent them.
- Stay informed about recent vulnerabilities in the PHP framework.
- Gain practical experience with security testing tools.
- Access resources 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). It offers a foundational overview of the essential SDL components, followed by design techniques aimed at identifying and rectifying flaws during the early stages of development.
Focusing on the development phase, the course reviews common security-related programming bugs in both managed and native code. The curriculum presents attack vectors for the discussed vulnerabilities alongside their corresponding mitigation strategies, all illustrated through hands-on exercises that offer participants practical, live hacking experience. Following the introduction to various security testing methods, the effectiveness of different testing tools is demonstrated. Participants gain a clear understanding of how these tools operate by applying them to previously discussed vulnerable code through numerous practical exercises.
Participants attending this course will
Grasp the fundamental concepts of security, IT security, and secure coding.
Become familiar with the essential steps of the Microsoft Secure Development Lifecycle.
Acquire knowledge of secure design and development practices.
Learn the principles of secure implementation.
Understand security testing methodology.
- Access resources 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 Serbia, 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 provide professionals with the necessary skills to integrate security throughout the DevOps lifecycle, facilitating secure software development from the planning phase through to deployment.
This instructor-led, live training session (available online or on-site) targets intermediate-level software engineers and DevOps specialists looking to embed security practices into CI/CD pipelines, thereby ensuring the delivery of secure and compliant code.
Upon completion of this training, participants will be capable of:
- Comprehending the core principles and practices of DevSecOps.
- Securing all stages of the CI/CD pipeline using automated tools.
- Implementing secure coding standards and vulnerability scanning techniques.
- Preparing for the ECDE certification through practical labs and review sessions.
Course Format
- Interactive lectures and discussions.
- Hands-on experience with DevSecOps tools in simulated pipelines.
- Guided exercises centered on secure development and deployment.
Course Customization Options
- To arrange customized training tailored to your team’s specific workflows or toolchains, please contact us.
FreeIPA for Administrators
14 HoursThis instructor-led live training in Serbia (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 Serbia (online or onsite) is designed for 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 an open-source software used to implement the Lightweight Directory Access Protocol (LDAP), which enables the management and access of information directories. It is a popular directory server that can be used to store and share user, group, network resource, and other object data across a network.