get_cpes
Retrieve Common Platform Enumeration (CPE) details for specific products, vendors, or versions using Shodan's API. Filter and paginate results to streamline cybersecurity research and threat intelligence.
Instructions
Get Common Platform Enumeration (CPE) information for products
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results to return (default: 10) | |
product | No | Product name to search for (e.g., 'apache', 'windows') | |
skip | No | Number of results to skip for pagination (default: 0) | |
vendor | No | Vendor name to filter by (e.g., 'microsoft', 'apache') | |
version | No | Version to filter by (e.g., '2.4.1') |