Installation
v5.9.0
Search this version
Installation
Installation
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
CIS Level 1 Guidelines
Copy Markdown
Open in ChatGPT
Open in Claude
- Support Red Hat Enterprise Linux 9 and,
- Ubuntu 22.04, 24.04 Pro
Red Hat
Install OpenSCAP
Bash
yum install openscap-scanner scap-security-guideGenerate a result file and a HTML report using OpenSCAP scanner tool
Bash
oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_server_l1 --results scan_results.xml --report scan_report.html /usr/share/xml/scap/ssg/content/ssg-rhel9-ds.xmlRemediation of CIS Level 1 issues
Generate a remediation script based on the ssg-rhel9-ds.xml file:
Bash
oscap xccdf generate fix --profile xccdf_org.ssgproject.content_profile_cis_server_l1 --fix-type bash --output remediations.sh /usr/share/xml/scap/ssg/content/ssg-rhel9-ds.xmlAnd execute remediation script.
Bash
./remediations.shReview the results after remediation
Bash
oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_server_l1 --results scan_results.xml --report scan_report.html /usr/share/xml/scap/ssg/content/ssg-rhel9-ds.xml
Ubuntu Pro
Install the UA client
Bash
sudo apt install ubuntu-advantage-toolsSet up the Ubuntu Security Guide
Bash
sudo ua enable usg && sudo apt install usgAuditing an Ubuntu System for DISA-STIG compliance
Bash
sudo usg audit cis_level1_serverApplying the CIS rules to a set of systems
Bash
sudo usg fix cis_level1_server
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
On This Page
CIS Level 1 GuidelinesRed HatInstall OpenSCAPGenerate a result file and a HTML report using OpenSCAP scanner toolRemediation of CIS Level 1 issuesReview the results after remediationUbuntu ProInstall the UA clientSet up the Ubuntu Security GuideAuditing an Ubuntu System for DISA-STIG complianceApplying the CIS rules to a set of systems