- Lab
- A Cloud Guru
Performing a Compliance Scan and Active Remediation Using OSCAP
In this lab, we'll install and use openscap-scanner from the terminal. Using active remediation, we'll run a compliance scan that will permit OpenSCAP to fix any problems it finds. Then we'll create a report from the scan findings. Lastly, we'll review the report findings to see what OpenSCAP found and was able to remediate. *This course is not approved or sponsored by Red Hat.*
Path Info
Table of Contents
-
Challenge
Install the Necessary Packages
- Become
root
.
sudo su
- Install the OpenSCAP scanner and the SCAP security guide.
yum install -y openscap-scanner scap-security-guide
- Become
-
Challenge
Run a Compliance Scan with Remediation
- Use the following command to run a scan with remediation:
oscap xccdf eval --remediate --profile xccdf_org.ssgproject.content_profile_rht-ccp --results scan-results.xml /usr/share/xml/scap/ssg/content/ssg-rhel7-ds.xml
-
Challenge
Generate a Report from the Scan Results
- Run the following command to generate a report:
oscap xccdf generate report scan-results.xml > scan-results.html
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.