SecurityRiskAdvisors / VECTR

VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios
1.36k stars 161 forks source link

Question about Import File #113

Closed cristiancamps93 closed 3 years ago

cristiancamps93 commented 3 years ago

I'm trying to import Mitre Caldera and RedCanary abilities into Vectr by using the import data option (json and yaml files).

However, it returns an error "File Format Invalid or Not Supported".

Does anybody know how to import all Mitre Caldera / RedCanary abilities automatically?

Thanks in advance

cristiancamps93 commented 3 years ago

imagen_2021-02-12_153841

thebleucheese commented 3 years ago

Hey Cristian, This file is the only Atomic Red team file import format supported: https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/Indexes/index.yaml It's the complete index of all the atomic data from Red Canary.

We don't currently support importing MITRE Caldera data formats.

cristiancamps93 commented 3 years ago

Thanks a lot!