rabobank-cdc / DeTTECT

Detect Tactics, Techniques & Combat Threats
GNU General Public License v3.0
2.04k stars 331 forks source link

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

Closed yux1a0 closed 10 months ago

yux1a0 commented 10 months ago

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
rubinatorz commented 10 months ago

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.