Ansible code in RHSB-2021-009 Log4Shell - Remote Code Execution - log4j (CVE-2021-44228) — Video Tutorial
Learn how my Ansible Playbook was featured in Red Hat Security Bulletin RHSB-2021-009 to address the Log4Shell vulnerability (CVE-2021-44228).
Watch Video
What You'll Learn
- RHSB-2021-009
- Ansible Playbook
- Ansible Galaxy Role
- Conclusion
- Related Articles
Full Tutorial Content
About This Tutorial
- Author: Luca Berton
- Difficulty: Beginner
- Read time: 1 min
- Category: security-compliance
Read the full written article: Ansible code in RHSB-2021-009 Log4Shell - Remote Code Execution - log4j (CVE-2021-44228)
Topics Covered
Related Video Tutorials
- Detect Apache Log4j CVE-2021-44228 with Ansible Playbook — Use Ansible to automate the detection of Apache Log4j CVE-2021-44228 vulnerability. Follow this guide to set up and run detection scripts efficiently.
- Mitigate CVE-2021-4034 on RHEL with Ansible Playbook — HUse Ansible to mitigate CVE-2021-4034 on RHEL systems. Automate the installation of SystemTap, debugging packages, and deploy mitigation scripts.
- Configuring Kernel Parameters in RedHat-like Linux Systems with Ansible System Role — Learn how to configure kernel parameters in RedHat-like Linux systems using the Ansible System Role.
- Ansible SELinux: Manage Modes, Booleans & Contexts (Complete Guide) — How to automate the enabling or disabling of SELinux Permissive policy per single process or domain keeping the whole system under enforcing policy and make it.
- Ansible seboolean Module: Enable & Disable SELinux Booleans (Guide) — How to manage SELinux booleans with Ansible seboolean module. Enable, disable, and persist SELinux boolean settings. List available booleans.
- Ansible modprobe: Load & Unload Linux Kernel Modules (Guide) — How to load and unload Linux kernel modules with Ansible modprobe module. Manage drivers, configure module parameters, and persist across reboots with examples.