picus_search_threats
Search the Picus Threat Library using filters like severity, attack category, affected OS, and MITRE ATT&CK tactics to find specific threats and their framework mappings.
Instructions
Search the Picus Threat Library with rich filters.
Filters (all optional): severities (Low/Medium/High), attack_category_ids,
attack_module_ids, release_date_gte/lte (epoch), is_predefined,
affected_products, affected_os (Windows/Linux/macOS), unified_kill_chains,
threat_actors, mitre_attack (tactics), attacker_objectives. Paginated via
limit/offset; response includes a pages object with total_count.
Array filters are sent comma-separated. Each threat includes framework mappings and its objective/action flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| severities | No | ||
| affected_os | No | ||
| mitre_attack | No | ||
| is_predefined | No | ||
| threat_actors | No | ||
| release_date_gte | No | ||
| release_date_lte | No | ||
| affected_products | No | ||
| attack_module_ids | No | ||
| attack_category_ids | No | ||
| attacker_objectives | No | ||
| unified_kill_chains | No |