mitre-importer
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

Importer for Data of MITRE-ATTACK Matrices


Getting started

Prerequisites

Install

Package can be installed with the following commands:

npm install mitre-importer

or

yarn add mitre-importer

Usage

import MitreMatrix from 'mitre-importer';

const Mitre = new MitreAttack('enterprise-attack');
const enterprise = Mitre.getDomainTable();

Functionality

  • You can pass configs for techniques and tactics when initializing a class object. By default configs are [name, type]
  • You can use

Methods

new MitreAttack( matrix, tacticConfig?, techniqueConfig?, siemData? ) - Initial class object

.getTypeData( typeName, config? ) - Getting a list of the selected type

.getTechniques() - Getting a techniques with sub-techniques list in json format

.getDomainTable() - Getting a full matrix data

Types of Mitre elements

Readme

Keywords

Package Sidebar

Install

npm i mitre-importer

Weekly Downloads

6

Version

1.2.2

License

ISC

Unpacked Size

59.8 kB

Total Files

10

Last publish

Collaborators

  • champdecarpes