Vulcan Cyber
App Vendor: Vulcan Cyber
App Category: Vulnerability Management
Connector Version: 1.0.0
API Version: v1
About App
The Vulcan Cyber app enables you to elevate your cyber risk management into intuitive, efficient processes that can be realized across all teams.
The Vulcan Cyber app is configured with Orchestrate to perform the following actions:
Action Name | Description |
---|---|
Get Vulnerability Details | This action retrieves the details of a vulnerability. |
Search Vulnerabilities | This action returns a list of vulnerabilities. |
Configuration Parameters
The following configuration parameters are required for the Vulcan Cyber app to communicate with the Vulcan Cyber enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Base URL | Enter the base URL of your Vulcan Cyber instance. Example: "https://vfzu5mqfe1wh.vulcancyber.com" | Text | Required | |
Oauth Token | Enter the Oauth token to authenticate to Vulcan Cyber. | Password | Required |
Action: Get Vulnerability Details
This action retrieves the details of a vulnerability.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Vulnerability ID | Enter a vulnerability ID to retrieve its details. Example: "236" | Text | Required |
Example Request
[ { "vulnerability_id": "236" } ]
Action: Search Vulnerabilities
This action returns a list of vulnerabilities.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Threat Types | Enter a list of threat types. Example: $LIST[phishing, malware, exploitable] | List | Optional | |
Operating Systems | Enter a list of operating systems. Example: $LIST[windows, linux] | List | Optional | |
Priorities | Enter a list of priorities. Example: $LIST[1, 2, 3] | List | Optional | |
Sort by | Enter an object to describe the sorting algorithm. | Text | Optional | |
Start Offset | Enter a start offset. Example: 0 | Integer | Optional | This parameter is used in pagination. |
End Offset | Enter an end offset to specify where to end results relative to the start offset. Example: 100 | Integer | Optional | This parameter is used in pagination. |
Example Request
[ { "threat_types": ["phishing", "malware", "exploitable"], "operating_systems": ["windows", "linux"], "priorities": ["1", "2", "3"], "start_offset": 0, "end_offset": 100 } ]