Learn R Programming

mitre (version 0.6.0)

parseAttckmodel.tech: Read MITRE CTI Repository files related to attack-pattern, extract data, map variables from STIX to ATT&CK model and return tidy data.frame.

Description

Read MITRE CTI Repository files related to attack-pattern, extract data, map variables from STIX to ATT&CK model and return tidy data.frame.

Usage

parseAttckmodel.tech(
  domain = sample(c("pre-attack", "ics-attack", "enterprise-attack", "mobile-attack"),
    1),
  verbose = TRUE
)

Arguments

domain

must be "pre-attack", "enterprise-attack" or "mobile-attack"

verbose

default is FALSE

Value

data.frame