rabobank-cdc / DeTTECT

Detect Tactics, Techniques & Combat Threats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in connecting to MITRE's CTI TAXII server when convert yaml to json

yux1a0 opened this issue · comments

error in connecting to MITRE's CTI TAXII server when convert yaml to json

root@3d64ce686607:~/DeTTECT# python3 dettect.py ds -fd data-sources-new\ \(1\).yaml -l
[!] Cannot connect to MITRE's CTI TAXII server: https://cti-taxii.mitre.org/stix/collections/95ecc380-afe9-11e4-9b6c-751b66dd541e/
image

hi @yux1a0

That means that the TAXII server from MITRE is not reachable and we as DTT&CT devs can't fix that.

If you want to proceed, check out the --local-stix-path CLI parameter. You can clone the CTI STIX repository offline (https://github.com/mitre/cti) and use it in DeTT&CT as offline ATT&CK source instead of the TAXII server.