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 critical 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 aim to implement user session recording solutions to enhance monitoring, compliance, and accountability.
Upon completion 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.
- Abundant 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 Brazil (online or onsite) targets system administrators who wish to use 389 Directory Server to configure and manage LDAP-based authentication and authorization.
Upon completing this training, participants will be able to:
- Install and configure 389 Directory Server.
- Grasp the features and architecture of 389 Directory Server.
- Learn to configure the directory server via the web console and CLI.
- Establish 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 Brazil (online or onsite) is designed for system administrators who aim to utilize Microsoft Active Directory for managing and securing data access.
By the end of this course, participants will be able to:
- Install and configure Active Directory.
- Create a domain and specify access rights for users and devices.
- Manage users and machines using Group Policies.
- Control access to file servers.
- Set up a Certificate Service and manage certificates.
- Implement and manage services like encryption, certificates, and authentication.
Network Security and Secure Communication
21 HoursDeveloping a secure networked application can be challenging, even for developers with experience using 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 on the core requirements of secure communication: secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also addresses common threats that can compromise these requirements alongside real-world solutions.
As cryptography is central to network security, the course covers key 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, providing typical use-case examples and practical considerations such as public key infrastructures. The course introduces security protocols across various domains of secure communication, offering an in-depth look at widely-used protocol families like IPSEC and SSL/TLS.Typical cryptographic vulnerabilities are examined, relating to both specific algorithms and protocols. This includes BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and similar threats, as well as RSA timing attacks. For each issue, the practical implications and potential consequences are described without delving into complex mathematical details.Finally, since XML technology is crucial for data exchange in networked applications, the course describes XML security aspects. This includes using XML within web services and SOAP messages, along with protection measures like XML signature and XML encryption. It also covers 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 fundamental concepts of security, IT security, and secure coding
- Grasp the requirements for secure communication
- Learn about network attacks and defenses across different OSI layers
- Gain practical knowledge of cryptography
- Comprehend essential security protocols
- Understand recent attacks targeting cryptosystems
- Learn about recent related vulnerabilities
- Understand Web services security concepts
- Access sources 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 course explores 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 sanitization, and deliver hardened software resilient against cyberattacks.
Advanced Java Security
21 HoursEven seasoned Java developers often struggle to fully master the extensive array of security services provided by Java, while also remaining unaware of the diverse vulnerabilities that can affect web applications built with Java.
In addition to introducing the security components of the Standard Java Edition, this course addresses security concerns within Java Enterprise Edition (JEE) and web services. The discussion begins with the foundational principles of cryptography and secure communication before moving on to specific services. Various exercises focus on declarative and programmatic security techniques in JEE, while covering both transport-layer and end-to-end security for web services. Participants will gain hands-on experience through practical exercises, allowing them to explore the discussed APIs and tools firsthand.
The course also examines and explains the most common and severe programming flaws associated with the Java language and platform, as well as web-related vulnerabilities. Beyond typical errors made by Java programmers, the covered security vulnerabilities include language-specific issues and problems arising from the runtime environment. All vulnerabilities and related attack vectors are demonstrated through clear, easy-to-understand exercises, followed by recommended coding guidelines and possible mitigation techniques.
Participants attending this course will
- Grasp the basic concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to avoid them
- Comprehend the security concepts underlying web services
- Acquire skills in using various security features of the Java development environment
- Gain a practical understanding of cryptography
- Understand the security solutions provided by Java EE
- Learn about typical coding mistakes and strategies to prevent them
- Receive information regarding recent vulnerabilities in the Java framework
- Obtain practical knowledge in using security testing tools
- Access sources 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 robust security development capabilities, developers must understand how to apply architecture-level and coding-level techniques to implement desired security features, prevent vulnerabilities, and mitigate their exploitation.
This course aims to equip developers with the skills to prevent untrusted code from executing privileged actions, safeguard resources through strong authentication and authorization, manage remote procedure calls and sessions, and explore various implementation strategies through extensive hands-on exercises.
The course introduces various vulnerabilities by highlighting common programming issues in .NET development. It also examines ASP.NET vulnerabilities, including the impact of different environment settings. Additionally, it covers ASP.NET-specific security challenges, such as ViewState attacks and string termination attacks, alongside broader web application security concerns.
Participants in 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 avoid them
- Utilize the various security features available in the .NET development environment
- Acquire practical experience with security testing tools
- Recognize typical coding errors and understand how to prevent them
- Stay informed about recent vulnerabilities in .NET and ASP.NET
- Access resources 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 their applications against modern internet-based threats. It explores web vulnerabilities through practical 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. The curriculum categorizes PHP-related vulnerabilities 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 topics include attacks like open_basedir circumvention, denial-of-service via magic floats, and hash table collision exploits. Participants will learn the key techniques and functions needed to mitigate these risks.
Special attention is devoted to client-side security, covering JavaScript, Ajax, and HTML5 issues. The course introduces PHP extensions for cryptography (such as hash, mcrypt, and OpenSSL) and input validation (including Ctype, ext/filter, and HTML Purifier). Best practices for hardening are discussed in the context of PHP configuration (php.ini), Apache, and general server settings. Additionally, an overview is provided on various security testing tools and techniques available to developers and testers, including security scanners, penetration testing methods, exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the introduction of vulnerabilities and configuration practices are reinforced with hands-on exercises. These activities demonstrate the impact of successful attacks, show how to apply mitigation strategies, and guide participants in using various extensions and tools effectively.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding
- Identify web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them
- Understand client-side vulnerabilities and adopt secure coding practices
- Gain a practical understanding of cryptography
- Learn to utilize various PHP security features
- Recognize typical coding mistakes and know how to avoid them
- Stay informed about recent vulnerabilities in the PHP framework
- Acquire practical knowledge of security testing tools
- Access resources and further readings on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis comprehensive SDL core training offers a deep dive into secure software design, development, and testing methodologies via the Microsoft Secure Development Lifecycle (SDL). It begins with a foundational Level 100 overview of the essential building blocks of SDL, progressing to design techniques aimed at identifying and remedying flaws during the early stages of the development process.
Focusing on the development phase, the course examines common security-related programming bugs in both managed and native code. It presents attack vectors associated with these vulnerabilities alongside corresponding mitigation strategies, all illustrated through hands-on exercises that provide participants with practical, live hacking experience. The training then introduces various security testing methods and demonstrates the effectiveness of different testing tools. Participants gain insight into how these tools operate by applying them to previously discussed vulnerable code through practical exercises.
Participants attending this course will
Grasp fundamental concepts of security, IT security, and secure coding.
Become familiar with the essential steps of the Microsoft Secure Development Lifecycle.
Learn secure design and development practices.
Understand principles of secure implementation.
Comprehend 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 Brazil, participants will learn how to formulate a proper security strategy to tackle DevOps security challenges.
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 weave security throughout the entire DevOps lifecycle, ensuring robust security from the initial planning phases through to final deployment.
This live, instructor-led training—available both online and on-site—is tailored for intermediate-level software engineers and DevOps specialists who aim to incorporate security protocols into their CI/CD pipelines, guaranteeing the delivery of secure and compliant code.
Upon completion of this training, participants will be equipped to:
- Comprehend the core principles and practices of DevSecOps.
- Secure all stages of the CI/CD pipeline utilizing automated tools.
- Adopt secure coding standards and perform vulnerability scanning.
- Prepare effectively for the ECDE certification through practical laboratory exercises and review sessions.
Course Format
- Engaging lectures and interactive discussions.
- Practical application of DevSecOps tools within simulated pipelines.
- Guided exercises concentrating on secure development and deployment methodologies.
Customization Options
- For a tailored training experience aligned with your team’s specific workflows or toolchain, please reach out to us to arrange your custom session.
FreeIPA for Administrators
14 HoursThis instructor-led, live training in Brazil (online or onsite) targets 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 a FreeIPA server.
Identity and Access Management with Okta
14 HoursThis instructor-led, live training in Brazil (available 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 for the management and access to 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 the network.