https://github.com/mitre/caret
CARET - A tool for viewing cyber analytic relationships
https://github.com/mitre/caret
Last synced: 6 days ago
JSON representation
CARET - A tool for viewing cyber analytic relationships
- Host: GitHub
- URL: https://github.com/mitre/caret
- Owner: mitre
- License: other
- Created: 2016-09-12T20:47:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T13:52:31.000Z (over 5 years ago)
- Last Synced: 2025-04-01T14:45:52.062Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 303 KB
- Stars: 54
- Watchers: 8
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Welcome to CARET
The Cyber Analytic Repository Exploration Tool (CARET) is a proof-of-concept graphical user interface designed to connect the groups and techniques highlighted in [ATT&CK](https://attack.mitre.org)™ to the analytics, data model, and sensors highlighted in MITRE's [Cyber Analytics Repository](https://car.mitre.org) (CAR).
CARET is used to develop an understanding of defensive capabilities and to aid in their development and use.
Additional information explaining CARET and the types of questions it helps solve can be found at .## To get started:
1. Clone this repository
2. Download and install [node.js](https://nodejs.org/en/)
3. In an elevated command, prompt run `npm install -g gulp bower`
4. In the caret/ directory, run `npm install`
4. In the caret/ directory, run `bower install`
5. To start the development server, run `gulp serve`
## Assorted features:
- To create a minified distributable suitable for running on a standard webserver:
- Modify the host URL for CAR to the appropriate location of the CAR instance to which you will deploy (e.g., in grid.controller.js and test.controller.js)
- Run `gulp build`
- The distributable is in the dist/ directory
***
ATT&CK is a trademark of The MITRE Corporation.
Approved for Public Release; Distribution Unlimited. 16-2823Copyright 2016 The MITRE Corporation. ALL RIGHTS RESERVED.