1.2.2 • Published 2 years ago

mitre-importer v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago