stix2-generator
Installation
SKILL.md
STIX 2.1 Generator
Generate valid STIX 2.1 objects and bundles for threat intelligence sharing. This skill helps create properly formatted STIX content from various sources including IOC lists, threat descriptions, and MITRE ATT&CK mappings.
Requirements
Install the STIX library before use:
pip install stix2
Usage
Generate from IOC List
python scripts/generate_stix.py --iocs examples/ioc_list.txt --output bundle.json