Vulcan Cyber
8 min
the vulcan cyber connector facilitates the retrieval and management of vulnerability data, enabling enhanced security automation within the swimlane ecosystem vulcan cyber is a vulnerability management platform that enables organizations to effectively prioritize and remediate vulnerabilities the vulcan cyber connector for swimlane turbine allows users to retrieve detailed vulnerability data, apply custom search criteria, and streamline vulnerability management processes by integrating with vulcan cyber, swimlane turbine users can enhance their security posture with targeted vulnerability insights and automated remediation workflows, ensuring that critical risks are addressed promptly and efficiently prerequisites to integrate vulcan cyber with the swimlane turbine platform, ensure you have the following http bearer token authentication with these parameters url endpoint for vulcan cyber api access token a valid bearer token to authenticate api requests capabilities the vulcan cyber connector has the following capabilities retrieve vulnerabilities api documentation https //help vulcancyber com/en/articles/3438656 working with vulcan api https //help vulcancyber com/en/articles/3438656 working with vulcan api configurations vulcan cyber api token authentication authenticates using bearer token configuration parameters parameter description type required url a url to the target host string required token the api key, token, etc string required verify ssl verify ssl certificate boolean optional http proxy a proxy to route requests through string optional actions retrieve vulnerabilities retrieve a list of vulnerabilities from vulcan cyber using specified search criteria and return the results endpoint url /api/v2/vulnerabilities method post input argument name type required description ruleset object optional the set of rules to filter the search results operator string optional the operator that applies to the rules within the ruleset this operator will be applied to all sub rules rules array optional the list of all rules to apply on the returned output category name string optional the category name for the parameter parameter name string optional the parameter name or column name to which the rule applies parent name string optional the parent category name, if applicable operator string optional the operator for the condition value string optional the value of the condition version number optional the version to use page number number optional the current page number in pagination default 1 page size number optional the number of results per page in pagination maximum 10000, minimum 1 order by array optional the column to order the results by parameter name string optional the name of the parameter to order by order string optional the order type, either ascending (asc) or descending (desc) columns array optional the specific columns to include in the search results output parameter type description data array response data id number unique identifier max risk number output field max risk vulnerability name string name of the resource pagination object output field pagination page number output field page limit number output field limit total pages number output field total pages total items number output field total items status object status value code number output field code message string response message details object output field details timestamp string output field timestamp example \[ { "data" \[ {}, {} ], "pagination" { "page" 1, "limit" 100, "total pages" 10, "total items" 1000 }, "status" { "code" 200, "message" "success", "details" null, "timestamp" "2024 05 23t14 52 00z" } } ]