- Clone this repository.
- Download the latest version of the DISARM Framework xlsx here.
- Copy the xlsx to the root directory of this repository.
- Run
python3 main.py
to generate STIX objects in theoutput/
folder. output/DISARM.json
contains the complete STIX bundle. The folders inoutput/
contain individual objects for reference.
The DISARM STIX2 Generator encodes the DISARM object into the corresponding STIX2 object shown in the following table.
DISARM | STIX2 |
---|---|
Matrix | Matrix (MITRE custom) |
Tactic | Tactic (MITRE custom) |
Technique | AttackPattern |
DISARM STIX is compatible with the MITRE ATT&CK Navigator.
DISARM object types, such as Matrix
, Tatic
are prefixed with x-mitre--
for compatibility reasons.
DISARM AttackPattern
objects also contain x_mitre_is_subtechnique
and x_mitre_platforms
properties for compatability. These properties cannot be removed without upstream changes to the ATT&CK Navigator.
DISARM STIX can be imported into OpenCTI via the OpenCTI STIX Importer plugin which is installed in OpenCTI by default. Alternatively, use the OpenCTI DISARM plugin to continuously pull the latest DISARM STIX.