Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

SCAP Content for Other RPM distributions


This article will describe how to modify the SCAP content provided by DISA to work with RedHat clones such as CentOS and Scientific Linux.  A similar procedure might work for other SCAP content provided by other vendors. Note that the SCAP content is not provided by BMC and BMC is only the engine that runs the SCAP checks against your target systems with the content provided by the particular vendor - eg DISA, CIS, Mitre, NIST, etc.  The example below is for Scientific Linux 6.

The first step is to download your SCAP bundle and extract the zip file.  For the DISA content that should leave you with four files:

U_RedHat_5-V1R1_STIG_Benchmark-cpe-dictionary.xml
U_RedHat_5-V1R1_STIG_Benchmark-cpe-oval.xml
U_RedHat_5-V1R1_STIG_Benchmark-oval.xml
U_RedHat_5-V1R1_STIG_Benchmark-xccdf.xml

U_RedHat_5-V1R1_STIG_Benchmark-cpe-dictionary.xml

Modify

<cpe-item name="cpe:/o:redhat:enterprise_linux:5">
<title xml:lang="en-us">Red Hat Enterprise Linux 5</title>

to look like this:

<cpe-item name="cpe:/o:fermilab:scientific_linux:6">
<title xml:lang="en-us">Scientific Linux 6</title>

For CentOS you can use  cpe:/o:centos:centos:6
For Fedora you can use cpe:/o:fedoraproject:fedora:17

Obviously you can replace the version to match your environment.  We will use this string later in the other files.  

U_RedHat_5-V1R1_STIG_Benchmark-cpe-oval.xml

Modify this section:

<reference ref_id="cpe:/o:redhat:enterprise_linux:5" source="CPE" />

to be:

<reference ref_id="cpe:/o:fermilab:scientific_linux:6" source="CPE" />

then:

<name datatype="string">redhat-release</name>

 

<name datatype="string">sl-release</name>

For Fedora you should use fedora-relase and for CentoOS you should use centos-release instead of sl-release.

and

<version operation="pattern match">^5</version>

to

<version operation="pattern match">^6</version>

U_RedHat_5-V1R1_STIG_Benchmark-oval.xml

No modifications.

U_RedHat_5-V1R1_STIG_Benchmark-xccdf.xml

In the line that starts with:

<Benchmark xmlns="http://checklists.nist.gov/xccdf/1.1" ..

change the RHEL_5_STIG to SL_6_STIG so the name of the benchmark will be correct in the BSA workspace

also change the line:

<platform idref="cpe:/o:redhat:enterprise_linux:5" />

to

<platform idref="cpe:/o:fermilab:scientific_linux:6" />

Then import the xccdf as normal into the BladeLogic GUI and you can target your 'Other' RPM distributions like CentOS and SL.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*