os-threat / Stix-ORM

GNU Affero General Public License v3.0
4 stars 0 forks source link

Wrote a tool to standardize playbooks to standard STIX2.1 objects. #16

Open priamai opened 1 year ago

priamai commented 1 year ago

I finally had some time to build a tool to translate all of the Palo Alto playbooks (in JSON format) that contains a mix of ATT&CK and custom object fields. Basically the folder stix_bundle_reports/standard contains each a Bundle with non custom objects. This should then easily be inserted in the database and will look really good for a demo. We can then tweak the tool to re-introduce the ATT&CK objects (but not the PAN custom fields) when the insert functions allows that. Enjoy! @brettforbes