tuckner / automation-capability-matrix

A tool that allows you to document and assess any security automation in your SOC

Home Page:https://automation-capability-matrix.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation Capability Matrix

The Automation Capability Matrix is a framework for analyzing automated workflows an organization has implemented. This interactive tool allows for anyone to assess their security automation program by aligning workflows to common automation capabilities.

image

Features

  • Add new capabilities with descriptions
  • Light/dark mode
  • Order capabilities by importance
  • Track workflows that align with capabilities
  • Local browser storage of configuration
  • Export of configuration
  • Configuration import

Future improvements

  • Export to more file formats
  • More matrices
  • References in capabilities
  • Linked workflow view
  • Accounts
  • Metrics & dashboard
  • API

Run

Installation

  1. Clone this repository into your local machine
git clone https://github.com/tuckner/automation-capability-matrix.git
  1. Install dependencies
yarn install
  1. Run developer mode
yarn run dev
  1. Run preview mode
yarn run test

Docker

  1. Build image
docker build . -t acm
  1. Run image
docker run -p 3000:3000 acm
  1. Access service at http://localhost:3000

Credit

About

A tool that allows you to document and assess any security automation in your SOC

https://automation-capability-matrix.pages.dev/

License:MIT License


Languages

Language:TypeScript 92.0%Language:CSS 5.4%Language:HTML 1.4%Language:JavaScript 1.0%Language:Dockerfile 0.2%