Kraut Salad is a proof of concept platform for managing cyber threat intelligence and incident handling using a relational database model.
Proof of concept implementation of a cyber threat intelligence and incident handling platform
This tool is designed for cybersecurity professionals who need to parse, store, and analyze cyber threat intelligence data in standardized formats like STIX and CybOX. It helps incident responders and threat hunters organize and automate the handling of threat intelligence to improve detection and response efforts.
Kraut Salad is a proof of concept and currently supports only a subset of the MITRE STIX standard; some CybOX objects and STIX elements are not yet implemented. Users should expect missing references and incomplete object type support. Future enhancements include adding more CybOX objects, IOC format support, and web interfaces for incident tracking.
Clone the repository
Install required packages listed in requirements.txt
Refer to kraut-salad.readthedocs.org for detailed documentation
python manage.py load_stix report.xml
Loads a STIX document or directory of documents into the database and parses threat intelligence data.