1.2.2 • Published 8 months ago

mitre-importer v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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

1.2.2

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago