get_campaigns_using_software
Identify campaigns associated with specific malware or software by querying the MITRE ATT&CK knowledge base to analyze threat actor activities and usage patterns.
Instructions
Get all campaigns that use software
Args: software_stix_id: Software STIX ID to look up campaigns in which it is used domain: Domain name ('enterprise', 'mobile', or 'ics') include_description: Whether to include description in the output (default is False)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| software_stix_id | Yes | ||
| domain | No | enterprise | |
| include_description | No |