# AWS Inspector2 - Search Vulnerabilities

The Search vulnerabilities action searches for information about known vulnerabilities, such as CVEs (Common Vulnerabilities and Exposures). This helps identify and understand vulnerabilities that may affect your resources.

# Input

Input field Description
Filter criteria Define the search criteria for findings. You can filter by criteria such as severity, resource tags, and more. Refer to Amazon's Field criteria object (opens new window) guide for more information.
Page token Use this token to retrieve the next set of paginated results. For the first request, leave it blank. For subsequent requests, use the NextToken returned from the previous response.

# Output

Output field Description
Vulnerabilities Information about the listed vulnerability.
Next token Use this token to paginate results. Set it to null for the first request. For subsequent requests, use the NextToken from the previous response to retrieve the next page of results.


Last updated: 6/23/2025, 5:31:10 AM

On this page