{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Vulnerability Check API", "version": "v1" }, "items": [ { "info": { "name": "Vulnerability Check", "type": "folder" }, "items": [ { "info": { "name": "Vulnerability Checks", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerabilities/:id/checks", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the vulnerability." } ] }, "docs": "Returns the vulnerability checks that assess for a specific vulnerability during a scan." }, { "info": { "name": "Checks", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_checks", "params": [ { "name": "search", "value": "", "type": "query", "description": "Vulnerability search term to find vulnerability checks for. e.g. `\"ssh\"`." }, { "name": "safe", "value": "", "type": "query", "description": "Whether to return vulnerability checks that are considered \"safe\" to run. Defaults to return safe and unsafe checks." }, { "name": "potential", "value": "", "type": "query", "description": "Whether to only return checks that result in potentially vulnerable results. Defaults to return all checks." }, { "name": "requiresCredentials", "value": "", "type": "query", "description": "Whether to only return checks that require credentials in order to successfully execute. Defaults to return all checks." }, { "name": "unique", "value": "", "type": "query", "description": "Whether to only return checks that guarantee to be executed once-and-only once on a host resulting in a unique result. False returns checks that can result in multiple occurrences of the same vulnerability on a host." }, { "name": "type", "value": "", "type": "query", "description": "The type of vulnerability checks to return. See Check Types for all available types." }, { "name": "page", "value": "", "type": "query", "description": "The index of the page (zero-based) to retrieve." }, { "name": "size", "value": "", "type": "query", "description": "The number of records per page to retrieve." }, { "name": "sort", "value": "", "type": "query", "description": "The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters." } ] }, "docs": "Returns vulnerability checks. Optional search and filtering parameters may be supplied to refine the results. Searching allows full text search of the vulnerability details a check is related to." }, { "info": { "name": "Check", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_checks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the vulnerability check." } ] }, "docs": "Returns the vulnerability check." }, { "info": { "name": "Check Types", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_checks_types" }, "docs": "Returns the vulnerability check types. The type groups related vulnerability checks by their purpose, property, or related characteristic." } ] } ], "bundled": true }