mitreattack-python
mitreattack-python copied to clipboard
A python module for working with ATT&CK
### Problem The current way of building the SVG from my understanding, is to build all the TTP Blocks, if they are not excluded. Which for me means, if I...
Bumps [drawsvg](https://github.com/cduck/drawsvg) from 2.3.0 to 2.4.0. Commits 2ab4c53 Bump version to 2.4.0 9ad3344 Fix incorrect <use> tag in <defs> (#134) cad62e9 Fix Drawing.clear() not clearing ordered_elements (#133) See full diff...
This pull request mimics attackToExcel plugin, except that instead of Excel the output is a complete Java class hierarchy representing MITRE Att&ck Enterprise, Mobile and ICS matrices. The new plugin...
## Expected Behavior The library should function under Python3.12 ## Actual Behavior The library attempts to load the distutils module, which was removed in Python3.12. See https://docs.python.org/3.10/library/distutils.html for background on...
### Expected Behavior attackToExcel.py will output a STIX excel related to ics-attack.json ### Actual Behavior when I execute the attackToExcel.py tool, error occur as below, ``` >python3 attackToExcel.py -domain ics-attack...
An OWL export flag would allow for exporting to OWL. This would help for integration in ontologies outside of cyber specific formats.
## Expected Behavior Using the exporters such as Excel or SVG using a local json file like `https://github.com/mitre-attack/attack-stix-data/blob/master/enterprise-attack/enterprise-attack.json` source should retrieve the proper data and produce the expected exported output...
## Reason For Changes When using the ToExcel exporter I noticed error messages coming from the `typeChecker()` function when I used the `average` score aggregation function. This is because the...
## Expected Behavior Using the exporters such as Excel or SVG using the default `taxii` source should retrieve the proper data and produce the expected exported output. ## Actual Behavior...
fixes #176 This change is breaking as it removes the stix v1 support