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, offering valuable insights for security, regulatory compliance, and forensic investigations.
This instructor-led live training (available online or onsite) targets beginner to intermediate IT and security professionals who aim to implement user session recording solutions to improve monitoring, compliance, and accountability.
Upon completing this training, participants will be capable of:
- Grasping the fundamental principles of user session recording.
- Deploying and configuring session recording solutions.
- Analyzing and auditing recorded sessions to ensure compliance.
- Integrating session recording with security monitoring systems.
Course Format
- Interactive lectures and discussions.
- Ample exercises and practical work.
- Hands-on implementation within a live-lab environment.
Customization Options
- To request customized training for this course, please contact us to make arrangements.
Course Outline
Introduction to User Session Recording
- Understanding session recording
- Use cases within security and compliance
- Legal and ethical considerations
Deploying Session Recording
- Architecture and deployment options
- Configuration and storage considerations
- Agent-based versus agentless approaches
Monitoring and Analysis
- Viewing and auditing recorded sessions
- Integration 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 foundational understanding of IT security principles
- Experience working with Windows or Linux environments
- Familiarity with compliance and audit processes
Target 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 Sweden (online or onsite) is designed for system administrators who want 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.
- 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 improved performance.
- Integrate 389 Directory Server with Microsoft Active Directory.
Active Directory for Admins
21 HoursThis instructor-led, live training in Sweden (online or onsite) targets system administrators who wish to use Microsoft Active Directory to manage and secure data access.
By the end of this training, participants will be able to:
- Set up and configure Active Directory.
- Set up a domain and define access rights of users and devices.
- Manage 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.
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 begins by establishing a solid foundation in the core requirements of secure communication: secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also addresses common issues that can compromise these requirements, along with real-world solutions.
Since cryptography is a critical aspect of network security, the course covers essential cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than diving into complex mathematics, these topics are explored from a developer's perspective, highlighting typical use-case examples and practical considerations like public key infrastructures. Security protocols across various domains of secure communication are introduced, with an in-depth look at widely used protocol families such as IPSEC and SSL/TLS.
Common cryptographic vulnerabilities are discussed, including those related to specific algorithms and protocols such as BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each vulnerability, the course outlines practical considerations and potential consequences without delving into deep mathematical details.
Finally, since XML technology is central to data exchange in networked applications, the course covers XML security aspects. This includes the use of XML within web services and SOAP messages, along with protection measures like XML Signature and XML Encryption. It also addresses weaknesses in these measures 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 for secure communication
- Learn about network attacks and defenses across different OSI layers
- Gain a practical understanding of cryptography
- Understand essential security protocols
- Understand recent attacks against cryptosystems
- Get information on related vulnerabilities
- Understand security concepts for 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 protection against malicious exploitation, memory corruption, and attempts to bypass input validation. 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 often fail to fully master the extensive security services provided by Java, nor are they always conscious of the distinct vulnerabilities that impact Java-based web applications.
Beyond introducing the security components of Standard Java Edition, this course addresses security challenges within Java Enterprise Edition (JEE) and web services. Discussions of specific services are grounded in the fundamental principles of cryptography and secure communication. Participants will engage in various exercises covering declarative and programmatic security techniques in JEE, while exploring both transport-layer and end-to-end security for web services. All components are demonstrated through practical exercises, allowing participants to personally test the discussed APIs and tools.
The course also examines and explains the most common and critical programming flaws associated with the Java language, platform, and web-related vulnerabilities. In addition to typical errors made by Java programmers, the covered security vulnerabilities include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and relevant attack vectors are illustrated through accessible exercises, followed by recommended coding guidelines and potential mitigation techniques.
Participants attending this course will
- Comprehend core concepts of security, IT security, and secure coding
- Gain knowledge of web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them
- Understand the security concepts underlying web services
- Learn to utilize various security features within the Java development environment
- Develop a practical understanding of cryptography
- Comprehend security solutions offered by Java EE
- Identify typical coding mistakes and learn how to avoid them
- Receive information regarding recent vulnerabilities in the Java framework
- Acquire practical skills in using security testing tools
- Access resources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, numerous programming languages support compilation to the .NET and ASP.NET frameworks. While this environment offers robust capabilities for security development, developers must understand how to apply architectural and coding-level techniques to implement desired security functions, avoid 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 through robust authentication and authorization, manage remote procedure calls, handle sessions, and implement various functional requirements, all through extensive hands-on exercises.
The curriculum introduces various vulnerabilities by examining typical programming pitfalls in .NET, while also addressing ASP.NET vulnerabilities related to environment settings and their impacts. Furthermore, the discussion on ASP.NET-specific vulnerabilities covers general web application security challenges alongside specialized issues and attack vectors, such as ViewState attacks and string termination attacks.
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 mitigate them
- Utilize various security features within the .NET development environment
- Gain practical experience with security testing tools
- Recognize typical coding errors and learn strategies to avoid 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 needed to make their applications resilient against contemporary internet-based attacks. It explores web vulnerabilities through practical PHP examples, extending beyond the OWASP Top Ten by addressing various injection threats, script injections, session handling weaknesses, insecure direct object references, file upload issues, and more. Vulnerabilities specific to PHP 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. For the latter, we examine attacks like open_basedir circumvention, denial-of-service via magic float, and hash table collision attacks. In each case, participants will become familiar with key techniques and functions to mitigate these risks.
Special attention is given to client-side security, addressing issues related to JavaScript, Ajax, and HTML5. The course introduces several PHP security extensions, including hash, mcrypt, and OpenSSL for cryptography, as well as Ctype, ext/filter, and HTML Purifier for input validation. Best practices for hardening are discussed in the context of PHP configuration (php.ini), Apache, and general server settings. Finally, an overview is provided on various security testing tools and techniques available to developers and testers, including security scanners, penetration testing tools, exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the introduction of vulnerabilities and configuration practices are reinforced with hands-on exercises that demonstrate the impact of successful attacks, show how to apply mitigation strategies, and introduce the use of various extensions and tools.
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 prevent them
- Gain knowledge of client-side vulnerabilities and secure coding practices
- Develop a practical understanding of cryptography
- Learn to utilize various security features within PHP
- Identify typical coding mistakes and learn how to avoid them
- Stay informed about recent vulnerabilities affecting the PHP framework
- Acquire practical experience with security testing tools
- Access resources and further readings on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis comprehensive core training module offers a deep dive into secure software design, development, and testing via the Microsoft Secure Development Lifecycle (SDL). It delivers a foundational overview of SDL’s essential components, followed by design strategies aimed at identifying and resolving vulnerabilities early in the development lifecycle.
Focusing on the development phase, the course examines common security-related programming errors in both managed and native code. It covers attack vectors associated with these vulnerabilities alongside mitigation techniques, all illustrated through hands-on exercises that offer participants practical hacking experience. The curriculum then introduces various security testing methodologies, demonstrating the effectiveness of different testing tools. Participants gain insight into how these tools operate by applying them to previously discussed vulnerable code during practical exercises.
Learning Outcomes
Participants will acquire a solid understanding of core security, IT security, and secure coding principles.
They will become familiar with the essential stages of the Microsoft Secure Development Lifecycle.
They will learn secure design and development best practices.
They will grasp the principles of secure implementation.
They will understand the methodology behind security testing.
- They will receive resources and further reading materials on secure coding practices.
Target Audience
Software Developers and Technical Managers.
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led live course in Sweden, participants will learn how to formulate an effective security strategy to address the challenges of DevOps security.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical course designed to empower professionals with the skills needed to embed security throughout the DevOps lifecycle, ensuring secure software development from the planning phase through to deployment.
This instructor-led live training (available online or onsite) targets intermediate-level software and DevOps professionals who aim to integrate security practices into CI/CD pipelines, thereby ensuring the delivery of secure and compliant code.
Upon completion of this training, participants will be able to:
- Grasp the core principles and practices of DevSecOps.
- Secure every stage of the CI/CD pipeline using automated tools.
- Implement secure coding practices and vulnerability scanning.
- Prepare 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 focused on secure development and deployment.
Course Customization Options
- To request customized training for this course tailored to your team’s workflows or toolchain, please contact us to arrange.
FreeIPA for Administrators
14 HoursThis instructor-led live training in Sweden (online or onsite) is designed for system administrators who wish to use FreeIPA to centralize 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 Sweden (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 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 data about users, groups, network resources, and other objects on a network.