[DEPRECATED] An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains the REST API and services for managing collections, collection indexes, and collection subscriptions.
As a developer of the Collection manager, I want to be able to test my designs with mock collection data.
Using the format described here, generate three collections and one collection index. The index will largely resemble the code example in that document.
Two of those collections should be subsequent versions of enterprise ATT&CK for testing subscriptions
One collection should be just the current version of mobile-ATT&CK
All resulting data (three collection STIX bundles and one collection-index file) should be put in a collections folder of this repository.
As a developer of the Collection manager, I want to be able to test my designs with mock collection data.
Using the format described here, generate three collections and one collection index. The index will largely resemble the code example in that document.
All resulting data (three collection STIX bundles and one collection-index file) should be put in a
collections
folder of this repository.