Listing Resource Vulnerabilities

View the vulnerabilities that resources have by searching by vulnerability type and risk level.

    1. Open the navigation menu and select Identity & Security. Under Cloud Guard, select Resources.
    2. (Optional) Use filters to limit the resources returned.
      1. Set the values for the resource filter
        • Select a type: Choose Instance
        • Select an entity: Choose from Vulnerability, Insights, or Generic.
        • Select a value: Choose from Risk level, CVE ID, CVSS 3.
        • Select an operation: Choose from =, >, <.
        • Select an input = Critical, High, Medium, Low, Minor.
      2. select Add another to add more filters to narrow down the resources returned.
    3. select the resource name link to open the details page.
    4. Under Resources, choose Vulnerabilities.
    5. In the resource vulnerabilities page you can use filters to find specific issues.
      You can filter by one or both of Vulnerability CVE and Risk level. Choose the values, then select Apply filters.
    6. select an issue ID link to see the cause and remediation details for each vulnerability.
  • For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

    Resources

    Use the oci cloud-guard resource get command and required parameters to get the details for a specific resource:

    oci cloud-guard resource get --resource-id <resource_ocid> [OPTIONS]

    Use the oci cloud-guard resource list command and required parameters to list all available resources in a compartment:

    oci cloud-guard resource list --compartment-id, -c <compartment_ocid> [OPTIONS]

    Resource Port Collection

    Use the oci cloud-guard resource-port-collection list-resource-ports command and required parameters to list ports for a specific resource:

    oci cloud-guard resource-port-collection list-resource-ports --resource-id <resource_ocid> [OPTIONS]

    Resource Vulnerability

    Use the oci cloud-guard resource-vulnerability get command and required parameters to get vulnerability details for a specific resource:

    oci cloud-guard resource-vulnerability get --resource-id <resource_ocid> [OPTIONS]

    Resource Vulnerability Collection

    Use the oci cloud-guard resource-vulnerability-collection list-resource-vulnerabilities command and required parameters to list all vulnerabilities for a specific resource:

    oci cloud-guard resource-vulnerability-collection list-resource-vulnerabilities --resource-id <resource_ocid> [OPTIONS]
  • Resources

    Run the GetResource operation to get the details for a specific resource.

    Run the ListResources operation to list all available resources in a compartment.

    Resource PortC ollection

    Run the ListResourcePorts operation to list ports for a specific resource.

    Resource Vulnerability

    Run the GetResourceVulnerability operation to get vulnerability details for a specific resource.

    Resource Vulnerability Collection

    Run the ListResourceVulnerabilities operation to list all vulnerabilities for a specific resource.