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 seeking to utilize Microsoft Active Directory for managing and securing data access.
By the conclusion of this training, participants will be capable of:
- Setting up and configuring Active Directory.
- Establishing a domain and defining access rights for users and devices.
- Managing users and machines via Group Policies.
- Controlling access to file servers.
- Setting up Certificate Service and managing certificates.
- Implementing and managing services such as encryption, certificates, and authentication.
Network Security and Secure Communication
21 HoursBuilding a secure networked application presents significant challenges, even for developers who have prior experience with cryptographic building blocks like encryption and digital signatures. To ensure participants grasp the role and application of these cryptographic primitives, this course first establishes a solid foundation regarding the core requirements of secure communication: secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also outlines typical threats that can compromise these requirements alongside real-world solutions.
Given that cryptography is central to network security, the course examines essential cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than focusing on deep mathematical theory, these topics are explored from a developer's perspective, featuring typical use-case examples and practical considerations such as public key infrastructures. Various security protocols used in secure communication are introduced, with an in-depth look at widely adopted protocol families like IPSEC and SSL/TLS.
The course addresses common cryptographic vulnerabilities associated with specific algorithms and protocols, 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 detailed, without delving into complex mathematical details.
Finally, since XML technology is pivotal for data exchange in networked applications, the course covers XML security aspects. This includes the use of XML in web services and SOAP messages, along with protection mechanisms such as XML signature and XML encryption. It also examines 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
- Grasp foundational concepts of security, IT security, and secure coding
- Comprehend the requirements for secure communication
- Gain knowledge of network attacks and defenses across various OSI layers
- Develop a practical understanding of cryptography
- Understand essential security protocols
- Awareness of recent attacks targeting cryptosystems
- Learn about relevant contemporary vulnerabilities
- Understand the security concepts underlying web services
- Access resources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursDeveloping secure C and C++ code demands rigorous defenses against malicious exploitation, memory corruption, and input validation bypasses. This program explores vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will apply secure coding guidelines, leverage static analysis tools, and utilize 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 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
.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
Secure coding in PHP
21 HoursThis course equips PHP developers with the critical skills needed to shield their applications from modern internet threats. It explores web vulnerabilities using PHP examples that extend beyond the OWASP Top Ten, addressing various injection attacks, script injections, session handling weaknesses, insecure direct object references, file upload issues, and more. PHP-related vulnerabilities are categorized into standard types such as missing or improper input validation, incorrect error and exception handling, misuse of security features, and time- or state-related problems. Specific discussions include attacks like open_basedir circumvention, denial-of-service via magic floats, and hash table collisions. In every scenario, participants will learn essential techniques and functions to mitigate these risks.
Particular emphasis is placed on client-side security, covering JavaScript, Ajax, and HTML5 issues. 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. It also outlines hardening best practices related to 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 utilities, exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the introduction of vulnerability concepts and configuration practices are reinforced through hands-on exercises. These demonstrate the impact of successful attacks, show how to apply mitigation strategies, and introduce the use of various extensions and tools.
Learning Outcomes
- Grasp fundamental concepts of security, IT security, and secure coding
- Understand web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them
- Identify client-side vulnerabilities and apply secure coding practices
- Develop a practical understanding of cryptography
- Utilize various security features inherent to PHP
- Recognize typical coding errors and learn how to avoid them
- Stay informed about recent vulnerabilities within the PHP framework
- Gain practical experience using security testing tools
- Access resources and further reading on secure coding best practices
Audience
Software Developers
Microsoft SDL Core
14 HoursThis comprehensive Core SDL training offers an in-depth look at secure software design, development, and testing methodologies through the lens of the Microsoft Secure Development Lifecycle (SDL). The course begins with a level 100 overview of the fundamental pillars of SDL, progressing to specific design techniques aimed at identifying and resolving vulnerabilities during the early stages of the development cycle.
Focusing on the development phase, the curriculum provides a broad overview of common security-related programming errors found in both managed and native code environments. Participants will explore attack vectors associated with these vulnerabilities, alongside the corresponding mitigation strategies. These concepts are reinforced through numerous hands-on exercises that offer practical, live hacking experiences. The training also introduces various security testing methodologies and demonstrates the efficacy of different testing tools, allowing participants to grasp their operations through practical application on previously discussed vulnerable code samples.
Upon completion, participants will be able to
Comprehend the foundational concepts of security, IT security, and secure coding practices
Familiarize themselves with the essential steps of the Microsoft Secure Development Lifecycle
Master secure design and development practices
Gain insight into the principles of secure implementation
Understand the methodology behind 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, participants will learn how to formulate a robust 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, hands-on program designed to empower professionals with the expertise needed to embed security throughout the entire DevOps lifecycle. This ensures that software development remains secure from the initial planning stages right through to deployment.
This live, instructor-led training, available both online and on-site, targets intermediate-level software engineers and DevOps specialists who aim to integrate robust security practices into their CI/CD pipelines, guaranteeing the delivery of compliant and secure code.
Upon completing this training, participants will be capable of:
- Gaining a solid understanding of DevSecOps principles and best practices.
- Securing each phase of the CI/CD pipeline using automated security tools.
- Executing secure coding standards and vulnerability scanning techniques.
- Preparing effectively for the ECDE certification through practical lab exercises and review sessions.
Course Format
- Interactive lectures and group discussions.
- Hands-on experimentation with DevSecOps tools within simulated pipeline environments.
- Guided exercises centered on secure development and deployment strategies.
Customization Options
- For teams seeking a tailored training experience aligned with specific workflows or toolchains, please reach out to us to arrange a customized session.
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 for Linux Systems
7 HoursOpenLDAP is open-source software used to implement the LDAP (Lightweight Directory Access Protocol), which allows managing and accessing 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.