mitreattack-python icon indicating copy to clipboard operation
mitreattack-python copied to clipboard

A python module for working with ATT&CK

Results 35 mitreattack-python issues
Sort by recently updated
recently updated
newest added

### 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...

dependencies

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...

bug

### 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...

bug