Skip to main content

OpenCVE

This Integration is part of the OpenCVE Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.9.0 and later.

Ingests CVEs from an instance of OpenCVE.

Configure OpenCVE on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.
  2. Search for OpenCVE
  3. Click Add instance to create and configure a new integration instance. | Parameter | Required | |------------|:--------:| | Server URL | True | | Username | True | | Password | True |
  4. Click Test to validate the URL and authentication.

Commands#

The commands available are direct translations of the official APIs.

CommandDescriptionArgumentsContext
cve or ocve-get-cveGet the details of a specific CVEcve_idOpenCVE.CVE
ocve-get-my-vendorsList the vendors subscriptions of the authenticated userNoneOpenCVE.myVendors
ocve-get-my-productsList the products subscriptions of the authenticated userNoneOpenCVE.myProducts
ocve-get-vendorsList the vendorsNoneOpenCVE.Vendors
ocve-get-vendorGet a specific vendorvendor_nameOpenCVE.{vendor}
ocve-get-vendor-cvesGet all CVEs by vendor namevendor_name
search
product
cvss
cwe
page
OpenCVE.{vendor}.CVE
ocve-get-productsList the products associated to a vendorvendor_name
search
page
OpenCVE.{vendor}.Products
ocve-get-productGet a specific product of a vendorvendor_name
product_name
OpenCVE.{vendor}.{product}
ocve-get-product-cvesGet the list of CVEs associated to a productvendor_name
product_name
search
cvss
cwe
page
OpenCVE.{vendor}.{product}.CVE
ocve-get-reportsList the reports of the authenticated userNoneOpenCVE.Reports
ocve-get-reportGet a specific reportreport_idOpenCVE.Reports.{report_id}
ocve-get-alertsList the alerts of a reportreport_id
page
OpenCVE.Reports.Alerts
ocve-get-alertGet the details of an alertreport_id
alert_id
OpenCVE.Reports.Alerts.{alert_id}