Closed compete2cooperate closed 3 years ago
Please run it in debugging mode and attach the resulting log.
oscap xccdf eval --verbose DEVEL --profile MAC-1_Classified --report /tmp/report.html --cpe /usr/share/scap-security-guide/ssg-ubuntu1604-cpe-dictionary.xml U_CAN_Ubuntu_16-04_LTS_STIG_V2R2_Manual-xccdf.xml
Hi @evgenyz Thanks for such a quick response
We issued following command
oscap xccdf eval --verbose DEVEL --verbose-log-file /tmp/xccdf.log --profile MAC-1_Classified --report /tmp/report.html --cpe /usr/share/scap-security-guide/ssg-ubuntu1604-cpe-dictionary.xml U_CAN_Ubuntu_16-04_LTS_STIG_V2R2_Manual-xccdf.xml
Please find the xccdf.log as verbose-log-file xccdf.log
Hi @evgenyz Thanks for such a quick response
We issued following command
oscap xccdf eval --verbose DEVEL --verbose-log-file /tmp/xccdf.log --profile MAC-1_Classified --report /tmp/report.html --cpe /usr/share/scap-security-guide/ssg-ubuntu1604-cpe-dictionary.xml U_CAN_Ubuntu_16-04_LTS_STIG_V2R2_Manual-xccdf.xml
Please find the xccdf.log as verbose-log-file xccdf.log
The file U_CAN_Ubuntu_16-04_LTS_STIG_V2R2_Manual-xccdf.xml
is a manual benchmark checklist and does not contain any automated content that can be consumed by the scanner.
Please refer to SCAP content provided by DISA here: https://public.cyber.mil/stigs/scap/
In your case it should be this file: https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_CAN_Ubuntu_16-04_LTS_V2R2_STIG_SCAP_1-2_Benchmark.zip
I'm going to close the since it doesn't seem to be related to a problem with the scanner itself.
We are trying to evaluate Ubuntu 16.04 using openscap with DISA STIG as reference/benchmark (downloaded from https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_CAN_Ubuntu_16-04_LTS_V2R2_STIG.zip) but we are getting all result as "notchecked" . Not sure if we are missing anything. Any help is highly appreciated.
Thanks!
Description of Problem: We are trying to evaluate Ubuntu 16.04 using openscap with DISA STIG as reference/benchmark (downloaded from https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_CAN_Ubuntu_16-04_LTS_V2R2_STIG.zip) but we are getting all result as "notchecked"
OpenSCAP Version: 1.2.15
Operating System & Version: Ubuntu 16.04 LTS
Steps to Reproduce:
oscap xccdf eval --profile MAC-1_Classified --report /tmp/report.html --cpe /usr/share/scap-security-guide/ssg-ubuntu1604-cpe-dictionary.xml U_CAN_Ubuntu_16-04_LTS_STIG_V2R2_Manual-xccdf.xml
Actual Results:
Expected Results: Result with either pass or fail
Additional Information / Debugging Steps: