Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.63 KB

tbat

Threat Box Assessment Tool (tbat) is a tool for analysing different threat actors.

The 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's Threat Box method (find out more on their Quantifying Threat Actors with Threat Box 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 - this example loosely copies one from Andy's SANS Whitepaper)

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.