SCAP Cyberscope Report - Global results

/api/2.0/fo/asset/host/cyberscope/

[GET]  [POST]

Create a Cyberscope report using scan results data saved for a particular SCAP policy in the user’s account. This report is supported using PC/SCAP.

The service uses SCAP scan data for all the SCAP policies in the subscription and reports this in the datapoint <sr:DataPoint id:"configuration_management_agency_deviations">. This datapoint will include multiple Benchmark Data sections, one for each policy. Also the service uses the automatic VM data for applicable IPs (IPs in SCAP policies) and reports this in the datapoint <sr:DataPoint id:"vulnerability_management_product_vulnerabilities">.

Permissions - Users must have the PC and SCAP modules enabled for the subscription. Sub-accounts (Unit Managers, Scanners and Readers) must have the "Manage compliance" permission enabled.

Cyberscope report specification and the LASR format  

Input Parameters

Parameter

Description

ips={value}

(Optional, ips or as_ids is required) IPs and/or IP ranges used to filter the report output. Specified IPs are included in report. Multiple entries are comma separated.

as_ids={value}

(Optional, ips or as_ids is required) IDs for asset groups to filter the report output. IPs in specified asset groups specified are included in the report. Multiple entries are comma separated.

organization_name1={value}

organization_name2={value}

organization_name3={value}

(Optional) Organization name values.

When the parameters organisation_name1, organisation_name2, and organisation_name3 are specified, the <ai:Organization> elements are included in the XML report.

Sample 1 - Select hosts by IP address

API request

curl -u "USERNAME:PASSWORD" -H "X-Requested-With: Curl" "https://qualysapi.qualys.com/api/2.0/fo/asset/host/cyberscope/?ips=10.10.24.52&organisation_name1=Name1&organisation_name2=Name2&organisation_name3=Name3"

Sample 2 - Select asset groups

API request

curl -u "USERNAME:PASSWORD" -H "X-Requested-With: Curl" "https://qualysapi.qualys.com/api/2.0/fo/asset/host/cyberscope/?ag_ids=503424&organisation_name1=Name1&organisation_name2=Name2&organisation_name3=Name3"