User Session Recording Technology for Security and Compliance Training Course
User session recording technology captures, monitors, and audits user activity on IT systems, providing insights for security, compliance, and forensic investigations.
This instructor-led, live training (online or onsite) is aimed at beginner-level to intermediate-level IT and security professionals who wish 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
Provisional Upcoming Courses (Require 5+ participants)
Related Courses
389 Directory Server for Administrators
14 HoursThis instructor-led, live training in Australia (online or onsite) is tailored for system administrators who wish to leverage 389 Directory Server to configure and manage LDAP-based authentication and authorisation.
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 Australia (online or onsite) targets system administrators aiming to use Microsoft Active Directory for managing and securing data access.
By the conclusion of this course, participants will be able to:
- Deploy and configure Active Directory.
- Establish domains and define user and device access rights.
- Manage users and machines via Group Policies.
- Regulate access to file servers.
- Set up Certificate Services and handle certificate management.
- Implement and manage services including encryption, certificates, and authentication.
Network Security and Secure Communication
21 HoursDeveloping a secure networked application is challenging, even for developers who have previously utilized various cryptographic building blocks (such as encryption and digital signatures). To help participants grasp the role and application of these cryptographic primitives, this course establishes a solid foundation on the core requirements of secure communication: secure acknowledgement, integrity, confidentiality, remote identification, and anonymity. It also highlights typical vulnerabilities that threaten these requirements alongside real-world solutions.
Given that cryptography is central to network security, the course examines the most critical cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than delving into deep mathematical theory, these concepts are explored from a developer's perspective, providing typical use-case examples and practical considerations for crypto usage, such as public key infrastructures. The course introduces security protocols across various domains of secure communication, with an in-depth focus on the most widely used protocol families, including IPSEC and SSL/TLS.
Typical cryptographic vulnerabilities are discussed, covering issues related to specific algorithms and protocols. These include BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and similar threats, as well as RSA timing attacks. For each issue, practical implications and potential consequences are outlined, avoiding complex mathematical details.
Finally, as XML technology is pivotal for data exchange in networked applications, the course describes the security aspects of XML. This covers using XML within web services and SOAP messages, along with protection measures like XML Signature and XML Encryption. It also addresses 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 basic concepts of security, IT security, and secure coding
- Understand the requirements of secure communication
- Learn about network attacks and defences at different OSI layers
- Gain a practical understanding of cryptography
- Understand essential security protocols
- Understand recent attacks against cryptosystems
- Acquire information on relevant vulnerabilities
- Understand security concepts for Web services
- Access sources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursDeveloping secure C and C++ software demands rigorous protection 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 utilise defensive programming techniques to eliminate weaknesses, enforce input sanitization, and deliver hardened software 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 relevant to web applications written in Java.
This course introduces the security components of Standard Java Edition and delves into the security issues associated with Java Enterprise Edition (JEE) and web services. The discussion of specific services is preceded by an exploration of the foundations of cryptography and secure communication. Various exercises focus on declarative and programmatic security techniques in JEE, while both transport-layer and end-to-end security for web services are covered. The use of all components is demonstrated through several practical exercises, allowing participants to test the discussed APIs and tools themselves.
The course also addresses and explains the most frequent and severe programming flaws in the Java language and platform, as well as web-related vulnerabilities. Beyond the typical bugs committed by Java programmers, the introduced security vulnerabilities cover both language-specific issues and problems stemming 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
- Have a practical understanding of cryptography
- Understand security solutions for 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
- Access sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursA variety of programming languages are currently available to compile code for the .NET and ASP.NET frameworks. While this environment offers robust tools for security development, developers must understand how to apply architecture- and code-level programming techniques to implement the desired security functionality, thereby avoiding vulnerabilities or limiting their exploitation.
The goal of this course is to equip developers with the skills to prevent untrusted code from executing privileged actions, protect resources through robust authentication and authorisation, facilitate remote procedure calls, manage sessions, and introduce alternative implementations for specific functionality, among other critical areas, through extensive hands-on exercises.
The introduction to various vulnerabilities begins by examining typical programming errors common in .NET usage. The discussion on ASP.NET vulnerabilities also addresses various environment settings and their impacts. Furthermore, the topic of ASP.NET-specific vulnerabilities covers general web application security challenges, as well as special issues and attack methods such as attacking the ViewState or string termination attacks.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Learn to utilise the various security features of the .NET development environment
- Gain practical knowledge in using security testing tools
- Understand typical coding mistakes and how to avoid them
- Receive information on recent vulnerabilities within .NET and ASP.NET
- Access sources and further reading on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the vital skills required to shield their applications against modern internet-based threats. We explore web vulnerabilities through practical PHP examples, expanding beyond the OWASP Top Ten to cover a range of injection attacks, script injections, session handling weaknesses, insecure direct object references, file upload issues, and more. PHP-specific vulnerabilities are categorised into standard types such as insufficient or incorrect input validation, improper error and exception handling, misuse of security features, and time- and state-related defects. For the latter, we examine attacks including open_basedir circumvention, denial-of-service via magic floats, and hash table collision exploits. Throughout, participants will master the essential techniques and functions needed to mitigate these risks.
Particular emphasis is placed on client-side security, addressing issues related to JavaScript, Ajax, and HTML5. We introduce key PHP security extensions such as hash, mcrypt, and OpenSSL for cryptography, alongside Ctype, ext/filter, and HTML Purifier for input validation. Best practices for hardening are provided in relation to PHP configuration (php.ini settings), Apache, and general server administration. Finally, the course covers an overview of various security testing tools and techniques available to developers and testers, including security scanners, penetration testing, 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, illustrate how to apply mitigation techniques, and guide participants through 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 how to avoid them
- Gain insight into client-side vulnerabilities and secure coding practices
- Develop a practical understanding of cryptography
- Learn to utilise various PHP security features
- Identify common coding mistakes and learn how to prevent them
- Stay informed about recent vulnerabilities in the PHP framework
- Acquire hands-on experience with security testing tools
- Access resources and further reading on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis consolidated SDL Core training provides an insightful look into secure software design, development, and testing through the Microsoft Secure Development Lifecycle (SDL). It offers a Level 100 overview of the fundamental building blocks of the SDL, followed by design techniques aimed at detecting and rectifying flaws in the early stages of the development process.
Focusing on the development phase, the course outlines typical security-related programming bugs in both managed and native code. Attack vectors for the discussed vulnerabilities are presented alongside associated mitigation techniques, all explained through a series of hands-on exercises that offer participants engaging, live hacking experiences. The introduction to various security testing methods is followed by a demonstration of the effectiveness of different testing tools. Participants gain an understanding of how these tools operate through practical exercises, applying them to the previously discussed vulnerable code.
Participants attending this course will
Understand basic 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
Learn about secure implementation principles
Understand security testing methodology
- Gain access to sources and further reading on secure coding practices
Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Australia, participants will learn how to formulate the proper security strategy to face the DevOps security challenge.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical programme designed to empower professionals with the capabilities to weave security into every phase of the DevOps lifecycle, fostering secure software development from initial planning through to deployment.
Delivered as instructor-led live training, available either online or onsite, this course targets intermediate-level software engineers and DevOps practitioners looking to integrate robust security practices into their CI/CD pipelines, ensuring the delivery of secure and compliant code.
Upon completion of this training, participants will be equipped to:
- Grasp the core principles and practices underpinning DevSecOps.
- Safeguard every stage of the CI/CD pipeline using automated tools.
- Apply secure coding standards and conduct vulnerability scanning.
- Prepare effectively for the ECDE certification through practical lab exercises and review sessions.
Course Format
- Interactive lectures and discussions.
- Practical application of DevSecOps tools within simulated pipelines.
- Guided exercises centred on secure development and deployment processes.
Course Customisation Options
- To arrange a tailored training session for this course that aligns with your team’s specific workflows or toolchain, please contact us.
FreeIPA for Administrators
14 HoursThis instructor-led live training in Australia (online or onsite) targets system administrators who wish to utilise FreeIPA to centralise authentication, authorisation, and account information for their organisation's users, groups, and machines.
By the conclusion of this training, participants will be capable of:
- Installing and configuring FreeIPA.
- Managing Linux users and clients from a single centralised location.
- Utilising FreeIPA's CLI, Web UI, and RPC interface to establish and manage permissions.
- Enabling Single Sign-On (SSO) authentication across all systems, services, and applications.
- Integrating FreeIPA with Windows Active Directory.
- Backing up, replicating, and migrating a FreeIPA server.
Identity and Access Management with Okta
14 HoursThis instructor-led, live training in Australia (online or onsite) is targeted at system administrators seeking to utilise Okta for identity and access management.
Upon completion of this training, participants will be equipped to:
- Configure, integrate, and manage Okta.
- Integrate Okta into existing applications.
- Enhance security through multi-factor authentication.
OpenLDAP for Linux Systems
7 HoursOpenLDAP is open-source software used to implement the LDAP (Lightweight Directory Access Protocol), which enables 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 a network.