arachne-threat-intel / thread

Thread is a tool for analysts to map finished reports and articles to MITRE ATT&CK®.
https://arachne.digital/thread
Apache License 2.0
4 stars 3 forks source link

Design and Create Database Tables for Storing DISARM Red Framework Data #122

Open KadeMorton opened 2 weeks ago

KadeMorton commented 2 weeks ago

Description

To support the integration of the DISARM Red Framework within Thread, we need to design and create the necessary database tables to store the DISARM Red Framework data, including STIX data. This ticket involves planning the database schema, ensuring it aligns with the structure and requirements of the DISARM Red Framework, and implementing the tables within the database.

Task

Acceptance Criteria

Steps

  1. Requirement Gathering and Schema Design: Analysis and planning for the database structure.
  2. Database Table Implementation: Develop and deploy the database tables according to the schema design.
  3. Testing and Validation: Conduct testing to ensure data can be stored, retrieved, and managed correctly.
  4. Documentation: Complete documentation.
jecarr commented 2 weeks ago

As Stephen (DISARM) kindly informed us, we can utilise generate_DISARM_pages.py and generate_disarm_sql.py