Vulnerabilities
: Read.Parameter | Description |
---|---|
After | A pagination token used with the limit parameter to manage pagination of results. On your first request, don’t provide an after token. On subsequent requests, provide the after token from the previous response to continue from that place in the results. |
Facet | Select detail blocks to be returned for each vulnerability entity. |
Filter | Filter items using a query in Falcon Query Language (FQL). Wildcards * and empty filter values are unsupported. Available filter fields that supports exact match: aid, cid, last_seen_within, status, cve.id, cve.is_cisa_kev, cve.remediation_level, cve.cps_rating, cve.exprt_rating, cve.exploit_status_to_include, cve.severity, host_info.asset_criticality, host_info.asset_roles, host_info.internet_exposure, host_info.tags, host_info.groups, host_info.product_type_desc, host_info.platform_name, suppression_info.is_suppressed, suppression_info.reason. Available filter fields that supports range comparisons ( > , < , >= , <= ): created_timestamp, closed_timestamp, updated_timestamp. |
Parameter | Description |
---|---|
Limit | The number of items to return in this response (default: 100, max: 5000). Use with the after parameter to manage pagination of results. |
Sort | Sort vulnerabilities by their properties. Available sort options: - updated_timestamp|asc/desc - closed_timestamp|asc/desc Can be used in a format |asc for ascending order or |desc for descending order. |