Checks

GET {{baseUrl}}/api/3/vulnerability_checks?search=culpa ut aliquip enim&safe=culpa ut aliquip enim&potential=culpa ut aliquip enim&requiresCredentials=culpa ut aliquip enim&unique=culpa ut aliquip enim&type=culpa ut aliquip enim&page=culpa ut aliquip enim&size=culpa ut aliquip enim&sort=culpa ut aliquip enim

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.

Request Params

KeyDatatypeRequiredDescription
searchstringVulnerability search term to find vulnerability checks for. e.g. "ssh".
safestringWhether to return vulnerability checks that are considered "safe" to run. Defaults to return safe and unsafe checks.
potentialstringWhether to only return checks that result in potentially vulnerable results. Defaults to return all checks.
requiresCredentialsstringWhether to only return checks that require credentials in order to successfully execute. Defaults to return all checks.
uniquestringWhether 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.
typestringThe type of vulnerability checks to return. See <a href="#operation/vulnerabilityCheckTypesUsingGET">Check Types</a> for all available types.
pagestringThe index of the page (zero-based) to retrieve.
sizestringThe number of records per page to retrieve.
sortstringThe criteria to sort the records by, in the format: `property[,ASC

HEADERS

KeyDatatypeRequiredDescription
Content-Typenull