Skip to main content

Cyware Orchestrate

Risk Based Security VulnDB

App Vendor: Risk Based Security

App Category: Data Enrichment & Threat Intelligence

Connector Version: 1.0.0

API Version: 1.0.0

About App

Risk Based Security VulnDB provides you with comprehensive and timely vulnerability intelligence. It provides you with actionable information about the latest in security vulnerabilities via an easy-to-use SaaS Portal or RESTful API.

Risk Based Security VulnDB allows you to search and receive alerts on the latest vulnerabilities, both in end-user software and 3rd party libraries or dependencies. It lets you see how each software contributes to the organization’s risk profile.

The Risk Based Security VulnDB app is configured with the Orchestrate application to perform the following actions:

Action Name

Description

Advanced Search Query

This action performs an advanced search based on the entered query.

Basic Search Query

This action performs an advanced search based on the entered query.

Search CVE by ID

This action searched for the details of the specified Common Vulnerabilities and Exposures (CVE).

Get CVE Details by ID

This action retrieved the details of the specified Common Vulnerabilities and Exposures (CVE).

Configuration Parameters

The following configuration parameters are required for the Risk Based Security VulnDB app to communicate with the Risk Based Security VulnDB enterprise application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

API Key

Enter your Risk Based Security VulnDB API key.

Example:

1af54d257049e05c4d6476cfe8eb6b4d

Password

Required

Action: Advanced Search Query

This action performs an advanced search based on the entered query.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Search Query

Enter the search query based on which you want to retrieve results.

Example:

vendor:microsoft,product:windows,version:10

Text

Required

Example Request

[
  {
    "query_string": "vendor:microsoft,product:windows,version:10"
  }
]
Action: Basic Search Query

This action performs an advanced search based on the entered query.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Query String

Enter the search query based on which you want to retrieve results.

Example: cve-2014-6271

Text

Required

Example Request

[
  {
    "query_string": "cve-2014-6271"
  }
]
Action: Search CVE by ID

This action searched for the details of the specified Common Vulnerabilities and Exposures (CVE).

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

CVE ID

Enter the cve id for which you want to retrieve details.

Example:

2019-13245

Text

Required

Example Request

[
  {
    "cve_id": "2019-13245"
  }
]
Action: Get CVE Details by ID

This action retrieved the details of the specified Common Vulnerabilities and Exposures (CVE).

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

CVE ID

Enter the cve id for which you want to retrieve details.

Example:

67685

Text

Required

Example Request

[
  {
    "input_id": "67685"
  }
]