OpenCVE
OpenCVE Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.9.0 and later.
Ingests CVEs from an instance of OpenCVE.
#
Configure OpenCVE in CortexParameter | Description | Required |
---|---|---|
Server URL | True | |
Username | True | |
Password | True | |
Source Reliability | Reliability of the source providing the intelligence data. | True |
Trust any certificate (not secure) | False |
#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
opencve-latestReturns the latest updated CVEs from your reports.
#
Base Commandopencve-latest
#
InputArgument Name | Description | Required |
---|---|---|
limit | The maximum number of CVEs to display. | Optional |
lastRun | Last run. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
CVE.ID | String | The ID of the CVE. |
CVE.CVSS | number | The CVSS score of the CVE. |
CVE.Published | Date | The date the CVE was published. |
CVE.Modified | Date | The date that the CVE was last modified. |
CVE.Description | String | The description of the CVE. |
DBotScore.Indicator | String | The indicator value. |
DBotScore.Score | Number | The actual score. |
DBotScore.Type | String | The indicator type. |
DBotScore.Vendor | String | The vendor reporting the score of the indicator. |
#
cveReturns CVE information by CVE ID.
#
Base Commandcve
#
InputArgument Name | Description | Required |
---|---|---|
cve | The CVE ID. For example: CVE-2014-1234. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
CVE.ID | String | The ID of the CVE. |
CVE.CVSS | number | The CVSS score of the CVE. |
CVE.Published | Date | The date the CVE was published. |
CVE.Modified | Date | The date that the CVE was last modified. |
CVE.Description | String | The description of the CVE. |
DBotScore.Indicator | String | The indicator that was tested. |
DBotScore.Score | Number | The indicator score. |
DBotScore.Type | String | The indicator type. |
DBotScore.Vendor | String | The vendor used to calculate the score. |
#
opencve-get-my-vendorsList the vendors subscriptions of the authenticated user.
#
Base Commandopencve-get-my-vendors
#
InputArgument Name | Description | Required |
---|
#
Context OutputPath | Type | Description |
---|---|---|
OpenCVE.Vendors | unknown | Vendors. |
#
opencve-get-my-productsList the products subscriptions of the authenticated user.
#
Base Commandopencve-get-my-products
#
InputArgument Name | Description | Required |
---|
#
Context OutputPath | Type | Description |
---|---|---|
OpenCVE.Products | unknown | Products. |
#
opencve-get-vendor-cvesGet vendor CVEs.
#
Base Commandopencve-get-vendor-cves
#
InputArgument Name | Description | Required |
---|---|---|
vendor_name | Vendor name. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
vendor_cves | unknown | CVEs for the vendor. |
#
opencve-get-product-cvesGet product CVEs.
#
Base Commandopencve-get-product-cves
#
InputArgument Name | Description | Required |
---|---|---|
vendor_name | Vendor name. | Required |
product_name | Product name. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
product_cves | unknown | Product CVEs. |
#
opencve-get-reportsList the reports of the authenticated user or get a specific report.
#
Base Commandopencve-get-reports
#
InputArgument Name | Description | Required |
---|---|---|
report_id | Report ID. | Optional |
page | Specific page to start from. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
reports | unknown | Reports. |
#
opencve-get-alertsList the alerts of a report or get the details of a specific alert.
#
Base Commandopencve-get-alerts
#
InputArgument Name | Description | Required |
---|---|---|
report_id | The report ID. | Optional |
page | Specific page to start from. | Optional |
alert_id | The Alert ID. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
alerts | unknown | The Alerts from the provided Report ID. |
#
opencve-get-productsList the products associated to a vendor or get a specific one.
#
Base Commandopencve-get-products
#
InputArgument Name | Description | Required |
---|---|---|
vendor_name | Vendor name. | Required |
product_name | Product name. | Optional |
search | Filter the search by a keyword. | Optional |
page | Specific page to start from. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
products | unknown | Products. |
#
opencve-get-vendorsList the products associated to a vendor or get a specific product of a vendor by specifying its name.
#
Base Commandopencve-get-vendors
#
InputArgument Name | Description | Required |
---|---|---|
vendor_name | Vendor name. | Optional |
search | Filter the search by a keyword. | Optional |
page | Specific page to start from. | Optional |
letter | Filter by the first letter. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
vendors | unknown | Vendors. |