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

Over on the repository there is a [Usage.md](https://github.com/mitre/cti/blob/master/USAGE.md#accessing-attck-data-in-python) file that has information on "Accessing ATT&CK data in python". This section should be brought over to this repository's documentation since this...

### Is your feature request related to a problem? Add tacticBackground and showTacticBackground as parameter options when using SVGConfig ### Describe the solution you'd like Add tacticBackground and showTacticBackground as...

Failed to get mitre att&ck matrix data for version: 7.2. Error: tacticsToDf() got an unexpected keyword argument 'domain'

bug

We have a dependency on drawSvg both in the [requirements-dev.txt](https://github.com/mitre-attack/mitreattack-python/blob/master/requirements-dev.txt#L5) and [setup.py](https://github.com/mitre-attack/mitreattack-python/blob/master/setup.py#L43) files. It is used in the [mitreattack/navlayers](https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/navlayers) section of the library, specifically in the [svg_templates.py](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_templates.py#L7) and [svg_objects.py](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_objects.py#L3) files....

Is there a way to programatically download a layer? ![image](https://user-images.githubusercontent.com/57646596/232169021-d2d7ab32-fe4c-4a1f-8718-98ea4e4c8578.png) thanks!

### Is your feature request related to a problem? Basically what I want is to query MITRE with the following filter: `indicator = ` This would give me all the...

### Is your feature request related to a problem? When I generate a SVG, the text size is inconsistent. Is there a setting to make it uniform? ### Describe the...

## Expected Behavior SVGConfig settings should be successfully loaded from a JSON file encoded using UTF-8 (default encoding). ## Actual Behavior An error is thrown when loading SVGConfig settings from...

bug

### Is your feature request related to a problem? I would live to see some ways to track coverage from the SVG ### Describe the solution you'd like I would...

## Expected Behavior Expanded sub techniques in SVG ## Actual Behavior SVG is not showing sub techniques, while the attack navigator does ## Steps to Reproduce the Problem 1. create...

bug