Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Aug 6, 2021
1 parent 0fd6dec commit ecf3c72
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# tbat
Threat Box Assessment Tool
Threat Box Assessment Tool (tbat) is a tool for analysing different threat actors.

The [cti-generator](cti-generator) Python code loads the STIX data from [mitre/cti] and produces JSON files.
JavaScript code loads the JSON files and allows creating a report of different threat actors, their TTPs and different mitigations.

## Features
- Uses [mitre/cti] for threat intelligence
- Supports multiple languages (only English implemented right now)
- Entirely client-side
- YAML to load/export analysis
- Outputs weighted or scored TTPs (tactics, techniques and procedures) and related mitigations
- Implements [Andy Piazza](https://klrgrz.medium.com/)'s Threat Box method (find out more on their [Quantifying Threat Actors with Threat Box](https://klrgrz.medium.com/quantifying-threat-actors-with-threat-box-e6b641109b11) article)
- (see [GitHub issues] to upvote or create feature requests)

## How to use?
1. (optional) enter project details on the "Product" page
2. (optional) import threat actors from the "Threat Actor Library"
3. edit actors on the "Threat Actors" page to set the intent, willingness, capability, and novelty values
4. view the "Report" page
5. export YAML (here's an example: [itco-example.yaml](/test/fixtures/itco-example.yaml) - this example loosely copies one from [Andy's SANS Whitepaper](https://www.sans.org/white-papers/39585/))

## Contributing
Use [GitHub issues] to raise feature requests or talk through a change before making any pull requests.

Check the existing issues and upvote and issue using the thumbs up reaction.


[mitre/cti]: https://github.com/mitre/cti
[GitHub issues]: https://github.com/OllieJC/tbat/issues

0 comments on commit ecf3c72

Please sign in to comment.