17 lines
399 B
Markdown
17 lines
399 B
Markdown
|
# MITRE CTI (ATT&CK) import for CyCAT
|
||
|
|
||
|
Import ATT&CK techniques into CyCAT. Additional namespace `mitre-attack-id` and `capec` as also added. Relationships are extracted.
|
||
|
|
||
|
# Usage
|
||
|
|
||
|
~~~
|
||
|
usage: cti-importer.py [-h] [-p PATH]
|
||
|
|
||
|
MITRE CTI (ATT&CK) import for CyCAT
|
||
|
|
||
|
optional arguments:
|
||
|
-h, --help show this help message and exit
|
||
|
-p PATH, --path PATH Path to the CTI git repository
|
||
|
~~~
|
||
|
|