使用opencap评估CentOS 8的PCI DSS合规
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用opencap评估CentOS 8的PCI DSS合规相关的知识,希望对你有一定的参考价值。
- 安装openscap
$ sudo yum install -y openscap-scanner scap-security-guide
- 更新/usr/share/openscap/cpe/下的openscap-cpe-dict.xml和openscap-cpe-oval.xml
链接:https://pan.baidu.com/s/1QDMECfGgW0PUkjcuarUIjg 提取码:2hwp
- 上传ssg-centos8-ds.xml到目录/usr/share/xml/scap/ssg/content/
链接:https://pan.baidu.com/s/1pQ-CVPDhrINvKP5RVjQ-UQ 提取码:zo06
- 评估PCI-DSS相关的内容
$ oscap xccdf eval --results results.xml --profile xccdf_org.ssgproject.content_profile_pci-dss /usr/share/xml/scap/ssg/content/ssg-centos8-ds.xml
- 产生方便阅读的html格式报告
$ oscap xccdf generate report --output report.html results.xml
以上是关于使用opencap评估CentOS 8的PCI DSS合规的主要内容,如果未能解决你的问题,请参考以下文章