OllieJC / tbat

Threat Box Assessment Tool

Home Page:https://tbat.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Threat Box Assessment Tool

https://tbat.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.3%Language:HTML 11.7%Language:CSS 3.8%Language:Python 2.3%